/*
 * French Open 2027 destination page.
 * Clay palette from the destination mockup. Site header/footer stay global,
 * except this page recolors the header.
 */

body.fo-page-body {
  --fo-clay: #a8502f;
  --fo-clay-deep: #7e3a22;
}

body.fo-page-body .header,
body.fo-page-body .header.simple-header .header_top-line,
body.fo-page-body .mobile-safe-top {
  background: #a8502f;
}

body.fo-page-body .header_top-line,
body.fo-page-body .header .header_top-line {
  background: #7e3a22;
}

body.fo-page-body .header .header_bottom-line {
  background: #a8502f;
}

body.fo-page-body .header_country-list-block,
body.fo-page-body .header_currency-list-block,
body.fo-page-body .header_support-phone-list,
body.fo-page-body .header-menu_inner-list,
body.fo-page-body .header .header_bottom-line .container .header-menu .header-menu_inner .header-menu_inner-list,
body.fo-page-body .header .header_bottom-line .container .header-mobile-elements.mobile .header_support-phone-list-mobile {
  background: #7e3a22;
}

body.fo-page-body .header .header_bottom-line .container .header-menu {
  background: transparent;
}

@media (min-width: 768px) {
  body.fo-page-body .header .container {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
  }
}

body.fo-page-body .header .header_bottom-line .container .header-menu .header-menu_inner .header-menu_inner-list:before {
  border-bottom-color: #7e3a22;
}

body.fo-page-body .header .header_bottom-line .container .header-menu .header-menu_inner > div:hover .header-menu_link,
body.fo-page-body .header .header_bottom-line .container .header-menu .header-menu_inner .header-menu_inner-list li a:hover {
  background: #a8502f;
}

body.fo-page-body .header .header_bottom-line .container .header-menu .header-menu_inner .header-menu_inner-list li a.header-menu_sub-link {
  color: #c8a850;
}

body.fo-page-body .header-search_input-block,
body.fo-page-body .header .header_bottom-line .container .header-menu .header-search__block .header-search_input-block {
  background: #a8502f;
}

.fo-page .reviews-block {
  display: none !important;
}

.fo-page,
.fo-page * ,
.fo-page *::before,
.fo-page *::after {
  box-sizing: border-box;
}

.fo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 13px 26px;
  border-radius: 6px;
  border: 2px solid transparent;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
  transition: opacity 0.15s ease;
}

.fo-btn:hover {
  opacity: 0.88;
}

.fo-btn--solid {
  background: #a8502f;
  color: #fff;
  border-color: #a8502f;
}

.fo-btn--outline {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.fo-btn--outline-navy {
  background: transparent;
  border-color: #1e2440;
  color: #1e2440;
}

.fo-btn--light {
  background: #fff;
  color: #a8502f;
  border-color: #fff;
}

/* Hero */
.fo-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  background-color: #7e3a22;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  font-family: OpenSansRegular, Arial, sans-serif;
}

.fo-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 70px 24px 34px;
}

.fo-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
}

.fo-hero__tagline {
  margin: 0 0 10px;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.9;
}

.fo-hero h1,
.fo-hero h1.fo-hero__title {
  margin: 0 0 10px;
  max-width: 640px;
  color: #fff;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 4px 12px rgba(0, 0, 0, 0.7), 0 0 24px rgba(0, 0, 0, 0.6);
}

.fo-hero__sub {
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 600;
  opacity: 0.95;
}

.fo-hero__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.fo-hero .tour-breadcrumbs-wrapper {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 10;
}

.fo-page .tour-breadcrumbs,
.fo-hero .tour-breadcrumbs {
  left: calc((100vw - 1270px) / 2 + 24px);
}

@media (max-width: 1270px) {
  .fo-page .tour-breadcrumbs,
  .fo-hero .tour-breadcrumbs {
    left: 24px;
  }
}

/* Trust */
.fo-trust {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e4ded2;
  font-family: OpenSansRegular, Arial, sans-serif;
}

.fo-trust__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 12px 24px;
  max-width: 1270px;
  margin: 0 auto;
  padding: 16px 24px;
}

.fo-trust__item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #2f3759;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
}

