.ask-expert--answer {
  margin: 2em 0;
  padding-bottom: 2em;
  border-bottom: 1px solid #e0e0e0; }
.ask-expert--answer .links {
  padding: 0;
  margin: 0;
  margin-right: 1em; }
.ask-expert--answer .links li {
  display: inline-block;
  list-style: none;
  margin-right: 1em; }
.ask-expert--answer .links li:last-child {
  margin-right: 0; }
.ask-expert--answer .links li a {
  padding: .25em .5em; }
.ask-expert--answer .answer__meta {
  margin: 0;
  margin-top: 1em; }

#block-askanexpertaskbutton,
.block--ask-expert-ask {
  margin-top: 1.5em;
  display: inline-flex;
  align-items: center; }
#block-askanexpertaskbutton .text,
.block--ask-expert-ask .text {
  margin-left: .5em; }

.call-answer {
  margin: 1em 0;
  display: inline-flex;
  align-items: center; }
.call-answer .text {
  margin-left: .5em; }

.answers-wrapper {
  margin-top: 2em; }
.answers-wrapper .answers--title {
  font-size: 2.5rem;
  padding-bottom: 1em;
  border-bottom: 1px solid #e0e0e0; }

.flag-watch {
  margin-top: 1em;
  flex-grow: 1;
  text-align: right; }
.flag-watch a {
  padding: .25em .5em; }
.flag-watch a i.fas {
  margin-right: .25em; }
.flag-watch .js-flag-message {
  display: none; }

.comment-answer-form .tabledrag-handle {
  display: none; }

.ask-expert-join-form {
  margin: 1em 0; }
.ask-expert-join-form input[type='checkbox'] {
  top: 2px; }
.ask-expert-join-form .form-submit,
.ask-expert-join-form .form-item-name {
  margin-top: 1em; }
.ask-expert-join-form input.form-text {
  max-width: 22em; }

.node-question-form,
.comment-answer-form {
  margin-top: 2em; }
.node-question-form .field--type-file,
.comment-answer-form .field--type-file {
  margin: 0 0 1em 0; }
.node-question-form .field--type-file label,
.comment-answer-form .field--type-file label {
  display: none; }
.node-question-form .field--type-file input,
.comment-answer-form .field--type-file input {
  padding: .5em;
  background: #f0f0f0; }
.node-question-form .field--type-file summary,
.comment-answer-form .field--type-file summary {
  display: none; }
.node-question-form .description,
.comment-answer-form .description {
  font-size: 13px;
  line-height: 16px;
  color: #777;
  font-style: normal;
  margin-top: .25em; }
.node-question-form select,
.comment-answer-form select {
  display: block;
  width: auto;
  max-width: 100%; }

.node-question-form .form-item {
  margin-top: 1em; }

.node-question-form .tabledrag-handle {
  display: none; }

.node--type-question .field-file-upload .field--item {
  margin-left: 1em; }

.node--type-question .field-file-upload .preview {
  cursor: pointer;
  margin: .5em 0;
  padding: 4px;
  max-width: 108px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition-duration: .2s; }
.node--type-question .field-file-upload .preview .title {
  text-align: center;
  word-break: break-word;
  padding-top: 4px;
  line-height: 1.25em;
  font-size: .85em; }
.node--type-question .field-file-upload .preview:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }

.page-node-type-question h1 {
  word-break: break-word;
  font-size: 2.5rem;
  line-height: 1.35em;
  font-weight: normal; }

.node--type-question,
.ask-expert--answer {
  word-break: break-word;
  transition: all .3s; }
.node--type-question .flex,
.ask-expert--answer .flex {
  display: flex; }
.node--type-question .ui,
.ask-expert--answer .ui {
  font-size: 13px;
  color: #777; }
.node--type-question .mark,
.ask-expert--answer .mark {
  padding: .2em .4em;
  border-radius: 5px; }
.node--type-question .username,
.ask-expert--answer .username {
  font-weight: bold; }
.node--type-question .field-file-upload,
.ask-expert--answer .field-file-upload {
  display: inline-flex;
  background: #f8f8f8;
  color: #777;
  padding: .5em;
  margin-top: 1em;
  font-size: 14px; }
.node--type-question .field-file-upload .field--label,
.ask-expert--answer .field-file-upload .field--label {
  margin-right: .5em; }
.node--type-question .field-file-upload .field--label::after,
.ask-expert--answer .field-file-upload .field--label::after {
  content: ':'; }
.node--type-question .links,
.ask-expert--answer .links {
  padding: 0;
  margin: 0;
  margin-right: 1em; }
.node--type-question .links li,
.ask-expert--answer .links li {
  display: inline-block;
  list-style: none;
  margin-right: 1em; }
.node--type-question .links li:last-child,
.ask-expert--answer .links li:last-child {
  margin-right: 0; }
.node--type-question .links li a,
.ask-expert--answer .links li a {
  padding: .25em .5em; }

.node--type-question {
  margin-top: 1em; }
.node--type-question .field-question-category {
  margin: 1em 0; }
.node--type-question .field-question-category a {
  background: #f8f8f8;
  color: #777;
  padding: .3em .6em;
  margin-right: .5em;
  font-size: 13px; }
.node--type-question .field-question-category a:hover {
  background: #eee;
  color: #666; }
.node--type-question .comment__submitted {
  margin-top: 1em;
  margin-right: 2em; }
@media (min-width: 700px) {
  .node--type-question.node--view-mode-teaser {
    display: flex; }
  .node--type-question.node--view-mode-teaser .content {
    flex-grow: 1; }
  .node--type-question.node--view-mode-teaser .counts .count > span {
    display: block; }
  .node--type-question.node--view-mode-teaser .counts .count .amount {
    font-size: 18px; }
}
.node--type-question.node--view-mode-teaser .counts {
  margin-right: 1.5em;
  word-break: normal; }
.node--type-question.node--view-mode-teaser .counts .count {
  min-width: 40px;
  padding: .5em;
  margin-right: 4px;
  text-align: center; }
.node--type-question.node--view-mode-teaser h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em; }
.node--type-question.node--view-mode-teaser .comment__submitted {
  margin-top: 0;
  margin-right: .5em; }
.node--type-question.node--view-mode-teaser .field-question-category {
  margin: 0 1em 0 0;
  word-break: normal; }
.node--type-question.node--view-mode-teaser .node__meta {
  margin-top: .5em; }
.node--type-question.node--view-mode-teaser .watch-status {
  padding: 1em;
  display: flex;
  align-items: center; }
.node--type-question.node--view-mode-teaser .watch-status i.fas {
  color: #a91a18;
  font-size: 28px; }
.node--type-question .admin-links {
  margin-right: 2em;
  margin-top: 1em; }

.view-ask-expert .views-exposed-form {
  padding: 1em;
  background: #f0f0f0;
  font-size: 14px; }
@media (min-width: 700px) {
  .view-ask-expert .views-exposed-form {
    display: flex; }
  .view-ask-expert .views-exposed-form .form-item-question {
    margin-right: 1em; }
  .view-ask-expert .views-exposed-form .form-item-category {
    margin-right: 1em; }
  .view-ask-expert .views-exposed-form .form-actions {
    margin-top: 2.1em; }
}

.view-ask-expert .overview-list {
  margin: 1.5em 0;
  padding: 0; }
.view-ask-expert .overview-list > li {
  list-style: none;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #eee; }
.view-ask-expert .overview-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.view-ask-expert .article {
  word-break: break-word;
  margin-bottom: .5em;
  font-size: 16px; }

.view-ask-expert .no-results {
  margin: 2em 0 2em 1em; }

.view-ask-expert .js-pager__items {
  display: flex;
  justify-content: center;
  background: #f8f8f8;
  color: #666;
  padding: 0;
  margin-top: 3em; }
.view-ask-expert .js-pager__items li {
  list-style: none;
  margin: 0 .5em; }
.view-ask-expert .js-pager__items li a {
  padding: .5em 1em;
  color: #111;
  background: #f8f8f8;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff; }
.view-ask-expert .js-pager__items li a:hover {
  color: #000;
  background: #f0f0f0; }
.view-ask-expert .js-pager__items li a:active {
  color: #fff;
  background: #888; }

#block-sidebarblock .view-ask-expert .overview-list > li {
  list-style: none;
  margin-bottom: 1.5em;
  padding-bottom: 0; }
