@font-face {
  font-family: "LoveForm Cereal";
  src: url("/assets/fonts/cereal/Cereal-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LoveForm Cereal";
  src: url("/assets/fonts/cereal/Cereal-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LoveForm Cereal";
  src: url("/assets/fonts/cereal/Cereal-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --activities-font-family: "LoveForm Cereal", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-primary: var(--activities-font-family);
  --activities-ink: #181818;
  --activities-muted: #6a6a6a;
  --activities-line: #dddddd;
  --activities-surface: #ffffff;
  --activities-soft: #f7f7f7;
  --activities-trust-bg: rgb(224, 247, 250);
  --activities-report-muted: rgb(110, 106, 102);
  --activities-brand-primary: #007a75;
  --activities-teal: #1f8f8b;
  --activities-gold: #b7791f;
  --activities-mobile-gutter: 24px;
  --activities-mobile-sticky-offset: 0px;
  --activities-skeleton-bg: #e9e9e9;
  --activities-popover-bg: var(--activities-ink);
  --activities-popover-border: var(--activities-ink);
}

body.activities-shell #main-footer {
  margin-top: 0;
}

body.activities-detail-shell-page #main-footer {
  display: none !important;
}

html:has(body.activities-detail-shell-page),
body.activities-detail-shell-page {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body.activities-shell .navbar {
  display: none !important;
}

body.activities-search-shell #main-footer {
  display: none;
}

body.activities-checkout-shell #main-footer {
  display: none;
}

html.activities-footer-expanded,
body.activities-search-shell.activities-footer-expanded {
  overflow: hidden;
}

body.activities-search-shell.activities-footer-expanded #main-footer {
  display: block;
  position: fixed;
  right: 0;
  bottom: 46px;
  left: 0;
  z-index: 1029;
  max-height: calc(100vh - 46px);
  margin: 0;
  overflow-y: auto;
  box-shadow: 0 -16px 38px rgba(0, 0, 0, 0.16);
}

body.activities-shell,
body.activities-detail-shell-page,
body.activities-search-shell,
body.activities-checkout-shell,
.activities-page,
.activities-checkout-page,
.activities-footer {
  font-family: var(--activities-font-family);
}

@media (max-width: 767px) {
  body.activities-shell .hero-nav[data-product="activities"][data-mode="landing"] .hero-nav-collapsed {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.activities-shell
    .hero-nav[data-product="activities"][data-mode="landing"]
    .hero-nav-collapsed
    .hero-nav-header,
  body.activities-shell
    .hero-nav[data-product="activities"][data-mode="landing"]
    .hero-nav-collapsed
    .hero-nav-collapsed__search-group {
    box-sizing: border-box !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.activities-shell
    .hero-nav[data-product="activities"][data-mode="landing"]
    .hero-nav-collapsed
    .condensed-search-btn {
    box-sizing: border-box !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.activities-page {
  color: var(--activities-ink);
  font-family: var(--activities-font-family);
  font-weight: var(--font-weight-normal, 400);
  line-height: 1.5;
  padding-top: 86px;
  background: #ffffff;
}

.activities-page--landing,
.activities-page--search {
  padding-top: 0;
}

.activities-page--search {
  padding-bottom: 72px;
}

.activities-page--detail {
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: clip;
  overflow-y: visible;
}

.activities-browse-section {
  font-family: var(--activities-font-family);
  --activities-card-radius: 20px;
  --activities-provider-card-extra-width: 10px;
  --activities-provider-image-height-compensation: 10px;
}

.activities-browse-section .school-row {
  max-width: none;
  margin-top: 34px;
}

.activities-browse-section .school-row:first-child {
  margin-top: 34px;
}

.activities-browse-section .row-header,
.activities-browse-section .school-row:first-child .row-header,
.activities-landing-shell:has(#activitiesContinueSection:not([hidden])) .activities-browse-section .school-row:first-child .row-header {
  padding-top: 0;
  margin-bottom: 8px;
}

.activities-browse-section .row-nav,
.activities-browse-section .school-row:first-child .row-nav,
.activities-landing-shell:has(#activitiesContinueSection:not([hidden])) .activities-browse-section .school-row:first-child .row-nav {
  top: 0;
}

.activities-browse-section .school-cards-grid {
  gap: 10px;
}

[data-activities-provider-rows] .school-cards-grid {
  gap: 12px;
}

.activities-category-row-shell {
  --activities-category-image-extra-width: 38px;
  --activities-category-image-height-compensation: 13.3px;
}

.activities-continue-section[hidden] {
  display: none !important;
}

.activities-landing-shell .activities-continue-card {
  font-family: var(--activities-font-family);
  justify-content: space-between;
}

.activities-continue-card .k12-continue-card__thumbs {
  order: -1;
}

.activities-continue-card .k12-continue-card__body {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.activities-continue-card .k12-continue-card__title,
.activities-continue-card .k12-continue-card__meta {
  margin-bottom: 0;
  min-width: 0;
  white-space: nowrap;
}

.activities-continue-card .k12-continue-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
}

.activities-continue-card .k12-continue-card__meta {
  flex: 0 0 auto;
}

.activities-category-row-shell .cards-container {
  padding-right: 0;
}

.activities-browse-section .school-row:nth-child(2) .row-subtitle {
  display: none;
}

.activities-browse-section .school-row:nth-child(3) .row-subtitle {
  display: block;
}

.activities-browse-section .row-subtitle:empty {
  display: none;
  margin: 0;
}

.activities-category-tile,
.activities-provider-card__image-link,
.activities-provider-card__body-link {
  color: inherit;
  text-decoration: none;
}

.activities-category-row-shell .activities-category-tile,
.activities-category-row-shell .activities-category-skeleton {
  flex: 0 0 calc(((100% - (9 * 10px)) / 10) + var(--activities-category-image-extra-width));
  min-width: 128px;
  min-height: 0;
  max-width: none;
}

.activities-category-row-shell .activities-category-tile .card-image,
.activities-category-row-shell .activities-category-skeleton .card-image {
  padding-top: calc(95% - var(--activities-category-image-height-compensation));
  border-radius: var(--activities-card-radius);
}

.activities-category-tile__body {
  height: 42px;
}

.activities-category-tile .school-name {
  font-weight: var(--font-weight-semibold, 600);
}

.activities-provider-card,
[data-activities-provider-rows] .activities-provider-skeleton {
  flex: 0 0 calc(((100% - (6 * 10px)) / 7) + var(--activities-provider-card-extra-width));
  min-width: 180px;
  min-height: 224px;
  max-width: none;
}

.activities-provider-card .card-image,
[data-activities-provider-rows] .activities-provider-skeleton .activities-card-skeleton__image {
  padding-top: calc(100% - var(--activities-provider-image-height-compensation));
  border-radius: var(--activities-card-radius);
}

.activities-show-all-card {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.activities-show-all-card__link {
  display: flex;
  width: 100%;
  min-height: calc(100% - 8px);
  align-items: center;
  justify-content: center;
  border: 1px solid var(--activities-line);
  border-radius: var(--activities-card-radius);
  color: var(--activities-ink);
  font-weight: var(--font-weight-semibold, 600);
  text-decoration: none;
  background: #ffffff;
}

.activities-show-all-card__link:hover {
  border-color: #b0b0b0;
  background: var(--activities-soft);
}

.activities-provider-card__image-link {
  position: absolute;
  inset: 0;
  display: block;
}

.activities-provider-card .school-meta {
  min-width: 0;
  white-space: nowrap;
}

.activities-provider-card .school-meta .price {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activities-provider-card .school-meta .rating {
  flex: 0 0 auto;
}

.activities-page--landing .activities-provider-card__save[aria-pressed="true"] svg {
  fill: var(--activities-teal) !important;
  stroke: var(--activities-teal) !important;
}

.activities-page--landing .activities-provider-card__save[aria-pressed="true"]:hover svg {
  transform: scale(1.1) !important;
}

@media (min-width: 769px) {
  .activities-browse-section .row-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .activities-browse-section .cards-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .activities-browse-section .row-nav {
    right: 32px;
  }

  .activities-browse-section .activities-category-row-shell .cards-container {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .activities-landing-shell .activities-continue-card {
    max-width: 720px;
  }

  .activities-continue-card .k12-continue-card__body {
    flex-wrap: nowrap;
  }
}

@media (max-width: 640px) {
  .activities-category-row-shell .activities-category-tile,
  .activities-category-row-shell .activities-category-skeleton {
    flex-basis: calc(((100% - (2 * 10px)) / 3) + var(--activities-category-image-extra-width));
    width: calc(((100% - (2 * 10px)) / 3) + var(--activities-category-image-extra-width));
    min-width: 0;
    max-width: calc(((100% - (2 * 10px)) / 3) + var(--activities-category-image-extra-width));
  }

  .activities-category-row-shell .activities-category-tile .card-image,
  .activities-category-row-shell .activities-category-skeleton .card-image {
    padding-top: calc(95% - var(--activities-category-image-height-compensation));
  }

  .activities-category-row-shell .activities-category-tile .card-body {
    min-height: 42px;
  }

  .activities-provider-card,
  [data-activities-provider-rows] .activities-provider-skeleton {
    flex-basis: calc(((100% - 10px) / 2) + var(--activities-provider-card-extra-width));
    width: calc(((100% - 10px) / 2) + var(--activities-provider-card-extra-width));
    min-width: 0;
    max-width: calc(((100% - 10px) / 2) + var(--activities-provider-card-extra-width));
  }
}

.activities-nav {
  position: sticky;
  top: 74px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.activities-nav__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.activities-brand {
  font-size: 20px;
  font-weight: var(--font-weight-bold, 700);
  color: var(--activities-ink);
  text-decoration: none;
}

.activities-nav__links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-nav__links a {
  color: var(--activities-ink);
  text-decoration: none;
}

.activities-pill-button,
.activities-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid var(--activities-ink);
  background: var(--activities-ink);
  color: #ffffff;
  padding: 0 20px;
  font-size: 14px;
  font-weight: var(--font-weight-semibold, 600);
  text-decoration: none;
  cursor: pointer;
}

.activities-pill-button--light {
  background: #ffffff;
  color: var(--activities-ink);
  border-color: var(--activities-line);
}

.activities-hero {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 28px;
}

.activities-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: 44px;
}

.activities-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(40px, 7vw, 76px);
  line-height: 0.96;
  font-weight: var(--font-weight-bold, 700);
  letter-spacing: 0;
  hyphens: none;
}

.activities-hero p {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--activities-muted);
  font-size: 18px;
  line-height: 1.55;
}

.activities-search-card {
  margin-top: 30px;
  width: min(640px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.44fr) auto;
  align-items: center;
  border: 1px solid var(--activities-line);
  border-radius: 999px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  overflow: hidden;
}

.activities-search-card label {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 14px 18px 14px 22px;
  border-right: 1px solid var(--activities-line);
}

.activities-search-card span {
  font-size: 12px;
  line-height: 1;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-search-card input,
.activities-search-card select {
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  color: var(--activities-ink);
  background: transparent;
  font: inherit;
  font-size: 14px;
}

.activities-search-card button {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: var(--activities-brand-primary);
  font-size: 18px;
  font-weight: var(--font-weight-bold, 700);
}

.activities-visual {
  min-height: 430px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(145deg, rgba(40, 154, 150, 0.22), rgba(31, 143, 139, 0.28)),
    url("/assets/SVG/3d/explorer/explorer-dynamic-color.png") center 42% / 42% auto no-repeat,
    linear-gradient(135deg, #fff2f4 0%, #e8f7f5 55%, #fff7e8 100%);
}

.activities-visual__caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.activities-visual__caption strong {
  display: block;
  font-size: 18px;
}

.activities-visual__caption span {
  color: var(--activities-muted);
  font-size: 14px;
}

.activities-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0;
}

.activities-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.activities-section h2 {
  margin: 0;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.05;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-page--search .activities-section__head h2 {
  font-size: 20px;
  line-height: 24px;
}

.activities-section__head p {
  max-width: 460px;
  margin: 0;
  color: var(--activities-muted);
}

.activities-page--search .activities-section__head p {
  font-size: 15px;
  line-height: 19px;
}

.activities-category-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 0 12px;
  scrollbar-width: none;
}

.activities-category-row::-webkit-scrollbar {
  display: none;
}

.activities-category {
  flex: 0 0 auto;
  min-width: 132px;
  min-height: 86px;
  border: 1px solid var(--activities-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 14px;
  text-decoration: none;
  color: var(--activities-ink);
}

.activities-category strong,
.activities-card strong,
.activities-card__link strong {
  display: block;
  color: var(--activities-ink);
  font-weight: var(--font-weight-medium, 500);
}

.activities-category span,
.activities-card span,
.activities-card__link span {
  color: var(--activities-muted);
  font-size: 14px;
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.activities-search-more {
  grid-column: 1 / -1;
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.activities-search-more p {
  margin: 0 14px 0 0;
  color: var(--activities-muted);
  font-size: 14px;
}

.activities-search-more__button {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid var(--activities-ink);
  border-radius: 999px;
  background: #ffffff;
  color: var(--activities-ink);
  font: inherit;
  font-size: 14px;
  font-weight: var(--font-weight-semibold, 600);
  cursor: pointer;
}

.activities-search-more__button:hover {
  background: var(--activities-soft);
}

.activities-search-more__button:disabled,
.activities-search-more--done {
  color: var(--activities-muted);
  cursor: default;
}

.activities-card {
  min-width: 0;
  position: relative;
}

.activities-card__link {
  display: block;
  color: var(--activities-ink);
  text-decoration: none;
}

.activities-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.08 / 1;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(40, 154, 150, 0.16), rgba(31, 143, 139, 0.18)),
    url("/assets/SVG/3d/explorer/explorer-dynamic-color.png") center / 44% auto no-repeat,
    var(--activities-soft);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}

.activities-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.activities-card__badge,
.activities-provider-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  max-width: calc(100% - 76px);
  border-radius: 999px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--activities-ink);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  font-size: 12px;
  line-height: 16px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-card__save {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  color: #ffffff;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55));
}

.activities-card__save svg {
  width: 26px;
  height: 26px;
  overflow: visible;
}

.activities-card__save path {
  fill: rgba(0, 0, 0, 0.28);
  stroke: #ffffff;
  stroke-width: 2.25;
  transition: fill 140ms ease, stroke 140ms ease, transform 140ms ease;
}

.activities-card__save:hover path,
.activities-card__save[aria-pressed="true"] path {
  fill: var(--activities-teal);
  stroke: #ffffff;
  transform: scale(1.03);
}

.activities-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 14px;
}

.activities-card__meta span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activities-card__meta span:last-child {
  flex: 0 0 auto;
  color: var(--activities-ink);
}

.activities-card__name {
  margin-top: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-detail-reviews.school-reviews-inline .reference-review__name {
  font-weight: var(--font-weight-medium, 500);
}

.activities-detail-reviews.school-reviews-inline .reference-review__toggle {
  font-weight: var(--font-weight-medium, 500);
}

.activities-card__sub {
  display: block;
  margin-top: 3px;
  color: var(--activities-muted);
  font-size: 13px;
  line-height: 17px;
}

.activities-card .activities-card__sub {
  font-size: 13px;
  line-height: 17px;
}

.activities-card__price {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 2px;
  color: var(--activities-muted);
  font-size: 12.5px;
  line-height: 17px;
}

.activities-card__price span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.activities-card__rate {
  color: var(--activities-ink);
  font-weight: var(--font-weight-normal, 400);
}

.activities-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  color: var(--activities-ink);
  font-family: var(--activities-font-family);
}

.activities-footer__bar {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--activities-line);
  background: #ffffff;
  padding: 0 88px;
  font-size: 14px;
}

.activities-footer__legal,
.activities-footer__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.activities-footer a,
.activities-footer button {
  color: var(--activities-ink);
  font: inherit;
}

.activities-footer a {
  text-decoration: none;
}

.activities-footer a:hover,
.activities-footer button:hover {
  text-decoration: underline;
}

.activities-footer__actions {
  font-weight: var(--font-weight-semibold, 600);
}

.activities-footer__actions button {
  border: 0;
  background: transparent;
  padding: 0;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-footer__actions button::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 8px;
  border-top: 2px solid currentcolor;
  border-left: 2px solid currentcolor;
  transform: translateY(2px) rotate(45deg);
}

.activities-footer--expanded .activities-footer__actions button::after {
  transform: translateY(-2px) rotate(225deg);
}

@media (max-width: 760px) {
  .activities-page--search {
    padding-bottom: 96px;
  }

  .activities-footer__bar {
    min-height: 64px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 10px 18px;
    font-size: 13px;
  }

  .activities-footer__legal,
  .activities-footer__actions {
    width: 100%;
    flex-wrap: wrap;
    gap: 7px;
  }

  .activities-footer__actions {
    justify-content: space-between;
  }

  body.activities-search-shell.activities-footer-expanded #main-footer {
    bottom: 84px;
    max-height: calc(100vh - 84px);
  }
}

.activities-search-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.activities-filter-panel {
  position: sticky;
  top: 154px;
  border: 1px solid var(--activities-line);
  border-radius: 8px;
  padding: 18px;
}

.activities-filter-panel h2 {
  font-size: 20px;
}

.activities-filter-panel label {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  font-size: 13px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-filter-panel input,
.activities-filter-panel select {
  min-height: 44px;
  border: 1px solid var(--activities-line);
  border-radius: 8px;
  padding: 0 12px;
}

.activities-search-surface {
  display: grid;
  gap: 18px;
}

.activities-search-toolbar {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 138px 154px 160px auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 6px;
}

.activities-search-toolbar input,
.activities-search-toolbar select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--activities-line);
  border-radius: 8px;
  padding: 0 13px;
  color: var(--activities-ink);
  background: #ffffff;
  font: inherit;
  font-size: 14px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-search-toolbar input {
  font-weight: var(--font-weight-normal, 400);
}

.activities-search-toolbar .activities-button {
  min-height: 46px;
  border-radius: 8px;
}

/* ----- New mobile-first search controls (replaces legacy toolbar) ----- */
.activities-results-title {
  display: none;
}

.activities-page--search .activities-results-title {
  display: block;
  margin: 6px 0 14px;
  font-size: 17px;
  line-height: 22px;
  font-weight: var(--font-weight-semibold, 600);
}

@media (min-width: 1100px) {
  .activities-search-section {
    width: min(1442px, calc(100% - 96px));
    padding-top: 0;
  }

  .activities-page--landing .activities-hero,
  .activities-page--landing .activities-section {
    width: min(1442px, calc(100% - 96px));
  }

  .activities-page--landing .activities-hero {
    padding-top: 28px;
  }

  .activities-search-heading {
    display: none;
  }

  .activities-page--search .activities-search-toolbar {
    display: none;
  }

  .activities-page--search .activities-results-title {
    display: block;
    margin: 12px 0 18px;
    font-size: 20px;
    line-height: 24px;
    font-weight: var(--font-weight-semibold, 600);
  }

  .activities-page--search .activities-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 24px;
    padding-top: 0;
  }

  .activities-page--search .activities-card__image {
    aspect-ratio: 1.08 / 1;
    border-radius: 12px;
    margin-bottom: 12px;
  }

  .activities-page--search .activities-card__meta {
    font-size: 13px;
    line-height: 1.2;
  }

  .activities-page--search .activities-card__name {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .activities-page--search .activities-card__sub {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 17px;
  }

  .activities-page--search .activities-card__price {
    font-size: 12.5px;
    line-height: 17px;
  }
}

.activities-detail-hero,
.activities-detail-shell {
  width: min(1152px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 72px;
}

body.activities-detail-shell-page .hero-mobile-back-btn.mobile-only,
body.activities-search-shell .hero-mobile-back-btn.mobile-only,
body.activities-landing-shell .hero-mobile-back-btn.mobile-only {
  display: none !important;
}

/* Desktop: hide all mobile-only hero-nav elements on activities surfaces.
   The activities page doesn't load mobile-search.css, which is where the
   global "min-width: 768px" hide rule lives. Cover it explicitly here so
   the back-arrow doesn't fall back to natural image size on scroll. */
@media (min-width: 768px) {
  body.activities-shell .hero-mobile-back-btn,
  body.activities-shell .k12-mobile-back-btn,
  body.activities-shell .mobile-only:not(.mobile-allow-desktop) {
    display: none !important;
  }
}

.activities-detail-shell {
  padding-bottom: 0;
}

.activities-listing-main {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}

.activities-detail-hero h1 {
  margin: 0;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1;
  font-weight: var(--font-weight-bold, 700);
}

.activities-detail-grid {
  display: block;
}

.activities-listing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 805px) 384px;
  gap: 48px;
  align-items: start;
  min-width: 0;
  max-width: 100%;
}

.activities-listing-mobile-topbar {
  display: none;
}

.activities-listing-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  position: relative;
  transform: translateX(14px);
  overflow: hidden;
  border-radius: 36px;
  padding: 0;
  background: var(--activities-soft);
  min-width: 0;
  max-width: 100%;
}