.fo-trust__item::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='48' fill='%23CFE23C'/%3E%3Cpath d='M50 2 C 28 20, 28 80, 50 98' fill='none' stroke='%23fff' stroke-width='5'/%3E%3Cpath d='M50 2 C 72 20, 72 80, 50 98' fill='none' stroke='%23fff' stroke-width='5'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* How */
.fo-how {
  width: 100%;
  background: #f4eee3;
  color: #23262b;
  font-family: OpenSansRegular, Arial, sans-serif;
}

.fo-how__inner {
  display: flex;
  align-items: stretch;
  gap: 48px;
  max-width: 1270px;
  margin: 0 auto;
  padding: 20px 24px;
}

.fo-how__copy {
  flex: 1 1 52%;
  min-width: 0;
  padding: 16px 0;
}

.fo-how__eyebrow,
.fo-packages__eyebrow,
.fo-reviews__eyebrow,
.fo-contact__eyebrow,
.fo-essentials__eyebrow,
.fo-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;
}

.fo-how h2.fo-how__title,
.fo-packages h2.fo-packages__title,
.fo-contact h2.fo-contact__title,
.fo-essentials h2.fo-essentials__title,
.fo-faq h2.fo-faq__title {
  margin: 0 0 14px;
  color: #1e2440;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}

.fo-how p.fo-how__lede,
.fo-packages p.fo-packages__lede,
.fo-contact p.fo-contact__lede,
.fo-essentials p.fo-essentials__lede {
  margin: 0 0 14px;
  max-width: 640px;
  color: #5b5f6b;
  font-size: 15px;
  line-height: 1.65;
}

.fo-how p.fo-how__lede--strong {
  font-family: OpenSansBold, Arial, sans-serif;
  color: #1e2440;
}

.fo-how__media {
  position: relative;
  flex: 1 1 48%;
  min-width: 280px;
  min-height: 0;
  overflow: hidden;
  border-radius: 10px;
  align-self: stretch;
}

.fo-how__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

/* Packages */
.fo-packages {
  width: 100%;
  background: #fff;
  font-family: OpenSansRegular, Arial, sans-serif;
}

.fo-packages__inner {
  max-width: 1270px;
  margin: 0 auto;
  padding: 56px 24px;
}

.fo-packages__cta {
  text-align: center;
  margin-top: 34px;
}

/* Catalog cards: clay-deep body, orange price. */
.fo-page .dest-pkg-card {
  background: #7e3a22;
  color: #fff;
  border: 0;
  box-shadow: 0 8px 24px rgba(126, 58, 34, 0.22);
}

.fo-page .dest-pkg-card:hover {
  box-shadow: 0 10px 26px rgba(126, 58, 34, 0.28);
}

.fo-page .dest-pkg-card__media {
  background: #7e3a22;
}

.fo-page .dest-pkg-card__body {
  background: #7e3a22;
  color: #fff;
}

.fo-page .dest-pkg-card__title {
  color: #fff;
}

.fo-page .dest-pkg-card__date,
.fo-page .dest-pkg-card__duration {
  color: #fff;
  opacity: 0.95;
}

.fo-page .dest-pkg-card__price {
  background: #db752f;
}

.fo-page .dest-pkg-card__badge {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}

.fo-page .dest-pkg-card__badge--green {
  background: #2d8a4e;
}

.fo-page .dest-pkg-card__badge--yellow {
  background: #d4a017;
  color: #1f222e;
}

.fo-page .dest-pkg-card__badge--red {
  background: #c0392b;
}

/* Reviews */
.fo-reviews {
  width: 100%;
  background: #a8502f;
  color: #fff;
  text-align: center;
  font-family: OpenSansRegular, Arial, sans-serif;
}

.fo-reviews__inner {
  max-width: 1270px;
  margin: 0 auto;
  padding: 56px 24px;
}

.fo-reviews__intro {
  max-width: 640px;
  margin: 0 auto 28px;
}

.fo-reviews__eyebrow {
  color: #cfe23c;
}

.fo-reviews h2.fo-reviews__title {
  margin: 0 0 14px;
  color: #fff;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.fo-reviews__widget {
  margin: 0 auto;
}

.fo-reviews__widget a {
  color: #cfe23c;
}

.fo-reviews__widget--desktop {
  width: 100%;
  max-width: 350px;
  height: 150px;
}

.fo-reviews__widget--mobile {
  display: none;
}

.fo-reviews__carousel {
  position: relative;
  padding: 0 52px;
}

.fo-reviews__viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.fo-reviews__viewport::-webkit-scrollbar {
  display: none;
}

.fo-reviews__track {
  display: flex;
  align-items: stretch;
  gap: 18px;
}

.fo-reviews__card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 36px) / 3);
  width: calc((100% - 36px) / 3);
  max-width: calc((100% - 36px) / 3);
  gap: 16px;
  margin: 0;
  padding: 22px;
  background: #fff;
  border-radius: 10px;
  text-align: left;
  height: 320px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.fo-reviews__quote {
  margin: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  color: #5b5f6b;
  font-size: 13.5px;
  line-height: 1.6;
  font-style: italic;
}

