.post-type-archive-faq #menu-main,
.single-faq #menu-main,
.page-template-tpl-faqs #menu-main {
  background: #014379;
}

.page__faq {
  padding-top: 60px;
}

.page__faq p {
  margin-bottom: 0;
}

.page__faq h1,
.page__faq h2,
.page__faq h3,
.page__faq h4,
.page__faq h5 {
  margin: 0;
}

.page__faq .container {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 30px;
}

.page__faq .container::before {
  display: none;
}

.page__faq__sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0px 0px 15px 0px #0000000f;
}

.page__faq__sidebar a {
  font-family: Mulish-Regular;
  font-size: 16px;
  display: block;
  color: #99a4af;
  font-weight: 400;
  line-height: 150%;
}

.page__faq__sidebar a.active {
  color: #0e3075;
  font-weight: 700;
}

.page__faq__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page__faq__content h2 {
  font-family: Mulish-Bold;
  font-size: 24px;
  color: #212121;
  line-height: 150%;
}

.page__faq__content__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page__faq__content__intro,
.page__faq__content__meta {
  font-family: Mulish-Regular;
  font-size: 16px;
  line-height: 160%;
  color: #616161;
}

.page__faq__content__top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  box-shadow: 0px 0px 15px 0px #0000000f;
  border-radius: 24px;
}

.page__faq__content__top__box {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}

.page__faq__content__top__box .search {
  width: 70%;
  height: 38px;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  box-sizing: border-box;
}

.page__faq__content__top__box .search input {
  flex: 1;
  border: none;
  outline: none;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  background: transparent;
}

.page__faq__content__top__box .search input::placeholder {
  color: #bdbdbd;
}

.page__faq__content__top__box .search img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.page__faq__content__top__box .search button {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page__faq__content__top__box p {
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  vertical-align: middle;
  color: #616161;
}

.page__faq__content__top__box a {
  font-family: Mulish-Regular;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  padding: 6px 12px;
  background: #1abc9c;
  line-height: 150%;
  border-radius: 12px;
  display: inline-block;
  border-color: #1abc9c;
}

.category__list__faq {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.category__list__faq a {
  padding: 4px 12px;
  font-family: Mulish-Regular;
  font-size: 16px;
  line-height: 150%;
  color: #9e9e9e;
  border-radius: 6px;
}

.category__list__faq a.active {
  background: #edeff2;
  color: #02427e;
}

.page__faq__content__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0px 0px 15px 0px #0000000f;
}

.page__faq__content__list__item {
  position: relative;
}

.page__faq__content__list__item:not(.last-visible)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: none;
  bottom: -16px;
  transform: translateY(0);
}

.page__faq__content__list__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page__faq__content__list__item__term {
  font-family: Mulish-Regular;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1abc9c;
}

.page__faq__content__list__item h3 {
  margin-bottom: 4px;
}

.page__faq__content__list__item h3 a {
  font-family: Mulish-Bold;
  font-size: 16px;
  color: #212121;
  line-height: 150%;
  padding: 4px 0 4px 24px;
  border-left: 2px solid #1abc9c;
}

.no-results {
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #616161;
  line-height: 150%;
}

.no-results a {
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #1abc9c;
  line-height: 150%;
}

.page__faq__content__list__item p {
  font-family: Mulish-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #616161;
  line-height: 150%;
  padding: 4px 0 4px 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.back__faq {
  display: flex;
  gap: 8px;
  align-items: center;
}

.back__faq img {
  width: 24px;
  height: 24px;
}

.back__faq a {
  font-family: Mulish-Regular;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 150%;
  color: #757575;
}

@media screen and (max-width: 1199px) {
  .page__faq__content__top__box .search {
    width: 60%;
  }
}

@media screen and (max-width: 992px) {
  .page__faq .container {
    grid-template-columns: 1fr;
    padding-bottom: 10px;
  }

  .page__faq {
    padding-top: 40px;
  }
}

@media screen and (max-width: 680px) {
  .page__faq__content__top__box {
    flex-wrap: wrap;
  }

  .page__faq__content__top__box .search {
    width: 100%;
  }

  .page__faq__content__top__box p {
    display: none;
  }
}