/*
 * FAQ — тестовая страница /destinations/los-angeles-summer-games-test
 * Макет: 10-faq.html.
 */

.la-faq {
  width: 100%;
  background: #fff;
  color: #202536;
  font-family: OpenSansRegular, Arial, sans-serif;
}

.la-faq *,
.la-faq *::before,
.la-faq *::after {
  box-sizing: border-box;
}

.la-faq__inner {
  max-width: 1270px;
  margin: 0 auto;
  padding: 36px 0;
}

.la-faq__intro {
  max-width: 640px;
  margin: 0 0 28px;
}

.la-faq__eyebrow {
  margin: 0 0 12px;
  color: #cc6c2b;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.la-faq h2.la-faq__title {
  margin: 0 0 14px;
  color: #2f3759;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.la-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.la-faq__col {
  display: contents;
}

.la-faq:not(.is-expanded) .la-faq__item--later {
  display: none !important;
}

@media (max-width: 767px) {
  .la-faq:not(.is-expanded) .la-faq__item--later-sm {
    display: none !important;
  }
}

@media (min-width: 860px) {
  .la-faq__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 12px 16px;
  }

  .la-faq__col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
  }
}

.la-faq__item {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(47, 55, 89, 0.14);
  border-radius: 7px;
  order: var(--la-faq-order, 0);
}

.la-faq__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  list-style: none;
  cursor: pointer;
  color: #2f3759;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.la-faq__summary::-webkit-details-marker,
.la-faq__summary::marker {
  display: none;
  content: '';
}

.la-faq__toggle::after {
  content: 'More';
  color: #202536;
  font-family: OpenSansRegular, Arial, sans-serif;
  font-weight: 400;
}

.la-faq__item[open] .la-faq__toggle::after {
  content: 'Less';
}

.la-faq__body {
  padding: 0 24px 22px;
  color: #62697a;
  font-size: 14px;
  line-height: 1.6;
}

.la-faq__body a {
  color: #cc6c2b;
  font-family: OpenSansBold, Arial, sans-serif;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

.la-faq__body a:hover {
  color: #db752f;
}

.la-faq__body b,
.la-faq__body strong {
  font-family: OpenSansBold, Arial, sans-serif;
  font-weight: normal;
}

.la-faq__body p {
  margin: 0 0 12px;
}

.la-faq__body p:last-child {
  margin-bottom: 0;
}

.la-faq__more-wrap {
  margin-top: 16px;
  text-align: center;
}

.la-faq__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: #cc6c2b;
  color: #fff;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.la-faq__more:hover {
  background: #db752f;
}

@media (max-width: 1318px) {
  .la-faq__inner {
    padding: 36px 24px;
  }
}

@media (max-width: 700px) {
  .la-faq__inner {
    padding: 26px 24px;
  }

  .la-faq h2.la-faq__title {
    font-size: 24px;
  }
}