.activities-listing-gallery__item {
  position: relative;
  aspect-ratio: 391 / 401;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: var(--activities-soft);
}

.activities-image-shell {
  position: relative;
  overflow: hidden;
  background: var(--activities-skeleton-bg);
}

.activities-image-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.56) 45%, rgba(255, 255, 255, 0) 86%),
    linear-gradient(180deg, #eeeeee 0%, #e4e4e4 100%);
  background-size: 220% 100%, 100% 100%;
  opacity: 1;
  transform: translateZ(0);
  animation: activities-image-skeleton 1.45s ease-in-out infinite;
  transition: opacity 0.28s ease;
}

.activities-image-shell.is-loaded::before,
.activities-image-shell.is-error::before {
  opacity: 0;
}

.activities-image-shell img {
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.28s ease, transform 0.4s ease;
}

.activities-image-shell.is-loaded img,
.activities-image-shell.is-error img {
  opacity: 1;
}

@keyframes activities-image-skeleton {
  0% { background-position: 180% 0, 0 0; }
  100% { background-position: -80% 0, 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  .activities-image-shell::before {
    animation: none;
  }

  .activities-image-shell img {
    transition: none;
  }
}

.activities-listing-gallery__item:nth-child(n+5) {
  display: none;
}

.activities-listing-gallery__item--1 {
  border-radius: 36px 6px 6px 6px;
}

.activities-listing-gallery__item--2 {
  border-radius: 6px 36px 6px 6px;
}

.activities-listing-gallery__item--3 {
  border-radius: 6px 6px 6px 36px;
}

.activities-listing-gallery__item--4 {
  border-radius: 6px 6px 36px 6px;
}

.activities-listing-gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.activities-listing-gallery__show-all {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgba(34, 34, 34, 0.18);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--activities-ink);
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--font-weight-semibold, 600);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

html.activities-gallery-open,
body.activities-gallery-open,
body.activities-detail-shell-page.activities-gallery-open {
  overflow: hidden !important;
}

html.activities-step-image-open,
body.activities-step-image-open,
body.activities-detail-shell-page.activities-step-image-open {
  overflow: hidden !important;
}

.activities-all-photos-gallery {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: #fff;
  color: var(--activities-ink);
}

.activities-all-photos-gallery__chrome {
  position: fixed;
  inset: 0 0 auto;
  z-index: 2;
  height: 68px;
  background: #fff;
}

.activities-all-photos-gallery__title {
  position: absolute;
  top: 20px;
  left: 64px;
  right: 64px;
  overflow: hidden;
  color: var(--activities-muted);
  font-size: 14px;
  line-height: 20px;
  font-weight: var(--font-weight-medium, 500);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activities-all-photos-gallery__close {
  position: absolute;
  top: 22px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--activities-ink);
  font-size: 28px;
  line-height: 1;
}

.activities-all-photos-gallery__scroller {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 86px 12px 48px;
}

.activities-all-photos-gallery__masonry {
  column-count: 4;
  column-gap: 8px;
}

@media (min-width: 1600px) {
  .activities-all-photos-gallery__masonry {
    column-count: 5;
  }
}

.activities-all-photos-gallery__item {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  break-inside: avoid;
  aspect-ratio: var(--activities-gallery-aspect, 1 / 1);
  border: 0;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  background: var(--activities-skeleton-bg);
}

.activities-all-photos-gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.activities-all-photos-gallery__status {
  padding: 18px 0 8px;
  color: var(--activities-muted);
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.activities-step-image-modal {
  position: fixed;
  inset: 0;
  z-index: 3010;
  display: grid;
  place-items: center;
  padding: 44px;
}

.activities-step-image-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(34, 34, 34, 0.46);
  backdrop-filter: blur(2px);
}

.activities-step-image-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 44px;
  width: min(1160px, calc(100vw - 88px));
  max-height: calc(100dvh - 88px);
}

.activities-step-image-modal__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 500px) minmax(300px, 1fr);
  align-items: center;
  gap: 36px;
  min-height: 520px;
  border-radius: 24px;
  padding: 18px 58px 18px 18px;
  background: var(--activities-surface);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.activities-step-image-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--activities-ink);
  font-size: 28px;
  line-height: 1;
}

.activities-step-image-modal__rail {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  width: 52px;
}

.activities-step-image-modal__thumbs {
  display: grid;
  gap: 10px;
}

.activities-step-image-modal__thumb {
  display: block;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
}

.activities-step-image-modal__thumb.is-active {
  border: 1px solid var(--activities-ink);
  border-radius: 14px;
  background: var(--activities-surface);
}

.activities-step-image-modal__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
  object-fit: cover;
}

.activities-step-image-modal__thumb.is-active img {
  border: 2px solid var(--activities-surface);
  border-radius: 12px;
}

.activities-step-image-modal__arrow {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: var(--activities-surface);
  color: var(--activities-ink);
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
}

.activities-step-image-modal__media {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  max-height: min(62dvh, 520px);
  border-radius: 18px;
  overflow: hidden;
  background: var(--activities-skeleton-bg);
}

.activities-step-image-modal__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activities-step-image-modal__content {
  display: grid;
  justify-items: center;
  gap: 10px;
  color: var(--activities-ink);
  text-align: center;
}

.activities-step-image-modal__eyebrow {
  margin: 0 0 4px;
  color: var(--activities-muted);
  font-size: 12px;
  line-height: 16px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-step-image-modal__content h2 {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-step-image-modal__content p:not(.activities-step-image-modal__eyebrow) {
  max-width: 280px;
  margin: 0;
  color: var(--activities-muted);
  font-size: 13px;
  line-height: 18px;
}

.activities-listing-summary {
  min-width: 0;
  color: var(--activities-ink);
}

.activities-listing-tier-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 12px 0 0;
  border: 1px solid rgba(31, 143, 139, 0.26);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(31, 143, 139, 0.1);
  color: var(--activities-teal);
  font-size: 12px;
  line-height: 14px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-listing-summary__eyebrow {
  margin: 4px 0 0;
  color: var(--activities-muted);
  font-size: 12px;
  line-height: 16px;
}

.activities-listing-summary h1 {
  margin: 0;
  color: var(--activities-ink);
  font-size: clamp(26px, 2.3vw, 32px);
  line-height: clamp(30px, 2.6vw, 36px);
  font-weight: var(--font-weight-medium, 500);
  letter-spacing: 0;
}

.activities-listing-summary__body {
  margin: 22px 0 0;
  color: var(--activities-muted);
  font-size: 14px;
  line-height: 20px;
}

.activities-listing-summary__rating {
  margin: 22px 0 0;
  color: #3f3f3f;
  font-size: 12px;
  line-height: 16px;
  font-weight: var(--font-weight-normal, 400);
}

.activities-listing-summary__rating,
.activities-listing-summary__eyebrow {
  display: inline-flex;
  align-items: center;
}

.activities-listing-summary__star {
  margin-right: 4px;
}

.activities-listing-summary__dot {
  margin-right: 6px;
  margin-left: 6px;
}

.activities-listing-summary__actions {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}

.activities-listing-summary__actions button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: var(--activities-soft);
  color: var(--activities-ink);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.activities-listing-highlights {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--activities-line);
}

.activities-listing-highlight {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 0;
}

.activities-listing-highlight__icon {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: var(--activities-soft);
  box-shadow: inset 0 0 0 1px var(--activities-line);
}

.activities-listing-highlight__icon--review {
  background: rgba(31, 143, 139, 0.12);
  box-shadow: inset 0 0 0 1px rgba(31, 143, 139, 0.28);
}

.activities-listing-highlight h2 {
  margin: 0;
  color: var(--activities-ink);
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-listing-highlight p {
  margin: 2px 0 0;
  color: var(--activities-muted);
  font-size: 12px;
  line-height: 16px;
}

.activities-listing-layout {
  display: grid;
  grid-template-columns: minmax(0, 805px) 384px;
  gap: 48px;
  margin-top: 42px;
  align-items: start;
  transform: translateX(14px);
}

.activities-listing-layout > main {
  min-width: 0;
}

.activities-listing-lower {
  width: 100vi;
  max-width: none;
  margin-left: calc(50% - 50vi);
  margin-right: calc(50% - 50vi);
  margin-top: 40px;
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-top: 1px solid #ebebeb;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
  padding: 0 24px 68px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.activities-listing-lower + .activities-listing-trust {
  position: relative;
  z-index: 1;
  margin-top: -60px;
  padding-top: 125px;
}

.activities-listing-lower .activities-listing-section,
.activities-listing-lower .activities-listing-section:first-child {
  width: min(100%, 1152px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

.activities-listing-lower .activities-listing-section:last-child {
  border-bottom: 0;
  padding-bottom: 12px;
}

.activities-listing-sticky-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1060;
  max-height: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.96);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  backdrop-filter: blur(14px);
  transition: max-height 0.24s ease, opacity 0.18s ease;
}

.activities-listing-sticky-nav.is-visible {
  max-height: 96px;
  opacity: 1;
  pointer-events: auto;
}

.activities-listing-sticky-nav__inner {
  width: min(100% - 48px, 1156px);
  height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(300px, 416px);
  align-items: center;
  gap: 24px;
}

.activities-listing-sticky-nav__summary,
.activities-listing-sticky-nav__actions {
  display: flex;
  align-items: center;
}

.activities-listing-sticky-nav__summary {
  gap: 14px;
}

.activities-listing-sticky-nav__summary strong,
.activities-listing-sticky-nav__actions strong {
  display: block;
  color: var(--activities-ink);
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-listing-sticky-nav__summary span,
.activities-listing-sticky-nav__actions span {
  display: block;
  margin-top: 2px;
  color: var(--activities-muted);
  font-size: 12px;
  line-height: 16px;
}

.activities-listing-sticky-nav__thumbs {
  position: relative;
  width: 74px;
  height: 42px;
  flex: 0 0 74px;
}

.activities-listing-sticky-nav__thumbs img,
.activities-listing-sticky-nav__thumb-shell {
  position: absolute;
  top: 0;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.activities-listing-sticky-nav__thumbs img:nth-child(1) { left: 0; }
.activities-listing-sticky-nav__thumbs img:nth-child(2) { left: 16px; }
.activities-listing-sticky-nav__thumbs img:nth-child(3) { left: 32px; }

.activities-listing-sticky-nav__thumb-shell {
  background: #e9e9e9;
}

.activities-listing-sticky-nav__thumb-shell img {
  position: static;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: none;
}

.activities-listing-sticky-nav__thumb-shell:nth-child(1) { left: 0; }
.activities-listing-sticky-nav__thumb-shell:nth-child(2) { left: 16px; }
.activities-listing-sticky-nav__thumb-shell:nth-child(3) { left: 32px; }

.activities-listing-sticky-nav__tabs {
  display: flex;
  align-items: center;
  gap: 22px;
}

.activities-listing-sticky-nav__tabs a {
  color: var(--activities-ink);
  font-size: 14px;
  font-weight: var(--font-weight-medium, 500);
  text-decoration: none;
  white-space: nowrap;
}

.activities-listing-sticky-nav__actions {
  justify-content: flex-end;
  gap: 20px;
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.activities-listing-sticky-nav.show-actions .activities-listing-sticky-nav__actions {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.activities-listing-sticky-nav__actions .activities-button {
  min-width: 146px;
  min-height: 46px;
  border-radius: 999px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-listing-sticky-nav__actions .activities-listing-date-cta--brand,
.activities-listing-booking__cta.activities-listing-date-cta--brand {
  border-color: var(--activities-brand-primary);
  background: var(--activities-brand-primary);
  color: #ffffff;
  font-weight: var(--font-weight-normal, 400);
}

.activities-listing-section {
  padding: 40px 0;
  border-bottom: 1px solid var(--activities-line);
}

.activities-listing-section:first-child {
  padding-top: 0;
}

.activities-listing-flow__intro {
  max-width: 650px;
}

.activities-listing-section--flow {
  padding-bottom: 0;
}

.activities-listing-section--where {
  padding-bottom: 28px;
}

.activities-listing-section h2,
.activities-listing-trust h2 {
  margin: 0 0 16px;
  color: var(--activities-ink);
  font-size: 22px;
  line-height: 26px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-listing-section h2#activities-things {
  margin-top: 0;
}

.activities-listing-section h3 {
  margin: 0 0 6px;
  color: var(--activities-ink);
  font-size: 16px;
  line-height: 21px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-listing-section p,
.activities-listing-trust p {
  margin: 0;
  color: var(--activities-muted);
  font-size: 15px;
  line-height: 22px;
}

.activities-listing-steps {
  display: grid;
  gap: 24px;
  margin-top: 38px;
}

.activities-listing-step {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  min-height: 140px;
  background: transparent;
}

.activities-listing-step h3 {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--font-weight-normal, 400);
  color: var(--activities-ink);
}

.activities-listing-step p {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--font-weight-normal, 400);
  color: var(--activities-muted);
}

.activities-listing-step__index {
  position: static;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 14px;
  background: var(--activities-teal);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-listing-step__media {
  width: 200px;
  height: 140px;
  display: block;
  object-fit: cover;
  border-radius: 14px;
}

.activities-listing-step__media-shell {
  display: block;
  width: 200px;
  height: 140px;
  border-radius: 14px;
  background: var(--activities-skeleton-bg);
}

.activities-listing-step__media-button {
  border: 0;
  padding: 0;
  overflow: hidden;
  cursor: zoom-in;
}

.activities-listing-step__media-button:focus-visible {
  outline: 3px solid rgba(227, 28, 95, 0.32);
  outline-offset: 3px;
}

.activities-detail-reviews-empty {
  min-height: 288px;
}

.activities-detail-reviews-empty__card {
  max-width: 540px;
  border: 1px solid var(--activities-line);
  border-radius: 18px;
  padding: 24px;
  background: #fff;
}

.activities-detail-reviews-empty__card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--activities-ink);
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-listing-booking {
  position: sticky;
  top: calc(env(safe-area-inset-top, 0px) + 116px);
  z-index: 30;
  min-width: 0;
  max-width: 100%;
  width: calc(100% - 6px);
  transform: translateX(-6px);
  align-self: start;
  display: grid;
  gap: 1px;
}

.activities-listing-booking__panel {
  border: 1px solid var(--activities-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.activities-listing-booking__head.activities-listing-booking__panel {
  border-radius: 18px 18px 10px 10px;
}

.activities-listing-slots.activities-listing-booking__panel {
  border-radius: 10px 10px 18px 18px;
}

.activities-listing-booking__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 16px;
}

.activities-listing-booking__summary {
  min-width: 0;
  display: grid;
  gap: 0;
}

.activities-listing-booking__price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
  color: var(--activities-ink);
  font-size: 18px;
  line-height: 24px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-listing-booking__price-main {
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--activities-ink);
  font: inherit;
  font-weight: var(--font-weight-medium, 500);
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  cursor: pointer;
}

.activities-listing-booking__price-main--static {
  font-weight: var(--font-weight-normal, 400);
  text-decoration: none;
  cursor: default;
}

.activities-listing-booking__price-prefix {
  color: var(--activities-ink);
  font-size: 18px;
  line-height: 24px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-listing-booking__price-unit {
  color: var(--activities-muted);
  font-size: 12px;
  line-height: 16px;
  font-weight: var(--font-weight-normal, 400);
}

.activities-listing-booking__rating {
  margin: 6px 0 18px;
  color: var(--activities-ink);
  font-size: 14px;
  line-height: 20px;
}

.activities-listing-booking__terms {
  margin: 0;
  color: var(--activities-teal);
  font-size: 12px;
  line-height: 16px;
  font-weight: var(--font-weight-normal, 400);
}

.activities-price-details-modal[hidden] {
  display: none;
}

.activities-price-details-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

.activities-price-details-modal--booking {
  z-index: 3210;
}

.activities-price-details-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
}

.activities-price-details-modal__panel {
  position: fixed;
  width: min(412px, calc(100vw - 32px));
  border: 1px solid #d9d9d9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  padding: 16px 20px 18px;
}

.activities-price-details__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.activities-price-details__header h3 {
  margin: 0;
  color: var(--activities-ink);
  font-size: 14px;
  line-height: 20px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-price-details__close {
  border: 0;
  background: transparent;
  color: var(--activities-ink);
  font-size: 24px;
  line-height: 1;
}

.activities-price-details__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
}

.activities-price-details__row span {
  color: var(--activities-ink);
  font-size: 13px;
  line-height: 20px;
  font-weight: var(--font-weight-regular, 400);
  white-space: nowrap;
}

.activities-price-details__row strong {
  color: var(--activities-ink);
  font-size: 13px;
  line-height: 20px;
  font-weight: var(--font-weight-regular, 400);
  white-space: nowrap;
}

.activities-price-details__row--line-item {
  padding: 7px 0;
}

.activities-price-details__row--line-item span,
.activities-price-details__row--line-item strong {
  font-size: 16px;
  line-height: 22px;
}

.activities-price-details__row--total {
  margin-top: 18px;
  border-top: 1px solid var(--activities-line);
  padding-top: 18px;
}

.activities-price-details__row--total span,
.activities-price-details__row--total strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: var(--font-weight-semibold, 600);
}

@media (max-width: 640px) {
  .activities-price-details__row span,
  .activities-price-details__row strong {
    font-size: 16px;
    line-height: 22px;
    font-weight: var(--font-weight-normal, 400);
  }

  .activities-price-details__row--total span,
  .activities-price-details__row--total strong {
    font-size: 16px;
    line-height: 22px;
    font-weight: var(--font-weight-semibold, 600);
  }
}

.activities-listing-booking__cta {
  flex: 0 0 auto;
  min-width: 118px;
  min-height: 40px;
  justify-content: center;
  border-radius: 48px;
  padding: 10px 18px;
  font-size: 18px;
  line-height: 24px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-listing-slots {
  display: grid;
  gap: 12px;
  padding: 12px 16px 16px;
}

.activities-slot-card {
  font: inherit;
}

.activities-slot-card.is-selected {
  border-color: var(--activities-ink);
}

.activities-slot-card small {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
  color: var(--activities-ink);
  font-size: 12px;
  line-height: 16px;
  font-weight: var(--font-weight-medium, 500);
  text-align: right;
}

.activities-listing-slots button,
.activities-listing-slots p {
  margin: 0;
}

.activities-listing-slots button {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 16px;
  align-items: center;
  min-height: 82px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 16px;
  padding: 16px 18px;
  background: #fff;
  color: var(--activities-ink);
  text-align: left;
}

.activities-listing-slots button strong {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-listing-slots button span {
  grid-column: 1;
  grid-row: 2;
  display: block;
  margin-top: 3px;
  color: var(--activities-muted);
  font-size: 12px;
  line-height: 16px;
}

.activities-listing-slots button em {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--activities-ink);
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: var(--font-weight-semibold, 600);
  text-align: right;
}

.activities-listing-slots button {
  min-height: 82px;
  border: 1px solid var(--activities-line);
  border-radius: 16px;
  padding: 20px;
  background: #ffffff;
  color: var(--activities-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.activities-listing-slots .activities-listing-slots__all {
  display: block;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 16px 0 4px;
  background: transparent;
  color: var(--activities-muted);
  font-size: 14px;
  line-height: 20px;
  font-weight: var(--font-weight-normal, 400);
  text-align: center;
}

.activities-listing-slots .activities-listing-slots__all:hover {
  color: var(--activities-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.activities-listing-slots p {
  border: 1px solid var(--activities-line);
  border-radius: 16px;
  padding: 18px 20px;
  color: var(--activities-muted);
  font-size: 13px;
  line-height: 19px;
}

.activities-listing-host {
  padding-bottom: 0;
  border-bottom: 0;
}

.activities-listing-host__layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  margin-top: 24px;
}

.activities-listing-host__lead {
  display: grid;
  gap: 22px;
  text-align: center;
}

.activities-listing-host__card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  border-radius: 24px;
  padding: 24px 16px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.activities-listing-host__avatar {
  width: 120px;
  height: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--activities-soft);
  color: var(--activities-ink);
  font-weight: var(--font-weight-semibold, 600);
  overflow: hidden;
}

.activities-listing-host__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.activities-listing-host__card h3 {
  margin: 14px 0 2px;
  font-size: 30px;
  line-height: 34px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-listing-host__card p,
.activities-listing-host__bio p {
  margin: 0;
}

.activities-listing-host__card p {
  color: var(--activities-muted);
  font-size: 11px;
  line-height: 15px;
}

.activities-listing-host__bio {
  max-width: 328px;
  padding-top: 2px;
  color: var(--activities-ink);
  font-size: 15px;
  line-height: 21px;
}

.activities-listing-message--host {
  width: 100%;
  min-height: 40px;
  border-radius: 12px;
  border-color: transparent;
  padding: 11px 20px;
  background: #f2f2f2;
  color: #222222;
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-listing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.activities-listing-actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.activities-listing-map {
  position: relative;
  min-height: 350px;
  width: calc(100% + 18px);
  max-width: none;
  border: 1px solid var(--activities-line);
  border-radius: 24px;
  padding: 18px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.78), rgba(255,255,255,0.3)),
    linear-gradient(0deg, rgba(31, 143, 139, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 143, 139, 0.12) 1px, transparent 1px),
    #f4f1ea;
  background-size: auto, 42px 42px, 42px 42px, auto;
}

.activities-listing-map__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.activities-listing-map__tile {
  position: absolute;
  inset: 0;
  background: transparent;
}

.activities-listing-map__preview {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activities-listing-map strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 6px;
}

.activities-listing-map p {
  position: relative;
  z-index: 1;
  max-width: 330px;
}

.activities-listing-map a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 12px;
  color: var(--activities-ink);
  font-weight: var(--font-weight-semibold, 600);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.activities-listing-map::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.activities-listing-map__expand,
.activities-listing-map__zoom {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: var(--activities-ink);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.16);
}

.activities-listing-map__expand {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.activities-listing-map__expand {
  top: 22px;
  right: 22px;
  font-size: 22px;
}

.activities-listing-map__zoom {
  right: 22px;
  top: 76px;
  width: 42px;
  border-radius: 22px;
  overflow: hidden;
}

.activities-listing-map__zoom span {
  width: 100%;
  height: 40px;
  display: grid;
  place-items: center;
  font-size: 24px;
}

.activities-listing-map__zoom span + span {
  border-top: 1px solid var(--activities-line);
}

.activities-listing-map__marker {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  display: grid;
  justify-items: center;
  gap: 6px;
  color: var(--activities-ink);
  pointer-events: none;
}

.activities-listing-map__marker span {
  width: 52px;
  height: 52px;
  border: 8px solid #ffffff;
  border-radius: 50% 50% 50% 0;
  background: #222222;
  transform: rotate(-45deg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.activities-listing-map__marker span::after {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 50%;
  background: #ffffff;
}

.activities-listing-map__marker strong {
  display: block;
  margin: 0;
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  line-height: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.activities-map-modal[hidden] {
  display: none;
}

.activities-map-modal {
  position: fixed;
  inset: 0;
  z-index: 3100;
  background: #ffffff;
}

.activities-map-modal__surface,
.activities-map-modal__canvas {
  position: absolute;
  inset: 0;
}

.activities-map-modal__controls {
  position: absolute;
  top: max(22px, env(safe-area-inset-top, 0px) + 16px);
  right: 22px;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.activities-map-modal__control {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: var(--activities-ink);
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.activities-map-modal__fallback {
  height: 100%;
  display: grid;
  place-content: center;
  gap: 14px;
  padding: 24px;
  text-align: center;
}

.activities-listing-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 16px;
  margin-top: 42px;
}

.activities-listing-fact {
  position: relative;
  min-height: 98px;
  padding-top: 40px;
  padding-right: 80px;
}

.activities-listing-fact__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  color: var(--activities-ink);
}

.activities-listing-fact__icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.activities-listing-fact strong {
  display: block;
  max-width: 289px;
  margin-bottom: 4px;
  color: var(--activities-ink);
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-listing-fact p {
  max-width: 289px;
  margin: 0;
  color: var(--activities-muted);
  font-size: 14px;
  line-height: 18px;
}

.activities-booking-open {
  overflow: hidden;
}

.activities-booking-modal,
.activities-participant-modal,
.activities-calendar-modal,
.activities-participant-edit-modal,
.activities-guardian-checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 3200;
  display: grid;
  place-items: center;
  padding: 24px;
}

.activities-booking-modal__backdrop,
.activities-participant-modal__backdrop,
.activities-calendar-modal__backdrop,
.activities-participant-edit-modal__backdrop,
.activities-guardian-checkout-modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.48);
}

.activities-booking-modal__surface,
.activities-participant-modal__surface,
.activities-calendar-modal__surface,
.activities-participant-edit-modal__surface,
.activities-guardian-checkout-modal__surface {
  position: relative;
  z-index: 1;
  width: min(568px, calc(100vw - 32px));
  max-height: min(86vh, 920px);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #b0b0b0 transparent;
}

.activities-booking-modal__surface {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 80px);
  overflow: hidden;
}

.activities-calendar-modal__surface {
  display: flex;
  flex-direction: column;
  width: min(640px, calc(100vw - 48px));
  max-height: calc(100vh - 64px);
  overflow: hidden;
  padding-top: 74px;
}

.activities-calendar-modal__scroll {
  min-height: 0;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #b0b0b0 transparent;
}

.activities-calendar-modal__scroll::-webkit-scrollbar {
  width: 8px;
}

.activities-calendar-modal__scroll::-webkit-scrollbar-track {
  background: transparent;
}

.activities-calendar-modal__scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b0b0b0;
}

.activities-booking-modal__surface::-webkit-scrollbar,
.activities-participant-modal__surface::-webkit-scrollbar,
.activities-participant-edit-modal__surface::-webkit-scrollbar,
.activities-guardian-checkout-modal__surface::-webkit-scrollbar {
  width: 8px;
}

.activities-booking-modal__surface::-webkit-scrollbar-track,
.activities-participant-modal__surface::-webkit-scrollbar-track,
.activities-participant-edit-modal__surface::-webkit-scrollbar-track,
.activities-guardian-checkout-modal__surface::-webkit-scrollbar-track {
  background: transparent;
}

.activities-booking-modal__surface::-webkit-scrollbar-thumb,
.activities-participant-modal__surface::-webkit-scrollbar-thumb,
.activities-participant-edit-modal__surface::-webkit-scrollbar-thumb,
.activities-guardian-checkout-modal__surface::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b0b0b0;
}

.activities-booking-modal__surface h2,
.activities-participant-modal__surface h2,
.activities-calendar-modal__surface h2,
.activities-participant-edit-modal__surface h2,
.activities-guardian-checkout-modal__surface h2 {
  margin: 0;
  padding: 34px 24px 22px;
  color: var(--activities-ink);
  font-size: 28px;
  line-height: 32px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-booking-modal__header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 62px;
  background: #ffffff;
}

.activities-booking-modal__header h2 {
  padding: 56px 24px 44px;
  color: var(--activities-ink);
  font-size: 26px;
  line-height: 32px;
  font-weight: var(--font-weight-semibold, 600);
  letter-spacing: -0.52px;
}

.activities-booking-modal__notice {
  margin: -24px 24px 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 12px 14px;
  background: #f7f7f7;
  color: var(--activities-ink);
  font-size: 14px;
  line-height: 20px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-booking-calendar-button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--activities-ink);
}

.activities-booking-calendar-button:hover {
  background: var(--activities-soft);
}

.activities-booking-calendar-button svg {
  width: 20px;
  height: 20px;
}

.activities-calendar-weekdays {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  padding: 8px 24px 20px;
  background: #ffffff;
  color: var(--activities-muted);
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.activities-calendar-grid {
  display: grid;
  gap: 28px;
  padding: 0 24px 44px;
}

@media (min-width: 640px) {
  .activities-calendar-weekdays {
    padding: 8px 48px 24px;
  }

  .activities-calendar-grid {
    padding: 0 48px 44px;
  }
}

.activities-calendar-modal--has-selection .activities-calendar-grid {
  padding-bottom: 102px;
}

.activities-calendar-month {
  padding: 0;
}

.activities-calendar-month h3 {
  margin: 0 0 10px;
  color: var(--activities-ink);
  font-size: 16px;
  line-height: 22px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-calendar-month__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-auto-rows: 46px;
  row-gap: 0;
  column-gap: 0;
}

.activities-calendar-day {
  display: grid;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background: #ffffff;
  color: var(--activities-ink);
  font: inherit;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.activities-calendar-day.is-current {
  border-color: var(--activities-ink);
}

.activities-calendar-day.is-selected {
  border-color: var(--activities-ink);
  background: var(--activities-ink);
  color: #ffffff;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-calendar-day.is-disabled {
  color: #c7c7c7;
  text-decoration: line-through;
}

.activities-calendar-day--empty {
  background: transparent;
}

.activities-calendar-modal__footer {
  position: sticky;
  bottom: 0;
  display: flex;
  min-height: 82px;
  align-items: center;
  border-top: 1px solid var(--activities-line);
  padding: 16px 42px;
  background: #ffffff;
}

.activities-calendar-next {
  width: 100%;
  justify-content: center;
}

.activities-booking-modal__close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 12;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--activities-ink);
  font-size: 30px;
  font-weight: var(--font-weight-light, 300);
  line-height: 1;
}

.activities-booking-modal__participant {
  position: sticky;
  top: 88px;
  z-index: 5;
  display: flex;
  width: calc(100% - 48px);
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  margin: 0 24px;
  border: 0;
  border-bottom: 1px solid var(--activities-line);
  padding: 0 0 16px;
  background: #ffffff;
  color: var(--activities-ink);
  font: inherit;
  text-align: left;
}

.activities-booking-modal__participant strong,
.activities-booking-modal__participant small {
  display: block;
}

.activities-booking-modal__participant strong {
  color: var(--activities-ink);
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--font-weight-medium, 500);
}

.transportation-calendar-modal h5.calendar-month {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: var(--font-weight-medium, 500) !important;
}

.transportation-calendar-modal .calendar-day.header {
  font-weight: var(--font-weight-medium, 500) !important;
}

.transportation-calendar-modal .day-letter {
  font-weight: var(--font-weight-medium, 500) !important;
}

.transportation-calendar-modal .next-btn-mobile,
.transportation-calendar-modal .clear-all-mobile,
.transportation-calendar-modal .load-more-dates-btn {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: var(--font-weight-medium, 500) !important;
}

.activities-booking-modal__participant small {
  margin-top: 4px;
  color: var(--activities-ink);
  font-size: 13px;
  line-height: 17px;
}

.activities-booking-modal__participant-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--activities-muted);
  font: inherit;
  font-size: 13px;
  line-height: 17px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.activities-booking-modal__child-stepper {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--activities-ink);
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-booking-modal__child-stepper button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--activities-ink);
  font: inherit;
  font-size: 22px;
  line-height: 28px;
}

.activities-booking-modal__child-stepper button:disabled {
  color: #c8c8c8;
}

.activities-booking-modal__participant em {
  font-style: normal;
  line-height: 0;
}

.activities-booking-modal__participant em svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: currentcolor;
}

.activities-booking-month-row {
  position: sticky;
  top: 146px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 24px;
  border-bottom: 1px solid var(--activities-line);
  padding: 24px 0;
  background: #ffffff;
  color: var(--activities-ink);
}

.activities-booking-slots {
  display: grid;
  flex: 1 1 auto;
  gap: 0;
  min-height: 0;
  overflow-y: auto;
  padding: 0 24px 32px;
  scrollbar-width: thin;
  scrollbar-color: #b0b0b0 transparent;
}

.activities-booking-modal--has-selection .activities-booking-slots {
  padding-bottom: 104px;
}

.activities-booking-slots::-webkit-scrollbar {
  width: 8px;
}

.activities-booking-slots::-webkit-scrollbar-track {
  background: transparent;
}

.activities-booking-slots::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b0b0b0;
}