.fo-reviews__attr {
  margin: 0;
  flex: 0 0 auto;
  color: #1e2440;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 12.5px;
  font-weight: normal;
  line-height: 1.3;
}

.fo-reviews__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.fo-reviews__arrow--prev {
  left: 0;
}

.fo-reviews__arrow--next {
  right: 0;
}

.fo-reviews__arrow[hidden] {
  display: none;
}

.fo-reviews__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.fo-reviews__arrow--prev::before {
  transform: translate(-40%, -50%) rotate(135deg);
}

.fo-reviews__arrow--next::before {
  transform: translate(-70%, -50%) rotate(-45deg);
}

.fo-reviews__arrow:hover::before {
  border-color: #cfe23c;
}

/* Contact */
.fo-contact {
  width: 100%;
  background: #fff;
  font-family: OpenSansRegular, Arial, sans-serif;
}

.fo-contact__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  max-width: 1270px;
  margin: 0 auto;
  padding: 56px 24px;
}

.fo-contact__avatar {
  display: none;
}

.fo-contact img,
.fo-contact__photo {
  display: block;
  width: 220px;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
  flex: 0 0 auto;
}

.fo-contact__text {
  flex: 1 1 auto;
  min-width: 0;
}

.fo-contact__actions {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.fo-contact__btn--phone,
.fo-contact__btn--sms {
  display: none;
}

/* Essentials / accordion */
.fo-essentials {
  width: 100%;
  background: #a8502f;
  color: #fff;
  font-family: OpenSansRegular, Arial, sans-serif;
}

.fo-essentials .fo-essentials__eyebrow {
  color: #cfe23c;
}

.fo-essentials h2.fo-essentials__title {
  color: #fff;
}

.fo-essentials p.fo-essentials__lede {
  color: #fff;
  max-width: 720px;
}

.fo-essentials__inner {
  max-width: 1270px;
  margin: 0 auto;
  padding: 56px 24px;
}

.fo-essentials__list {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  margin-top: 20px;
}

.fo-acc {
  border-bottom: 1px solid #e4ded2;
}

.fo-essentials .fo-acc {
  border-bottom-color: rgba(255, 255, 255, 0.22);
}

.fo-acc__summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 15px;
  color: #1e2440;
}

.fo-acc__summary::-webkit-details-marker {
  display: none;
}

.fo-acc__summary:hover {
  background: #f7f3ec;
}

.fo-essentials .fo-acc__summary {
  color: #fff;
}

.fo-essentials .fo-acc__summary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.fo-acc__toggle {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  color: #cc6c2b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.fo-essentials .fo-acc__toggle {
  color: #cfe23c;
}

.fo-acc__toggle::before {
  content: "More +";
}

.fo-acc[open] .fo-acc__toggle::before {
  content: "Less –";
}

.fo-acc__body {
  padding: 0 4px 22px;
  color: #5b5f6b;
  font-size: 14px;
  line-height: 1.65;
}

.fo-essentials .fo-acc__body {
  color: rgba(255, 255, 255, 0.92);
}

/* Schedule table */
.fo-sched-wrap {
  overflow-x: auto;
  margin-top: 8px;
  -webkit-overflow-scrolling: touch;
}

.fo-sched {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  font-size: 13.5px;
}

