/*
 * Los Angeles essentials — тестовая страница
 * /destinations/los-angeles-summer-games-test
 * Макет: 09-la-essentials.html.
 */

.la-test-page .destination-content-tabs-panel .la2028-venues-map {
  display: none !important;
}

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

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

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

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

.la-essentials__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-essentials h2.la-essentials__title {
  margin: 0 0 14px;
  color: #2f3759;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
}

.la-essentials p.la-essentials__lede {
  margin: 0 0 14px;
  color: #62697a;
  font-size: 16px;
  line-height: 1.6;
}

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

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

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

.la-essentials__item[open] {
  overflow: visible;
}

.la-essentials__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-essentials__summary::-webkit-details-marker,
.la-essentials__summary::marker {
  display: none;
  content: '';
}

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

.la-essentials__item[open] .la-essentials__toggle::after {
  content: 'Less';
}

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

.la-essentials__body--wide {
  padding: 0 16px 16px;
}

.la-essentials__body--wide .wofdi-map-widget,
.la-essentials__body--wide .wofdi-widget,
.la-essentials__body--wide .la2028-sports {
  width: 100%;
  max-width: none;
}

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

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

  .la-essentials h2.la-essentials__title {
    font-size: 24px;
  }
}

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

.itinerary-block .la-essentials-embed,
.itinerary-offer_text .la-essentials-embed,
.itinerary-offer_custom-html .la-essentials-embed,
.itin__custom-html .la-essentials-embed,
.itin__detail-text .la-essentials-embed,
.card__custom-html .la-essentials-embed,
.card__text .la-essentials-embed {
  width: 100%;
  max-width: 100%;
  white-space: normal;
}

.itinerary-block .itinerary-offer:has(.la-essentials-embed) {
  display: block;
}

.itinerary-block .itinerary-offer_custom-html,
.itinerary-block .itinerary-offer_text:has(.la-essentials-embed) {
  width: 100%;
  white-space: normal;
}

.itinerary-block .itin__detail-inner:has(.la-essentials-embed),
.itinerary-block .card:has(.la-essentials-embed) {
  display: block;
}

.itinerary-block .wofdi-map-widget .map-layout {
  grid-template-columns: 1fr;
}

.itinerary-block .wofdi-map-widget .la28-map,
.itinerary-block .wofdi-map-widget .legend {
  height: 360px;
}