.activities-booking-date-group {
  display: grid;
  gap: 12px;
  padding-top: 24px;
  padding-bottom: 0;
  scroll-margin-top: 226px;
}

.activities-booking-date-group.is-focused h3 {
  text-decoration: none;
}

.activities-booking-date-group h3 {
  margin: 0;
  color: var(--activities-ink);
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-booking-month-row strong {
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-booking-date-slots {
  display: grid;
  gap: 6px;
}

.activities-booking-slots .activities-slot-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  min-height: 98px;
  border: 1px solid var(--activities-line);
  border-radius: 16px;
  padding: 26px 20px;
  background: #ffffff;
  color: var(--activities-ink);
  text-align: left;
  font: inherit;
}

.activities-booking-slots .activities-slot-card.is-selected {
  border-color: var(--activities-ink);
}

.activities-booking-slots .activities-slot-card strong,
.activities-booking-slots .activities-slot-card span {
  grid-column: 1;
}

.activities-booking-slots .activities-slot-card span {
  color: var(--activities-muted);
  font-size: 12px;
  line-height: 16px;
}

.activities-booking-slots .activities-slot-card__price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  color: var(--activities-muted);
}

.activities-booking-slots .activities-slot-card__price-line > span {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  min-width: 0;
}

.activities-booking-slots .activities-slot-card__price-amount {
  color: var(--activities-ink);
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-booking-slots .activities-slot-card__price-unit {
  color: var(--activities-muted);
  font-size: 13px;
  line-height: 18px;
  font-weight: var(--font-weight-normal, 400);
}

.activities-booking-slots .activities-slot-card__price-line small {
  flex: 0 0 auto;
  color: var(--activities-ink);
  font-size: 12px;
  line-height: 16px;
  font-weight: var(--font-weight-medium, 500);
  text-align: right;
}

.activities-booking-slots .activities-slot-card--modal {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.activities-booking-slots .activities-slot-card--modal .activities-slot-card__meta {
  display: flex;
  grid-column: 1;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  color: var(--activities-muted);
  font-size: 13px;
  line-height: 18px;
}

.activities-booking-slots .activities-slot-card--modal .activities-slot-card__price-text {
  min-width: 0;
  font-weight: var(--font-weight-regular, 400);
}

.activities-booking-slots .activities-slot-card--modal .activities-slot-card__price-text strong {
  display: inline;
  grid-column: auto;
  font-weight: var(--font-weight-bold, 700);
}

.activities-booking-slots .activities-slot-card--modal small {
  grid-column: auto;
  grid-row: auto;
  align-self: baseline;
  color: var(--activities-muted);
  font-size: 13px;
  line-height: 18px;
  font-weight: var(--font-weight-regular, 400);
  white-space: nowrap;
}

.activities-booking-slots .activities-slot-card__primary {
  color: var(--activities-ink);
  font-size: 16px;
  line-height: 20px;
  font-weight: var(--font-weight-normal, 400);
}

.activities-booking-slots .activities-slot-card small {
  font-weight: var(--font-weight-medium, 500);
  color: #6c6c6c;
}

.activities-booking-slots .activities-slot-card.is-sold-out {
  cursor: not-allowed;
}

.activities-booking-slots .activities-slot-card.is-sold-out .activities-slot-card__primary,
.activities-booking-slots .activities-slot-card.is-sold-out .activities-slot-card__price-line > span,
.activities-booking-slots .activities-slot-card.is-sold-out .activities-slot-card__price-line strong,
.activities-booking-slots .activities-slot-card.is-sold-out .activities-slot-card__price-line .activities-slot-card__price-unit,
.activities-booking-slots .activities-slot-card.is-sold-out .activities-slot-card__price-text,
.activities-booking-slots .activities-slot-card.is-sold-out .activities-slot-card__price-text strong {
  color: #8f8f8f;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.activities-booking-slots .activities-slot-card.is-sold-out small {
  color: var(--activities-muted);
  font-weight: var(--font-weight-normal, 400);
}

.activities-booking-modal__footer,
.activities-participant-modal__footer {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 82px;
  border-top: 1px solid var(--activities-line);
  padding: 16px 24px;
  background: #ffffff;
}

.activities-booking-modal__footer strong,
.activities-booking-modal__footer span,
.activities-booking-modal__footer small {
  display: inline-block;
}

.activities-booking-modal__footer small {
  display: block;
  margin-top: 2px;
  color: var(--activities-muted);
  font-size: 12px;
  line-height: 16px;
}

.activities-booking-modal__footer-price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--activities-ink);
  font: inherit;
  text-align: left;
}

.activities-booking-modal__footer-price strong {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.activities-booking-modal__footer-price span {
  color: var(--activities-muted);
  font-size: 12px;
  line-height: 16px;
  font-weight: var(--font-weight-regular, 400);
}

.activities-booking-next {
  min-width: 132px;
  min-height: 48px;
  justify-content: center;
}

.activities-guardian-checkout-modal {
  z-index: 3220;
}

.activities-guardian-checkout-modal__surface {
  width: min(520px, calc(100vw - 32px));
}

.activities-guardian-checkout-modal__body {
  display: grid;
  gap: 14px;
  padding: 0 24px 24px;
}

.activities-guardian-checkout-modal__body p {
  margin: 0;
  color: var(--activities-muted);
  font-size: 15px;
  line-height: 22px;
}

.activities-guardian-checkout-modal__check {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid var(--activities-line);
  border-radius: 16px;
  padding: 16px;
  color: var(--activities-ink);
  font-size: 15px;
  line-height: 22px;
}

.activities-guardian-checkout-modal__check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--activities-ink);
}

.activities-guardian-checkout-modal__error {
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff0f0;
  color: #7a1f1f !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.activities-guardian-checkout-modal__footer {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  border-top: 1px solid var(--activities-line);
  padding: 16px 24px;
  background: #ffffff;
}

.activities-button--secondary {
  border-color: var(--activities-line);
  background: #ffffff;
  color: var(--activities-ink);
}

.activities-checkout-transition {
  position: fixed;
  inset: 0;
  z-index: 3400;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.86);
}

.activities-checkout-transition__surface {
  display: grid;
  place-items: center;
  width: 96px;
  height: 72px;
  border: 1px solid var(--activities-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14);
}

.activities-checkout-transition__dots {
  display: inline-flex;
  gap: 7px;
}

.activities-checkout-transition__dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--activities-ink);
  animation: activities-checkout-dot 820ms ease-in-out infinite;
}

.activities-checkout-transition__dots i:nth-child(2) {
  animation-delay: 120ms;
}

.activities-checkout-transition__dots i:nth-child(3) {
  animation-delay: 240ms;
}

@keyframes activities-checkout-dot {
  0%, 80%, 100% { opacity: 0.35; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-4px); }
}

.activities-participant-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 24px;
}

.activities-participant-row strong,
.activities-participant-row span {
  display: block;
}

.activities-participant-row span {
  margin-top: 2px;
  color: var(--activities-muted);
  font-size: 13px;
}

.activities-participant-stepper {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--activities-ink);
  font-weight: var(--font-weight-medium, 500);
}

.activities-participant-row .activities-participant-stepper span {
  color: var(--activities-ink);
  font-size: 16px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-participant-stepper button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: var(--activities-soft);
  color: var(--activities-ink);
  font-size: 22px;
}

.activities-participant-stepper button:disabled {
  color: #c8c8c8;
}

.activities-guardian-section {
  display: grid;
  gap: 12px;
  margin: 10px 24px 24px;
  border-top: 1px solid var(--activities-line);
  padding-top: 28px;
}

.activities-guardian-section.is-hidden {
  display: none;
}