.fo-sched thead th {
  text-align: left;
  background: #f7f3ec;
  color: #1e2440;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 10px 14px;
  border-bottom: 2px solid #e4ded2;
}

.fo-sched tbody td {
  padding: 10px 14px;
  border-bottom: 1px solid #e4ded2;
  color: #5b5f6b;
  vertical-align: top;
}

.fo-sched tbody tr:hover {
  background: #f7f3ec;
}

.fo-sched__sess {
  display: block;
  font-size: 11.5px;
  opacity: 0.75;
  margin-top: 2px;
}

.fo-sched__highlight td {
  background: rgba(168, 80, 47, 0.08);
  color: #1e2440;
  font-weight: 700;
}

.fo-sched__highlight td:first-child {
  border-left: 3px solid #a8502f;
}

.fo-sched__note {
  margin-top: 14px;
  font-size: 12.5px;
  color: #5b5f6b;
  font-style: italic;
}

.fo-essentials .fo-sched thead th {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.22);
}

.fo-essentials .fo-sched tbody td {
  color: rgba(255, 255, 255, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.fo-essentials .fo-sched tbody tr:hover {
  background: rgba(255, 255, 255, 0.08);
}

.fo-essentials .fo-sched__highlight td {
  background: rgba(207, 226, 60, 0.16);
  color: #fff;
}

.fo-essentials .fo-sched__highlight td:first-child {
  border-left-color: #cfe23c;
}

.fo-essentials .fo-sched__note,
.fo-essentials .fo-court__info p {
  color: rgba(255, 255, 255, 0.88);
}

/* Court */
.fo-court {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 8px;
}

.fo-court__photo {
  width: 220px;
  flex: 0 0 220px;
  border-radius: 10px;
  overflow: hidden;
}

.fo-court__photo img,
.fo-court__map img {
  display: block;
  width: 100%;
  height: auto;
}

.fo-court__info {
  flex: 1 1 260px;
}

.fo-court__info p {
  margin: 0 0 10px;
}

.fo-court__map {
  margin-top: 12px;
}

.fo-court__map img {
  border-radius: 10px;
}

/* FAQ */
.fo-faq {
  width: 100%;
  background: #fff;
  font-family: OpenSansRegular, Arial, sans-serif;
}

.fo-faq__inner {
  max-width: 1270px;
  margin: 0 auto;
  padding: 56px 24px;
}

.fo-faq__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  margin-top: 20px;
}

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

.fo-faq__more-wrap {
  text-align: center;
  margin-top: 28px;
}

.fo-faq__more[hidden] {
  display: none !important;
}

/* CTA */
.fo-cta {
  width: 100%;
  background: #a8502f;
  color: #fff;
  text-align: center;
  font-family: OpenSansRegular, Arial, sans-serif;
}

.fo-cta__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 46px 24px;
}

.fo-cta h2.fo-cta__title {
  margin: 0 0 20px;
  color: #fff;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.fo-cta__actions {
  display: flex;
  justify-content: center;
}

/* Destination tabs: cream subnav, clay active — same component, FO look */
.fo-page .destination-content-tabs.special-links_block {
  background: #f4eee3;
  box-shadow: none;
  border-bottom: 1px solid #e4ded2;
  margin: 0;
}

.fo-page .js-dest-tabs-flow-spacer {
  display: none !important;
  height: 0 !important;
}

.fo-page .destination-content-tabs .special-links {
  background: transparent;
  justify-content: flex-start;
  gap: 30px;
  padding: 0 24px;
  max-width: 1270px;
}

.fo-page .destination-content-tabs .special-links .special-link {
  padding: 14px 0;
  color: #5b5f6b;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom-width: 3px;
}

.fo-page .destination-content-tabs .special-link.active,
.fo-page .destination-content-tabs .special-link:hover {
  color: #a8502f;
  background: transparent;
  border-bottom-color: #a8502f;
}

