/*
 * Shared BookingKit content UI
 *
 * Loaded only by booking-home and booking-livenza-home. The ID-scoped
 * selectors keep the editorial typography of the main site out of the
 * asynchronously injected booking interface.
 */

html body.frc-checkout-page.frc-booking-page .frc-checkout-content {
  overflow: visible !important;
  text-align: left !important;
}

html body.frc-checkout-page.frc-booking-page .frc-checkout-content > .container {
  padding-right: clamp(10px, 2vw, 30px) !important;
  padding-left: clamp(10px, 2vw, 30px) !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer * {
  box-sizing: border-box;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer {
  --frc-booking-navy: #082f49;
  --frc-booking-blue: #075985;
  --frc-booking-blue-hover: #0b3a5b;
  --frc-booking-link: #0369a1;
  --frc-booking-text: #334155;
  --frc-booking-muted: #475569;
  --frc-booking-border: #cbd5e1;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: clamp(10px, 1.6vw, 22px) !important;
  border: 1px solid rgba(8, 47, 73, .13) !important;
  border-radius: clamp(18px, 2vw, 28px) !important;
  background: #ffffff !important;
  box-shadow: 0 18px 44px rgba(8, 47, 73, .10) !important;
  color: var(--frc-booking-text) !important;
  font-family: "Outfit", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  text-align: left !important;
  overflow: visible !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer_inner,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-content {
  width: 100% !important;
  max-width: 1240px !important;
  min-width: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--frc-booking-text) !important;
  font-family: "Outfit", Arial, sans-serif !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer p,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer li,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer a,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer button,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer input,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer select,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer textarea,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer label {
  font-family: "Outfit", Arial, sans-serif !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer h1,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer h2,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer h3,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer h4,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer h5,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer h6 {
  max-width: 100% !important;
  margin: 0 !important;
  color: var(--frc-booking-blue-hover) !important;
  font-family: "Outfit", Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  overflow-wrap: anywhere !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer h1 {
  font-size: clamp(30px, 3vw, 40px) !important;
  line-height: 1.12 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer h2 {
  font-size: clamp(23px, 2vw, 31px) !important;
  line-height: 1.2 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer h3 {
  font-size: clamp(19px, 1.35vw, 23px) !important;
  line-height: 1.3 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer h4 {
  font-size: clamp(15px, 1vw, 17px) !important;
  line-height: 1.4 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer h5,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer h6 {
  font-size: 15px !important;
  line-height: 1.45 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .headColor {
  color: #0f172a !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .textColor,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .textColorOriginal {
  color: var(--frc-booking-muted) !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .alphaColor,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-read-more-link {
  color: var(--frc-booking-link) !important;
  -webkit-text-fill-color: var(--frc-booking-link) !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-desc-big,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-desc-small,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-desc-big li,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-desc-small li,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-list,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-list li,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-description,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-advantages-text {
  color: var(--frc-booking-text) !important;
  font-size: clamp(15px, .92vw, 16px) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}

/* Event list: clean cards and readable information columns. */
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-item {
  min-width: 0 !important;
  margin: 0 0 22px !important;
  padding: clamp(12px, 1.3vw, 18px) !important;
  gap: 14px clamp(14px, 1.4vw, 22px) !important;
  border: 1px solid var(--frc-booking-border) !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 28px rgba(8, 47, 73, .08) !important;
  overflow: hidden !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-images {
  min-width: 0 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-images:focus-within {
  outline: 3px solid #0369a1 !important;
  outline-offset: -3px !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-images img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-informations,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-informations > a,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-informations > a > * {
  min-width: 0 !important;
  max-width: 100% !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-informations > a {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  gap: 8px !important;
  color: inherit !important;
  text-align: left !important;
  text-decoration: none !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-informations > a > * {
  width: 100% !important;
  margin: 0 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-informations h2 {
  margin-bottom: 2px !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-informations .bk_list_location,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-informations .event-duration {
  color: var(--frc-booking-muted) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-read-more-container {
  margin-top: 12px !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-read-more-link {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 4px 0 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-price,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-buttons {
  min-width: 0 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .event-prices {
  color: var(--frc-booking-blue-hover) !important;
  font-family: "Outfit", Arial, sans-serif !important;
  font-size: clamp(24px, 2vw, 30px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

/* Detail side panels, price rows and booking advantages. */
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-grid,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-left-column,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-right-column {
  min-width: 0 !important;
  max-width: 100% !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-info-item {
  min-width: 0 !important;
  margin-bottom: 18px !important;
  padding: clamp(16px, 1.6vw, 22px) !important;
  border: 1px solid #dbeafe !important;
  border-radius: 16px !important;
  background: #f8fafc !important;
  color: var(--frc-booking-text) !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-info-item > h3 {
  margin-bottom: 16px !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-price-step {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 40px !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-price-step .priceLabel,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-price-step .priceValue {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Outfit", Arial, sans-serif !important;
  line-height: 1.4 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-price-step .priceLabel {
  color: var(--frc-booking-text) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-price-step .priceValue {
  color: var(--frc-booking-blue) !important;
  -webkit-text-fill-color: var(--frc-booking-blue) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .related_event_title {
  margin: 18px 0 8px !important;
  padding-top: 14px !important;
  border-top: 1px solid var(--frc-booking-border) !important;
  color: var(--frc-booking-navy) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-transform: none !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-advantages-step {
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 11px !important;
  width: 100% !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-advantages-icon,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-advantages-text {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-advantages-text h4 {
  margin: 0 0 2px !important;
  color: var(--frc-booking-navy) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

/* Text fields remain readable and do not trigger mobile browser zoom. */
html body.frc-checkout-page.frc-booking-page #bookingKitContainer input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
html body.frc-checkout-page.frc-booking-page #bookingKitContainer select,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer textarea {
  min-height: 48px !important;
  padding: 10px 12px !important;
  border: 1px solid #94a3b8 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #0f172a !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer label {
  color: var(--frc-booking-text) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

/* Accessible BookingKit CTA palette. */
html body.frc-checkout-page.frc-booking-page #bookingKitContainer a.bk-date-btn.alphaBg,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer a.bk-date-btn.alphaBg:visited,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer a.bk-detail-go-checkout.alphaBg,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer a.bk-detail-go-checkout.alphaBg:visited,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-offer-btn.alphaBg,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-calendar-picker-boosted.alphaBg {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 11px 18px !important;
  border: 1px solid var(--frc-booking-blue) !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #075985 0%, #0b3a5b 100%) !important;
  background-color: var(--frc-booking-blue) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: "Outfit", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  text-shadow: none !important;
  opacity: 1 !important;
  box-shadow: 0 9px 20px rgba(8, 47, 73, .20) !important;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer a.bk-date-btn.alphaBg:hover,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer a.bk-detail-go-checkout.alphaBg:hover,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-offer-btn.alphaBg:hover,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-calendar-picker-boosted.alphaBg:hover {
  border-color: var(--frc-booking-navy) !important;
  background: var(--frc-booking-navy) !important;
  background-color: var(--frc-booking-navy) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transform: translateY(-1px) !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-choose-date-btn,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-choose-date-title {
  color: var(--frc-booking-blue-hover) !important;
  -webkit-text-fill-color: var(--frc-booking-blue-hover) !important;
  font-family: "Outfit", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-btn.bk-blue,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-btn.bk-green,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-btn.bk-red {
  min-height: 44px !important;
  border-color: var(--frc-booking-blue) !important;
  background: var(--frc-booking-blue) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-voucher-btn.bk-offer-btn {
  min-height: 48px !important;
  border: 1px solid #bae6fd !important;
  border-radius: 12px !important;
  background: #e0f2fe !important;
  color: var(--frc-booking-blue-hover) !important;
  -webkit-text-fill-color: var(--frc-booking-blue-hover) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-sold-out a.bk-date-btn.alphaBg,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer a.bk-date-btn.alphaBg[aria-disabled="true"],
html body.frc-checkout-page.frc-booking-page #bookingKitContainer a.bk-detail-go-checkout.alphaBg[aria-disabled="true"],
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-offer-btn.alphaBg.bk-sold-out,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-offer-btn.alphaBg[aria-disabled="true"],
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-calendar-picker-boosted.alphaBg[aria-disabled="true"],
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-btn.bk-disabled,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-voucher-btn.bk-disabled,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer [aria-disabled="true"] {
  border-color: #cbd5e1 !important;
  background: #e2e8f0 !important;
  color: var(--frc-booking-muted) !important;
  -webkit-text-fill-color: var(--frc-booking-muted) !important;
  opacity: 1 !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: not-allowed !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer a:focus-visible,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer button:focus-visible,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer [tabindex]:focus-visible,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer input:focus-visible,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer select:focus-visible,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer textarea:focus-visible {
  outline: 3px solid #0369a1 !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 2px #ffffff !important;
}

html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-footer,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-footer a,
html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-checkout-footer-legal {
  color: var(--frc-booking-muted) !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

@media (min-width: 1200px) {
  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-informations > a {
    display: grid !important;
    grid-template-columns: minmax(175px, .78fr) minmax(250px, 1.22fr) !important;
    grid-template-areas:
      "title description"
      "location description"
      "duration description" !important;
    align-items: start !important;
    gap: 8px 20px !important;
  }

  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-informations > a > h2 {
    grid-area: title !important;
  }

  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-informations > a > .bk_list_location {
    grid-area: location !important;
  }

  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-informations > a > .event-duration {
    grid-area: duration !important;
  }

  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-informations > a > .bk-events-desc-big,
  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-informations > a > .bk-events-desc-small {
    grid-area: description !important;
  }
}

@media (max-width: 991.98px) {
  html body.frc-checkout-page.frc-booking-page .frc-checkout-content {
    padding-top: clamp(132px, 18vw, 160px) !important;
  }

  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-buttons {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
  }

  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-buttons > * {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 575.98px) {
  html body.frc-checkout-page.frc-booking-page .frc-checkout-content > .container {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  html body.frc-checkout-page.frc-booking-page #bookingKitContainer {
    padding: 9px !important;
    border-radius: 17px !important;
  }

  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-item {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }

  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-item > .bk-events-images,
  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-item > .bk-events-informations,
  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-item > .bk-events-price,
  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-item > .bk-events-buttons,
  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-item > .bk-events-buttons-by-date,
  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-item > .bk-dotted-barrier,
  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-item > .bk-events-period-and-price {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-images {
    min-height: 180px !important;
    aspect-ratio: 16 / 10 !important;
  }

  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-images > a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
  }

  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-events-price {
    padding: 8px 0 !important;
    text-align: center !important;
  }

  html body.frc-checkout-page.frc-booking-page #bookingKitContainer a.bk-date-btn.alphaBg,
  html body.frc-checkout-page.frc-booking-page #bookingKitContainer a.bk-detail-go-checkout.alphaBg,
  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-offer-btn.alphaBg,
  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-voucher-btn.bk-offer-btn {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-info-item {
    padding: 14px !important;
    border-radius: 14px !important;
  }

  html body.frc-checkout-page.frc-booking-page #bookingKitContainer .bk-detail-price-step {
    gap: 8px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body.frc-checkout-page.frc-booking-page #bookingKitContainer *,
  html body.frc-checkout-page.frc-booking-page #bookingKitContainer *::before,
  html body.frc-checkout-page.frc-booking-page #bookingKitContainer *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/*
 * BookingKit checkout pages intentionally omit the site navigation. This gives
 * the embedded booking experience the complete viewport and removes the fixed
 * header spacer without affecting booking landing pages or the rest of the site.
 */
html body.frc-checkout-page.frc-booking-page.frc-full-navigation .page > .page-header {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.frc-checkout-page.frc-booking-page.frc-full-navigation .page {
  padding-top: 0 !important;
}

html body.frc-checkout-page.frc-booking-page.frc-full-navigation .page > .page-header.frc-nav-ready + .frc-checkout-content,
html body.frc-checkout-page.frc-booking-page.frc-full-navigation .page > .frc-checkout-content {
  margin-top: 0 !important;
  padding-top: clamp(20px, 3vw, 40px) !important;
}

/*
 * BookingKit can place its mobile date CTA above the event description. Keep
 * the boat title comfortably below that control without changing tablet or
 * desktop layouts.
 */
@media (max-width: 767.98px) {
  html body.frc-checkout-page.frc-booking-page
    #bookingKitContainer .bk-detail-description .bk-detail-column-left {
    box-sizing: border-box !important;
    padding-top: clamp(32px, 6vw, 44px) !important;
  }
}
