/* Set and change variables throughout the site */
.rs-article__author_image img {
  border-radius: 50px;
}

.rs-article__author_details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rs-article__author_profession {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #999999;
  line-height: 19px;
}

@media only screen and (min-width: 500px) {
  .rs-article__author .faq_question__container .rs-article__author_image {
    max-width: 60px !important;
  }
}
@media only screen and (max-width: 575px) and (min-width: 360px) {
  .rs-article__author .rs-article__author_image {
    max-width: 70px !important;
  }
}
.rs-article__share_container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .rs-article__share_container {
    justify-content: flex-start;
    margin-top: 5px;
  }
}

.rs-article__share {
  color: #999999;
  line-height: 19px;
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .rs-article__share {
    justify-content: flex-start;
  }
}
.rs-article__share a {
  margin-left: 15px;
}

.faq_question__container {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
@media only screen and (max-width: 576px) {
  .faq_question__container p {
    font-size: 14px;
  }
}
.faq_question__container .rs-article__author_image {
  max-width: 50px !important;
}

.faq_question__title {
  margin-bottom: 5px;
}
.faq_question__title h3 {
  display: inline-block;
  width: calc(100% - 50px);
}
.faq_question__title span {
  vertical-align: top;
  color: #337CEB;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 400px) {
  .faq_question__title h3, .faq_question__title span {
    font-size: 16px;
  }
}
.faq_question__title a:hover {
  text-decoration: none;
}
.faq_question__title a:hover h3 {
  text-decoration: underline;
}
.faq_question__title a:hover span {
  text-decoration: none;
}

.faq_question__author h4 {
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  line-height: 19px;
  font-weight: 400;
}

.rs-faq__search .rs-article__author_image img {
  height: 100%;
  width: 100%;
  max-height: 40px;
  max-width: 40px;
}
.rs-faq__search .pagination {
  max-height: 85px;
}
@media only screen and (max-width: 500px) {
  .rs-faq__search .pagination a {
    font-size: 10px;
    padding: 5px;
    min-width: 20px;
  }
}
.rs-faq__search input {
  position: relative;
  border: 1px solid black;
  width: 90%;
}
@media only screen and (max-width: 500px) {
  .rs-faq__search input {
    width: 100%;
    padding-left: 10px;
  }
}
.rs-faq__search .search-button {
  background: #000;
  width: fit-content;
  position: absolute;
  right: 10%;
  top: 30px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .rs-faq__search .search-button {
    right: 0%;
  }
}