@media (max-width: 900px) {
  .fo-how__inner {
    flex-wrap: wrap;
    gap: 24px;
  }

  .fo-how__copy {
    padding: 0;
    flex: 1 1 100%;
  }

  .fo-how__media {
    flex: 1 1 100%;
    min-height: 240px;
    height: 240px;
    width: 100%;
  }

  .fo-faq__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.fo-page-body .header .header_bottom-line {
    background: #a8502f;
  }

  body.fo-page-body .header .header_bottom-line .container .header-menu {
    background: #7e3a22;
  }

  .fo-hero {
    min-height: 0;
  }

  .fo-hero__inner {
    padding: 56px 24px 28px;
  }

  .fo-hero h1,
  .fo-hero h1.fo-hero__title {
    font-size: 27px;
  }

  .fo-hero__sub {
    font-size: 14px;
  }

  .fo-hero__ctas {
    flex-direction: column;
  }

  .fo-hero__ctas .fo-btn {
    width: 100%;
  }

  .fo-trust__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .fo-page .destination-content-tabs.special-links_block {
    background: #f4eee3;
    box-shadow: none;
    border-bottom: 1px solid #e4ded2;
    margin: 0;
  }

  .fo-page .destination-content-tabs .special-links {
    background: transparent;
    gap: 0;
    padding: 0;
  }

  .fo-page .destination-content-tabs .special-links .special-link {
    color: #5b5f6b;
    background: transparent;
    font-size: 13px;
    padding: 0 16px;
  }

  .fo-page .destination-content-tabs.opened .special-link,
  .fo-page .destination-content-tabs .special-link.active {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .fo-page .destination-content-tabs .special-link.active,
  .fo-page .destination-content-tabs .special-link:hover {
    color: #a8502f;
    background: transparent;
    border-bottom-color: #a8502f;
  }

  .fo-page .destination-content-tabs.opened .special-links .special-link:nth-child(even) {
    border-right-color: #e4ded2;
  }

  .fo-how__inner {
    padding: 20px 24px;
  }

  .fo-packages__inner,
  .fo-reviews__inner,
  .fo-contact__inner,
  .fo-essentials__inner,
  .fo-faq__inner {
    padding: 40px 24px;
  }

  .fo-contact__inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .fo-contact__photo,
  .fo-contact img {
    width: 160px;
  }

  .fo-contact__text {
    flex: 0 0 auto;
    width: 100%;
    text-align: left;
  }

  .fo-contact p.fo-contact__lede {
    text-align: left;
    max-width: none;
  }

  .fo-contact__actions {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
  }

  .fo-contact__actions .fo-btn {
    width: 100%;
  }

  .fo-contact__btn--wa {
    background: #a8502f;
    color: #fff;
    border-color: #a8502f;
  }

  .fo-reviews__widget--desktop {
    display: none;
  }

  .fo-reviews__widget--mobile {
    display: block;
    width: 100%;
    height: 24px;
  }

  .fo-reviews__carousel {
    padding: 0 40px;
  }

  .fo-reviews__card {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }

  .fo-reviews__arrow {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }

  .fo-contact__btn--phone,
  .fo-contact__btn--sms {
    display: inline-flex;
  }

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

  .fo-court {
    flex-direction: column;
  }

  .fo-court__photo {
    width: 100%;
    flex: none;
  }

  .fo-sched-wrap {
    overflow-x: visible;
  }

  .fo-sched {
    min-width: 0;
  }

  .fo-sched thead {
    display: none;
  }

  .fo-sched,
  .fo-sched tbody,
  .fo-sched tr,
  .fo-sched td {
    display: block;
    width: 100%;
  }

  .fo-sched tr {
    border: 1px solid #e4ded2;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px 12px 8px;
    background: #fff;
  }

  .fo-essentials .fo-sched tr {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.22);
  }

  .fo-sched__highlight {
    border-color: #a8502f;
    background: rgba(168, 80, 47, 0.08);
  }

  .fo-essentials .fo-sched__highlight {
    border-color: #cfe23c;
    background: rgba(207, 226, 60, 0.16);
  }

  .fo-sched td {
    border: none !important;
    padding: 4px 0 !important;
  }

  .fo-sched td::before {
    content: attr(data-label);
    display: block;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #a8502f;
    margin-bottom: 2px;
  }

  .fo-essentials .fo-sched td::before {
    color: #cfe23c;
  }

  .fo-sched td[data-label="Day"] {
    display: none;
  }

  .fo-sched td[data-label="Date"]::after {
    content: ", " attr(data-day);
  }
}
