
/* JollyEast WordPress adapter: keep this thin. trval-web.zip CSS is the visual source of truth. */
:root { --jollyeast-wp-adminbar-offset: 0px; }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
.jollyeast-alert-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 36px;
  padding: 6px 16px;
  background: var(--color-brand, #f86240);
  color: #fff;
  font: 400 14px/20px var(--font-sans, "Mona Sans", sans-serif);
}
.jollyeast-alert-bar p {
  margin: 0;
}
.jollyeast-alert-bar a {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.jollyeast-static-page { width: 100%; }
.jollyeast-screen-reader-text,
.screen-reader-text { border:0; clip:rect(1px,1px,1px,1px); clip-path:inset(50%); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; word-wrap:normal !important; }
.jollyeast-wp-notice { max-width: 1200px; margin: 24px auto; padding: 16px 20px; border:1px solid #eee; border-radius:4px; color:#717171; }
.wp-block-post-title, .entry-title { font-family: var(--font-sans, "Mona Sans", sans-serif); }
.woocommerce-notices-wrapper { max-width: 1200px; margin: 16px auto; }
.woocommerce-message, .woocommerce-error, .woocommerce-info { border-top-color:#F86240; font-family: var(--font-sans, "Mona Sans", sans-serif); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { background:#F86240; color:#fff; border-radius:3px; font-weight:500; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background:#ff8266; color:#fff; }
.jollyeast-legal-page, .jollyeast-default-page { max-width: 1120px; margin: 56px auto; padding: 0 20px; font-family: var(--font-sans, "Mona Sans", sans-serif); line-height: 1.8; color:#333; }
.jollyeast-legal-page h1, .jollyeast-default-page h1 { font-size: 32px; line-height: 1.35; margin-bottom: 16px; font-weight: 600; }
.jollyeast-legal-page h2 { font-size: 22px; margin-top: 28px; }
.jollyeast-legal-copy { max-width: 920px; color: #292929; }
.jollyeast-legal-copy > * + * { margin-top: 16px; }
.jollyeast-legal-copy h3 { margin: 0; font: 600 22px/44px var(--font-sans, "Mona Sans", sans-serif); color: #292929; }
.jollyeast-legal-copy p,
.jollyeast-legal-copy li { font: 400 16px/32px var(--font-sans, "Mona Sans", sans-serif); color: #717171; }
.jollyeast-legal-copy ul { margin: 0; padding-left: 20px; }
.jollyeast-legal-copy li + li { margin-top: 8px; }
.city-tour-card .contact-info__subtitle {
  display: block;
  min-height: 78px;
  margin: 8px 0 12px;
  overflow: visible;
  color: #717171;
  font: 400 16px/26px var(--font-sans, "Mona Sans", sans-serif);
}
.payment-summary__cta,
.payment-actions-bar__back,
.payment-actions-bar__next { text-decoration: none; }
.detail-booking__button,
.optional-extras-card__button,
.city-tour-card__button {
  text-decoration: none !important;
}
.jollyeast-static-page[data-source-static="tour-detail"] .detail-tabs__item,
.jollyeast-static-page[data-source-static="tour-detail"] .detail-tabs__item:hover,
.jollyeast-static-page[data-source-static="tour-detail"] .detail-tabs__item:focus {
  text-decoration: none !important;
}
.jollyeast-static-page[data-source-static="tour-detail"] #detail-book-now,
.jollyeast-static-page[data-source-static="tour-detail"] #detail-about-tour,
.jollyeast-static-page[data-source-static="tour-detail"] #detail-reviews,
.jollyeast-static-page[data-source-static="tour-detail"] #detail-faq,
.jollyeast-static-page[data-source-static="tour-detail"] #detail-optional-extras {
  scroll-margin-top: 96px;
}
.detail-section--reviews .detail-reviews {
  display: grid;
  gap: 14px;
}
.detail-review-card {
  border: 1px solid var(--color-divider, #eeeeee);
  border-radius: 8px;
  padding: 18px 20px;
  background: #fff;
}
.detail-review-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  font: 600 15px/24px var(--font-sans, sans-serif);
  color: var(--color-text-title, #292929);
}
.detail-review-card__meta span {
  color: #ff8a00;
  white-space: nowrap;
}
.detail-review-card p {
  margin: 0;
  font: 400 15px/28px var(--font-sans, sans-serif);
  color: var(--color-text-body, #777777);
}
.jollyeast-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.jollyeast-review-page-card {
  min-height: 220px;
}
.jollyeast-static-page[data-jollyeast-context="about"] .about-hero__media img,
.jollyeast-static-page[data-jollyeast-context="about"] .about-collage img,
.city-banner__media img {
  object-fit: cover;
}
.city-banner--figma-page {
  aspect-ratio: 1600 / 350;
  min-height: 0;
}
.city-banner--figma-page .city-banner__container {
  height: 100%;
  min-height: 0;
}
.city-banner--figma-page .city-banner__media img {
  object-fit: cover;
}
.detail-booking__button:hover,
.optional-extras-card__button:hover,
.city-tour-card__button:hover {
  text-decoration: none;
}

/* v1.2 official logo normalization */
.site-brand { display: inline-flex; align-items: center; justify-content: center; }
.site-brand svg { display: none !important; }
.site-brand__logo { width: 42px; height: 42px; display:block; object-fit:contain; }
.site-footer .site-brand__logo { width: 46px; height: 46px; }

/* v1.2 generated gap pages: use trval spacing, buttons, cards. */
.jollyeast-gap-page { max-width: 1200px; margin: 64px auto; padding: 0 20px; font-family: var(--font-sans, "Mona Sans", sans-serif); color:#292929; }
.jollyeast-gap-hero { margin-bottom: 32px; }
.jollyeast-gap-hero__eyebrow { color:#F86240; font-size:14px; font-weight:500; margin-bottom:8px; }
.jollyeast-gap-hero__title { font-size:36px; line-height:1.25; font-weight:600; margin:0 0 12px; }
.jollyeast-gap-hero__text { max-width:760px; font-size:16px; line-height:32px; color:#717171; margin:0; }
.jollyeast-gap-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:24px; }
.jollyeast-gap-card { border:1px solid #eee; border-radius:6px; background:#fff; overflow:hidden; box-shadow:0 6px 18px rgba(0,0,0,.04); }
.jollyeast-gap-card img { width:100%; height:190px; display:block; object-fit:cover; }
.jollyeast-gap-card__body { padding:18px; }
.jollyeast-gap-card__title { font-size:18px; line-height:28px; font-weight:600; margin:0 0 8px; }
.jollyeast-gap-card__text { font-size:14px; line-height:26px; color:#717171; margin:0 0 14px; }
.jollyeast-gap-button { display:inline-flex; align-items:center; justify-content:center; min-height:40px; padding:0 18px; border-radius:3px; background:#F86240; color:#fff; text-decoration:none; border:0; font-size:14px; font-weight:500; cursor:pointer; }
.jollyeast-gap-form { max-width:620px; display:grid; gap:16px; border:1px solid #eee; border-radius:6px; padding:24px; background:#fff; }
.jollyeast-gap-form label { font-size:14px; color:#333; display:grid; gap:6px; }
.jollyeast-gap-form input, .jollyeast-gap-form textarea, .jollyeast-gap-form select { min-height:42px; border:1px solid #ddd; border-radius:3px; padding:8px 12px; font:inherit; }
.jollyeast-gap-form textarea { min-height:120px; }
@media (max-width: 768px) {
  .site-brand__logo { width: 38px; height: 38px; }
  .jollyeast-gap-page { margin:40px auto; }
  .jollyeast-gap-hero__title { font-size:26px; }
  .jollyeast-gap-grid { grid-template-columns:1fr; gap:18px; }
  .jollyeast-reviews-grid { grid-template-columns: 1fr; }
  .city-banner--figma-page {
    aspect-ratio: 390 / 300;
  }
}

/* v1.3 link usability: make converted anchors reliably clickable above pseudo backgrounds. */
.site-header a,
.site-footer a,
.jollyeast-static-page a {
  pointer-events: auto;
}
.site-header .site-mega-menu__link,
.site-header .site-mega-menu__link:hover,
.site-header .site-mega-menu__link:focus,
.site-header .site-mega-menu__see-all,
.site-header .site-mega-menu__see-all:hover,
.site-header .site-mega-menu__see-all:focus,
.site-header .site-dropdown-menu__item,
.site-header .site-dropdown-menu__item:hover,
.site-header .site-dropdown-menu__item:focus {
  text-decoration: none !important;
}
.site-footer__title button {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}
.home-banner__button,
.site-icon,
.site-mega-menu__link,
.site-mega-menu__see-all,
.city-tour-card__button,
.home-section__link {
  cursor: pointer;
}

.city-tour-card__footer {
  gap: 10px;
}

.city-results__grid {
  align-items: stretch;
}

.city-tour-card {
  height: auto;
  min-height: 464px;
}

.city-tour-card__name {
  display: block;
  height: auto;
  min-height: 44px;
  overflow: visible;
  line-clamp: none;
  -webkit-line-clamp: unset;
}

.city-tour-card__price {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 24px;
}

.city-tour-card__price span {
  display: block;
  line-height: 20px;
}

.city-tour-card__button {
  flex: 0 0 auto;
  min-width: 92px;
  white-space: nowrap;
  text-align: center;
}

.city-tour-card__button:first-of-type {
  min-width: 104px;
}

.city-tour-card__image img[src*="/airport/"] {
  object-fit: contain;
  object-position: center center;
  padding: 10px 14px 4px;
  background: #f7f7f7;
}

/* v1.5 strict banner rule: PC.zip supplies background fKsxBgs9b 1.png; trval-web.zip supplies visible text/button DOM. No PDF-rendered image replacement. */
.jollyeast-static-page[data-source-static="home"] .home-banner {
  min-height: 520px;
  background-image:
    linear-gradient(180deg, rgba(20,23,34,.08) 0%, rgba(20,23,34,.42) 100%),
    url('../figma/pc/fksxbgs9b-1.png') !important;
  background-size: cover, cover !important;
  background-position: center center, center center !important;
  background-repeat: no-repeat !important;
}
.jollyeast-static-page[data-source-static="home"] .home-banner::before,
.jollyeast-static-page[data-source-static="home"] .home-banner::after,
.jollyeast-static-page[data-source-static="home"] .home-banner__mountains { display: none !important; }
.jollyeast-static-page[data-source-static="home"] .home-banner__container {
  min-height: 520px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jollyeast-static-page[data-source-static="home"] .home-banner__content {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  width: min(560px, calc(100vw - 32px)) !important;
  height: auto !important;
  padding: 72px 0 120px !important;
  max-width: 560px !important;
  text-align: center;
  color: #fff;
}
.jollyeast-static-page[data-source-static="home"] .home-banner__eyebrow,
.jollyeast-static-page[data-source-static="home"] .home-banner__title,
.jollyeast-static-page[data-source-static="home"] .home-banner__desc {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}
.jollyeast-static-page[data-source-static="home"] .home-banner__actions {
  margin-top: 20px !important;
  width: auto !important;
  height: auto !important;
  display: flex;
  justify-content: center;
}
.jollyeast-static-page[data-source-static="home"] .home-banner__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: 40px !important;
  min-height: 40px !important;
  opacity: 1 !important;
  background: var(--color-brand, #F86240) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 3px !important;
  padding: 0 22px !important;
  text-decoration: none;
  font: 400 16px/32px var(--font-sans, "Mona Sans", sans-serif);
}
.jollyeast-static-page[data-source-static="home"] .home-banner__button:hover { background: var(--color-brand-hover, #ff8266) !important; }
.jollyeast-static-page[data-source-static="home"] {
  background: #fff;
}
.jollyeast-static-page[data-source-static="home"] .home-destinations .home-section__container {
  background: transparent;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .jollyeast-alert-bar {
    display: none;
  }
  .jollyeast-static-page[data-source-static="home"] .home-banner,
  .jollyeast-static-page[data-source-static="home"] .home-banner__container { min-height: 360px; }
  .jollyeast-static-page[data-source-static="home"] .home-banner__content {
    width: min(330px, calc(100vw - 32px)) !important;
    padding: 46px 0 64px !important;
  }
  .jollyeast-static-page[data-source-static="home"] .home-banner__eyebrow {
    display: none !important;
  }
  .jollyeast-static-page[data-source-static="home"] .home-banner__title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .jollyeast-static-page[data-source-static="home"] .home-banner__desc {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .jollyeast-static-page[data-source-static="home"] .home-highlights__container {
    overflow: hidden;
    padding: 0 12px;
  }
  .jollyeast-static-page[data-source-static="home"] .home-highlights__list {
    display: flex !important;
    gap: 18px;
    overflow-x: auto;
    padding: 10px 0;
    scroll-snap-type: x proximity;
  }
  .jollyeast-static-page[data-source-static="home"] .home-highlights__item {
    flex: 0 0 auto;
    justify-content: flex-start;
    min-width: max-content;
    padding: 0;
    scroll-snap-align: start;
  }
  .jollyeast-static-page[data-source-static="home"] .home-highlights__text {
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px;
  }
}

/* v1.5 Core replacement readiness indicators. */
.jollyeast-core-ready-note {
  max-width: 1200px;
  margin: 16px auto;
  padding: 12px 16px;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #717171;
  font: 400 14px/24px var(--font-sans, "Mona Sans", sans-serif);
}


/* v1.6 page-level conversion fixes: keep trval visual language, prevent menu fragments from appearing as body content. */
.site-header .site-mega-menu:not(.is-open),
.site-header .site-dropdown-menu:not(.is-open) {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.site-header .site-mega-menu.is-open,
.site-header .site-dropdown-menu.is-open {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.site-brand__logo { width: 44px; height: auto; display: block; }
.jollyeast-default-page { max-width: none; padding: 0; }
.jollyeast-static-page > .demo-page > .demo-body,
.jollyeast-static-page > .demo-page > main.demo-body { display: none; }
.jollyeast-gap-page { max-width: 1200px; margin: 0 auto; padding: 56px 16px; }
.jollyeast-gap-hero { margin-bottom: 32px; }
.jollyeast-gap-hero__eyebrow { color: var(--color-brand, #f86240); font: 600 14px/28px var(--font-sans, sans-serif); }
.jollyeast-gap-hero__title { margin: 4px 0 10px; font: 600 32px/44px var(--font-sans, sans-serif); color: #292929; }
.jollyeast-gap-hero__text { max-width: 720px; color: #717171; font: 400 16px/32px var(--font-sans, sans-serif); }
.jollyeast-gap-form { max-width: 560px; padding: 24px; background: #fff; border: 1px solid #eee; border-radius: 8px; box-shadow: 0 12px 28px rgba(17,24,39,.04); }
.jollyeast-gap-form label { display: block; margin-bottom: 16px; color: #333; font: 500 14px/24px var(--font-sans, sans-serif); }
.jollyeast-gap-form input, .jollyeast-gap-form textarea, .jollyeast-gap-form select { width: 100%; margin-top: 6px; min-height: 42px; border: 1px solid #ddd; border-radius: 3px; padding: 8px 12px; background: #fff; color: #292929; }
.jollyeast-gap-button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 20px; border: 1px solid #f86240; border-radius: 3px; background: #f86240; color: #fff; font-weight: 600; }
.jollyeast-gap-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.jollyeast-gap-card { background: #fff; border: 1px solid #eee; border-radius: 8px; overflow: hidden; }
.jollyeast-gap-card img { width: 100%; height: 210px; object-fit: cover; display: block; }
.jollyeast-gap-card__body { padding: 18px; }
.jollyeast-gap-card__title { margin: 0 0 8px; font-size: 18px; line-height: 28px; }
.jollyeast-gap-card__text { color: #717171; line-height: 26px; }
@media (max-width: 768px) { .jollyeast-gap-grid { grid-template-columns: 1fr; } }

/* v1.7 safety net: the renderer strips static shells; this prevents legacy full-page shells from becoming visible if a source file changes later. */
.jollyeast-static-page .site-header,
.jollyeast-static-page .site-footer,
.jollyeast-static-page .site-mega-menu,
.jollyeast-static-page .site-dropdown-menu,
.jollyeast-static-page .demo-card {
  display: none !important;
}
.jollyeast-static-page[data-jollyeast-context="transfers"] .car-select-card__image img {
  object-fit: contain;
  padding: 10px;
  background: #f7f7f7;
}


/* v1.8 sitewide completion safeguards. */
.jollyeast-booking-lookup {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(280px, 1fr);
  gap: 28px;
  align-items: start;
}
.jollyeast-booking-lookup__note {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 22px;
  background: #fff7f4;
  color: #555;
}
.jollyeast-booking-lookup__note h2 {
  margin: 0 0 10px;
  font: 600 20px/30px var(--font-sans, sans-serif);
  color: #292929;
}
.jollyeast-booking-lookup__note p,
.jollyeast-booking-lookup__note li {
  font: 400 14px/26px var(--font-sans, sans-serif);
}
.jollyeast-empty-cart .jollyeast-gap-card img,
.jollyeast-no-products .jollyeast-gap-card img {
  background: #f7f7f7;
}
.jollyeast-static-page[data-jollyeast-context="tours"] .city-banner__title,
.jollyeast-static-page[data-jollyeast-context="activities"] .city-banner__title {
  text-transform: none;
}
.jollyeast-static-page[data-jollyeast-context="activities"] .city-tour-card__tag--green {
  background: rgba(248, 98, 64, .10);
  color: #f86240;
}

.jollyeast-static-page[data-source-static="tours"] .city-banner {
  aspect-ratio: 4800 / 1500;
  min-height: 0;
}

.jollyeast-static-page[data-source-static="tours"] .city-banner__container {
  min-height: 0;
  height: 100%;
}

.jollyeast-static-page[data-source-static="tours"] .city-banner__media img {
  object-fit: contain;
  object-position: center center;
}

.jollyeast-static-page[data-source-static="tours"] .city-banner__content {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* v1.9.0.16 mobile image closure: page banners use responsive sources; vehicle images use mobile assets. */
.jollyeast-static-page[data-jollyeast-context="about"] .about-hero,
.jollyeast-static-page[data-jollyeast-context="blog"] .blog-hero,
.jollyeast-static-page[data-source-static="destination-intro"] .attraction-hero,
.jollyeast-static-page[data-jollyeast-context="contact"] .contact-hero,
.jollyeast-static-page[data-source-static="corporate-travel"] .corporate-hero,
.jollyeast-static-page[data-jollyeast-context="transfers"] .car-select-banner {
  aspect-ratio: 1600 / 350;
  min-height: 0;
  max-height: none;
}

.jollyeast-static-page[data-jollyeast-context="about"] .about-hero,
.jollyeast-static-page[data-jollyeast-context="blog"] .blog-hero,
.jollyeast-static-page[data-source-static="destination-intro"] .attraction-hero,
.jollyeast-static-page[data-jollyeast-context="contact"] .contact-hero,
.jollyeast-static-page[data-source-static="corporate-travel"] .corporate-hero,
.jollyeast-static-page[data-jollyeast-context="transfers"] .car-select-banner {
  padding-top: 0;
  padding-bottom: 0;
}

.jollyeast-static-page[data-jollyeast-context="about"] .about-testimonials {
  overflow-x: hidden;
}

.jollyeast-static-page[data-jollyeast-context="about"] .about-collage--single {
  display: block;
}

.jollyeast-static-page[data-jollyeast-context="transfers"] .car-select-banner {
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}

.jollyeast-static-page[data-jollyeast-context="transfers"] .car-select-banner__container {
  width: 100%;
}

.jollyeast-static-page .jollyeast-hero-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.jollyeast-static-page .jollyeast-vehicle-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.jollyeast-static-page[data-jollyeast-context="about"] .about-hero__media img,
.jollyeast-static-page[data-jollyeast-context="blog"] .blog-hero__media img,
.jollyeast-static-page[data-source-static="destination-intro"] .attraction-hero__media img,
.jollyeast-static-page[data-jollyeast-context="contact"] .contact-hero__media img,
.jollyeast-static-page[data-source-static="corporate-travel"] .corporate-hero__media img,
.jollyeast-static-page[data-jollyeast-context="transfers"] .car-select-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jollyeast-static-page[data-jollyeast-context="transfers"] .car-select-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 860px) {
  .jollyeast-booking-lookup {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .jollyeast-static-page[data-jollyeast-context="about"] .about-hero,
  .jollyeast-static-page[data-jollyeast-context="blog"] .blog-hero,
  .jollyeast-static-page[data-source-static="destination-intro"] .attraction-hero,
  .jollyeast-static-page[data-jollyeast-context="contact"] .contact-hero,
  .jollyeast-static-page[data-source-static="corporate-travel"] .corporate-hero,
  .jollyeast-static-page[data-jollyeast-context="transfers"] .car-select-banner {
    aspect-ratio: 390 / 300;
  }

  .jollyeast-static-page[data-source-static="destination-intro"] .attraction-hero {
    aspect-ratio: 390 / 160;
  }

  .jollyeast-static-page[data-source-static="destination-intro"] .attraction-hero__media img {
    object-fit: cover;
    object-position: center center;
  }

}

.jollyeast-chat {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 80;
  font-family: var(--font-sans, "Mona Sans", sans-serif);
}
.jollyeast-chat[data-device-scope="mobile"] {
  display: none;
}
.jollyeast-chat__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 3px;
  background: #f86240;
  color: #fff;
  box-shadow: 0 12px 28px rgba(41, 41, 41, .18);
}
.jollyeast-chat__icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}
.jollyeast-chat__label {
  font: 600 14px/24px var(--font-sans, sans-serif);
}
.jollyeast-chat__panel {
  position: absolute;
  right: 0;
  bottom: 56px;
  width: min(300px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(41, 41, 41, .16);
}
.jollyeast-chat__title {
  margin: 0 0 8px;
  color: #292929;
  font: 600 18px/28px var(--font-sans, sans-serif);
}
.jollyeast-chat__text {
  margin: 0 0 14px;
  color: #717171;
  font: 400 14px/24px var(--font-sans, sans-serif);
}
.jollyeast-chat__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 3px;
  background: #292929;
  color: #fff;
  text-decoration: none;
  font: 600 14px/24px var(--font-sans, sans-serif);
}
@media (max-width: 640px) {
  .jollyeast-chat {
    right: 14px;
    bottom: var(--jollyeast-chat-mobile-bottom, 14px);
  }
  .jollyeast-chat[data-device-scope="desktop"] {
    display: none;
  }
  .jollyeast-chat[data-device-scope="mobile"] {
    display: block;
  }
}

/* v1.9.0.49 mobile menu/state alignment: no image or Chat changes. */
html.jollyeast-mobile-filter-lock,
html.jollyeast-mobile-filter-lock body {
  overflow: hidden;
}

@media (max-width: 900px) {
  .site-header__mobile-toggle[open] .site-header__mobile-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 64px;
    bottom: 0;
    z-index: 120;
    min-width: 0;
    width: 100%;
    height: calc(100svh - 64px);
    min-height: calc(100vh - 64px);
    padding: 12px 20px calc(20px + env(safe-area-inset-bottom, 0px));
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 18px 34px rgba(41, 41, 41, .12);
    overflow-y: auto;
  }

  .site-header__mobile-nav a {
    justify-content: space-between;
    min-height: 56px;
    padding: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    color: #292929;
    font: 500 16px/24px var(--font-sans, sans-serif);
  }

  .site-header__mobile-nav a::after {
    content: ">";
    color: #999;
    font: 400 18px/1 var(--font-sans, sans-serif);
  }

  .jollyeast-mobile-menu {
    min-height: 100%;
  }

  .jollyeast-mobile-menu__view {
    display: none;
  }

  .jollyeast-mobile-menu__view.is-active {
    display: block;
  }

  .jollyeast-mobile-menu__top-item,
  .jollyeast-mobile-menu__link,
  .jollyeast-mobile-menu__city {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 56px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    background: transparent;
    color: #292929;
    text-align: left;
    text-decoration: none;
    font: 500 16px/24px var(--font-sans, sans-serif);
  }

  .jollyeast-mobile-menu__top-item::after,
  .jollyeast-mobile-menu__link::after,
  .jollyeast-mobile-menu__city::after {
    content: ">";
    color: #999;
    font: 400 18px/1 var(--font-sans, sans-serif);
  }

  .jollyeast-mobile-menu__header {
    display: flex;
    align-items: center;
    min-height: 54px;
    border-bottom: 1px solid #eee;
    color: #292929;
  }

  .jollyeast-mobile-menu__header strong {
    flex: 1;
    text-align: center;
    font: 600 17px/26px var(--font-sans, sans-serif);
  }

  .jollyeast-mobile-menu__back {
    appearance: none;
    min-width: 64px;
    min-height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #f86240;
    text-align: left;
    font: 600 14px/24px var(--font-sans, sans-serif);
  }

  .jollyeast-mobile-menu__city-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }

  .jollyeast-mobile-menu__city {
    min-height: 44px;
    font-size: 14px;
    font-weight: 400;
  }

  .jollyeast-mobile-menu__city.is-active {
    color: #f86240;
    font-weight: 600;
  }

  .jollyeast-mobile-menu__city-panel {
    display: none;
    padding: 16px 0 28px;
  }

  .jollyeast-mobile-menu__city-panel.is-active {
    display: block;
  }

  .jollyeast-mobile-menu__panel-title,
  .jollyeast-mobile-menu__group-title {
    margin: 0;
    color: #292929;
  }

  .jollyeast-mobile-menu__panel-title {
    font: 600 18px/28px var(--font-sans, sans-serif);
  }

  .jollyeast-mobile-menu__group {
    margin-top: 18px;
  }

  .jollyeast-mobile-menu__group-title {
    font: 600 14px/24px var(--font-sans, sans-serif);
  }

  .jollyeast-mobile-menu__links {
    display: grid;
    gap: 0;
    margin-top: 6px;
  }

  .site-header__mobile-nav .jollyeast-mobile-menu__link {
    min-height: 44px;
    color: #555;
    font-size: 15px;
    font-weight: 400;
  }
}

/* v1.9.0.06 Tours/detail mobile PDF alignment pass. */
.jollyeast-mobile-filter-bar {
  display: none;
}

.jollyeast-mobile-filter-drawer,
.jollyeast-mobile-sort-options,
.jollyeast-mobile-filter-backdrop {
  display: none;
}

@media (max-width: 640px) {
  .jollyeast-static-page[data-source-static="tours"] .city-banner,
  .jollyeast-static-page[data-source-static="tours"] .city-banner__container {
    min-height: 0;
  }

  .jollyeast-static-page[data-source-static="tours"] .city-banner__content {
    width: 1px;
  }

  .jollyeast-static-page[data-source-static="tours"] .city-banner__title,
  .jollyeast-static-page[data-source-static="tours"] .city-banner__subtitle {
    max-width: calc(100vw - 32px);
  }

  .jollyeast-static-page[data-source-static="tours"] .city-filters__container {
    padding-top: 0;
  }

  .jollyeast-static-page[data-source-static="tours"] .city-filters__toolbar,
  .jollyeast-static-page[data-source-static="tours"] .city-filters__groups,
  .jollyeast-static-page[data-source-static="tours"] .city-filters__toggles {
    display: none;
  }

  .jollyeast-mobile-filter-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 -12px 16px;
    border-bottom: 1px solid #eee;
    background: #fff;
  }

  .jollyeast-mobile-filter-bar__button {
    min-height: 48px;
    border: 0;
    border-right: 1px solid #eee;
    background: #fff;
    color: #292929;
    font: 400 15px/24px var(--font-sans, sans-serif);
  }

  .jollyeast-mobile-filter-bar__button:last-child {
    border-right: 0;
  }

  .jollyeast-mobile-filter-bar__button[aria-expanded="true"] {
    color: #f86240;
    font-weight: 600;
  }

  .jollyeast-static-page[data-source-static="tours"] .city-filters__container.is-mobile-filter-open .jollyeast-mobile-filter-backdrop,
  .jollyeast-static-page[data-source-static="tours"] .city-filters__container.is-mobile-sort-open .jollyeast-mobile-filter-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(41, 41, 41, .34);
  }

  .jollyeast-static-page[data-source-static="tours"] .city-filters__container.is-mobile-filter-open .jollyeast-mobile-filter-drawer,
  .jollyeast-static-page[data-source-static="tours"] .city-filters__container.is-mobile-sort-open .jollyeast-mobile-filter-drawer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 102;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    background: #fff;
  }

  .jollyeast-mobile-filter-drawer__title {
    color: #292929;
    font: 600 18px/28px var(--font-sans, sans-serif);
  }

  .jollyeast-mobile-filter-drawer__close {
    min-height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #f86240;
    font: 600 14px/24px var(--font-sans, sans-serif);
  }

  .jollyeast-static-page[data-source-static="tours"] .city-filters__container.is-mobile-filter-open .city-filters__toolbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 58px;
    bottom: 102px;
    z-index: 102;
    display: grid;
    gap: 18px;
    align-content: start;
    align-items: start;
    justify-items: start;
    margin: 0;
    padding: 18px 20px;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .jollyeast-static-page[data-source-static="tours"] .city-filters__container.is-mobile-filter-open .city-filters__groups {
    display: grid;
    gap: 10px;
  }

  .jollyeast-static-page[data-source-static="tours"] .city-filters__container.is-mobile-filter-open .city-filters__toggles {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 58px;
    z-index: 102;
    display: flex;
    gap: 10px;
    padding: 0 20px 12px;
    background: #fff;
  }

  .jollyeast-static-page[data-source-static="tours"] .city-filters__container.is-mobile-filter-open .city-filters__footer,
  .jollyeast-static-page[data-source-static="tours"] .city-filters__container.is-mobile-sort-open .city-filters__footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 102;
    min-height: 58px;
    padding: 10px 20px calc(10px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid #eee;
    background: #fff;
    box-shadow: 0 -10px 24px rgba(41, 41, 41, .08);
  }

  .jollyeast-static-page[data-source-static="tours"] .city-filters__container.is-mobile-filter-open .city-filters__action:not(.city-filters__action--ghost),
  .jollyeast-static-page[data-source-static="tours"] .city-filters__container.is-mobile-sort-open .city-filters__action:not(.city-filters__action--ghost) {
    display: inline-flex;
  }

  .jollyeast-static-page[data-source-static="tours"] .city-filters__container.is-mobile-sort-open .jollyeast-mobile-sort-options {
    position: fixed;
    left: 0;
    right: 0;
    top: 58px;
    bottom: 58px;
    z-index: 102;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    padding: 20px;
    background: #fff;
    overflow-y: auto;
  }

  .jollyeast-mobile-sort-options__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 54px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #eee;
    background: transparent;
    color: #292929;
    text-align: left;
    font: 500 16px/24px var(--font-sans, sans-serif);
  }

  .jollyeast-mobile-sort-options__item.is-active {
    color: #f86240;
  }

  .jollyeast-mobile-sort-options__item.is-active::after {
    content: "Selected";
    color: #f86240;
    font: 500 13px/20px var(--font-sans, sans-serif);
  }

  .jollyeast-static-page[data-source-static="tours"] .city-filters__footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .jollyeast-static-page[data-source-static="tours"] .city-filters__actions {
    width: auto;
    flex-direction: row;
  }

  .jollyeast-static-page[data-source-static="tours"] .city-filters__action:not(.city-filters__action--ghost) {
    display: none;
  }

  .jollyeast-static-page[data-source-static="tours"] .city-filters__action--ghost {
    width: auto;
    color: #292929;
  }

  .jollyeast-static-page[data-source-static="tours"] .city-tour-card__meta li::before,
  .jollyeast-static-page[data-source-static="tour-detail"] .optional-extras-card__meta li::before {
    border-radius: 50%;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-hero__container {
    display: flex;
    flex-direction: column;
    padding: 0 0 22px;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-breadcrumb,
  .jollyeast-static-page[data-source-static="tour-detail"] .detail-tabs {
    display: none;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-gallery {
    order: 1;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-hero__top {
    order: 2;
    margin: 0;
    padding: 18px 18px 0;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-hero__actions {
    display: none;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-gallery__visual {
    display: block;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-gallery__main {
    display: block;
    width: 100%;
    height: 255px;
    border-radius: 0;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-gallery__main::after {
    content: "Show All";
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    color: #292929;
    font: 400 14px/24px var(--font-sans, sans-serif);
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-gallery__side {
    display: none;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-content__container {
    padding-top: 0;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-booking {
    margin: 16px 0 24px;
    min-width: 0;
    max-width: 100%;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-booking__sticky {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-booking__summary,
  .jollyeast-static-page[data-source-static="tour-detail"] .detail-booking__helper,
  .jollyeast-static-page[data-source-static="tour-detail"] .detail-booking__card,
  .jollyeast-static-page[data-source-static="tour-detail"] .detail-booking__secondary-panels,
  .jollyeast-static-page[data-source-static="tour-detail"] .detail-booking__panel,
  .jollyeast-static-page[data-source-static="tour-detail"] .detail-calendar {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-booking__badges,
  .jollyeast-static-page[data-source-static="tour-detail"] .snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-booking__tabs {
    min-width: 0;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-booking__tabs--primary {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-booking__tabs--primary .detail-booking__tab {
    flex: 0 0 auto;
    min-width: max-content;
    padding: 0 2px 10px;
    scroll-snap-align: start;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-booking__tabs--secondary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .jollyeast-static-page[data-source-static="tour-detail"] .detail-booking__tabs--secondary .detail-booking__tab {
    min-width: 0;
    padding: 0 8px;
    font-size: 13px;
    line-height: 18px;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .site-footer__top > section {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
  }

  .site-footer__title {
    margin: 0;
  }

  .site-footer__title button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    cursor: pointer;
  }

  .site-footer__title button::after {
    content: "+";
    font-size: 20px;
    line-height: 1;
    color: #717171;
  }

  .site-footer__section.is-open .site-footer__title button::after {
    content: "-";
  }

  .site-footer__section[data-jollyeast-footer-collapsible] .site-footer__links {
    display: none;
    padding-top: 6px;
  }

  .site-footer__section.is-open .site-footer__links {
    display: grid;
  }
}

/* v1.9.0.23 pre-Core front-end state shells */
.jollyeast-ui-modal-open {
  overflow: hidden;
}
.jollyeast-ui-modal[hidden] {
  display: none;
}
.jollyeast-ui-modal {
  position: fixed;
  inset: 0;
  z-index: 170;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: var(--font-sans, "Mona Sans", sans-serif);
}
.jollyeast-ui-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 18, 24, .5);
}
.jollyeast-ui-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: min(720px, calc(100vh - 40px));
  overflow: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, .24);
  padding: 30px;
  outline: none;
}
.jollyeast-ui-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #eee;
  border-radius: 50%;
  background: #fff;
  color: #292929;
  font: 500 20px/1 var(--font-sans, sans-serif);
  cursor: pointer;
}
.jollyeast-ui-modal__close:hover {
  border-color: #f86240;
  color: #f86240;
}
.jollyeast-ui-modal__eyebrow {
  margin: 0 44px 6px 0;
  color: #f86240;
  font: 600 13px/22px var(--font-sans, sans-serif);
  text-transform: uppercase;
}
.jollyeast-ui-modal__title {
  margin: 0 44px 10px 0;
  color: #292929;
  font: 600 28px/38px var(--font-sans, sans-serif);
}
.jollyeast-ui-modal__text {
  margin: 0 0 18px;
  color: #717171;
  font: 400 15px/26px var(--font-sans, sans-serif);
}
.jollyeast-ui-modal__field {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  color: #292929;
  font: 600 14px/22px var(--font-sans, sans-serif);
}
.jollyeast-ui-modal__field input,
.jollyeast-ui-modal__field select,
.jollyeast-ui-modal__field textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fafafa;
  color: #717171;
  font: 400 14px/24px var(--font-sans, sans-serif);
}
.jollyeast-ui-modal__field input,
.jollyeast-ui-modal__field select {
  height: 40px;
  padding: 0 12px;
}
.jollyeast-ui-modal__field textarea {
  min-height: 104px;
  resize: vertical;
  padding: 12px;
}
.jollyeast-ui-modal__summary,
.jollyeast-ui-counter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  color: #292929;
  font: 500 14px/22px var(--font-sans, sans-serif);
}
.jollyeast-ui-modal__summary strong {
  color: #717171;
  font-weight: 500;
  text-align: right;
}
.jollyeast-ui-counter-row div {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.jollyeast-ui-counter-row button {
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: #aaa;
}
.jollyeast-ui-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.jollyeast-ui-modal__secondary,
.jollyeast-ui-modal__primary,
.jollyeast-ui-trigger,
.payment-summary__drawer-toggle,
.payment-section__utility,
.detail-booking__utility,
.payment-methods-empty__gateway {
  text-decoration: none;
}
.jollyeast-ui-modal__secondary,
.jollyeast-ui-modal__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 44px;
  border-radius: 4px;
  font: 600 14px/22px var(--font-sans, sans-serif);
  cursor: pointer;
}
.jollyeast-ui-modal__secondary {
  border: 1px solid #ddd;
  background: #fff;
  color: #292929;
}
.jollyeast-ui-modal__primary {
  border: 1px solid #f86240;
  background: #f86240;
  color: #fff;
}
.jollyeast-ui-modal__primary:hover,
.jollyeast-ui-modal__primary:focus {
  color: #fff;
  background: #ff8266;
  border-color: #ff8266;
}
.jollyeast-ui-trigger {
  border: 0;
  cursor: pointer;
}
.payment-summary__drawer-toggle,
.payment-section__utility,
.detail-booking__utility {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background: #fff;
  color: #292929;
  font: 500 14px/22px var(--font-sans, sans-serif);
  cursor: pointer;
}
.payment-summary__drawer-toggle {
  width: 100%;
  margin: 12px 0 0;
}
.payment-section__utility,
.detail-booking__utility {
  margin: 12px 0 18px;
  padding: 0 16px;
}
.payment-methods-empty__gateway {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  color: #717171;
  font: 500 14px/22px var(--font-sans, sans-serif);
}

/* v1.9.0.19 language/currency modal shell */
.jollyeast-locale-modal[hidden] {
  display: none;
}
.jollyeast-locale-modal {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: var(--font-sans, "Mona Sans", sans-serif);
}
.jollyeast-locale-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 18, 24, .48);
}
.jollyeast-locale-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: min(720px, calc(100vh - 40px));
  overflow: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, .22);
  padding: 30px;
  outline: none;
}
.jollyeast-locale-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #eee;
  border-radius: 50%;
  background: #fff;
  color: #292929;
  font: 500 20px/1 var(--font-sans, sans-serif);
}
.jollyeast-locale-modal__close:hover {
  border-color: #f86240;
  color: #f86240;
}
.jollyeast-locale-modal__header {
  padding-right: 36px;
}
.jollyeast-locale-modal__eyebrow {
  margin: 0 0 6px;
  color: #f86240;
  font: 600 13px/22px var(--font-sans, sans-serif);
  text-transform: uppercase;
}
.jollyeast-locale-modal__title {
  margin: 0;
  color: #292929;
  font: 600 28px/38px var(--font-sans, sans-serif);
}
.jollyeast-locale-modal__text {
  margin: 8px 0 0;
  color: #717171;
  font: 400 15px/26px var(--font-sans, sans-serif);
}
.jollyeast-locale-modal__group {
  margin-top: 24px;
}
.jollyeast-locale-modal__label {
  margin: 0 0 10px;
  color: #292929;
  font: 600 16px/26px var(--font-sans, sans-serif);
}
.jollyeast-locale-modal__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.jollyeast-locale-modal__option {
  min-height: 46px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #292929;
  font: 500 14px/22px var(--font-sans, sans-serif);
}
.jollyeast-locale-modal__option:hover,
.jollyeast-locale-modal__option.is-active {
  border-color: #f86240;
  background: rgba(248, 98, 64, .08);
  color: #f86240;
}
.jollyeast-locale-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.jollyeast-locale-modal__secondary,
.jollyeast-locale-modal__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 44px;
  border-radius: 4px;
  font: 600 14px/22px var(--font-sans, sans-serif);
}
.jollyeast-locale-modal__secondary {
  border: 1px solid #ddd;
  background: #fff;
  color: #292929;
}
.jollyeast-locale-modal__primary {
  border: 1px solid #f86240;
  background: #f86240;
  color: #fff;
}

@media (max-width: 640px) {
  .jollyeast-locale-modal {
    align-items: flex-end;
    padding: 0;
  }
  .jollyeast-locale-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 40px);
    border-radius: 8px 8px 0 0;
    padding: 24px 18px calc(24px + env(safe-area-inset-bottom, 0px));
  }
  .jollyeast-locale-modal__title {
    font-size: 24px;
    line-height: 34px;
  }
  .jollyeast-locale-modal__options {
    grid-template-columns: 1fr;
  }
  .jollyeast-locale-modal__actions {
    flex-direction: column-reverse;
  }
  .jollyeast-locale-modal__secondary,
  .jollyeast-locale-modal__primary {
    width: 100%;
  }
  .jollyeast-ui-modal {
    align-items: flex-end;
    padding: 0;
  }
  .jollyeast-ui-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 40px);
    border-radius: 8px 8px 0 0;
    padding: 24px 18px calc(24px + env(safe-area-inset-bottom, 0px));
  }
  .jollyeast-ui-modal__title {
    font-size: 24px;
    line-height: 34px;
  }
  .jollyeast-ui-modal__actions {
    flex-direction: column-reverse;
  }
  .jollyeast-ui-modal__secondary,
  .jollyeast-ui-modal__primary {
    width: 100%;
  }
}