.activities-guardian-section > strong {
  display: block;
  color: var(--activities-ink);
  font-size: 16px;
  line-height: 20px;
}

.activities-guardian-check {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 70px;
  border: 1px solid var(--activities-line);
  border-radius: 10px;
  padding: 14px 16px;
  color: var(--activities-ink);
  font-size: 14px;
  line-height: 19px;
}

.activities-guardian-check input {
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: var(--activities-ink);
}

.activities-participant-error {
  margin: 10px 24px 0;
  color: #b00020;
  font-size: 13px;
  line-height: 18px;
}

.activities-participant-error::before {
  content: "!";
  display: inline-grid;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  place-items: center;
  border-radius: 50%;
  background: #d93025;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-checkout-page {
  padding: 120px 0 80px;
  background: #ffffff;
}

.activities-checkout-shell {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
}

.activities-checkout-shell h1 {
  margin: 18px 0 28px;
  color: var(--activities-ink);
  font-size: 34px;
  line-height: 40px;
}

.activities-checkout-back {
  color: var(--activities-ink);
  font-size: 14px;
  font-weight: var(--font-weight-semibold, 600);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.activities-checkout__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 56px;
  align-items: start;
}

.activities-checkout-steps {
  display: grid;
  gap: 18px;
}

.activities-checkout-step {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 16px;
  border-bottom: 1px solid var(--activities-line);
  padding: 0 0 22px;
}

.activities-checkout-step > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--activities-ink);
  color: #ffffff;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-checkout-step strong,
.activities-checkout-summary h2 {
  color: var(--activities-ink);
}

.activities-checkout-step p {
  margin: 4px 0 0;
  color: var(--activities-muted);
}

.activities-checkout-step--form {
  align-items: start;
}

.activities-checkout-form {
  display: grid;
  gap: 12px;
  max-width: 520px;
  margin-top: 16px;
}

.activities-checkout-form label,
.activities-checkout-checkbox {
  display: grid;
  gap: 7px;
  color: var(--activities-ink);
  font-size: 14px;
  line-height: 19px;
}

.activities-checkout-form label span {
  font-weight: var(--font-weight-semibold, 600);
}

.activities-checkout-form label em {
  color: var(--activities-muted);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
}

.activities-checkout-form input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--activities-line);
  border-radius: 12px;
  padding: 0 14px;
  color: var(--activities-ink);
  font: inherit;
  background: #ffffff;
}

.activities-checkout-form input:focus {
  border-color: var(--activities-ink);
  outline: 2px solid rgba(34, 34, 34, 0.12);
  outline-offset: 2px;
}

.activities-checkout-checkbox {
  grid-template-columns: 20px minmax(0, 1fr);
  margin-top: 14px;
  color: var(--activities-muted);
}

.activities-checkout-checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--activities-ink);
}

.activities-checkout-status {
  margin: 0;
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--activities-ink);
  background: var(--activities-soft);
  font-size: 14px;
  line-height: 20px;
}

.activities-checkout-status[data-tone="error"] {
  color: #7a1f1f;
  background: #fff0f0;
}

.activities-checkout-status[data-tone="success"] {
  color: #155724;
  background: #edf8ef;
}

.activities-checkout-summary {
  position: sticky;
  top: 110px;
  border: 1px solid var(--activities-line);
  border-radius: 22px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.1);
}

.activities-checkout-summary__media {
  aspect-ratio: 1.2 / 1;
  margin-bottom: 16px;
  border-radius: 16px;
  background: var(--activities-soft);
  overflow: hidden;
}

.activities-checkout-summary__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activities-checkout-summary h2 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 23px;
}

.activities-checkout-summary p {
  margin: 0 0 16px;
  color: var(--activities-muted);
  font-size: 14px;
}

.activities-checkout-summary dl {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.activities-checkout-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.activities-checkout-summary dt {
  color: var(--activities-muted);
}

.activities-checkout-summary dd {
  margin: 0;
  color: var(--activities-ink);
  font-weight: var(--font-weight-semibold, 600);
}

.activities-checkout-summary__notice {
  border-radius: 12px;
  padding: 12px;
  color: var(--activities-ink) !important;
  background: var(--activities-soft);
}

.activities-checkout-empty {
  width: min(640px, calc(100% - 48px));
  margin: 0 auto;
  padding: 80px 0;
}

body.activities-checkout-reserve-page .activities-checkout-page {
  padding: 0;
  min-height: 100vh;
  background: #ffffff;
}

body.activities-checkout-reserve-page.activities-checkout-shell {
  width: auto;
  margin: 0;
}

body.activities-checkout-reserve-page .k12-reserve-shell {
  font-family: var(--activities-font-family);
  font-size: 16px;
}

body.activities-checkout-reserve-page .activities-checkout-reserve .reserve-topbar-logo-link {
  width: 108px;
  min-width: 108px;
  height: 40px;
  justify-content: flex-start;
  overflow: visible !important;
}

body.activities-checkout-reserve-page .activities-checkout-reserve .reserve-topbar-logo-full {
  display: block !important;
  width: 108px !important;
  min-width: 108px;
  height: auto !important;
  max-width: none !important;
  object-fit: contain;
  object-position: left center;
  opacity: 1;
  transform: none !important;
}

body.activities-checkout-reserve-page .activities-checkout-reserve .reserve-topbar-logo-icon {
  display: none !important;
}

body.activities-checkout-reserve-page .activities-checkout-reserve .reserve-topbar {
  margin-bottom: 18px;
  overflow: visible !important;
}

@media (min-width: 950px) {
  body.activities-checkout-reserve-page .activities-checkout-reserve .reserve-header {
    display: flex;
    align-items: center;
    gap: 24px;
    transform: translateX(-44px);
  }

  body.activities-checkout-reserve-page .activities-checkout-reserve .reserve-back {
    position: static;
    flex: 0 0 44px;
    transform: translateY(-13px);
  }

  body.activities-checkout-reserve-page .activities-checkout-reserve .reserve-title-desktop {
    font-weight: var(--font-weight-medium, 500);
    font-size: 36px;
    line-height: 42px;
    margin-left: 0;
    transform: translateY(-8px);
  }

  body.activities-checkout-reserve-page .activities-checkout-reserve .reserve-grid {
    margin-top: -32px;
  }

  body.activities-checkout-reserve-page .activities-checkout-reserve .reserve-steps {
    margin-top: -42px;
  }

  body.activities-checkout-reserve-page .activities-checkout-reserve .reserve-summary {
    max-width: 370px;
    transform: translateX(-6px);
  }

  body.activities-checkout-reserve-page .activities-checkout-reserve .reserve-school-image {
    height: 98px;
  }
}

.activities-checkout-reserve .reserve-step {
  padding: 24px;
  scroll-margin-top: 120px;
}

.activities-checkout-reserve .reserve-steps {
  gap: 24px;
}

.activities-checkout-reserve .reserve-step.is-disabled .reserve-step-row {
  min-height: 34px;
}

.activities-checkout-reserve .reserve-step[data-step="2"],
.activities-checkout-reserve .reserve-step[data-step="3"] {
  min-height: 84px;
}

.activities-checkout-reserve .reserve-step-title {
  font-size: 18px;
  line-height: 24px;
}

.activities-checkout-reserve__step-action {
  flex: 0 0 auto;
}

.activities-checkout-reserve__payment-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.activities-checkout-reserve__payment-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #dddddd;
  border-radius: 12px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
}

.activities-checkout-reserve__payment-option:has(input:checked) {
  border-color: #1f1f1f;
  box-shadow: inset 0 0 0 1px #1f1f1f;
}

.activities-checkout-reserve__payment-option input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #1f1f1f;
}

.activities-checkout-payment-surface {
  gap: 22px;
}

.activities-checkout-payment-card {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 16px;
  padding: 22px 24px;
  background: #ffffff;
}

.activities-checkout-payment-title {
  margin: 0 0 18px;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.activities-checkout-payment-method-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto 22px;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 12px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  background: #ffffff;
  cursor: pointer;
}

.activities-checkout-payment-title + .activities-checkout-payment-method-row {
  border-top: 0;
  padding-top: 0;
}

.activities-checkout-payment-method-row input {
  grid-column: 4;
  grid-row: 1;
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: #222222;
}

.activities-checkout-payment-method-row.is-selected input {
  accent-color: #222222;
}

.activities-checkout-method-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  color: #ffffff;
  overflow: hidden;
}

.activities-checkout-method-icon img {
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.activities-checkout-method-icon--venmo {
  background: #3d95ce;
}

.activities-checkout-method-icon--venmo svg {
  width: 25px;
  height: 25px;
}

.activities-checkout-method-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.activities-checkout-method-copy strong {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.activities-checkout-method-copy small,
.activities-checkout-method-time {
  color: #717171;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.activities-checkout-method-time {
  justify-self: end;
}

.activities-checkout-payment-details {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 18px;
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid #eeeeee;
}

.activities-checkout-qr {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.activities-checkout-qr__box {
  width: 148px;
  height: 148px;
  padding: 10px;
  border: 1px solid #eeeeee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.activities-checkout-qr__box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.activities-checkout-payment-handle {
  margin-bottom: 22px;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.activities-checkout-payment-note {
  align-self: center;
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 12px;
  background: #f7f7f7;
  color: #222222;
  font-size: 14px;
  line-height: 20px;
}

.activities-checkout-payment-note strong {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.activities-checkout-payment-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  color: #222222;
  cursor: pointer;
}

.activities-checkout-payment-row + .activities-checkout-payment-row {
  border-top: 1px solid #eeeeee;
}

.activities-checkout-payment-row input[type="radio"] {
  grid-column: 3;
  grid-row: 1;
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: #222222;
}

.activities-checkout-payment-icon,
.activities-checkout-payment-mark {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #222222;
}

.activities-checkout-payment-icon svg {
  width: 22px;
  height: 22px;
}

.activities-checkout-payment-mark {
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.activities-checkout-payment-mark--paypal {
  color: #1473e6;
  font-style: italic;
}

.activities-checkout-payment-mark--gpay {
  color: #5f6368;
  font-size: 10px;
  letter-spacing: 0;
}

.activities-checkout-payment-copy {
  grid-column: 2;
  display: grid;
  gap: 3px;
  min-width: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.activities-checkout-payment-copy small {
  color: #1a73e8;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.activities-checkout-card-fields {
  display: grid;
  margin: 0 0 16px 42px;
}

.activities-checkout-card-input,
.activities-checkout-country-select {
  width: 100%;
  min-height: 56px;
  border: 1px solid #999999;
  background: #ffffff;
  color: #222222;
  font: inherit;
  font-size: 16px;
  line-height: 22px;
}

.activities-checkout-card-input {
  padding: 16px 14px;
}

.activities-checkout-card-fields > .activities-checkout-card-input:first-child {
  border-radius: 8px 8px 0 0;
}

.activities-checkout-card-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.activities-checkout-card-field-row .activities-checkout-card-input {
  border-top: 0;
}

.activities-checkout-card-field-row .activities-checkout-card-input + .activities-checkout-card-input {
  border-left: 0;
}

.activities-checkout-card-fields > .activities-checkout-card-input:nth-of-type(2) {
  margin-top: 14px;
  border-radius: 8px;
}

.activities-checkout-country-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 9px 14px;
  border-radius: 8px;
  text-align: left;
}

.activities-checkout-country-select span {
  display: grid;
  gap: 2px;
}

.activities-checkout-country-select small {
  color: #717171;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.activities-checkout-country-select svg {
  width: 22px;
  height: 22px;
}

.activities-checkout-payment-terms {
  color: #555555;
  font-size: 12px;
  line-height: 16px;
}

.activities-checkout-payment-terms a {
  color: #315c9b;
  font-weight: 600;
  text-decoration: underline;
}

.activities-checkout-confirm-pay {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: #2bc8c8;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.activities-checkout-confirm-pay:disabled {
  cursor: wait;
  opacity: 0.68;
}

.activities-checkout-reviewing {
  position: fixed;
  inset: 0;
  z-index: 3050;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.72);
}

.activities-checkout-reviewing__card {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(320px, calc(100vw - 48px));
  min-height: 240px;
  padding: 54px 32px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  color: #222222;
  text-align: center;
}

.activities-checkout-reviewing__icon {
  width: 72px;
  height: 72px;
  border: 6px solid #eeeeee;
  border-top-color: var(--activities-teal);
  border-radius: 50%;
  animation: activities-checkout-spin 0.9s linear infinite;
}

.activities-checkout-reviewing__card strong {
  font-size: 14px;
  line-height: 18px;
}

.activities-checkout-reviewing__card span {
  font-size: 12px;
  line-height: 16px;
}

@keyframes activities-checkout-spin {
  to {
    transform: rotate(360deg);
  }
}

.activities-checkout-reserve .reserve-field-label {
  font-size: 15px;
  line-height: 20px;
}

.activities-checkout-reserve .reserve-field-input,
.activities-checkout-reserve .reserve-field-select,
.activities-checkout-reserve .reserve-continue {
  font-size: 16px;
  line-height: 22px;
}

.activities-checkout-reserve .reserve-continue {
  min-height: 44px;
  padding-left: 26px;
  padding-right: 26px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-checkout-reserve .reserve-change {
  min-height: 32px;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 16px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-checkout-reserve__step-toggle {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.activities-checkout-reserve__step-toggle:focus-visible {
  outline: 2px solid var(--primary-color, #2ac8c8);
  outline-offset: 4px;
  border-radius: 6px;
}

.activities-checkout-reserve__step-chevron {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  transition: transform 160ms ease;
}

.activities-checkout-reserve__step-chevron.is-open {
  transform: rotate(180deg);
}

.activities-checkout-reserve__step-body {
  display: grid;
  gap: 16px;
}

.activities-checkout-reserve__select {
  appearance: auto;
  display: block;
  width: 100%;
  text-align: left;
}

.activities-checkout-reserve__locked {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--activities-muted);
}

.activities-checkout-reserve__locked strong {
  display: block;
  margin-bottom: 4px;
  color: var(--activities-ink);
  font-size: 16px;
  line-height: 22px;
}

.activities-checkout-reserve__locked p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

.activities-checkout-reserve__lock-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--activities-ink);
  background: var(--activities-soft);
  font-size: 15px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-checkout-reserve__activity-image {
  object-fit: cover;
  background: var(--activities-soft);
}

.activities-checkout-reserve__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  color: var(--activities-ink);
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-checkout-reserve .reserve-school-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-checkout-reserve .reserve-summary-label,
.activities-checkout-reserve .reserve-cancellation-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-checkout-reserve .reserve-summary-value,
.activities-checkout-reserve .reserve-cancellation-text,
.activities-checkout-reserve .reserve-price-line {
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--font-weight-normal, 400);
}

.activities-checkout-reserve .reserve-price-total span:first-child,
.activities-checkout-reserve .reserve-price-total .reserve-price-value {
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-checkout-reserve__cancellation {
  padding-top: 14px;
  margin-top: 14px;
}

.activities-checkout-reserve__cancellation .reserve-cancellation-title {
  margin-bottom: 6px;
}

.activities-checkout-reserve .reserve-status.activities-checkout-status {
  margin: 0 0 18px;
}

.activities-checkout-reserve .reserve-status.activities-checkout-status[hidden] {
  display: none;
}

.activities-checkout-reserve .reserve-school-badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 4px 8px;
  color: var(--activities-ink);
  background: var(--activities-soft);
  font-size: 14px;
  line-height: 18px;
}

.activities-checkout-reserve .reserve-field-input:disabled,
.activities-checkout-reserve .reserve-field-select:disabled {
  opacity: 1;
  color: var(--activities-muted);
  background: var(--activities-soft);
}

.activities-checkout-reserve .reserve-next:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.activities-dates-open {
  overflow: hidden;
}

.activities-dates-modal[hidden] {
  display: none;
}

.activities-dates-modal {
  position: fixed;
  inset: 0;
  z-index: 3300;
  display: grid;
  place-items: center;
}

.activities-dates-modal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.activities-dates-modal__panel {
  position: relative;
  width: min(568px, calc(100vw - 32px));
  max-height: min(86vh, 920px);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  overflow: auto;
}

.activities-dates-modal__panel h2 {
  margin: 0;
  padding: 34px 24px 22px;
  color: var(--activities-ink);
  font-size: 28px;
  line-height: 32px;
}

.activities-dates-modal__close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--activities-ink);
  font-size: 26px;
}

.activities-dates-modal__family {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  padding: 0 24px 22px;
  border-bottom: 1px solid var(--activities-line);
}

.activities-dates-modal__family strong,
.activities-dates-modal__month {
  display: block;
  color: var(--activities-ink);
  font-size: 16px;
  line-height: 22px;
}

.activities-dates-modal__family span {
  display: block;
  color: var(--activities-muted);
  font-size: 13px;
  line-height: 18px;
}

.activities-dates-modal__counter {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--activities-ink);
  font-weight: var(--font-weight-semibold, 600);
}

.activities-dates-modal__counter button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: var(--activities-soft);
  color: var(--activities-muted);
  font-size: 20px;
  line-height: 1;
}

.activities-dates-modal__month {
  padding: 22px 24px 12px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-dates-modal__slots {
  display: grid;
  gap: 16px;
  padding: 0 24px 92px;
}

.activities-dates-modal__slots button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 18px;
  padding: 18px 24px;
  background: #fff;
  text-align: left;
}

.activities-dates-modal__slots strong,
.activities-dates-modal__slots small,
.activities-dates-modal__slots em {
  display: block;
}

.activities-dates-modal__slots strong {
  color: var(--activities-ink);
  font-size: 18px;
  line-height: 24px;
}

.activities-dates-modal__slots small {
  margin-top: 4px;
  color: var(--activities-muted);
  font-size: 13px;
  line-height: 18px;
}

.activities-dates-modal__slots em {
  color: var(--activities-ink);
  font-size: 13px;
  line-height: 18px;
  font-style: normal;
  font-weight: var(--font-weight-semibold, 600);
  text-align: right;
}

.activities-dates-modal__footer {
  position: sticky;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--activities-line);
  padding: 16px 24px;
  background: #fff;
}

.activities-dates-modal__footer button {
  min-width: 132px;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: var(--activities-ink);
  color: #fff;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-listing-trust {
  margin: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 72px 24px 84px;
  border: 0;
  border-radius: 0;
  background: var(--activities-trust-bg);
  text-align: center;
}

.activities-listing-trust__content {
  width: min(100%, 400px);
  margin: 0 auto;
}

.activities-listing-trust h2 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: 36px;
}

.activities-listing-trust p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.activities-listing-trust p a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.activities-listing-summary {
  display: flex;
  min-height: 488px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 6px;
  text-align: center;
}

.activities-listing-summary h1 {
  max-width: 360px;
  margin-top: 0;
}

.activities-listing-summary__body {
  max-width: 390px;
}

.activities-listing-summary__rating {
  display: inline-flex;
  align-items: center;
  margin-top: 22px;
}

.activities-listing-summary__eyebrow {
  margin-top: 4px;
  font-size: 13px;
  line-height: 18px;
  color: var(--activities-muted);
}

.activities-listing-summary__actions {
  justify-content: center;
  margin-top: 22px;
}

.activities-listing-summary__actions button {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: transparent;
  color: var(--activities-muted);
}

.activities-listing-summary__actions svg {
  width: 16px;
  height: 16px;
}

.activities-listing-summary__actions img {
  width: 16px;
  height: 16px;
  display: block;
}

.activities-listing-summary__actions .heart-button,
.activities-listing-mobile-topbar .heart-button {
  position: static;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
}

.activities-listing-summary__actions [data-activities-detail-save] svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.activities-listing-summary__actions [data-activities-detail-save][aria-pressed="true"] svg {
  fill: currentColor;
  stroke: currentColor;
}

.activities-listing-summary__actions [data-activities-detail-save][aria-pressed="true"] {
  color: var(--activities-teal);
}

.activities-listing-highlights {
  align-self: stretch;
  margin-top: 22px;
  padding-top: 28px;
  text-align: left;
}

.activities-listing-highlight {
  display: grid;
  width: 100%;
  height: auto;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--activities-ink);
  font: inherit;
  text-align: left;
}

button.activities-listing-highlight {
  cursor: pointer;
}

.activities-listing-highlight__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f3f3f3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}

.activities-listing-highlight__icon--host img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.activities-listing-highlight__icon--location {
  position: relative;
}

.activities-listing-highlight__icon--location-map {
  position: relative;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.96) 0 7px, transparent 8px),
    linear-gradient(35deg, transparent 0 39%, rgba(255, 255, 255, 0.78) 40% 49%, transparent 50%),
    linear-gradient(116deg, transparent 0 49%, rgba(123, 174, 211, 0.32) 50% 61%, transparent 62%),
    linear-gradient(0deg, rgba(213, 205, 190, 0.62) 1px, transparent 1px),
    linear-gradient(90deg, rgba(213, 205, 190, 0.62) 1px, transparent 1px),
    #edf2ee;
  background-size: auto, auto, auto, 14px 14px, 14px 14px, auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
}

.activities-listing-highlight__icon--location-map::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  width: 14px;
  height: 14px;
  border: 4px solid #242424;
  border-radius: 50% 50% 50% 4px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.activities-listing-highlight__icon--location-map::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #242424;
  transform: translate(-50%, -50%);
}

.activities-listing-highlight--location-map {
  cursor: pointer;
}

.activities-listing-highlight__icon--location::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #d3a238;
  box-shadow: 0 0 0 5px rgba(211, 162, 56, 0.22);
}

.activities-listing-highlight__icon--location::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #242424;
}

.activities-listing-highlight h2 {
  font-size: 13px;
  line-height: 18px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-listing-highlight p {
  margin-top: 1px;
  font-size: 11px;
  line-height: 15px;
  color: var(--activities-muted);
}

.activities-listing-highlight--extra {
  display: none;
}

.activities-listing-highlight--map {
  align-items: stretch;
  margin-top: 10px;
}

.activities-listing-map-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--activities-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.activities-listing-map__tile--compact {
  position: relative;
  inset: auto;
  display: block;
  width: 180px;
  height: 108px;
  border-radius: 12px;
  overflow: hidden;
  background: #edf2ee;
  box-shadow: inset 0 0 0 1px var(--activities-line);
}

.activities-listing-map-card__copy {
  display: grid;
  min-width: 0;
}

.activities-listing-map-card__copy strong {
  font-size: 15px;
  line-height: 20px;
}

.activities-listing-map-card__copy small {
  color: var(--activities-muted);
  font-size: 13px;
  line-height: 18px;
}

.activities-listing-language {
  display: block;
  margin: 28px 0 !important;
  padding: 0;
  color: var(--activities-ink);
}

.activities-listing-section--flow + .activities-detail-reviews.school-reviews-inline {
  margin-top: 0;
  padding-top: 0;
}

.activities-listing-booking__price .activities-listing-booking__price-unit {
  color: var(--activities-muted);
  font-size: 12px;
  font-weight: var(--font-weight-normal, 400);
}

.activities-listing-booking__price .activities-listing-booking__price-prefix {
  color: var(--activities-ink);
  font-size: 18px;
  line-height: 24px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-listing-map {
  margin-top: 24px;
  background:
    radial-gradient(circle at 48% 46%, rgba(255, 255, 255, 0.8) 0 42px, transparent 43px),
    linear-gradient(24deg, transparent 0 41%, rgba(255, 255, 255, 0.72) 42% 48%, transparent 49%),
    linear-gradient(115deg, transparent 0 50%, rgba(76, 147, 201, 0.22) 51% 62%, transparent 63%),
    linear-gradient(0deg, rgba(215, 206, 188, 0.44) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 206, 188, 0.44) 1px, transparent 1px),
    #edf2ee;
  background-size: auto, auto, auto, 44px 44px, 44px 44px, auto;
}

.activities-listing-map::after {
  content: none;
}

.activities-listing-map__expand,
.activities-listing-map__zoom {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  background: #fff;
  color: var(--activities-ink);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
}

.activities-listing-map__expand {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 22px;
}

.activities-listing-map__expand {
  top: 24px;
  right: 24px;
  font-size: 18px;
}

.activities-listing-map__zoom {
  right: 24px;
  top: 86px;
  width: 44px;
  border-radius: 24px;
  overflow: hidden;
}

.activities-listing-map__zoom span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 54px;
  font-size: 34px;
  line-height: 1;
  font-weight: var(--font-weight-normal, 400);
}

.activities-listing-map__zoom span + span {
  border-top: 1px solid var(--activities-line);
}

.activities-listing-map__marker {
  position: absolute;
  left: 50%;
  top: 52%;
  display: grid;
  justify-items: center;
  transform: translate(-50%, -50%);
}

.activities-listing-map__marker span {
  width: 48px;
  height: 48px;
  display: block;
  border: 8px solid #242424;
  border-radius: 50% 50% 50% 8px;
  background: #fff;
  transform: rotate(-45deg);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26);
}

.activities-listing-map__marker span::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: #242424;
}

.activities-listing-map__marker strong {
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff;
  color: var(--activities-ink);
  font-size: 13px;
  line-height: 16px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.activities-listing-map__link {
  display: inline-block;
  margin-top: 12px;
  color: var(--activities-ink);
  font-size: 14px;
  font-weight: var(--font-weight-semibold, 600);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.activities-listing-host__protect {
  max-width: 280px;
  margin-top: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--activities-muted) !important;
  font-size: 12px !important;
  line-height: 18px !important;
  text-align: center !important;
}

.activities-listing-availability {
  display: none;
}

.activities-listing-trust__seal {
  width: 112px;
  height: 112px;
  display: block;
  margin: 0 auto 16px;
  background: center / contain no-repeat url('/assets/SVG/3d/shield/buggy-select-shield-gold.png');
}

.activities-listing-tier-badge--bottom {
  margin: 22px auto 0;
}

.activities-listing-report {
  width: min(100%, 640px);
  margin: 28px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  color: var(--activities-muted);
  font-size: 11px;
  line-height: 14px;
}

.activities-listing-report button {
  margin-left: 6px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--activities-ink);
  font-size: 11px;
  line-height: 14px;
  font-weight: var(--font-weight-normal, 400);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.activities-detail-related__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  margin-top: 10px;
}

.activities-detail-related__head a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--activities-ink);
  text-decoration: none;
}

.activities-detail-related__head h2 {
  margin: 0;
}

.activities-detail-related__head span {
  font-size: 28px;
  line-height: 1;
}

.activities-detail-related__forward {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e5e7eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: transform 0.2s ease, background 0.2s ease;
}

.activities-detail-related__forward img {
  width: 12px;
  height: 12px;
  display: block;
}

.activities-detail-related__head a:hover .activities-detail-related__forward {
  transform: scale(1.05);
  background: #d1d5db;
}

.activities-detail-related__controls {
  display: inline-flex;
  gap: 10px;
}

.activities-detail-related__controls button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--activities-line);
  border-radius: 50%;
  background: #fff;
  color: var(--activities-ink);
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.activities-detail-related__controls button:disabled {
  color: var(--activities-muted);
  opacity: 0.45;
  cursor: default;
}

.activities-detail-related__controls button:not(:disabled):hover {
  background: #f7f7f7;
}

.activities-detail-related__row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 220px;
  grid-template-columns: none !important;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 2px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  max-width: 100%;
}

.activities-detail-related__row::-webkit-scrollbar {
  display: none;
}


@media (min-width: 768px) {
  .activities-detail-related__row {
    grid-auto-columns: 236px;
  }
}

@media (min-width: 1100px) {
  .activities-detail-related__row {
    grid-auto-columns: 252px;
  }
}

.activities-detail-related__row .activities-card {
  scroll-snap-align: start;
}

.activities-detail-related__row .activities-card__image {
  aspect-ratio: 1.06 / 1;
  border-radius: 16px;
}

.activities-detail-related__viewport {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.activities-share-modal[hidden],
.activities-host-modal[hidden],
.activities-host-message-modal[hidden] {
  display: none;
}

.activities-share-modal,
.activities-host-modal,
.activities-host-message-modal {
  position: fixed;
  inset: 0;
  z-index: 3100;
  display: grid;
  place-items: center;
}

.activities-host-modal {
  align-items: center;
  padding: 10px 6px;
}

.activities-share-modal__scrim,
.activities-host-modal__scrim,
.activities-host-message-modal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.activities-share-modal__panel,
.activities-host-modal__panel {
  position: relative;
  width: min(560px, calc(100vw - 32px));
  border-radius: 28px;
  padding: 0;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.activities-host-modal__panel {
  width: min(376px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 62px 26px 0;
}

.activities-share-modal__header {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 18px 0;
}

.activities-share-modal__body {
  padding: 0 28px 30px;
}

.activities-host-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--activities-ink);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.activities-share-modal__close {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--activities-ink);
  font-size: 24px;
  line-height: 1;
}

.activities-share-modal h2,
.activities-host-modal h2 {
  margin: 0 0 30px;
  color: var(--activities-ink);
  font-size: 22px;
  line-height: 28px;
  font-weight: var(--font-weight-medium, 500);
}

.activities-share-modal__preview,
.activities-host-modal__card {
  border: 1px solid var(--activities-line);
  border-radius: 18px;
  padding: 16px;
  text-align: center;
}

.activities-host-modal__card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-color: #eeeeee;
  border-radius: 16px;
  padding: 34px 18px 28px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.07);
}

.activities-share-modal__preview {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  text-align: left;
}

.activities-share-modal__preview img {
  width: 72px;
  height: 72px;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.activities-share-modal__preview p,
.activities-host-modal__panel p {
  margin: 0;
  color: var(--activities-ink);
  font-size: 14px;
  line-height: 20px;
}

.activities-share-modal__preview span,
.activities-host-modal small {
  color: var(--activities-muted);
}

.activities-share-modal__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.activities-share-option-btn,
.activities-host-modal__message {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  border: 1px solid var(--activities-line);
  border-radius: 10px;
  padding: 0 18px;
  background: var(--activities-surface);
  color: var(--activities-ink);
  font: inherit;
  font-weight: var(--font-weight-medium, 500);
  text-decoration: none;
}

.activities-share-option-btn:hover {
  border-color: var(--activities-line);
  background: var(--activities-soft);
}

@media (max-width: 640px) {
  .activities-listing-trust p a {
    color: inherit !important;
  }

  .activities-share-modal__panel {
    width: calc(100vw - 32px);
  }

  .activities-share-modal__body {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .activities-share-modal__options {
    grid-template-columns: 1fr;
  }
}

.activities-host-modal__card h3 {
  margin: 18px 0 4px;
  color: var(--activities-ink);
  font-size: 30px;
  line-height: 34px;
}

.activities-host-modal__card p {
  margin: 0;
  color: var(--activities-muted);
  font-size: 13px;
}

.activities-host-modal__panel > p {
  margin-top: 36px;
  font-size: 14px;
  line-height: 20px;
}

.activities-host-modal__message {
  width: 100%;
  min-height: 40px;
  justify-content: center;
  margin-top: 44px;
  border-color: transparent;
  border-radius: 10px;
  background: #f1f1f1;
  font-size: 14px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-host-modal small {
  display: block;
  max-width: 304px;
  margin: 18px auto 44px;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
}

@media (max-width: 640px) {
  .activities-host-modal {
    padding-right: 6px;
    padding-left: 6px;
  }

  .activities-host-modal__panel {
    width: min(376px, calc(100vw - 12px));
    border-radius: 28px;
  }

  .activities-host-modal__card {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  }

  .activities-host-modal__card .activities-listing-host__avatar {
    width: 82px;
    height: 82px;
  }

  .activities-host-modal__card h3 {
    margin-top: 19px;
    margin-bottom: 3px;
  }

}

.activities-host-message-modal {
  z-index: 3110;
  padding: 24px;
}

.activities-host-message-modal__scrim {
  background: rgba(15, 15, 15, 0.42);
  backdrop-filter: blur(1px);
}

.activities-host-message-modal__panel {
  position: relative;
  z-index: 1;
  width: min(548px, calc(100vw - 40px));
  border-radius: 30px;
  background: #fff;
  padding: 60px 24px 24px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.26);
}

.activities-host-message-modal__close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--activities-ink);
  font-size: 28px;
  line-height: 1;
}

.activities-host-message-modal__panel h2 {
  margin: 0 0 8px;
  color: var(--activities-ink);
  font-size: 26px;
  line-height: 32px;
  font-weight: var(--font-weight-semibold, 600);
  letter-spacing: -0.02em;
}

.activities-host-message-modal__panel p {
  margin: 0;
  color: var(--activities-muted);
  font-size: 16px;
  line-height: 22px;
}

.activities-host-message-modal textarea {
  width: 100%;
  min-height: 164px;
  margin-top: 26px;
  border: 1px solid #8f8f8f;
  border-radius: 10px;
  padding: 14px;
  color: var(--activities-ink);
  font: inherit;
  font-size: 15px;
  line-height: 21px;
  resize: vertical;
}

.activities-host-message-modal textarea::placeholder {
  color: #9f9f9f;
}

.activities-host-message-modal textarea:focus {
  border-color: var(--activities-ink);
  outline: 2px solid transparent;
  box-shadow: 0 0 0 1px var(--activities-ink);
}

.activities-host-message-modal__meta {
  margin-top: 8px;
  color: var(--activities-muted);
  font-size: 12px;
  line-height: 16px;
}

.activities-host-message-modal__status {
  margin-top: 18px !important;
  color: var(--activities-muted) !important;
  font-size: 13px !important;
  line-height: 18px !important;
}

.activities-host-message-modal__status[data-tone="success"] {
  color: #087f5b !important;
}

.activities-host-message-modal__status[data-tone="error"] {
  color: #b42318 !important;
}

.activities-host-message-modal__send {
  width: 100%;
  min-height: 48px;
  margin-top: 56px;
  border: 0;
  border-radius: 12px;
  background: var(--activities-ink);
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-host-message-modal__send:disabled {
  background: #eeeeee;
  color: #b8b8b8;
  cursor: not-allowed;
}

.reviews-modal--activities.reviews-modal--reference {
  z-index: 3400;
}

body.activities-detail-shell-page .modal-backdrop.show {
  z-index: 3390;
}

.reviews-modal--activities.reviews-modal--reference .modal-dialog {
  max-width: 780px;
}

.reviews-modal--activities.reviews-modal--reference .modal-content,
.reviews-modal--activities.reviews-modal--reference .modal-header,
.reviews-modal--activities.reviews-modal--reference .modal-body,
.reviews-modal--activities.reviews-modal--reference .reviews-v2,
.reviews-modal--activities.reviews-modal--reference .reviews-v2__sticky {
  background: #ffffff;
}

.reviews-modal--activities.reviews-modal--reference .modal-header {
  border-bottom: 0;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__sticky {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 28px 16px;
}

.reviews-modal.reviews-modal--reference.reviews-modal--activities:not(.reviews-modal--mention) .reviews-v2__sticky {
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 0;
  padding: 20px 28px 24px !important;
  background: #ffffff !important;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__list {
  padding: 0 28px 28px;
}

.activities-reviews-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.reviews-modal.reviews-modal--reference.reviews-modal--activities .reviews-v2__simple-rating {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--activities-ink);
  font-size: 24px;
  line-height: 30px;
  font-weight: var(--font-weight-semibold, 600);
  letter-spacing: -0.01em;
}

.reviews-modal.reviews-modal--reference.reviews-modal--activities .reviews-v2__simple-rating i {
  font-size: 22px;
}

.reviews-modal.reviews-modal--reference.reviews-modal--activities .reviews-v2__simple-rating strong {
  font-weight: var(--font-weight-semibold, 600);
}

.activities-reviews-modal__sort {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.activities-reviews-modal__sort-button {
  position: relative;
  min-height: 36px;
  border: 1px solid var(--activities-line);
  border-radius: 999px;
  padding: 0 34px 0 16px;
  background: #fff;
  color: var(--activities-ink);
  font-family: inherit;
  font-weight: var(--font-weight-medium, 500);
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}

.activities-reviews-modal__sort.is-open .activities-reviews-modal__sort-button {
  border-color: var(--activities-ink);
  box-shadow: 0 0 0 1px var(--activities-ink);
}

.activities-reviews-modal__sort-chevron {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-52%);
  pointer-events: none;
  color: var(--activities-ink);
  font-size: 14px;
  line-height: 1;
}

.activities-reviews-modal__sort-popover {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 30;
  width: 164px;
  padding: 8px 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.16);
}

.activities-reviews-modal__sort-option {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: center;
  gap: 6px;
  width: 100%;
  min-height: 40px;
  border: 0;
  background: transparent;
  padding: 8px 16px;
  color: var(--activities-ink);
  font-family: inherit;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  cursor: pointer;
}

.activities-reviews-modal__sort-option:hover,
.activities-reviews-modal__sort-option:focus-visible,
.activities-reviews-modal__sort-option.is-active {
  background: #f4f4f4;
}

.activities-reviews-modal__sort-option:focus-visible {
  outline: 2px solid var(--activities-ink);
  outline-offset: -2px;
}

.activities-reviews-modal__sort-bullet::before {
  content: "\2022";
  display: block;
  color: var(--activities-ink);
  font-size: 15px;
  line-height: 1;
}

.activities-reviews-modal__search {
  position: relative;
  margin: 15px 0 0;
}

.activities-reviews-modal__search span {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--activities-muted);
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
}

.activities-reviews-modal__search svg {
  width: 17px;
  height: 17px;
  display: block;
}

.activities-reviews-modal__search input {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--activities-line);
  border-radius: 999px;
  padding: 0 16px 0 40px;
  font: inherit;
  font-size: 14px;
  line-height: 18px;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__review {
  padding: 22px 0;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__review-header {
  gap: 14px;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__avatar {
  width: 42px;
  height: 42px;
  font-size: 15px;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__name {
  font-size: 15px;
  font-weight: var(--font-weight-semibold, 600);
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__location {
  font-size: 13px;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__meta {
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__stars {
  gap: 1px;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__stars i {
  font-size: 11px;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__mentions.activities-reviews-modal__mentions {
  margin-top: 16px;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__mentions-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--font-weight-semibold, 600);
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__chip {
  min-height: 42px;
  padding: 9px 14px;
  font-size: 13px;
  line-height: 16px;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__chip-img {
  width: 24px;
  height: 24px;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__sticky--mention {
  padding-top: 12px;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__mention-hero {
  padding: 26px 0 14px;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__mention-hero-icon {
  width: 112px;
  height: 112px;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__mention-hero-title {
  font-size: 30px;
  line-height: 34px;
}

.reviews-modal--activities.reviews-modal--reference .reviews-v2__mention-hero-sub {
  font-size: 13px;
}

.activities-detail-rating {
  margin: 6px 0 14px;
  font-weight: var(--font-weight-semibold, 600);
  color: var(--activities-ink);
}

.activities-detail-fallback {
  margin-top: 10px;
  font-size: 13px;
  color: var(--activities-muted);
}

.activities-detail-block {
  margin: 24px 0 0;
}

.activities-detail-block h2,
.activities-detail-block h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-detail-hours {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
  font-size: 14px;
  color: var(--activities-ink);
}

.activities-detail-link {
  display: inline-block;
  margin-top: 6px;
  font-weight: var(--font-weight-semibold, 600);
  font-size: 14px;
  color: var(--activities-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.activities-detail-related {
  position: relative;
  z-index: 3;
  margin-top: 0;
}

.activities-detail-reviews.school-reviews-inline {
  margin-top: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--activities-line);
  border-radius: 0;
  background: transparent;
}

.activities-detail-reviews.school-reviews-inline .reference-reviews__inner {
  margin: 0;
  max-width: none;
  padding: 0 0 23px;
}

.activities-detail-reviews.school-reviews-inline .reference-reviews__title {
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: var(--font-weight-semibold, 600);
  color: var(--activities-ink);
}

.activities-detail-reviews .school-reviews-inline__summary {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 28px;
  margin-bottom: 0;
}

.activities-detail-reviews .school-reviews-inline__summary-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.activities-detail-reviews .school-reviews-inline__summary-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  font-weight: var(--font-weight-bold, 700);
  color: #222222;
}

.activities-detail-reviews .school-reviews-inline__summary-star {
  width: 1.58rem;
  height: 1.58rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.03em;
}

.activities-detail-reviews .school-reviews-inline__summary-star-img {
  width: 100%;
  height: 100%;
  display: block;
}

.activities-detail-reviews .school-reviews-inline__summary-count {
  font-size: 1.5rem !important;
  line-height: 1;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-detail-reviews .school-reviews-inline__summary-sep {
  font-size: 1.08rem !important;
  line-height: 1;
  color: #666666;
  margin-top: 0.08em;
}

.activities-detail-reviews .school-reviews-inline__summary-meta {
  font-size: 1.5rem !important;
  line-height: 1;
  font-weight: var(--font-weight-semibold, 600);
}

.activities-detail-reviews .school-reviews-inline__how {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 4px 0 8px;
  font-size: 0.84rem;
  line-height: 1.2;
  color: #666666;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}

.activities-detail-reviews.school-reviews-inline .reference-reviews__mentions {
  margin: 24px 0 24px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 0;
  border-bottom: 0;
}

.activities-reviews-how {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.activities-reviews-how__popover {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: min(300px, calc(100vw - 40px));
  border: 1px solid var(--activities-popover-border);
  border-radius: 12px;
  padding: 14px 38px 14px 14px;
  background: var(--activities-popover-bg);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.activities-reviews-how__popover[hidden] {
  display: none;
}

.activities-reviews-how__popover::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  background: var(--activities-popover-bg);
  border-top: 1px solid var(--activities-popover-border);
  border-left: 1px solid var(--activities-popover-border);
  transform: translateX(-50%) rotate(45deg);
}

.activities-reviews-how__popover p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}

.activities-reviews-how__popover p + p {
  margin-top: 12px;
}

.activities-reviews-how__cta {
  display: inline-block;
  margin-top: 14px;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: var(--font-weight-semibold, 600);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.activities-reviews-how__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--activities-surface);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.activities-detail-reviews .school-reviews-inline__title-divider {
  border-top: 0;
  margin: 0 0 20px;
  padding-top: 0;
}

.activities-detail-reviews.school-reviews-inline .reference-review__star {
  width: 10px !important;
  height: 10px !important;
}

.activities-detail-reviews.school-reviews-inline .reference-reviews__mentions-wrap {
  margin-top: 0;
}

.activities-detail-reviews.school-reviews-inline .reference-reviews__mentions-row {
  padding-bottom: 0 !important;
}

.activities-detail-reviews.school-reviews-inline .reference-reviews__mentions-scroll {
  color: #2f2f2f;
  border-color: #dddddd;
  background: #ffffff;
}

.activities-detail-reviews.school-reviews-inline .reference-reviews__grid {
  margin-top: 6px;
}

.activities-detail-reviews.school-reviews-inline .reference-review {
  border-bottom: none;
  padding-bottom: 0;
}

.activities-detail-reviews.school-reviews-inline .reference-review__toggle {
  color: var(--activities-ink);
}

.activities-detail-reviews.school-reviews-inline .reference-review__avatar {
  width: 52px;
  height: 52px;
  font-size: 16px;
}

.activities-detail-reviews.school-reviews-inline .reference-reviews__show-all {
  margin-top: 24px;
  margin-bottom: 0;
  width: 100%;
}

.activities-detail-reviews.school-reviews-inline .reference-reviews__show-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--activities-ink);
  border-radius: 10px;
  background: #ffffff;
  color: var(--activities-ink);
  font-weight: var(--font-weight-bold, 700);
  text-align: center;
}

.activities-detail-reviews .school-reviews-inline__footer {
  margin-top: 24px;
}

.activities-detail-reviews .school-reviews-inline__how-bottom {
  margin-top: 24px;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.activities-detail-reviews .school-reviews-inline__footer .school-reviews-inline__how {
  display: block;
  margin: 0;
}

.activities-detail-reviews.school-reviews-inline .reference-reviews__show-all-btn:hover {
  background: var(--activities-soft);
}

.activities-detail-reviews.school-reviews-inline .reference-reviews__show-all-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 34, 34, 0.14);
}

@media (max-width: 743px) {
  .activities-detail-reviews.school-reviews-inline .reference-reviews__title {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .activities-detail-reviews .school-reviews-inline__title-divider {
    margin-bottom: 10px;
    padding-top: 12px;
  }

  .activities-detail-reviews .school-reviews-inline__summary {
    margin-top: 24px;
    margin-bottom: 0;
    gap: 10px;
    align-items: flex-start;
  }

  .activities-detail-reviews .school-reviews-inline__summary-count,
  .activities-detail-reviews .school-reviews-inline__summary-meta {
    font-size: 1.32rem !important;
  }

  .activities-detail-reviews .school-reviews-inline__summary-sep {
    font-size: 0.98rem !important;
  }

  .activities-detail-reviews .school-reviews-inline__summary-star {
    width: 1.18rem;
    height: 1.18rem;
    margin-top: 0.02em;
  }

  .activities-detail-reviews .school-reviews-inline__how {
    font-size: 0.78rem;
  }

  .activities-detail-reviews.school-reviews-inline {
    padding-top: 8px;
  }

  .activities-detail-reviews.school-reviews-inline .reference-reviews__inner {
    position: relative;
    padding-bottom: 28px;
  }

  .activities-detail-reviews.school-reviews-inline .reference-reviews__inner::after {
    content: "";
    position: absolute;
    right: calc(var(--activities-mobile-gutter) * -1);
    bottom: 94px;
    width: 34px;
    height: 178px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff 82%);
  }

  .activities-detail-reviews.school-reviews-inline .reference-reviews__mentions,
  .activities-detail-reviews.school-reviews-inline .school-reviews-inline__title-divider {
    display: none;
  }

  .activities-detail-reviews.school-reviews-inline .reference-reviews__grid {
    width: calc(100% + var(--activities-mobile-gutter));
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 254px;
    grid-template-columns: none;
    gap: 28px;
    margin-top: 28px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .activities-detail-reviews.school-reviews-inline .reference-reviews__grid::-webkit-scrollbar {
    display: none;
  }

  .activities-detail-reviews.school-reviews-inline .reference-review {
    scroll-snap-align: start;
  }

  .activities-detail-reviews.school-reviews-inline .reference-reviews__show-all-btn {
    border-color: #eeeeee;
    background: #f1f1f1;
    font-size: 14px;
    font-weight: var(--font-weight-medium, 500);
  }
}

.activities-detail-related .activities-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 14px;
}

@media (max-width: 1023px) {
  .activities-page--detail {
    padding-bottom: 132px;
  }

  .activities-detail-shell {
    width: min(512px, calc(100% - (var(--activities-mobile-gutter) * 2)));
    padding-top: 32px;
    padding-bottom: 176px;
  }

  .activities-listing-hero-grid,
  .activities-listing-layout {
    grid-template-columns: 1fr;
    gap: 24px;
    transform: none;
  }

  .activities-listing-gallery {
    transform: none;
  }

  .activities-listing-sticky-nav {
    display: none;
  }

  .activities-listing-lower {
    width: calc(100% + (var(--activities-mobile-gutter) * 2));
    max-width: none;
    margin-left: calc(var(--activities-mobile-gutter) * -1);
    margin-right: calc(var(--activities-mobile-gutter) * -1);
    padding-right: var(--activities-mobile-gutter);
    padding-left: var(--activities-mobile-gutter);
  }

  .activities-listing-lower + .activities-listing-trust {
    margin-top: -40px;
  }

  .activities-listing-summary h1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-listing-summary__body {
    margin-top: 16px;
  }

  .activities-listing-highlights {
    margin-top: 28px;
    padding-top: 24px;
  }

  .activities-listing-booking {
    position: fixed;
    top: auto;
    right: var(--activities-mobile-gutter);
    bottom: calc(16px + env(safe-area-inset-bottom));
    left: var(--activities-mobile-gutter);
    z-index: 1030;
    width: auto;
    transform: none;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .activities-listing-booking__head.activities-listing-booking__panel {
    width: 100%;
    max-width: none;
    min-height: 64px;
    margin: 0 auto;
    padding: 8px 8px 8px 20px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    box-shadow:
      0 0 0 1px rgba(0, 0, 0, 0.02),
      0 6px 8px rgba(0, 0, 0, 0.10),
      0 16px 56px rgba(0, 0, 0, 0.18);
  }

  .activities-listing-booking__price {
    font-size: 16px;
    line-height: 20px;
    font-weight: var(--font-weight-normal, 400);
  }

  .activities-listing-booking__price .activities-listing-booking__price-prefix {
    font-weight: var(--font-weight-normal, 400);
  }

  .activities-listing-booking__price-main {
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-listing-booking__price-main--static {
    font-weight: var(--font-weight-normal, 400);
  }

  .activities-listing-booking__rating,
  .activities-listing-slots {
    display: none;
  }

  .activities-listing-booking__terms {
    display: none !important;
    color: var(--activities-brand-primary);
    font-size: 12px;
    line-height: 16px;
  }

  .activities-listing-booking__cta {
    min-width: 135px;
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 20px;
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-listing-facts {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 28px;
  }

  .activities-listing-host__layout {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .activities-listing-host__card {
    order: 1;
    width: 100%;
    min-height: 230px;
    border-top: 0;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
  }

  .activities-listing-host__lead {
    display: contents;
  }

  .activities-listing-message--host {
    order: 3;
  }

  .activities-listing-host__protect {
    order: 4;
  }

  .activities-listing-host__bio {
    order: 2;
    max-width: none;
    padding-top: 8px;
    color: var(--activities-ink);
    font-size: 15px;
    line-height: 20px;
  }

  .activities-dates-modal {
    place-items: end center;
  }

  .activities-dates-modal__panel {
    width: 100%;
    max-height: 82vh;
    border-radius: 28px 28px 0 0;
  }

  .activities-listing-fact {
    min-height: 40px;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 0;
  }

  .activities-listing-fact__icon {
    top: 1px;
  }

  .activities-listing-trust {
    width: 100vi;
    margin-left: calc(50% - 50vi);
    margin-right: calc(50% - 50vi);
    box-sizing: border-box;
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 64px;
    padding-bottom: 72px;
  }
}

@media (max-width: 640px) {
  .activities-listing-facts {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .activities-listing-fact {
    min-height: 0;
    padding-top: 0;
    padding-left: 34px;
    padding-right: 0;
  }

  .activities-listing-fact__icon {
    width: 20px;
    height: 20px;
    top: 0;
  }

  .activities-listing-fact__icon svg {
    width: 20px;
    height: 20px;
  }

  .activities-listing-fact strong {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 18px;
  }

  .activities-listing-fact p {
    max-width: none;
    font-size: 13px;
    line-height: 17px;
  }
}

@media (min-width: 1128px) {
  .activities-detail-shell {
    width: min(1237px, calc(100% - 204px));
    padding-top: 38px;
  }

  body.activities-detail-shell-page .hero-nav[data-product="activities"] .hero-nav-collapsed {
    padding-top: 6px;
    padding-bottom: 14px;
  }

  body.activities-detail-shell-page .hero-nav[data-product="activities"] .hero-nav-collapsed .hero-nav-header {
    grid-template-columns: 1fr auto 1fr;
  }

  body.activities-detail-shell-page .hero-nav[data-product="activities"] .hero-nav-collapsed .hero-nav-logo {
    justify-self: start;
    margin-left: 32px;
  }

  body.activities-detail-shell-page .hero-nav[data-product="activities"] .hero-nav-collapsed__search-group {
    justify-self: center;
  }

  body.activities-detail-shell-page .hero-nav[data-product="activities"] .hero-filter-pill {
    display: none;
  }

  body.activities-detail-shell-page .hero-nav[data-product="activities"] .hero-menu-wrapper--collapsed {
    justify-self: end;
    margin-right: 16px;
  }
}

@media (min-width: 768px) {
  .activities-detail-related .activities-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (min-width: 1100px) {
  .activities-detail-related .activities-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }
}

@media (min-width: 744px) and (max-width: 1023px) {
  .activities-detail-shell {
    width: min(512px, calc(100% - (var(--activities-mobile-gutter) * 2)));
  }
}

.activities-host {
  min-height: calc(100vh - 86px);
  display: grid;
  align-items: center;
}

.activities-host__panel {
  width: min(940px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0;
}

.activities-host h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 7vw, 72px);
  line-height: 0.98;
  font-weight: var(--font-weight-bold, 700);
  hyphens: none;
  overflow-wrap: normal;
}

.activities-host p {
  max-width: 560px;
  margin: 22px 0;
  color: var(--activities-muted);
  font-size: 18px;
}

body.activities-provider-shell .navbar,
body.activities-provider-shell #main-footer {
  display: none !important;
}

.activities-provider-page,
.provider-onboarding {
  min-height: 100vh;
  background: #ffffff;
  color: #171717;
  font-family: var(--font-primary, Circular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
}

.activities-provider-hero {
  min-height: 92vh;
  display: grid;
  align-content: start;
  padding: 28px clamp(20px, 5vw, 72px) 72px;
}

.activities-provider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 52px;
}

.activities-provider-brand img {
  display: block;
  height: 38px;
  width: auto;
}

.activities-provider-nav__cta,
.activities-provider-button,
.provider-onboarding__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  background: #171717;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.activities-provider-nav__cta:hover,
.activities-provider-button:hover,
.activities-provider-link:hover {
  color: #ffffff;
  text-decoration: none;
}

.activities-provider-hero__grid {
  width: min(1180px, 100%);
  margin: 74px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  gap: clamp(40px, 8vw, 96px);
  align-items: center;
}

.activities-provider-hero__copy h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(44px, 7.8vw, 86px);
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 800;
}

.activities-provider-hero__copy p {
  max-width: 560px;
  margin: 28px 0 0;
  color: #565656;
  font-size: 20px;
  line-height: 1.55;
}

.activities-provider-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}

.activities-provider-link {
  color: #171717;
  font-weight: 700;
  text-decoration: none;
}

.activities-provider-device {
  position: relative;
  min-height: 560px;
}

.activities-provider-device__phone {
  width: min(330px, 78vw);
  margin-left: auto;
  border: 10px solid #171717;
  border-radius: 42px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.activities-provider-device__media {
  position: relative;
  min-height: 300px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(31, 143, 139, 0.18), transparent 42%),
    linear-gradient(160deg, #f6d4a4, #f9f4eb 52%, #b7e4df);
}

.activities-provider-device__dot {
  position: absolute;
  border-radius: 999px;
}

.activities-provider-device__dot--teal {
  right: 32px;
  top: 42px;
  width: 82px;
  height: 82px;
  background: #1f8f8b;
}

.activities-provider-device__dot--gold {
  left: 34px;
  bottom: 42px;
  width: 110px;
  height: 110px;
  background: #d7a340;
}

.activities-provider-device__card {
  position: absolute;
  right: 26px;
  bottom: 28px;
  left: 26px;
  display: grid;
  gap: 4px;
  border-radius: 18px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.activities-provider-device__card span,
.activities-provider-device__card small,
.activities-provider-device__panel span,
.activities-provider-device__panel small {
  color: #646464;
  font-size: 13px;
}

.activities-provider-device__card strong {
  color: #171717;
  font-size: 21px;
  line-height: 1.1;
}

.activities-provider-device__body {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.activities-provider-device__row {
  display: grid;
  grid-template-columns: 1fr 62px;
  gap: 12px;
}

.activities-provider-device__row span {
  height: 14px;
  border-radius: 999px;
  background: #ececec;
}

.activities-provider-device__row--short {
  grid-template-columns: 0.7fr 92px;
}

.activities-provider-device__pill-row {
  display: flex;
  gap: 8px;
}

.activities-provider-device__pill-row span {
  border-radius: 999px;
  padding: 8px 10px;
  background: #f3f3f3;
  color: #333333;
  font-size: 12px;
  font-weight: 700;
}

.activities-provider-device__panel {
  position: absolute;
  left: 0;
  bottom: 64px;
  width: min(250px, 62vw);
  display: grid;
  gap: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.activities-provider-device__panel strong {
  font-size: 34px;
  line-height: 1;
}

.activities-provider-values {
  padding: 72px clamp(20px, 5vw, 72px) 96px;
  background: #f7f7f7;
}

.activities-provider-values__intro,
.activities-provider-value-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.activities-provider-values__intro h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
  font-weight: 800;
}

.activities-provider-values__intro p {
  max-width: 520px;
  margin: 18px 0 0;
  color: #626262;
  font-size: 18px;
}

.activities-provider-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.activities-provider-value-grid article {
  min-height: 210px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 28px;
  background: #ffffff;
}

.activities-provider-value-grid h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.16;
}

.activities-provider-value-grid p {
  margin: 14px 0 0;
  color: #646464;
}

.provider-onboarding {
  padding: 24px;
}

.provider-onboarding__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.provider-onboarding__brand img {
  display: block;
  height: 34px;
  width: auto;
}

.provider-onboarding__shell {
  width: min(920px, 100%);
  margin: 58px auto 0;
}

.provider-onboarding__progress {
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
  color: #616161;
  font-size: 14px;
  font-weight: 700;
}

.provider-onboarding__progress-track {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #eeeeee;
}

.provider-onboarding__progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: #171717;
  transition: width 0.22s ease;
}

.provider-onboarding__form {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: clamp(28px, 5vw, 56px);
  background: #ffffff;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.06);
}

.provider-onboarding__step {
  display: none;
}

.provider-onboarding__step.is-active {
  display: block;
}

.provider-onboarding__caption {
  margin: 0 0 12px;
  color: #1f8f8b;
  font-size: 14px;
  font-weight: 800;
}

.provider-onboarding h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1;
  font-weight: 800;
}

.provider-onboarding__intro {
  max-width: 580px;
  margin: 18px 0 0;
  color: #626262;
  font-size: 18px;
}

.provider-onboarding__category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.provider-onboarding__category {
  min-height: 116px;
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 20px;
  background: #ffffff;
  color: #171717;
  text-align: left;
  cursor: pointer;
}

.provider-onboarding__category strong,
.provider-onboarding__category span {
  display: block;
}

.provider-onboarding__category strong {
  font-size: 20px;
}

.provider-onboarding__category span {
  margin-top: 8px;
  color: #626262;
}

.provider-onboarding__category.is-selected {
  border-color: #171717;
  box-shadow: 0 0 0 3px #171717;
}

.provider-settings__upload input[type="file"] {
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
}

.provider-settings__upload small {
  display: block;
  margin-top: 10px;
  color: #1f8f8b;
  font-weight: 800;
}

.provider-onboarding__field {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  color: #171717;
  font-weight: 800;
}

.provider-onboarding__field input,
.provider-onboarding__field textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  padding: 16px 18px;
  color: #171717;
  font: inherit;
  font-weight: 500;
}

.provider-onboarding__field textarea {
  resize: vertical;
}

.provider-onboarding__draft-card {
  display: grid;
  gap: 8px;
  max-width: 540px;
  margin-top: 34px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  background: #f7f7f7;
}

.provider-onboarding__draft-card span,
.provider-onboarding__draft-card p {
  color: #626262;
}

.provider-onboarding__draft-card strong {
  font-size: 24px;
}

.provider-onboarding__years {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 18px;
  font-weight: 800;
}

.provider-onboarding__stepper {
  display: flex;
  align-items: center;
  gap: 14px;
}

.provider-onboarding__stepper button {
  width: 42px;
  height: 42px;
  border: 1px solid #171717;
  border-radius: 50%;
  background: #ffffff;
  color: #171717;
  font-size: 22px;
  line-height: 1;
}

.provider-onboarding__stepper output {
  min-width: 32px;
  text-align: center;
  font-size: 24px;
}

.provider-onboarding__footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 42px;
}

.provider-onboarding__ghost {
  min-height: 44px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  padding: 0 18px;
  background: #ffffff;
  color: #171717;
  font-weight: 800;
  cursor: pointer;
}

.provider-onboarding__ghost:disabled,
.provider-onboarding__primary:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.activities-empty,
.activities-loading {
  padding: 28px;
  border: 1px solid var(--activities-line);
  border-radius: 8px;
  color: var(--activities-muted);
}

.activities-loading-line {
  display: block;
  height: 14px;
  width: 168px;
  border-radius: 999px;
  background: var(--activities-skeleton-bg);
  color: transparent;
  overflow: hidden;
}

.activities-detail-loading-skeleton {
  display: grid;
  grid-template-columns: minmax(0, 720px) 384px;
  gap: 48px;
  align-items: start;
}

.activities-detail-loading-skeleton__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  overflow: hidden;
  border-radius: 36px;
}

.activities-detail-loading-skeleton__gallery span,
.activities-card-skeleton__image,
.activities-checkout-loading-skeleton__media {
  min-height: 0;
  border-radius: 8px;
  background: var(--activities-skeleton-bg);
}

.activities-detail-loading-skeleton__gallery span {
  aspect-ratio: 1 / 1;
}

.activities-detail-loading-skeleton__gallery span:nth-child(1) {
  border-radius: 36px 6px 6px 6px;
}

.activities-detail-loading-skeleton__gallery span:nth-child(2) {
  border-radius: 6px 36px 6px 6px;
}

.activities-detail-loading-skeleton__gallery span:nth-child(3) {
  border-radius: 6px 6px 6px 36px;
}

.activities-detail-loading-skeleton__gallery span:nth-child(4) {
  border-radius: 6px 6px 36px 6px;
}

.activities-detail-loading-skeleton__summary,
.activities-detail-loading-skeleton__body {
  display: grid;
  gap: 14px;
}

.activities-detail-loading-skeleton__summary span,
.activities-detail-loading-skeleton__body span,
.activities-card-skeleton span,
.activities-checkout-loading-skeleton span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: var(--activities-skeleton-bg);
  color: transparent;
  overflow: hidden;
}

.activities-detail-loading-skeleton__summary span:nth-child(1) {
  height: 34px;
  width: 82%;
}

.activities-detail-loading-skeleton__summary span:nth-child(2) {
  width: 68%;
}

.activities-detail-loading-skeleton__body {
  grid-column: 1 / -1;
  margin-top: 42px;
  max-width: 680px;
}

.activities-detail-loading-skeleton__body span:nth-child(1) {
  height: 26px;
  width: 42%;
}

.activities-detail-loading-skeleton__body span:nth-child(2) {
  width: 92%;
}

.activities-detail-loading-skeleton__body span:nth-child(3) {
  width: 74%;
}

.activities-card-skeleton {
  min-width: 0;
  display: block;
  color: inherit;
}

.activities-card-skeleton__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--activities-card-radius);
}

.activities-card-skeleton__body {
  display: grid;
  gap: 8px;
  padding: 10px 2px 0;
}

.activities-card-skeleton__title {
  width: 84%;
}

.activities-card-skeleton__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.activities-card-skeleton__price {
  width: 52%;
}

.activities-card-skeleton__rating {
  width: 22%;
}

.activities-search-heading .activities-loading-line {
  width: 180px;
  margin-top: 8px;
}

.activities-search-skeleton {
  min-height: 224px;
}

.activities-checkout-loading-skeleton {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 124px;
}

.activities-checkout-loading-skeleton__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 40px;
}

.activities-checkout-loading-skeleton__main,
.activities-checkout-loading-skeleton__aside {
  display: grid;
  gap: 18px;
  border: 1px solid var(--activities-line);
  border-radius: 24px;
  padding: 24px;
  background: #fff;
}

.activities-checkout-loading-skeleton__media {
  aspect-ratio: 1.12 / 1;
}

.activities-checkout-loading-skeleton__back {
  width: 120px;
}

.activities-checkout-loading-skeleton__title {
  width: 263px;
  height: 34px;
  margin: 18px 0 28px;
}

.activities-checkout-loading-skeleton__step > span {
  background: #e9e9e9;
  color: transparent;
}

.activities-checkout-loading-skeleton__step div {
  display: grid;
  gap: 10px;
  padding-top: 4px;
}

.activities-checkout-loading-skeleton__step .activities-loading-line:first-child {
  width: 48%;
}

.activities-checkout-loading-skeleton__step .activities-loading-line:last-child {
  width: 82%;
}

.activities-checkout-loading-skeleton .activities-checkout-summary {
  display: grid;
  gap: 12px;
}

.activities-checkout-loading-skeleton .activities-checkout-summary .activities-loading-line:nth-child(2) {
  width: 78%;
  height: 20px;
}

.activities-checkout-loading-skeleton .activities-checkout-summary .activities-loading-line:nth-child(3) {
  width: 62%;
}

.activities-checkout-loading-skeleton .activities-checkout-summary .activities-loading-line:nth-child(4) {
  width: 92%;
  margin-top: 8px;
}

body.activities-checkout-reserve-page .activities-checkout-loading-skeleton {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding-top: 0;
}

.activities-checkout-loading-skeleton__logo {
  width: 116px;
  height: 28px !important;
}

.activities-checkout-loading-skeleton .reserve-header .activities-loading-line {
  display: block;
}

.activities-checkout-loading-skeleton .reserve-steps {
  display: grid;
  gap: 18px;
}

.activities-checkout-loading-skeleton .reserve-step {
  display: grid;
  gap: 12px;
}

.activities-checkout-loading-skeleton .reserve-step .activities-loading-line:first-child {
  width: 52%;
  height: 22px;
}

.activities-checkout-loading-skeleton .reserve-step .activities-loading-line:last-child {
  width: 86%;
}

.activities-checkout-loading-skeleton .reserve-summary-card {
  display: grid;
  gap: 12px;
}

.activities-checkout-loading-skeleton .reserve-summary-card .activities-loading-line:nth-child(2) {
  width: 78%;
  height: 20px;
}

.activities-checkout-loading-skeleton .reserve-summary-card .activities-loading-line:nth-child(3) {
  width: 62%;
}

.activities-checkout-loading-skeleton .reserve-summary-card .activities-loading-line:nth-child(4) {
  width: 92%;
}

@media (max-width: 640px) {
  body.activities-checkout-reserve-page .activities-checkout-page {
    padding-bottom: 92px;
  }

  .activities-checkout-reserve__locked {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .activities-checkout-reserve__lock-icon {
    width: 30px;
    height: 30px;
  }

  .activities-checkout-reserve .reserve-status.activities-checkout-status {
    margin-bottom: 12px;
  }
}

@media (max-width: 899px) {
  .activities-detail-loading-skeleton,
  .activities-checkout-loading-skeleton__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 899px) {
  .activities-page {
    padding-top: 72px;
  }

  .activities-page--detail {
    padding-top: 0;
  }

  .activities-page--landing,
  .activities-page--search {
    padding-top: 0;
  }

  .activities-nav {
    top: 64px;
  }

  .activities-nav__inner {
    width: min(100% - 28px, 640px);
  }

  .activities-nav__links {
    gap: 12px;
  }

  .activities-nav__links a:not(.activities-pill-button) {
    display: none;
  }

  .activities-hero,
  .activities-section,
  .activities-detail-hero,
  .activities-detail-shell {
    width: min(100% - 28px, 640px);
  }

  .activities-detail-shell {
    width: calc(100% - (var(--activities-mobile-gutter) * 2));
    padding-top: 10px;
  }

  body.activities-detail-shell-page .hero-nav[data-product="activities"] {
    display: none;
  }

  .activities-listing-mobile-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px 44px;
    align-items: center;
    gap: 4px;
    width: calc(100% + (var(--activities-mobile-gutter) * 2));
    margin: -10px calc(var(--activities-mobile-gutter) * -1) 0;
    padding: 4px var(--activities-mobile-gutter);
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: none;
    color: var(--activities-ink);
    backdrop-filter: blur(12px);
    transition: box-shadow 120ms ease;
  }

  .activities-listing-mobile-topbar.is-scrolled {
    box-shadow: inset 0 -1px 0 var(--activities-line);
  }

  .activities-listing-mobile-topbar span {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--font-weight-normal, 400);
  }

  .activities-listing-mobile-topbar button {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--activities-ink);
    cursor: pointer;
  }

  .activities-listing-mobile-topbar .heart-button[data-activities-detail-save] {
    width: 44px;
    height: 44px;
  }

  .activities-listing-mobile-topbar__back {
    line-height: 1;
  }

  .activities-listing-mobile-topbar__back img {
    width: 24px;
    height: 24px;
    display: block;
  }

  .activities-listing-mobile-topbar [data-activities-detail-save] svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .activities-listing-mobile-topbar [data-activities-detail-save][aria-pressed="true"] svg {
    fill: currentColor;
    stroke: currentColor;
  }

  .activities-listing-mobile-topbar [data-activities-detail-save][aria-pressed="true"] {
    color: var(--activities-teal);
  }

  .activities-listing-summary__actions {
    display: none;
  }

  .activities-listing-summary {
    min-height: 0;
    display: block;
    border-bottom: 1px solid var(--activities-line);
    padding-top: 0;
    padding-bottom: 28px;
    text-align: center;
  }

  .activities-listing-summary h1 {
    max-width: 334px;
    margin-right: auto;
    margin-left: auto;
    font-size: 26px;
    line-height: 30px;
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-listing-summary__body {
    max-width: 330px;
    margin: 12px auto 0;
    color: var(--activities-muted);
    font-size: 14px;
    line-height: 19px;
  }

  .activities-listing-summary__rating {
    display: flex;
    margin-top: 24px;
    justify-content: center;
    color: var(--activities-ink);
    font-size: 13px;
    line-height: 18px;
  }

  .activities-listing-summary__star {
    margin-right: 3px;
    font-size: 10px;
    line-height: 1;
  }

  .activities-listing-summary__dot {
    margin-right: 5px;
    margin-left: 5px;
  }

  .activities-listing-summary__eyebrow {
    display: none;
    justify-content: center;
    margin-top: 24px;
    color: var(--activities-muted);
    font-size: 14px;
    line-height: 20px;
  }

  .activities-listing-highlights {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--activities-line);
  }

  .activities-hero {
    padding-top: 36px;
  }

  .activities-hero__grid,
  .activities-detail-grid,
  .activities-listing-hero-grid,
  .activities-listing-layout,
  .activities-listing-facts {
    grid-template-columns: 1fr;
  }

  .activities-listing-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    border-radius: 26px;
    overflow: hidden;
    background: var(--activities-soft);
  }

  .activities-listing-gallery__item {
    display: block;
    width: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
    margin: 0;
  }

  .activities-listing-gallery__item--1,
  .activities-listing-gallery__item--2,
  .activities-listing-gallery__item--3,
  .activities-listing-gallery__item--4 {
    border-radius: 0;
  }

  .activities-listing-gallery__item--1 { border-radius: 26px 4px 4px 4px; }
  .activities-listing-gallery__item--2 { border-radius: 4px 26px 4px 4px; }
  .activities-listing-gallery__item--3 { border-radius: 4px 4px 4px 26px; }
  .activities-listing-gallery__item--4 { border-radius: 4px 4px 26px 4px; }

  .activities-listing-gallery__show-all {
    right: 12px;
    bottom: 12px;
    min-height: 36px;
    padding: 0 14px;
    font-size: 13px;
    line-height: 17px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  }

  .activities-all-photos-gallery__chrome {
    height: 66px;
  }

  .activities-all-photos-gallery__title {
    top: 21px;
    left: 54px;
    right: 54px;
    font-size: 13px;
    line-height: 18px;
  }

  .activities-all-photos-gallery__close {
    top: 19px;
    right: 22px;
    width: 32px;
    height: 32px;
    font-size: 26px;
  }

  .activities-all-photos-gallery__scroller {
    width: 100%;
    padding: 70px 12px 40px;
  }

  .activities-all-photos-gallery__masonry {
    column-count: 2;
    column-gap: 7px;
  }

  .activities-all-photos-gallery__item {
    margin-bottom: 7px;
    border-radius: 10px;
  }

  .activities-step-image-modal {
    align-items: center;
    padding: 34px;
  }

  .activities-step-image-modal__dialog {
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    width: calc(100vw - 68px);
    max-height: calc(100dvh - 68px);
  }

  .activities-step-image-modal__panel {
    grid-template-columns: minmax(260px, 0.95fr) minmax(240px, 0.9fr);
    gap: 24px;
    min-height: 430px;
    border-radius: 24px;
    padding: 16px 48px 16px 16px;
  }

  .activities-step-image-modal__close {
    top: 18px;
    right: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
  }

  .activities-step-image-modal__media,
  .activities-step-image-modal__media img {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .activities-step-image-modal__content {
    padding: 0 10px;
  }

  .activities-step-image-modal__content h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .activities-step-image-modal__content p:not(.activities-step-image-modal__eyebrow) {
    max-width: 300px;
    font-size: 13px;
    line-height: 18px;
  }

  .activities-listing-booking {
    order: -1;
  }

  .activities-listing-availability {
    display: block;
    padding-top: 24px;
    padding-bottom: 116px;
  }

  .activities-listing-availability h2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 27px;
    font-weight: var(--font-weight-semibold, 600);
  }

  .activities-listing-availability__row {
    position: relative;
    width: calc(100% + var(--activities-mobile-gutter));
    overflow: hidden;
  }

  .activities-listing-availability__row::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff 86%);
  }

  .activities-listing-availability__scroller {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 216px;
    gap: 12px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .activities-listing-availability__scroller::-webkit-scrollbar {
    display: none;
  }

  .activities-listing-availability .activities-slot-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
    align-items: start;
    min-height: 104px;
    border-color: var(--activities-line);
    border-radius: 16px;
    padding: 18px 20px;
    background: #ffffff;
    scroll-snap-align: start;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  }

  .activities-listing-availability .activities-slot-card.is-selected {
    border-color: var(--activities-line);
  }

  .activities-listing-availability .activities-slot-card strong {
    display: block;
    color: var(--activities-ink);
    font-size: 16px;
    line-height: 20px;
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-listing-availability .activities-slot-card > span {
    display: block;
    color: var(--activities-muted);
    font-size: 12px;
    line-height: 16px;
  }

  .activities-listing-availability .activities-slot-card em,
  .activities-listing-availability .activities-slot-card small {
    display: block;
    color: var(--activities-ink);
    font-size: 12px;
    line-height: 16px;
    font-weight: var(--font-weight-medium, 500);
    text-align: left;
  }

  .activities-listing-section--where {
    padding-top: 24px;
  }

  .activities-listing-map {
    min-height: 180px;
    width: 100%;
    border-radius: 22px;
  }

  .activities-listing-map__zoom,
  .activities-listing-map__marker {
    display: none;
  }

  .activities-listing-map__expand {
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
  }

  .activities-visual {
    min-height: 320px;
  }

  .activities-search-card {
    grid-template-columns: 1fr;
    border-radius: 22px;
    padding: 10px;
  }

  .activities-search-card label {
    border-right: 0;
    border-bottom: 1px solid var(--activities-line);
    padding: 12px;
  }

  .activities-search-card label:last-of-type {
    border-bottom: 0;
  }

  .activities-search-card button {
    width: 100%;
    border-radius: 14px;
    margin: 8px 0 0;
  }

  .activities-section__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .activities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .activities-search-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .activities-search-toolbar input,
  .activities-search-toolbar .activities-button {
    grid-column: 1 / -1;
  }

  .activities-filter-panel {
    position: static;
  }
}

@media (max-width: 430px) {
  .activities-hero h1,
  .activities-host h1 {
    font-size: 40px;
  }

  .activities-provider-hero {
    min-height: auto;
    padding: 18px 20px 56px;
  }

  .activities-provider-hero__grid,
  .activities-provider-value-grid,
  .provider-onboarding__category-grid {
    grid-template-columns: 1fr;
  }

  .activities-provider-hero__grid {
    margin-top: 46px;
    gap: 40px;
  }

  .activities-provider-hero__copy h1 {
    font-size: 44px;
  }

  .activities-provider-hero__copy p,
  .provider-onboarding__intro {
    font-size: 17px;
  }

  .activities-provider-device {
    min-height: 492px;
  }

  .activities-provider-device__phone {
    margin: 0 auto;
  }

  .activities-provider-device__panel {
    left: 10px;
    bottom: 22px;
  }

  .provider-onboarding {
    padding: 18px;
  }

  .provider-onboarding__shell {
    margin-top: 38px;
  }

  .provider-onboarding__form {
    padding: 26px 18px;
  }

  .provider-onboarding h1 {
    font-size: 34px;
  }

  .provider-onboarding__years,
  .provider-onboarding__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .activities-grid {
    grid-template-columns: 1fr;
  }

  .activities-search-toolbar {
    grid-template-columns: 1fr;
  }

  .activities-card__image {
    aspect-ratio: 1.18 / 1;
  }
}

@media (min-width: 744px) and (max-width: 1023px) {
  .activities-detail-shell {
    width: min(512px, calc(100% - 48px));
  }
}

@media (max-width: 640px) {
  .activities-share-modal__panel {
    width: calc(100vw - 32px);
  }

  .activities-share-modal__body {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .activities-share-modal__options {
    grid-template-columns: 1fr;
  }

  .activities-booking-modal,
  .activities-participant-modal,
  .activities-calendar-modal,
  .activities-participant-edit-modal {
    place-items: end center;
    padding: 0;
  }

  .activities-booking-modal.is-updating .activities-booking-modal__backdrop,
  .activities-participant-modal.is-updating .activities-participant-modal__backdrop,
  .activities-calendar-modal.is-updating .activities-calendar-modal__backdrop,
  .activities-participant-edit-modal.is-updating .activities-participant-edit-modal__backdrop,
  .activities-price-details-modal.is-updating .activities-price-details-modal__backdrop,
  .activities-booking-modal.is-updating .activities-booking-modal__surface,
  .activities-participant-modal.is-updating .activities-participant-modal__surface,
  .activities-calendar-modal.is-updating .activities-calendar-modal__surface,
  .activities-participant-edit-modal.is-updating .activities-participant-edit-modal__surface,
  .activities-price-details-modal.is-updating .activities-price-details-modal__panel {
    animation: none !important;
  }

  .activities-booking-modal__surface,
  .activities-participant-modal__surface,
  .activities-calendar-modal__surface,
  .activities-participant-edit-modal__surface {
    width: 100%;
    max-height: calc(100vh - 12px);
    border-radius: 28px 28px 0 0;
  }

  .activities-booking-modal__surface {
    height: calc(100vh - 12px);
  }

  .activities-calendar-modal__surface {
    padding-top: 56px;
  }

  .activities-booking-modal__header h2 {
    padding-top: 56px;
    padding-bottom: 30px;
    font-size: 26px;
    line-height: 32px;
  }

  .activities-booking-modal__close {
    top: 12px;
    right: 12px;
  }

  .activities-booking-modal__participant {
    top: 118px;
  }

  .activities-booking-month-row {
    top: 176px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .activities-booking-modal__surface h2,
  .activities-participant-modal__surface h2,
  .activities-calendar-modal__surface h2,
  .activities-participant-edit-modal__surface h2 {
    padding: 24px 24px 16px;
    font-size: 26px;
    line-height: 30px;
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-participant-modal__surface strong,
  .activities-participant-edit-modal__surface strong {
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-participant-modal__surface .activities-button,
  .activities-participant-edit-modal__surface .activities-button {
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-booking-modal__surface .activities-booking-modal__header h2 {
    padding: 56px 24px 30px;
    font-size: 26px;
    line-height: 32px;
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-booking-modal__participant {
    margin-right: 24px;
    margin-left: 24px;
  }

  .activities-booking-slots {
    padding-right: 24px;
    padding-left: 24px;
  }

  .activities-booking-modal__footer,
  .activities-participant-modal__footer,
  .activities-participant-row,
  .activities-guardian-check {
    padding-right: 24px;
    padding-left: 24px;
  }

  .activities-calendar-weekdays {
    padding: 0 24px 18px;
  }

  .activities-calendar-grid {
    padding-right: 24px;
    padding-left: 24px;
  }

  .activities-calendar-modal__footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .activities-checkout-page {
    padding-top: 84px;
  }

  .activities-checkout-shell {
    width: calc(100% - 32px);
  }

  .activities-checkout__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .activities-checkout-summary {
    position: static;
    order: -1;
  }
}

@keyframes activities-mobile-sheet-enter {
  from { transform: translate3d(0, 100%, 0); }
  to { transform: translate3d(0, 0, 0); }
}

@keyframes activities-mobile-sheet-exit {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, 100%, 0); }
}

@keyframes activities-mobile-scrim-enter {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes activities-mobile-scrim-exit {
  from { opacity: 1; }
  to { opacity: 0; }
}

@media (max-width: 640px) {
  .activities-booking-modal,
  .activities-participant-modal,
  .activities-calendar-modal,
  .activities-participant-edit-modal,
  .activities-guardian-checkout-modal,
  .activities-dates-modal,
  .activities-share-modal,
  .activities-host-modal,
  .activities-host-message-modal,
  .activities-price-details-modal,
  .activities-map-modal {
    display: grid;
    place-items: end center;
    padding: 0;
  }

  .activities-booking-modal__backdrop,
  .activities-participant-modal__backdrop,
  .activities-calendar-modal__backdrop,
  .activities-participant-edit-modal__backdrop,
  .activities-guardian-checkout-modal__backdrop,
  .activities-dates-modal__scrim,
  .activities-share-modal__scrim,
  .activities-host-modal__scrim,
  .activities-host-message-modal__scrim,
  .activities-price-details-modal__backdrop {
    animation: activities-mobile-scrim-enter 260ms ease both;
  }

  .activities-booking-modal.is-closing .activities-booking-modal__backdrop,
  .activities-participant-modal.is-closing .activities-participant-modal__backdrop,
  .activities-calendar-modal.is-closing .activities-calendar-modal__backdrop,
  .activities-participant-edit-modal.is-closing .activities-participant-edit-modal__backdrop,
  .activities-guardian-checkout-modal.is-closing .activities-guardian-checkout-modal__backdrop,
  .activities-dates-modal.is-closing .activities-dates-modal__scrim,
  .activities-share-modal.is-closing .activities-share-modal__scrim,
  .activities-host-modal.is-closing .activities-host-modal__scrim,
  .activities-host-message-modal.is-closing .activities-host-message-modal__scrim,
  .activities-price-details-modal.is-closing .activities-price-details-modal__backdrop {
    animation: activities-mobile-scrim-exit 220ms ease both;
  }

  .activities-booking-modal__surface,
  .activities-participant-modal__surface,
  .activities-calendar-modal__surface,
  .activities-participant-edit-modal__surface,
  .activities-guardian-checkout-modal__surface,
  .activities-dates-modal__panel,
  .activities-share-modal__panel,
  .activities-host-modal__panel,
  .activities-host-message-modal__panel,
  .activities-price-details-modal__panel,
  .activities-map-modal__surface {
    width: 100%;
    max-width: none;
    max-height: calc(100dvh - 12px);
    border-radius: 28px 28px 0 0;
    animation: activities-mobile-sheet-enter 280ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
    will-change: transform;
  }

  .activities-booking-modal__surface {
    height: calc(100dvh - 12px);
  }

  .activities-booking-modal.has-entered:not(.is-closing) .activities-booking-modal__backdrop,
  .activities-participant-modal.has-entered:not(.is-closing) .activities-participant-modal__backdrop,
  .activities-calendar-modal.has-entered:not(.is-closing) .activities-calendar-modal__backdrop,
  .activities-participant-edit-modal.has-entered:not(.is-closing) .activities-participant-edit-modal__backdrop,
  .activities-guardian-checkout-modal.has-entered:not(.is-closing) .activities-guardian-checkout-modal__backdrop,
  .activities-booking-modal.has-entered:not(.is-closing) .activities-booking-modal__surface,
  .activities-participant-modal.has-entered:not(.is-closing) .activities-participant-modal__surface,
  .activities-calendar-modal.has-entered:not(.is-closing) .activities-calendar-modal__surface,
  .activities-participant-edit-modal.has-entered:not(.is-closing) .activities-participant-edit-modal__surface,
  .activities-guardian-checkout-modal.has-entered:not(.is-closing) .activities-guardian-checkout-modal__surface {
    animation: none !important;
    will-change: auto;
  }

  .activities-booking-modal.is-closing .activities-booking-modal__surface,
  .activities-participant-modal.is-closing .activities-participant-modal__surface,
  .activities-calendar-modal.is-closing .activities-calendar-modal__surface,
  .activities-participant-edit-modal.is-closing .activities-participant-edit-modal__surface,
  .activities-guardian-checkout-modal.is-closing .activities-guardian-checkout-modal__surface,
  .activities-dates-modal.is-closing .activities-dates-modal__panel,
  .activities-share-modal.is-closing .activities-share-modal__panel,
  .activities-host-modal.is-closing .activities-host-modal__panel,
  .activities-host-message-modal.is-closing .activities-host-message-modal__panel,
  .activities-price-details-modal.is-closing .activities-price-details-modal__panel,
  .activities-map-modal.is-closing .activities-map-modal__surface {
    animation: activities-mobile-sheet-exit 240ms cubic-bezier(0.4, 0, 1, 1) both;
  }

  .activities-host-modal {
    align-items: end;
    padding: 0;
  }

  .activities-host-modal__panel {
    width: 100%;
    padding-right: 26px;
    padding-left: 26px;
  }

  .activities-host-message-modal {
    padding: 0;
  }

  .activities-host-message-modal__panel,
  .activities-share-modal__panel,
  .activities-dates-modal__panel {
    overflow-y: auto;
  }

  .activities-price-details-modal__backdrop {
    background: rgba(0, 0, 0, 0.42);
  }

  .activities-price-details-modal__panel {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    padding: 42px 24px calc(38px + env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .activities-price-details-modal__panel .activities-price-details__close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: auto;
    padding: 0;
    font-size: 28px;
    font-weight: var(--font-weight-light, 300);
    line-height: 1;
  }

  .activities-price-details-modal--booking .activities-price-details__header {
    margin-bottom: 18px;
  }

  .activities-price-details-modal--booking .activities-price-details__header h3 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.22px;
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-price-details__header h3 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.22px;
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-map-modal {
    background: rgba(0, 0, 0, 0.42);
  }

  .activities-map-modal__surface {
    position: relative;
    inset: auto;
    height: calc(100dvh - 24px);
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 -18px 46px rgba(0, 0, 0, 0.22);
  }

  .activities-map-modal__canvas {
    position: absolute;
    inset: 0;
  }

  .reviews-modal--activities.reviews-modal--reference {
    padding: 0 !important;
  }

  .reviews-modal--activities.reviews-modal--reference .modal-dialog {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    transform: translate3d(0, 100%, 0);
    transition: transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .reviews-modal--activities.reviews-modal--reference.show .modal-dialog {
    transform: translate3d(0, 0, 0);
  }

  .reviews-modal--activities.reviews-modal--reference .modal-content {
    max-height: calc(100dvh - 24px);
    border: 0;
    border-radius: 28px 28px 0 0;
    overflow: hidden;
  }
}

@media (max-width: 640px) and (prefers-reduced-motion: reduce) {
  .activities-booking-modal__backdrop,
  .activities-participant-modal__backdrop,
  .activities-calendar-modal__backdrop,
  .activities-participant-edit-modal__backdrop,
  .activities-dates-modal__scrim,
  .activities-share-modal__scrim,
  .activities-host-modal__scrim,
  .activities-host-message-modal__scrim,
  .activities-price-details-modal__backdrop,
  .activities-booking-modal__surface,
  .activities-participant-modal__surface,
  .activities-calendar-modal__surface,
  .activities-participant-edit-modal__surface,
  .activities-dates-modal__panel,
  .activities-share-modal__panel,
  .activities-host-modal__panel,
  .activities-host-message-modal__panel,
  .activities-price-details-modal__panel,
  .activities-map-modal__surface {
    animation: none !important;
  }

  .reviews-modal--activities.reviews-modal--reference .modal-dialog {
    transition: none !important;
  }
}

@media (max-width: 640px) {
  .reviews-modal--activities.reviews-modal--reference .modal-dialog.modal-dialog-centered,
  .reviews-modal--activities.reviews-modal--reference .modal-dialog.modal-dialog-scrollable {
    min-height: 0;
    height: auto;
    align-items: flex-end;
  }

  .reviews-modal--activities.reviews-modal--reference .modal-dialog {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    min-height: 0;
    max-height: calc(100dvh - 24px);
    margin: 0;
  }

  .reviews-modal--activities.reviews-modal--reference .modal-content {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: calc(100dvh - 24px);
  }

  .reviews-modal--activities.reviews-modal--reference .modal-body {
    min-height: 0;
    overflow-y: auto;
  }
}

@media (max-width: 640px) {
  .reviews-modal--activities.reviews-modal--reference.fade .modal-dialog {
    height: calc(100dvh - 24px) !important;
    max-height: calc(100dvh - 24px) !important;
    transform: translate3d(0, 100%, 0) !important;
  }

  .reviews-modal--activities.reviews-modal--reference.show .modal-dialog {
    transform: translate3d(0, 0, 0) !important;
  }

  .reviews-modal--activities.reviews-modal--reference .modal-content {
    height: 100% !important;
    max-height: 100% !important;
  }
}

@media (max-width: 640px) {
  .reviews-modal--activities.reviews-modal--reference .modal-dialog.modal-dialog-centered,
  .reviews-modal--activities.reviews-modal--reference .modal-dialog.modal-dialog-scrollable,
  .reviews-modal--activities.reviews-modal--reference.fade .modal-dialog {
    position: fixed !important;
    top: 24px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: calc(100dvh - 24px) !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 24px) !important;
    margin: 0 !important;
    align-items: stretch !important;
  }
}

/* Mobile detail finish pass: keep desktop stable while matching the approved 375px reference. */
@media (max-width: 640px) {
  body.activities-detail-shell-page #backToTop,
  body.activities-detail-shell-page .back-to-top,
  body.activities-detail-shell-page .k12-search-footer-back-to-top,
  body.activities-detail-shell-page [data-back-to-top-trigger] {
    display: none !important;
  }

  .activities-listing-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .activities-listing-layout {
    margin-top: 84px;
  }

  .activities-listing-section--flow {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .activities-listing-section--flow h2 {
    margin-bottom: 6px;
    font-weight: var(--font-weight-semibold, 600);
  }

  .activities-listing-section--flow p.activities-listing-flow__intro {
    max-width: none;
    color: #222222;
    font-size: 16px;
    line-height: 22px;
  }

  .activities-listing-steps {
    gap: 24px;
    margin-top: 32px;
  }

  .activities-listing-step {
    grid-template-columns: 80px minmax(0, 1fr);
    align-items: start;
    gap: 20px;
    min-height: 80px;
    position: relative;
  }

  .activities-listing-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 39.5px;
    top: 80px;
    width: 1px;
    height: calc(100% - 80px + 24px);
    background: #dddddd;
    z-index: 0;
    pointer-events: none;
  }

  .activities-listing-step__media,
  .activities-listing-step__media-shell {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
  }

  .activities-listing-step h3 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
    font-weight: var(--font-weight-normal, 400);
  }

  .activities-listing-step p {
    margin: 0;
    color: #5f5f5f;
    font-size: 14px;
    line-height: 18px;
  }

  .activities-listing-section p.activities-listing-language {
    font-size: 14px;
    line-height: 18px;
    margin: 22px 0 24px !important;
  }

  .activities-detail-reviews.school-reviews-inline {
    padding-top: 24px;
  }

  .activities-detail-reviews.school-reviews-inline .reference-reviews__inner {
    padding-bottom: 24px;
  }

  .activities-detail-reviews.school-reviews-inline .reference-reviews__inner::after {
    bottom: 104px;
  }

  .activities-detail-reviews.school-reviews-inline .reference-reviews__grid {
    grid-auto-columns: 274px;
    gap: 24px;
    margin-top: 24px;
  }

  .activities-detail-reviews.school-reviews-inline .reference-review {
    display: flex;
    flex-direction: column;
    min-height: 210px;
    padding-right: 24px;
    border-right: 1px solid var(--activities-line);
    border-bottom: 0;
  }

  .activities-detail-reviews.school-reviews-inline .reference-review:last-child {
    border-right: 0;
  }

  .activities-detail-reviews.school-reviews-inline .reference-review__meta {
    order: 1;
    margin-top: 0;
    gap: 6px;
    color: var(--activities-muted);
    font-size: 12px;
    line-height: 16px;
  }

  .activities-detail-reviews.school-reviews-inline .reference-review__text {
    order: 2;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .activities-detail-reviews.school-reviews-inline .reference-review__toggle {
    order: 3;
    align-self: flex-start;
    width: auto;
    text-align: left;
    line-height: 20px;
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-detail-reviews.school-reviews-inline .reference-review__name {
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-detail-reviews.school-reviews-inline .reference-review__header {
    order: 4;
    margin-top: auto;
    padding-top: 22px;
  }

  .activities-detail-reviews.school-reviews-inline .reference-review__avatar {
    width: 42px;
    height: 42px;
  }

  .activities-detail-reviews.school-reviews-inline .reference-reviews__show-all-btn {
    height: 40px;
    min-height: 40px;
    padding: 11px 20px;
    border: 0;
    border-radius: 12px;
    line-height: 18px;
  }

  .activities-listing-availability {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .activities-listing-availability h2 {
    margin-bottom: 24px;
    line-height: 26px;
  }

  .activities-listing-availability__scroller {
    grid-auto-columns: 224px;
    gap: 12px;
    padding-bottom: 4px;
  }

  .activities-listing-availability .activities-slot-card {
    min-height: 104px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 17px 20px 16px;
    background: #ffffff;
    box-shadow:
      0 2px 4px rgba(0, 0, 0, 0.03),
      0 6px 18px rgba(0, 0, 0, 0.08);
  }

  .activities-listing-availability .activities-slot-card.is-selected {
    box-shadow:
      0 0 0 1px rgba(0, 0, 0, 0.02),
      0 8px 24px 0 rgba(0, 0, 0, 0.1),
      0 0 0 2px var(--activities-ink);
  }

  .activities-listing-availability .activities-slot-card strong {
    color: var(--activities-ink);
    font-size: 16px;
    line-height: 20px;
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-listing-availability .activities-slot-card > span {
    margin-top: 0;
    color: #6c6c6c;
    font-size: 16px;
    line-height: 20px;
  }

  .activities-listing-availability .activities-slot-card small {
    margin-top: 12px;
    color: var(--activities-ink);
    font-size: 12px;
    line-height: 16px;
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-listing-availability .activities-slot-card.activities-slot-card--compact {
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: start;
    align-content: start;
    gap: 0;
    text-align: left;
  }

  .activities-listing-availability .activities-slot-card.activities-slot-card--compact > strong,
  .activities-listing-availability .activities-slot-card.activities-slot-card--compact > span,
  .activities-listing-availability .activities-slot-card.activities-slot-card--compact > small {
    grid-column: 1 !important;
    grid-row: auto !important;
    text-align: left !important;
  }

  .activities-listing-availability .activities-slot-card.activities-slot-card--compact > span {
    margin-top: 0;
  }

  .activities-listing-availability .activities-slot-card.activities-slot-card--compact > small {
    margin-top: 12px;
  }

  .activities-listing-availability .activities-slot-card.is-sold-out strong,
  .activities-listing-availability .activities-slot-card.is-sold-out > span {
    color: #8f8f8f;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
  }

  .activities-listing-availability .activities-slot-card.is-sold-out small {
    display: none;
  }

  .activities-listing-section--where {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .activities-listing-section--where h2 {
    margin-bottom: 24px;
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-listing-location-title {
    color: var(--activities-ink);
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-listing-location-address {
    margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
  }

  .activities-listing-map {
    min-height: 350px;
    margin-top: 24px;
    border: 0;
    border-radius: 24px;
  }

  .activities-listing-map__marker {
    display: grid;
  }

  .activities-listing-map__zoom {
    display: none;
  }

  .activities-listing-map__link {
    display: none;
  }

  .activities-detail-related {
    padding-top: 24px;
  }

  .activities-detail-related__head {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .activities-detail-related__controls {
    display: none;
  }

  .activities-detail-related__head a {
    width: 100%;
    justify-content: space-between;
  }

  .activities-detail-related__forward {
    margin-left: auto;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
  }

  .activities-host-modal__panel {
    padding-top: 24px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .activities-host-modal h2 {
    margin-bottom: 24px;
  }

  .activities-host-modal__panel > p {
    margin-top: 36px;
  }

  .activities-host-modal__message {
    margin-top: 44px;
  }

  .activities-host-modal small {
    margin-bottom: 24px;
  }

  .activities-listing-host__layout {
    gap: 0;
  }

  .activities-listing-host {
    padding-bottom: 23px;
  }

  .activities-listing-host > h2 {
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-listing-host__bio {
    margin-top: 24px;
    padding-top: 0;
  }

  .activities-listing-message--host {
    margin-top: 44px;
    background: #f2f2f2;
    color: #222222;
    border-color: transparent;
    font-weight: var(--font-weight-medium, 500);
    line-height: 18px;
    min-height: 40px;
    padding: 11px 20px;
  }

  .activities-listing-host__protect {
    max-width: 100% !important;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
  }

  .activities-listing-lower {
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
  }

  .activities-page--detail {
    background: #ffffff;
    padding-bottom: 0;
  }

  .activities-detail-shell {
    padding-bottom: 0;
  }

  .activities-listing-section h2#activities-things {
    margin-top: 24px;
  }

  .activities-listing-section h2,
  .activities-listing-trust h2 {
    font-weight: var(--font-weight-medium, 500);
  }

  .activities-listing-lower + .activities-listing-trust,
  .activities-listing-trust {
    margin-top: -40px;
    padding-top: 126px;
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
  }

  .activities-listing-trust {
    position: relative;
    overflow: visible;
    border-radius: 0;
    background: var(--activities-trust-bg);
  }

  .activities-listing-trust__seal {
    margin-bottom: 24px;
  }

  .activities-listing-trust::after {
    content: none;
  }

  .activities-page--detail::after {
    content: none;
  }

  .activities-listing-trust h2 {
    max-width: 300px;
    font-size: 22px;
    line-height: 26px;
    font-weight: var(--font-weight-medium, 500);
    letter-spacing: -0.01em;
  }

  .activities-listing-trust p {
    max-width: none;
    font-size: 14px;
    line-height: 20px;
  }

  .activities-listing-report {
    margin-top: 44px;
    margin-bottom: 0;
    padding-top: 40px;
    font-size: 12px;
    line-height: 16px;
    color: var(--activities-report-muted);
  }

  .activities-listing-report button {
    color: var(--activities-report-muted);
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 640px) {
  .activities-step-image-modal {
    align-items: end;
    justify-items: center;
    padding: 0;
  }

  .activities-step-image-modal__dialog {
    grid-template-columns: 1fr;
    align-items: start;
    width: 100%;
    min-height: 0;
    height: calc(100dvh - 20px) !important;
    max-height: calc(100dvh - 20px);
  }

  .activities-step-image-modal__panel {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow-y: auto;
    border-radius: 24px 24px 0 0;
    padding: 0;
  }

  .activities-step-image-modal__rail {
    display: none;
  }

  .activities-step-image-modal__close {
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 40px;
    height: 40px;
    background: rgba(240, 240, 240, 0.5);
    color: #000000;
    border: 0;
    border-radius: 50%;
    font-size: 26px;
    line-height: 1;
    display: inline-grid;
    place-items: center;
    box-shadow: none;
  }

  .activities-step-image-modal__media,
  .activities-step-image-modal__media img {
    width: 100%;
    border-radius: 24px 24px 0 0;
    min-height: 0;
    max-height: none;
    height: 100%;
    aspect-ratio: auto;
  }

  .activities-step-image-modal__media {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    overflow: hidden;
  }

  .activities-step-image-modal__content {
    gap: 24px;
    padding: 32px 16px 0;
    min-height: 300px;
    text-align: left;
    justify-items: start;
    align-content: start;
  }

  .activities-step-image-modal__content h2 {
    margin: 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: var(--font-weight-medium, 500);
    letter-spacing: 0;
  }

  .activities-step-image-modal__content p:not(.activities-step-image-modal__eyebrow) {
    max-width: none;
    width: 100%;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    color: #6b7280;
  }
}
