.jollyeast-flow-progress {
  background: #fff;
  border-bottom: 1px solid #ececec;
}

.jollyeast-accommodation__header {
  align-items: flex-start;
  justify-content: space-between;
}

.jollyeast-room-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jollyeast-room-option {
  grid-template-columns: 190px minmax(0, 1fr);
  align-content: start;
  padding: 16px;
  overflow: hidden;
}

.jollyeast-room-option > img {
  width: 100%;
  height: 144px;
  border-radius: 0;
}

.jollyeast-room-option__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 2px 2px 0 18px;
}

.jollyeast-room-option__copy > strong { font-size: 18px; }
.jollyeast-room-option__copy > p { margin: 8px 0; color: #6f6f6f; font-size: 13px; line-height: 1.5; }
.jollyeast-room-option__facts { color: #6f6f6f; font-size: 12px; line-height: 1.45; }

.jollyeast-room-option__select {
  display: block;
  grid-column: 1;
  margin: 14px 0 0;
  cursor: pointer;
}

.jollyeast-room-option__select input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.jollyeast-room-option__select span,
.jollyeast-room-option__details,
.jollyeast-flow-dialog__confirm {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  border-radius: 3px;
  background: #ff6249;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.jollyeast-room-option.is-selected .jollyeast-room-option__select span { background: #23962f; }

.jollyeast-room-option.is-selected .jollyeast-room-option__select span::before {
  width: 10px;
  height: 5px;
  margin-right: 8px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  content: "";
  transform: rotate(-45deg) translateY(-1px);
}

.jollyeast-room-option__details {
  grid-column: 2;
  grid-row: 2;
  min-height: 42px;
  background: transparent;
  color: #303030;
  text-decoration: underline;
}

.jollyeast-room-option--none {
  grid-column: 1 / -1;
  padding: 14px;
}

.jollyeast-rooms-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background: #fff;
  color: #222;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.jollyeast-room-option:not(.is-selected) .jollyeast-rooms-trigger {
  display: none;
}

.jollyeast-rooms-trigger span { color: #707070; font-size: 13px; }
.jollyeast-extra-nights { margin-top: 28px; }
.jollyeast-extra-nights header h4 { margin: 0 0 4px; font-size: 18px; }
.jollyeast-extra-nights header p { margin: 0; color: #777; font-size: 13px; line-height: 1.45; }
.jollyeast-extra-nights header p a,
.jollyeast-extra-nights__notes a { color: inherit; text-decoration: underline; }
.jollyeast-extra-nights__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 14px; }
.jollyeast-night-card { display: flex; flex-direction: column; min-height: 300px; padding: 20px 16px 14px; border: 1px solid #e6e6e6; background: #f7f7f7; }
.jollyeast-night-card > strong { text-align: center; font-size: 16px; }
.jollyeast-night-card__date,
.jollyeast-night-card__help { color: #777; font-size: 13px; line-height: 1.45; }
.jollyeast-night-card__date { min-height: 56px; margin: 14px 0 6px; }
.jollyeast-night-card .jollyeast-number-stepper { justify-content: center; margin: 10px 0 16px; border: 0; background: transparent; }
.jollyeast-night-card__help { min-height: 58px; margin: 0 0 16px; }
.jollyeast-night-card footer { display: flex; align-items: center; gap: 8px; margin-top: auto; }
.jollyeast-night-card footer > strong { font-size: 18px; }
.jollyeast-night-card footer > span { color: #777; font-size: 12px; }
.jollyeast-night-card footer button { margin-left: auto; min-width: 100px; min-height: 40px; border: 0; background: #ff6249; color: #fff; cursor: pointer; }
.jollyeast-night-card.is-added footer button { background: #999; }
.jollyeast-extra-nights__notes { margin-top: 22px; color: #777; font-size: 13px; line-height: 1.45; }
.jollyeast-extra-nights__notes p { margin: 0 0 16px; }
.jollyeast-night-card { display: flex; flex-direction: column; gap: 0; min-height: 300px; padding: 20px; background: #f5f5f5; text-align: center; }
.jollyeast-night-card small { color: #6b6b6b; }
.jollyeast-number-stepper { display: grid; grid-template-columns: 36px 48px 36px; align-items: center; justify-content: center; }
.jollyeast-number-stepper button { width: 30px; height: 30px; border: 0; border-radius: 50%; background: #ff6249; color: #fff; cursor: pointer; font-size: 20px; line-height: 1; }
.jollyeast-number-stepper input { width: 48px; border: 0; background: transparent; color: #222; font: inherit; font-size: 20px; font-weight: 700; text-align: center; }
.jollyeast-flow-dialog { width: min(900px, calc(100vw - 48px)); max-height: calc(100vh - 48px); padding: 0; border: 0; background: transparent; }
.jollyeast-flow-dialog::backdrop { background: rgba(20, 20, 20, .48); }
.jollyeast-flow-dialog__surface { overflow: auto; box-sizing: border-box; max-height: calc(100vh - 48px); padding: 28px 32px 32px; border-radius: 4px; background: #fff; }
.jollyeast-flow-dialog__surface > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.jollyeast-flow-dialog__surface > header h2 { margin: 0; font-size: 28px; }
.jollyeast-flow-dialog__surface > header p { margin: 5px 0 0; color: #777; }
.jollyeast-flow-dialog__surface > header button { border: 0; background: transparent; color: #222; cursor: pointer; font-size: 34px; line-height: .8; }
.jollyeast-accommodation-dialog nav { display: flex; gap: 28px; margin: 24px 0 20px; border-bottom: 1px solid #e2e2e2; }
.jollyeast-accommodation-dialog nav button { padding: 0 0 10px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #222; cursor: pointer; font: inherit; font-weight: 700; }
.jollyeast-accommodation-dialog nav button.is-active { border-color: #ff6249; color: #ff6249; }
.jollyeast-accommodation-dialog [data-jollyeast-room-panel] { display: none; }
.jollyeast-accommodation-dialog [data-jollyeast-room-panel].is-active { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 1.15fr); align-items: stretch; gap: 28px; }
.jollyeast-accommodation-dialog [data-jollyeast-room-panel] p { color: #696969; line-height: 1.65; }
.jollyeast-accommodation-dialog [data-jollyeast-room-panel] img { width: 100%; height: 360px; border-radius: 0; object-fit: cover; }
.jollyeast-room-count { display: grid; gap: 8px; margin: 24px 0; color: #555; }
.jollyeast-room-count select { min-height: 52px; padding: 0 14px; border: 1px solid #ddd; background: #fff; font: inherit; }
.jollyeast-room-allocation-list { display: grid; gap: 12px; }
.jollyeast-room-allocation { padding: 16px; border: 1px solid #e1e1e1; background: #fff; }
.jollyeast-room-allocation h3 { margin: 0 0 10px; font-size: 14px; }
.jollyeast-room-allocation__row { display: flex; align-items: center; justify-content: space-between; min-height: 48px; border-top: 1px solid #eee; }
.jollyeast-room-allocation-error { min-height: 20px; color: #b42318; font-size: 13px; }
.jollyeast-flow-dialog__confirm { margin-top: 18px; }

@media (max-width: 640px) {
  .jollyeast-room-options,
  .jollyeast-extra-nights__grid { grid-template-columns: 1fr; }

  .jollyeast-room-option { grid-template-columns: 1fr; padding: 0; }
  .jollyeast-room-option > img { grid-column: 1; height: 190px; }
  .jollyeast-room-option__copy { padding: 14px 14px 0; text-align: center; }
  .jollyeast-room-option__select { grid-column: 1; margin: 14px 14px 0; }
  .jollyeast-room-option__details { grid-column: 1; grid-row: auto; }
  .jollyeast-room-option__price { grid-column: 1; justify-items: start; }

  .jollyeast-flow-dialog {
    width: 100vw;
    max-width: none;
    max-height: 100vh;
    margin: 0;
  }

  .jollyeast-flow-dialog__surface {
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    padding: 26px 20px calc(26px + env(safe-area-inset-bottom));
    border-radius: 0;
  }

  .jollyeast-accommodation-dialog [data-jollyeast-room-panel].is-active {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .jollyeast-accommodation-dialog [data-jollyeast-room-panel] img {
    height: auto;
    max-height: 320px;
    order: -1;
  }
}

/* Keep JE-FB-052 checkout rules authoritative over legacy compatibility blocks. */
.jollyeast-flow-progress .payment-progress__container,
.jollyeast-flow-notices,
.jollyeast-flow-content .payment-content__container {
  box-sizing: border-box;
  width: min(1200px, calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.jollyeast-flow-progress .payment-progress__container { padding-block: 28px 24px; }
.jollyeast-flow-content .payment-content__container { padding-block: 34px 86px; }
.jollyeast-flow-content .payment-layout { grid-template-columns: minmax(0, 780px) minmax(320px, 390px); gap: 30px; }
.jollyeast-accommodation .jollyeast-accommodation__header { display: block; margin-bottom: 16px; }
.jollyeast-accommodation .jollyeast-room-options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; max-width: 620px; }
.jollyeast-accommodation .jollyeast-room-option { display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 0 0 16px; }
.jollyeast-accommodation .jollyeast-room-option > img { width: 100%; height: 205px; border-radius: 0; object-fit: cover; }
.jollyeast-accommodation .jollyeast-room-option__copy { padding: 14px 14px 16px; text-align: center; }

@media (max-width: 800px) {
  .jollyeast-flow-progress .payment-progress__container,
  .jollyeast-flow-notices,
  .jollyeast-flow-content .payment-content__container { width: 100%; }
  .jollyeast-flow-progress .payment-progress__container { padding: 18px 12px 16px; }
  .jollyeast-flow-content .payment-content__container { padding: 12px 8px 22px; }
  .jollyeast-flow-content .payment-layout { display: flex; flex-direction: column; gap: 0; }
  .jollyeast-accommodation .jollyeast-room-options,
  .jollyeast-extra-nights__grid,
  .jollyeast-private-vehicles__grid { grid-template-columns: 1fr; max-width: none; gap: 14px; }
  .jollyeast-accommodation .jollyeast-room-option { display: flex; padding: 0 0 12px; }
  .jollyeast-accommodation .jollyeast-room-option > img,
  .jollyeast-private-vehicle > img { height: 218px; }
  .jollyeast-accommodation .jollyeast-room-option__copy { padding: 14px 14px 16px; }
}

/* JE-FB-052 Payment: one Figma card, Woo-owned gateway rows and one real
   place-order action. Provider fields stay inside WooCommerce's live markup. */
.jollyeast-checkout-payment-step .payment-layout {
  grid-template-columns: minmax(0, 780px) minmax(320px, 400px);
  gap: 20px;
}

.jollyeast-checkout-main .payment-panel--checkout {
  padding: 30px 30px 32px;
}

.jollyeast-checkout-main .payment-section {
  padding-top: 0;
}

.jollyeast-checkout-main .payment-section--gateway {
  margin-top: 30px;
  padding-top: 0;
  border-top: 0;
}

.jollyeast-checkout-main .payment-section__title {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.35;
}

.jollyeast-checkout-main .payment-section__title--small {
  margin-bottom: 10px;
}

.jollyeast-checkout-main .woocommerce-billing-fields__field-wrapper {
  column-gap: 36px;
  row-gap: 18px;
}

.jollyeast-checkout-main .woocommerce-billing-fields__field-wrapper > input[type="hidden"],
.jollyeast-checkout-main .jollyeast-checkout-contact-field--hidden {
  display: none !important;
}

.jollyeast-checkout-main .wc_payment_methods,
.jollyeast-checkout-main .woocommerce-checkout-payment ul.payment_methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px 28px;
  margin: 0;
  padding: 0 0 18px;
  border-bottom: 1px solid #ececec;
}

.jollyeast-checkout-main .wc_payment_method {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 0 10px;
  min-width: 0;
}

.jollyeast-checkout-main .wc_payment_method > input.input-radio {
  grid-column: 1;
  grid-row: 1;
  margin-top: 7px;
}

.jollyeast-checkout-main .wc_payment_method > label {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin: 0;
  white-space: normal;
}

.jollyeast-checkout-main .wc_payment_method + .wc_payment_method {
  margin-left: 0;
}

.jollyeast-checkout-main .payment_box {
  box-sizing: border-box;
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid #ececec;
}

.jollyeast-checkout-main .place-order {
  margin-top: 22px;
}

.jollyeast-checkout-main #place_order {
  width: min(100%, 360px);
  min-height: 48px;
  margin-left: auto;
  border-radius: 0;
}

.jollyeast-checkout-main .jollyeast-checkout-backbar {
  justify-content: center;
  gap: 28px;
  margin: 28px 0 0;
}

.jollyeast-checkout-main .jollyeast-checkout-backbar .payment-actions-bar__back {
  display: inline-flex;
  width: auto;
}

.jollyeast-checkout-payment-step .payment-sidebar .payment-summary__next {
  min-height: 50px;
}

@media (max-width: 800px) {
  .jollyeast-checkout-payment-step .payment-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .jollyeast-checkout-main .payment-panel--checkout {
    padding: 28px 20px 30px;
  }

  .jollyeast-checkout-main .payment-section--gateway {
    margin-top: 28px;
  }

  .jollyeast-checkout-main .payment-section__title {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .jollyeast-checkout-main .woocommerce-billing-fields__field-wrapper {
    row-gap: 0;
  }

  .jollyeast-checkout-main .wc_payment_methods,
  .jollyeast-checkout-main .woocommerce-checkout-payment ul.payment_methods {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .jollyeast-checkout-main .wc_payment_method > label {
    margin-right: 0;
    font-size: 14px;
  }

  .jollyeast-checkout-main .place-order {
    margin-top: 18px;
  }

  .jollyeast-checkout-main #place_order {
    width: 132px;
    min-width: 132px;
    min-height: 44px;
    margin: 0;
  }

  .jollyeast-checkout-main .jollyeast-checkout-backbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    margin: 20px 0 0;
  }

  .jollyeast-checkout-main .jollyeast-checkout-backbar .payment-actions-bar__back {
    width: auto;
  }
}

/* JE-FB-052: Figma-owned Tour checkout composition. */
.jollyeast-flow-progress {
  border-bottom: 1px solid #ececec;
  background: #fff;
}

.jollyeast-flow-progress .payment-progress__container,
.jollyeast-flow-notices,
.jollyeast-flow-content .payment-content__container {
  box-sizing: border-box;
  width: min(1200px, calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.jollyeast-flow-progress .payment-progress__container {
  padding-block: 28px 24px;
}

.jollyeast-flow-progress .payment-progress__item::before,
.jollyeast-flow-progress .payment-progress__item::after {
  top: 11px;
  height: 1px;
  background: none;
  border-top: 1px dashed #dedede;
}

.jollyeast-flow-progress .payment-progress__item.is-completed::before,
.jollyeast-flow-progress .payment-progress__item.is-completed::after,
.jollyeast-flow-progress .payment-progress__item.is-active::before {
  background: none;
  border-color: #dedede;
}

.jollyeast-flow-progress .payment-progress__node {
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: 0;
  background: #ededed;
}

.jollyeast-flow-progress .payment-progress__item.is-active .payment-progress__node {
  background: #ff6249;
}

.jollyeast-flow-progress .payment-progress__item.is-completed .payment-progress__node {
  border: 0;
  background: #ff6249;
}

.jollyeast-flow-progress .payment-progress__item.is-completed .payment-progress__node::before {
  display: none;
}

.jollyeast-flow-progress .payment-progress__label {
  font-size: 15px;
  font-weight: 400;
}

.jollyeast-flow-progress .payment-progress__item.is-active .payment-progress__label {
  font-weight: 700;
}

.jollyeast-flow-content .payment-content__container {
  padding-block: 34px 86px;
}

.jollyeast-flow-content .payment-layout {
  grid-template-columns: minmax(0, 780px) minmax(320px, 390px);
  gap: 30px;
}

.jollyeast-flow-panel,
.jollyeast-flow-content .payment-summary {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
}

.jollyeast-flow-heading {
  padding: 34px 30px 24px;
}

.jollyeast-flow-heading > span {
  display: none;
}

.jollyeast-flow-heading h2 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0;
}

.jollyeast-flow-heading p {
  max-width: 650px;
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.45;
  text-transform: uppercase;
}

.jollyeast-flow-card {
  margin: 0 30px;
  padding: 0 0 32px;
  border: 0;
  border-radius: 0;
}

.jollyeast-flow-card legend {
  display: none;
}

.jollyeast-tour-basics {
  display: grid;
  gap: 26px;
}

.jollyeast-tour-date,
.jollyeast-party-size {
  width: min(100%, 410px);
}

.jollyeast-flow-field > span,
.jollyeast-party-size h3,
.jollyeast-accommodation__header h3,
.jollyeast-extra-nights header h4,
.jollyeast-private-vehicles > header h3 {
  color: #252525;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.jollyeast-flow-field > small,
.jollyeast-party-size > p,
.jollyeast-accommodation__header p,
.jollyeast-private-vehicles > header p {
  margin: 4px 0 10px;
  color: #777;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.jollyeast-tour-date input {
  height: 42px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background: #fff;
}

.jollyeast-party-size h3,
.jollyeast-party-size > p {
  margin-bottom: 0;
}

.jollyeast-party-size__rows {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.jollyeast-party-size__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #e2e2e2;
}

.jollyeast-party-size__row .jollyeast-number-stepper {
  width: auto;
  gap: 5px;
  border: 0;
}

.jollyeast-party-size__row .jollyeast-number-stepper input {
  width: 20px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.jollyeast-party-size__row .jollyeast-number-stepper button {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background: #333;
  color: #fff;
  line-height: 16px;
  font-size: 12px;
}

.jollyeast-tour-date input { font-size: 13px; }

.jollyeast-accommodation {
  margin-top: 34px;
  padding-top: 0;
  border: 0;
}

.jollyeast-accommodation .jollyeast-accommodation__header {
  display: block;
  margin-bottom: 16px;
}

.jollyeast-accommodation__header > span {
  display: none;
}

.jollyeast-accommodation .jollyeast-room-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 620px;
}

.jollyeast-accommodation .jollyeast-room-option {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0 0 16px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  cursor: default;
}

.jollyeast-accommodation .jollyeast-room-option > img {
  width: 100%;
  height: 205px;
  border-radius: 0;
  object-fit: cover;
}

.jollyeast-accommodation .jollyeast-room-option__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0;
  padding: 14px 14px 16px;
  text-align: center;
}

.jollyeast-room-option__copy > strong {
  font-size: 16px;
}

.jollyeast-room-option__copy > p {
  margin: 13px 0 0;
  color: #777;
  font-size: 12px;
  line-height: 1.35;
  text-align: left;
}

.jollyeast-room-option__select,
.jollyeast-room-option__details {
  box-sizing: border-box;
  width: calc(100% - 28px);
  margin-inline: 14px;
}

.jollyeast-room-option__select {
  display: block;
  order: 3;
}

.jollyeast-room-option__select input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.jollyeast-room-option__select span,
.jollyeast-room-option.is-selected .jollyeast-room-option__select span {
  display: grid;
  min-height: 38px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: #ff6249;
  color: #fff;
  font-size: 13px;
}

.jollyeast-room-option.is-selected .jollyeast-room-option__select span::before {
  display: none;
}

.jollyeast-room-option__details {
  order: 4;
  min-height: 34px;
  padding: 10px 0 0;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 12px;
  text-decoration: underline;
}

.jollyeast-extra-nights,
.jollyeast-private-vehicles {
  margin-top: 36px;
}

.jollyeast-extra-nights__grid,
.jollyeast-private-vehicles__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 16px;
}

.jollyeast-night-card {
  min-height: 260px;
  padding: 22px 18px;
  border: 0;
  border-radius: 0;
  background: #f5f5f5;
}

.jollyeast-private-vehicle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 0 16px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  background: #fff;
  text-align: center;
}

.jollyeast-private-vehicle > input {
  position: absolute;
  opacity: 0;
}

.jollyeast-private-vehicle > img {
  width: 100%;
  height: 205px;
  object-fit: contain;
  background: #f7f7f7;
}

.jollyeast-private-vehicle__copy {
  display: grid;
  gap: 7px;
  min-height: 92px;
  padding: 14px;
}

.jollyeast-private-vehicle__copy > strong {
  font-size: 16px;
}

.jollyeast-private-vehicle__copy > small {
  color: #777;
}

.jollyeast-private-vehicle__capacity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.jollyeast-private-vehicle__price {
  padding: 0 14px 10px;
  font-size: 12px;
  font-weight: 700;
}

.jollyeast-private-vehicle__select {
  display: grid;
  width: calc(100% - 28px);
  min-height: 38px;
  margin-inline: 14px;
  place-items: center;
  background: #ff6249;
  color: #fff;
  font-size: 13px;
}

.jollyeast-private-vehicle.is-selected .jollyeast-private-vehicle__select {
  background: #999;
}

.jollyeast-private-vehicle__details {
  min-height: 34px;
  padding: 10px 0 0;
  border: 0;
  background: transparent;
  color: #333;
  text-decoration: underline;
}

.jollyeast-flow-actions {
  justify-content: flex-end;
  margin-top: 0;
  padding: 24px 30px 32px;
  border: 0;
}

.jollyeast-flow-actions .payment-actions-bar__back {
  display: none;
}

.jollyeast-flow-actions .payment-actions-bar__next {
  width: min(100%, 360px);
  min-height: 48px;
  border-radius: 0;
  font-weight: 400;
}

.jollyeast-flow-content .payment-sidebar {
  position: sticky;
  top: 18px;
}

.jollyeast-flow-content .payment-summary {
  padding: 32px 28px 30px;
}

.payment-summary__head {
  position: relative;
}

.payment-summary__label {
  margin: 0 0 8px;
  color: #777;
  font-size: 12px;
}

.payment-summary__total {
  margin: 0;
  color: #242424;
  font-size: 34px;
  font-weight: 700;
}

.payment-summary__total > .woocommerce-Price-amount {
  color: inherit;
  font: inherit;
}

.payment-summary__total .woocommerce-Price-currencySymbol { margin-left: 6px; font-size: 14px; font-weight: 700; }

.payment-summary__hint {
  margin: 14px 0 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #ececec;
  color: #777;
  font-size: 12px;
}

.payment-summary__drawer-toggle {
  display: none;
}

.payment-summary__details {
  margin: 0;
}

.payment-summary__row,
.payment-summary__booking-details > div {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 12px;
  min-height: 52px;
  align-items: start;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
  color: #777;
  font-size: 13px;
}

.payment-summary__row dd {
  margin: 0;
  color: #333;
  line-height: 1.45;
}

.payment-summary__subtotal {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding: 18px 0;
  border-top: 0;
  border-bottom: 1px solid #ececec;
  color: #777;
  font-size: 13px;
}
.payment-summary__subtotal strong { color: #333; font-weight: 400; }

.payment-summary__coupon {
  margin-top: 26px;
}

.payment-summary__coupon > label {
  display: block;
  margin-bottom: 12px;
  color: #777;
  font-size: 12px;
}

.payment-summary__coupon > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 80px;
}

.payment-summary__coupon input,
.payment-summary__coupon button {
  box-sizing: border-box;
  min-width: 0;
  height: 42px;
  border-radius: 0;
  font: inherit;
}

.payment-summary__coupon input {
  border: 1px solid #ff6249;
  padding: 0 11px;
}

.payment-summary__coupon button {
  border: 0;
  background: #ff6249;
  color: #fff;
}

.payment-summary__next {
  width: 100%;
  min-height: 50px;
  margin-top: 26px;
  border: 0;
  border-radius: 0;
  background: #ff6249;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
}

.jollyeast-flow-step-1 .jollyeast-flow-actions {
  display: none;
}

.jollyeast-flow-dialog::backdrop {
  background: rgba(0, 0, 0, .42);
}

.jollyeast-flow-dialog__surface {
  border-radius: 0;
}

@media (max-width: 800px) {
  .jollyeast-flow-progress .payment-progress__container,
  .jollyeast-flow-notices,
  .jollyeast-flow-content .payment-content__container {
    width: 100%;
  }

  .jollyeast-flow-progress .payment-progress__container {
    padding: 18px 12px 16px;
  }

  .jollyeast-flow-progress .payment-progress__item {
    gap: 5px;
  }

  .jollyeast-flow-progress .payment-progress__label {
    font-size: 9px;
  }

  .jollyeast-flow-content .payment-content__container {
    padding: 12px 8px 22px;
  }

  .jollyeast-flow-content .payment-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .jollyeast-flow-content .payment-main,
  .jollyeast-flow-content .payment-sidebar {
    width: 100%;
  }

  .jollyeast-flow-content .payment-sidebar {
    position: static;
    order: -1;
    margin: 0 0 22px;
  }

  .jollyeast-flow-content .payment-summary {
    position: relative;
    padding: 6px 12px;
    border-bottom: 1px solid #ececec;
  }

  .payment-summary__head {
    min-height: 54px;
  }

  .payment-summary__label {
    margin-bottom: 0;
    font-size: 9px;
  }

  .payment-summary__total {
    font-size: 22px;
  }

  .payment-summary__hint {
    display: none;
  }

  .payment-summary__drawer-toggle {
    position: absolute;
    top: 17px;
    right: 12px;
    display: block;
    border: 0;
    background: transparent;
    color: #777;
    font-size: 10px;
  }

  .payment-summary__details,
  .payment-summary__subtotal,
  .payment-summary__extras,
  .payment-summary__coupon {
    display: none;
  }

  .payment-summary.is-open .payment-summary__details,
  .payment-summary.is-open .payment-summary__subtotal,
  .payment-summary.is-open .payment-summary__extras,
  .payment-summary.is-open .payment-summary__coupon {
    display: block;
  }

  .jollyeast-flow-heading {
    padding: 18px 12px 15px;
  }

  .jollyeast-flow-heading h2 {
    font-size: 20px;
  }

  .jollyeast-flow-heading p {
    margin-top: 12px;
    font-size: 10px;
  }

  .jollyeast-flow-card {
    margin-inline: 12px;
    padding-bottom: 22px;
  }

  .jollyeast-tour-date,
  .jollyeast-party-size {
    width: 100%;
  }

  .jollyeast-flow-field > span,
  .jollyeast-party-size h3,
  .jollyeast-accommodation__header h3,
  .jollyeast-extra-nights header h4,
  .jollyeast-private-vehicles > header h3 {
    font-size: 14px;
  }

  .jollyeast-accommodation .jollyeast-room-options,
  .jollyeast-extra-nights__grid,
  .jollyeast-private-vehicles__grid {
    grid-template-columns: 1fr;
    max-width: none;
    gap: 14px;
  }

  .jollyeast-accommodation .jollyeast-room-option {
    display: flex;
    padding-bottom: 12px;
  }

  .jollyeast-accommodation .jollyeast-room-option > img,
  .jollyeast-private-vehicle > img {
    height: 218px;
  }

  .jollyeast-room-option__copy > p {
    min-height: 0;
  }

  .jollyeast-flow-actions {
    margin: 0;
    padding: 14px 12px 18px;
    background: #f5f5f5;
  }

  .jollyeast-flow-actions .payment-actions-bar__next {
    width: 120px;
    min-width: 120px;
    min-height: 40px;
    margin: 0 auto;
  }

  .jollyeast-accommodation .jollyeast-flow-dialog {
    width: 100vw;
    max-width: none;
    max-height: 100dvh;
  }

  .jollyeast-accommodation .jollyeast-flow-dialog__surface {
    width: 100%;
    min-height: 100dvh;
    padding: 24px 20px;
  }

  .jollyeast-accommodation-dialog [data-jollyeast-room-panel].is-active {
    display: flex;
    flex-direction: column;
  }
}

.jollyeast-flow-progress .payment-progress__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 24px;
}

.jollyeast-flow-progress .payment-progress__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.jollyeast-flow-progress .payment-progress__list--transfer {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jollyeast-flow-progress .payment-progress__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.jollyeast-flow-progress .payment-progress__item::before,
.jollyeast-flow-progress .payment-progress__item::after {
  position: absolute;
  top: 10px;
  width: 50%;
  height: 2px;
  background: #e6e6e6;
  content: "";
}

.jollyeast-flow-progress .payment-progress__item::before {
  left: 0;
}

.jollyeast-flow-progress .payment-progress__item::after {
  right: 0;
}

.jollyeast-flow-progress .payment-progress__item:first-child::before,
.jollyeast-flow-progress .payment-progress__item:last-child::after {
  display: none;
}

.jollyeast-flow-progress .payment-progress__node {
  position: relative;
  z-index: 1;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  background: #fff;
}

.jollyeast-flow-progress .payment-progress__item.is-completed::before,
.jollyeast-flow-progress .payment-progress__item.is-completed::after,
.jollyeast-flow-progress .payment-progress__item.is-active::before {
  background: #ff6249;
}

.jollyeast-flow-progress .payment-progress__item.is-completed .payment-progress__node {
  border-color: #22aa62;
  background: #22aa62;
}

.jollyeast-flow-progress .payment-progress__check {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.jollyeast-flow-progress .payment-progress__item.is-active,
.jollyeast-flow-progress .payment-progress__item.is-completed {
  color: #212121;
}

.jollyeast-flow-progress .payment-progress__item.is-active .payment-progress__node {
  border-color: #ff6249;
  background: #ff6249;
}

.jollyeast-flow-progress .payment-progress__item.is-active .payment-progress__node span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
}

.jollyeast-flow-progress .payment-progress__item.is-active .payment-progress__node {
  grid-auto-flow: column;
  gap: 2px;
}

.jollyeast-flow-progress__link {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}

.jollyeast-flow-content {
  background: #f7f7f7;
}

.jollyeast-flow-notices {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 24px 0;
}

.jollyeast-flow-notices:empty,
.jollyeast-flow-notices > .woocommerce-notices-wrapper:empty {
  display: none;
}

.jollyeast-flow-notices .woocommerce-message,
.jollyeast-flow-notices .woocommerce-info,
.jollyeast-flow-notices .woocommerce-error {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

.jollyeast-flow-content .payment-content__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 38px 24px 72px;
}

.jollyeast-flow-content .payment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  align-items: start;
  gap: 28px;
}

.jollyeast-flow-panel {
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(31, 31, 31, .04);
}

.jollyeast-flow-heading {
  padding: 28px 30px 24px;
  border-bottom: 1px solid #ededed;
}

.jollyeast-flow-heading > span {
  display: block;
  margin-bottom: 6px;
  color: #ff6249;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jollyeast-flow-heading h2 {
  margin: 0;
  color: #222;
  font-size: 32px;
  line-height: 1.18;
}

.jollyeast-flow-heading p {
  margin: 9px 0 0;
  color: #686868;
  font-size: 14px;
  line-height: 1.6;
}

.jollyeast-flow-items {
  display: grid;
  gap: 20px;
}

.jollyeast-flow-card {
  min-width: 0;
  margin: 24px 30px 0;
  padding: 22px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
}

.jollyeast-flow-card + .jollyeast-flow-card {
  margin-top: 0;
}

.jollyeast-flow-card legend {
  max-width: calc(100% - 24px);
  padding: 0 8px;
  color: #222;
  font-size: 17px;
  font-weight: 700;
}

.jollyeast-flow-card__intro,
.jollyeast-flow-card__availability {
  margin: 0 0 18px;
  color: #6b6b6b;
  font-size: 13px;
  line-height: 1.55;
}

.jollyeast-flow-card__availability {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 6px;
  background: #f2fbf6;
  color: #26754a;
}

.jollyeast-flow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

/* JE-FB-057: field labels follow the design's small quiet grey caption
   (Figma 0043/0044) instead of a heavy 600-weight label. */
.jollyeast-flow-field {
  display: grid;
  min-width: 0;
  gap: 7px;
  color: #5f5f5f;
  font-size: 12px;
  font-weight: 500;
}

.jollyeast-flow-field span em {
  margin-left: 2px;
  color: #ff6249;
  font-style: normal;
}

.jollyeast-flow-field span small {
  color: #777;
  font-size: 11px;
  font-weight: 400;
}

.jollyeast-flow-field--wide {
  grid-column: 1 / -1;
  margin-top: 16px;
}

.jollyeast-flow-field input,
.jollyeast-flow-field select,
.jollyeast-flow-field textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  outline: 0;
  background: #fff;
  color: #252525;
  font: inherit;
  font-weight: 400;
}

.jollyeast-flow-field textarea {
  min-height: 90px;
  resize: vertical;
}

.jollyeast-flow-field input:focus,
.jollyeast-flow-field select:focus,
.jollyeast-flow-field textarea:focus {
  border-color: #ff6249;
  box-shadow: 0 0 0 3px rgba(255, 98, 73, .12);
}

.jollyeast-flow-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 16px;
  color: #444;
  font-size: 14px;
  line-height: 1.5;
}

.jollyeast-flow-check input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: #ff6249;
}

.jollyeast-flow-check--terms {
  margin: 22px 30px 0;
  padding: 16px;
  border: 1px solid #ffd8d1;
  border-radius: 6px;
  background: #fff7f5;
}

.jollyeast-flow-field-error {
  display: block;
  margin-top: 6px;
  color: #b42318;
  font-size: 12px;
  line-height: 1.4;
}

.jollyeast-flow-inline-notice {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #f0c36d;
  border-radius: 6px;
  background: #fffaf0;
  color: #6b4f16;
  font-size: 14px;
  line-height: 1.5;
}

.jollyeast-flow-inline-notice--error {
  border-color: #f3b3aa;
  background: #fff5f3;
  color: #8f1d14;
}

.jollyeast-extra-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  margin: 0 0 28px;
  padding: 0 0 12px;
  border-bottom: 1px solid #ededed;
}

.jollyeast-extra-tabs a {
  position: relative;
  padding: 0 0 10px;
  color: #999;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.jollyeast-extra-tabs a::after {
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  height: 2px;
  background: transparent;
  content: '';
}

.jollyeast-extra-tabs a:hover,
.jollyeast-extra-tabs a.is-active {
  color: #ff6249;
}

.jollyeast-extra-tabs a.is-active::after { background: #ff6249; }

.jollyeast-extra-group + .jollyeast-extra-group {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid #ededed;
}

.jollyeast-extra-group h3 {
  margin: 0 0 12px;
  color: #222;
  font-size: 18px;
}

.jollyeast-flow-extra-list {
  display: grid;
  gap: 12px;
}

.jollyeast-extra-group--optional .jollyeast-flow-extra-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.jollyeast-flow-extra {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid #e3e3e3;
  border-radius: 7px;
  cursor: pointer;
}

.jollyeast-flow-extra:has(.jollyeast-flow-extra__image) {
  grid-template-columns: auto 82px minmax(0, 1fr) auto;
}

.jollyeast-flow-extra--optional {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "image image"
    "copy copy"
    "price action";
  align-items: start;
  gap: 0;
  min-height: 300px;
  padding: 0;
  overflow: hidden;
  border-radius: 2px;
  background: #fff;
}

.jollyeast-flow-extra--optional input {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  width: 18px;
  height: 18px;
  opacity: 0;
}

.jollyeast-flow-extra--optional .jollyeast-flow-extra__image {
  grid-area: image;
  width: 100%;
  height: 154px;
  border-radius: 0;
  object-fit: cover;
}

.jollyeast-flow-extra--optional .jollyeast-flow-extra__copy {
  grid-area: copy;
  min-height: 90px;
  padding: 14px 14px 8px;
}

.jollyeast-flow-extra--optional .jollyeast-flow-extra__copy strong { font-size: 15px; line-height: 1.35; }
.jollyeast-flow-extra--optional .jollyeast-flow-extra__copy small { font-size: 12px; line-height: 1.45; }

.jollyeast-flow-extra--optional .jollyeast-flow-extra__price {
  grid-area: price;
  align-self: end;
  justify-items: start;
  padding: 8px 0 14px 14px;
  font-size: 18px;
}

.jollyeast-flow-extra--optional .jollyeast-flow-extra__action {
  grid-area: action;
  align-self: end;
  margin: 8px 14px 14px 8px;
}

.jollyeast-flow-extra--optional .jollyeast-flow-extra__success {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0 14px 8px;
}

.jollyeast-flow-extra--optional.is-selected { border-color: #58b77b; background: #f7fffa; }

.jollyeast-flow-extra:has(input:checked),
.jollyeast-flow-extra.is-selected {
  border-color: #ff6249;
  background: #fff8f6;
}

.jollyeast-flow-extra input {
  width: 18px;
  height: 18px;
  accent-color: #ff6249;
}

.jollyeast-flow-extra__image {
  width: 82px;
  height: 62px;
  border-radius: 5px;
  object-fit: cover;
}

.jollyeast-flow-extra__copy {
  display: grid;
  gap: 3px;
}

.jollyeast-flow-extra__copy strong {
  color: #222;
  font-size: 15px;
}

.jollyeast-flow-extra__copy small {
  color: #777;
}

.jollyeast-flow-extra__price {
  display: grid;
  gap: 2px;
  justify-items: end;
  color: #202020;
  font-weight: 700;
  white-space: nowrap;
}

.jollyeast-flow-extra__price small {
  color: #777;
  font-size: 11px;
  font-weight: 400;
}

/* JE-FB-052 Extras: Additional Services follows the Figma large-card state model.
 * Optional extras retain the image-card layout above. */
.jollyeast-flow-extra--additional {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "copy copy"
    "success success"
    "price action"
    "note note";
  gap: 14px 22px;
  min-height: 190px;
  padding: 24px 22px 20px;
  border: 0;
  border-radius: 2px;
  background: #f7f7f7;
  cursor: pointer;
}

.jollyeast-flow-extra--additional input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  accent-color: #ff6249;
}

.jollyeast-flow-extra--additional .jollyeast-flow-extra__copy {
  grid-area: copy;
  gap: 8px;
  padding: 0 8px;
  text-align: center;
}

.jollyeast-flow-extra--additional .jollyeast-flow-extra__copy strong {
  color: #292929;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.jollyeast-flow-extra--additional .jollyeast-flow-extra__copy small {
  color: #777;
  font-size: 12px;
  line-height: 1.55;
}

.jollyeast-flow-extra__benefits {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid #e5e5e5;
  list-style: none;
  text-align: left;
}

.jollyeast-flow-extra__benefits li {
  position: relative;
  padding-left: 22px;
  color: #3f3f3f;
  font-size: 13px;
  line-height: 1.45;
}

.jollyeast-flow-extra__benefits li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #18ad63;
  content: '✓';
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.jollyeast-flow-extra__consent {
  grid-area: note;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.jollyeast-flow-extra__consent-check {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border: 1px solid #b8b8b8;
  background: #fff;
}

.jollyeast-flow-extra.is-selected .jollyeast-flow-extra__consent-check::after {
  position: absolute;
  left: 4px;
  top: 0;
  width: 6px;
  height: 11px;
  border-right: 2px solid #8a8a8a;
  border-bottom: 2px solid #8a8a8a;
  content: '';
  transform: rotate(45deg);
}

.jollyeast-flow-extra__note {
  color: #777;
  font-size: 13px;
  line-height: 1.45;
}

.jollyeast-flow-extra--additional .jollyeast-flow-extra__price {
  grid-area: price;
  align-self: end;
  justify-items: start;
  padding-left: 26px;
  color: #292929;
  font-size: 16px;
  line-height: 1.25;
}

.jollyeast-flow-extra--additional .jollyeast-flow-extra__price small {
  font-size: 12px;
  line-height: 1.3;
}

.jollyeast-flow-extra__action {
  grid-area: action;
  align-self: end;
  justify-self: end;
  min-width: 82px;
  padding: 11px 18px;
  border: 1px solid #ff6249;
  border-radius: 2px;
  background: #ff6249;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.jollyeast-flow-extra__action.is-cancel {
  border-color: #777;
  background: #777;
}

.jollyeast-flow-extra__success {
  grid-area: success;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #58b77b;
  background: #f3fff7;
  color: #269455;
  font-size: 12px;
  line-height: 1.35;
}

.jollyeast-flow-extra--additional .jollyeast-flow-extra__consent {
  position: relative;
  display: block;
  padding-left: 26px;
}

.jollyeast-flow-extra--additional .jollyeast-flow-extra__consent-check {
  position: absolute;
  left: 0;
}

.jollyeast-flow-extra--additional .jollyeast-flow-extra__note {
  display: block;
  color: #777;
  font-size: 13px;
  line-height: 1.45;
}

.jollyeast-flow-extra__success[hidden] { display: none; }

/* Keep the success row physically reserved in both states so toggling an
   extra never moves its title, price, consent copy or action button. */
.jollyeast-flow-extra--additional .jollyeast-flow-extra__success,
.jollyeast-flow-extra--optional:not(.has-image) .jollyeast-flow-extra__success {
  box-sizing: border-box;
  min-height: 34px;
}

.jollyeast-flow-extra--additional .jollyeast-flow-extra__success[hidden],
.jollyeast-flow-extra--optional:not(.has-image) .jollyeast-flow-extra__success[hidden] {
  display: block;
  visibility: hidden;
}

.jollyeast-flow-extra.jollyeast-flow-extra--additional.is-selected {
  border: 1px solid #58b77b;
  background: #f7fffa;
}

.jollyeast-flow-extra.jollyeast-flow-extra--additional.is-selected input { accent-color: #58b77b; }

@media (max-width: 640px) {
  .jollyeast-extra-tabs {
    gap: 30px;
    margin-bottom: 22px;
  }

  .jollyeast-extra-tabs a { font-size: 14px; }

  .jollyeast-extra-group--optional .jollyeast-flow-extra-list {
    grid-template-columns: 1fr;
  }

  .jollyeast-flow-extra--optional { min-height: 0; }
  .jollyeast-flow-extra--optional .jollyeast-flow-extra__image { height: 154px; }

  .jollyeast-flow-extra--additional {
    min-height: 205px;
    padding: 20px 16px 18px;
    gap: 13px 14px;
  }

  .jollyeast-flow-extra--additional .jollyeast-flow-extra__copy { padding: 0 2px; }
  .jollyeast-flow-extra--additional .jollyeast-flow-extra__copy strong { font-size: 15px; }
  .jollyeast-flow-extra--additional .jollyeast-flow-extra__copy small { font-size: 12px; }
  .jollyeast-flow-extra--additional .jollyeast-flow-extra__price { padding-left: 24px; }
  .jollyeast-flow-extra__action { min-width: 78px; padding: 11px 15px; }
}

@media (max-width: 640px) {
  .jollyeast-flow-extra.jollyeast-flow-extra--additional {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

/* JE-FB-052 Extras: Figma-owned additional service card and mobile spacing. */
.jollyeast-flow-step-2 .jollyeast-flow-panel {
  padding: 0 30px 32px;
}
.jollyeast-flow-step-2 .jollyeast-extras-card {
  margin: 0;
  padding: 0 0 32px;
}
.jollyeast-flow-step-2 .jollyeast-extra-tabs {
  justify-content: center;
  gap: 126px;
  margin: 0 0 30px;
  padding: 0 0 12px;
}
.jollyeast-flow-step-2 .jollyeast-extra-tabs a {
  min-width: 174px;
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
}
.jollyeast-flow-step-2 .jollyeast-extra-group h3 {
  margin: 0 0 18px;
  font-family: var(--font-sans);
  font-size: 21px;
  line-height: 1.25;
}
.jollyeast-flow-step-2 .jollyeast-extra-group + .jollyeast-extra-group {
  margin-top: 36px;
  padding-top: 0;
  border-top: 0;
}
.jollyeast-flow-step-2 .jollyeast-flow-extra--additional {
  min-height: 0;
  padding: 22px 24px 20px;
  border: 1px solid #e2e2e2;
  background: #f5f5f5;
}
.jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__copy {
  padding: 0;
  text-align: center;
}
.jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__copy strong {
  font-size: 18px;
  line-height: 1.35;
}
.jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__copy small {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
}
.jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__benefits {
  margin-top: 16px;
  padding: 16px 0 0;
}
.jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__benefits li {
  padding-left: 26px;
  font-size: 14px;
  line-height: 1.45;
}
.jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__price {
  padding-left: 0;
  font-size: 20px;
}
.jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__price-value {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
}
.jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__price small {
  display: inline-block;
  margin-left: 8px;
  font-size: 13px;
}
.jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__total-label {
  display: block;
  margin-bottom: 4px;
  color: #717171;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}
.jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__action {
  min-width: 108px;
  min-height: 40px;
  padding: 0 18px;
  font-size: 16px;
  line-height: 40px;
}
.jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__note {
  padding-left: 0;
  font-size: 14px;
}

@media (max-width: 640px) {
  .jollyeast-flow-step-2 .jollyeast-flow-panel {
    padding: 0 20px 22px;
  }
  .jollyeast-flow-step-2 .jollyeast-extras-card {
    padding-bottom: 12px;
  }
  .jollyeast-flow-step-2 .jollyeast-extra-tabs {
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 26px;
  }
  .jollyeast-flow-step-2 .jollyeast-extra-tabs a {
    min-width: 0;
    flex: 1 1 0;
    font-size: 16px;
  }
  .jollyeast-flow-step-2 .jollyeast-extra-group h3 {
    font-size: 20px;
  }
  .jollyeast-flow-step-2 .jollyeast-flow-extra--additional {
    padding: 20px 16px 18px;
    grid-template-columns: 1fr;
    grid-template-areas: "copy" "success" "price" "note" "action";
  }
  .jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__copy strong {
    font-size: 16px;
  }
  .jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__copy small,
  .jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__benefits li,
  .jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__note {
    font-size: 13px;
  }
  .jollyeast-flow-step-2 .jollyeast-flow-extra--additional .jollyeast-flow-extra__action {
    width: 100%;
    min-width: 0;
  }
}

.jollyeast-related-tours { margin-top: 30px; }
.jollyeast-related-tours > header h3 { margin: 0 0 6px; font-size: 18px; }
.jollyeast-related-tours > header p { margin: 0 0 18px; color: #666; font-size: 13px; line-height: 1.55; }
.jollyeast-related-tours__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: start; }
/* JE-FB-056: Extra Day cards share the .city-tour-card visual contract (loaded on
   checkout via city-list-page.css). Only neutralize the listing page's fixed card
   size so cards fill the extras grid; the empty-image placeholder keeps the shared
   image well background. Visual overrides for body/tags/meta/footer were removed. */
.jollyeast-related-tour { position: relative; width: 100%; height: auto; border-color: #f3f3f3; border-radius: 8px; box-shadow: 0 6px 18px rgba(41, 41, 41, 0.04); }
.jollyeast-related-tour.is-selected { border-color: #ff6847; }
.jollyeast-related-tour .city-tour-card__image { height: auto; aspect-ratio: 288 / 197; }
.jollyeast-related-tour__image--empty { display: grid; place-items: center; background: #eef2f6; color: #777; font-size: 12px; }
.jollyeast-related-tour__editor-actions button { min-width: 62px; border: 1px solid #ff6847; background: #fff; color: #e9583b; padding: 9px 14px; cursor: pointer; }
.jollyeast-related-tour__enabled { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.jollyeast-related-tour__editor { position: absolute; inset: 0; z-index: 2; overflow: auto; background: #fff; padding: 18px; }
.jollyeast-related-tour__editor[hidden] { display: none; }
.jollyeast-related-tour__editor > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.jollyeast-related-tour__editor > header h4 { margin: 0 0 6px; font-size: 18px; }
.jollyeast-related-tour__editor > header p { margin: 0; color: #777; font-size: 12px; line-height: 1.45; }
.jollyeast-related-tour__editor > header > button { border: 0; background: transparent; font-size: 28px; line-height: 1; cursor: pointer; }
.jollyeast-related-tour__editor .jollyeast-flow-grid { grid-template-columns: 1fr; gap: 10px; }
.jollyeast-related-tour__editor-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 18px; }
.jollyeast-related-tour__editor-actions [data-jollyeast-related-confirm] { background: #ff6847; color: #fff; }

.jollyeast-transfer-capacity {
  display: grid;
  gap: 8px;
  margin: 24px 0 34px;
  padding: 20px 22px;
  border: 0;
  border-radius: 0;
  background: #f4f4f4;
  color: #555;
  font-size: 13px;
  line-height: 1.55;
}

.jollyeast-transfer-capacity strong {
  color: #222;
  font-size: 15px;
}

.jollyeast-transfer-capacity small {
  color: #888;
  font-size: 12px;
  line-height: 1.55;
}

.payment-summary__snapshot {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #e8e8e8;
}

.payment-summary__snapshot h3 {
  margin: 0 0 10px;
  color: #222;
  font-size: 15px;
}

.payment-summary__snapshot p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 6px 0;
  color: #666;
  font-size: 12px;
}

.payment-summary__snapshot strong {
  color: #333;
  text-align: right;
}

.payment-summary__row--price {
  grid-template-columns: minmax(0, 1fr) auto;
}

.payment-summary__booking {
  grid-column: 1 / -1;
  margin: -2px 0 10px;
  padding: 0 0 10px 12px;
  border-bottom: 1px solid #f0f0f0;
}

.payment-summary__booking-details {
  display: grid;
  gap: 4px;
  margin: 0;
}

.payment-summary__booking-details div {
  display: grid;
  grid-template-columns: minmax(82px, auto) minmax(0, 1fr);
  gap: 10px;
}

.payment-summary__booking-details dt,
.payment-summary__booking-details dd {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.45;
}

.payment-summary__booking-details dd {
  color: #333;
  text-align: right;
}

.jollyeast-flow-empty {
  display: grid;
  gap: 5px;
  padding: 18px;
  border-radius: 6px;
  background: #f6f6f6;
  color: #676767;
  font-size: 13px;
}

.jollyeast-flow-empty strong {
  color: #333;
  font-size: 15px;
}

.jollyeast-accommodation {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e8e8e8;
}

.jollyeast-accommodation__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.jollyeast-accommodation__header img {
  width: 88px;
  height: 64px;
  border-radius: 6px;
  object-fit: cover;
}

.jollyeast-accommodation__header span {
  color: #e94f38;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jollyeast-accommodation__header h3,
.jollyeast-accommodation__header p {
  margin: 3px 0 0;
}

.jollyeast-accommodation__header h3 { font-size: 18px; }
.jollyeast-accommodation__header p { color: #6b6b6b; font-size: 13px; }

.jollyeast-room-options,
.jollyeast-flow-kind-picker__grid {
  display: grid;
  gap: 12px;
}

.jollyeast-room-option,
.jollyeast-flow-kind-option {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.jollyeast-room-option:has(input:checked),
.jollyeast-flow-kind-option:has(input:checked) {
  border-color: #ff6249;
  background: #fff8f6;
  box-shadow: 0 0 0 2px rgba(255, 98, 73, .08);
}

.jollyeast-room-option > input,
.jollyeast-flow-kind-option > input {
  width: 18px;
  height: 18px;
  accent-color: #ff6249;
}

.jollyeast-room-option > img {
  width: 94px;
  height: 70px;
  border-radius: 6px;
  object-fit: cover;
}

.jollyeast-room-option__copy,
.jollyeast-room-option__price,
.jollyeast-flow-kind-option > span {
  display: grid;
  gap: 4px;
}

.jollyeast-room-option__copy small,
.jollyeast-room-option__price small,
.jollyeast-flow-kind-option small {
  color: #707070;
  font-size: 12px;
  font-weight: 400;
}

.jollyeast-room-option__price {
  justify-items: end;
  font-weight: 800;
  white-space: nowrap;
}

.jollyeast-room-option--none,
.jollyeast-flow-kind-option {
  grid-template-columns: auto minmax(0, 1fr);
}

.jollyeast-accommodation__controls { margin-top: 16px; }
.jollyeast-accommodation__controls .jollyeast-flow-field > small { color: #777; font-weight: 400; }

.jollyeast-flow-kind-picker__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jollyeast-flow-kind-option {
  min-height: 92px;
}

.jollyeast-traveller-card {
  margin-top: 18px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

/* JE-FB-057: "traveller 01"-style quiet label per Figma 0044 instead of a bold heading. */
.jollyeast-traveller-card h3 {
  margin: 0 0 12px;
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .2px;
}

.jollyeast-contact-card,
.jollyeast-tour-travellers,
.jollyeast-transfer-flow-card {
  border: 0;
  border-radius: 0;
}

.jollyeast-contact-card {
  margin-top: 20px;
  padding-bottom: 8px;
}

.jollyeast-tour-travellers {
  padding-top: 12px;
}

.jollyeast-contact-card legend,
.jollyeast-tour-travellers legend,
.jollyeast-transfer-flow-card legend {
  padding: 0;
  font-size: 18px;
}

.jollyeast-flow-grid--traveller {
  grid-template-columns: 90px repeat(2, minmax(0, 1fr));
}

.jollyeast-flow-grid--traveller > :nth-child(4),
.jollyeast-flow-grid--traveller > :nth-child(6) {
  grid-column: 1 / 3;
}

.jollyeast-flow-grid--traveller > :nth-child(5) {
  grid-column: 3;
}

.jollyeast-package-directive,
.jollyeast-additional-information {
  margin-top: 30px;
  padding-top: 2px;
}

.jollyeast-package-directive h3,
.jollyeast-additional-information h3,
.jollyeast-transfer-contact h3,
.jollyeast-transfer-journey h3 {
  margin: 0 0 12px;
  color: #222;
  font-size: 17px;
}

.jollyeast-package-directive p,
.jollyeast-additional-information > p,
.jollyeast-transfer-passengers > p {
  margin: 0 0 18px;
  color: #737373;
  font-size: 12px;
  line-height: 1.55;
}

.jollyeast-flow-grid--journey {
  grid-template-columns: minmax(0, 1.2fr) 110px minmax(0, 1.25fr);
}

.jollyeast-flow-grid--journey-followup {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 18px;
  margin-top: 18px;
}

.jollyeast-additional-information .jollyeast-flow-field > span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.jollyeast-additional-information .jollyeast-flow-field--wide textarea {
  min-height: 105px;
}

.jollyeast-flow-check--pace {
  font-size: 12px;
}

.jollyeast-transfer-flow-card {
  margin-top: 0;
  padding: 32px 30px 38px;
}

.jollyeast-transfer-flow-card > legend {
  padding-top: 0;
  font-size: 25px;
}

.jollyeast-transfer-flow-card > .jollyeast-flow-card__intro {
  margin-top: 4px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ededed;
}

.jollyeast-transfer-contact,
.jollyeast-transfer-journey {
  margin-top: 24px;
}

.jollyeast-transfer-passengers {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #ededed;
}

.jollyeast-transfer-passengers h4 {
  margin: 0 0 5px;
  font-size: 15px;
}

.jollyeast-transfer-journey input[readonly] {
  border-color: transparent;
  background: #f5f5f5;
  color: #777;
}

.jollyeast-transfer-journey textarea {
  min-height: 122px;
}

.jollyeast-flow-form:has(.jollyeast-tour-travellers) .jollyeast-flow-check--terms {
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 12px;
}

.jollyeast-flow-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  padding: 22px 30px 28px;
  border-top: 1px solid #ededed;
}

.jollyeast-flow-actions .payment-actions-bar__back,
.jollyeast-flow-actions .payment-actions-bar__next {
  min-height: 46px;
}

.jollyeast-flow-actions .payment-actions-bar__next {
  min-width: 150px;
  border: 0;
  border-radius: 4px;
  background: #ff6249;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.jollyeast-flow-actions .payment-actions-bar__next[disabled] {
  cursor: wait;
  opacity: .65;
}

.jollyeast-flow-content .payment-sidebar {
  position: sticky;
  top: 24px;
}

.jollyeast-flow-content .payment-summary {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(31, 31, 31, .04);
}

.jollyeast-flow-form :invalid:not(:placeholder-shown) {
  border-color: #d43737;
}

.jollyeast-cart-edit-booking {
  display: inline-flex;
  margin-top: 9px;
  color: #e94f38;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.jollyeast-cart-coupon {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  border-top: 1px solid #ececec;
}

.jollyeast-cart-coupon > label {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.jollyeast-cart-coupon > div {
  display: flex;
  width: min(100%, 390px);
}

.jollyeast-cart-coupon input {
  box-sizing: border-box;
  min-width: 0;
  flex: 1;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #dcdcdc;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.jollyeast-cart-coupon button {
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 0 4px 4px 0;
  background: #ff6249;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.cart-summary__note {
  margin: 8px 0 16px;
  color: #6f6f6f;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .jollyeast-flow-content .payment-layout {
    grid-template-columns: 1fr;
  }

  .jollyeast-flow-content .payment-sidebar {
    position: static;
    grid-row: 2;
  }

  .jollyeast-flow-content .payment-main {
    grid-row: 1;
  }
}

@media (max-width: 640px) {
  .jollyeast-flow-progress {
    overflow: hidden;
  }

  .jollyeast-flow-progress .payment-progress__container {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
    padding: 14px 12px;
  }

  .jollyeast-flow-progress .payment-progress__list {
    min-width: 0;
    gap: 0;
  }

  .jollyeast-flow-progress .payment-progress__list--transfer {
    min-width: 0;
  }

  .jollyeast-flow-progress .payment-progress__label {
    font-size: 10px;
    line-height: 1.25;
  }

  .payment-sidebar .payment-summary:not(.is-open) .payment-summary__details,
  .payment-sidebar .payment-summary:not(.is-open) .payment-summary__subtotal,
  .payment-sidebar .payment-summary:not(.is-open) .payment-summary__extras,
  .payment-sidebar .payment-summary:not(.is-open) .payment-summary__snapshot {
    display: none;
  }

  .jollyeast-flow-content .payment-content__container {
    padding: 18px 12px 42px;
  }

  .jollyeast-flow-content .payment-layout {
    gap: 14px;
  }

  .jollyeast-flow-heading {
    padding: 22px 18px 19px;
  }

  .jollyeast-flow-heading h2 {
    font-size: 24px;
  }

  .jollyeast-flow-card {
    margin: 18px 14px 0;
    padding: 17px 14px;
  }

  .jollyeast-contact-card,
  .jollyeast-tour-travellers,
  .jollyeast-transfer-flow-card {
    margin: 0;
    padding: 20px 12px 0;
  }

  .jollyeast-contact-card {
    padding-top: 18px;
  }

  .jollyeast-transfer-flow-card {
    padding-bottom: 24px;
  }

  .jollyeast-transfer-flow-card > legend {
    font-size: 20px;
  }

  .jollyeast-flow-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .jollyeast-flow-grid--traveller,
  .jollyeast-flow-grid--journey,
  .jollyeast-flow-grid--journey-followup {
    grid-template-columns: 1fr;
  }

  .jollyeast-flow-grid--traveller > :nth-child(4),
  .jollyeast-flow-grid--traveller > :nth-child(5),
  .jollyeast-flow-grid--traveller > :nth-child(6) {
    grid-column: auto;
  }

  .jollyeast-flow-field input,
  .jollyeast-flow-field select,
  .jollyeast-flow-field textarea {
    min-height: 48px;
    font-size: 16px;
  }

  .jollyeast-flow-check--terms {
    margin: 12px 12px 0;
  }

  .jollyeast-package-directive,
  .jollyeast-additional-information {
    margin-top: 24px;
  }

  .jollyeast-transfer-capacity {
    margin: 22px 0 28px;
    padding: 16px;
  }

  .jollyeast-flow-extra {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .jollyeast-flow-extra:has(.jollyeast-flow-extra__image) {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .jollyeast-flow-extra__image {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    height: 150px;
  }

  .jollyeast-flow-extra__price {
    grid-column: 2;
    justify-items: start;
  }

  .jollyeast-related-tours__grid { grid-template-columns: 1fr; }
  .jollyeast-related-tour__editor { position: fixed; inset: 0; z-index: 10020; min-height: 100dvh; padding: 24px 20px; }
  .jollyeast-related-tour__editor .jollyeast-flow-grid { display: grid; grid-template-columns: 1fr; }
  .jollyeast-related-tour__editor-actions { position: sticky; bottom: 0; flex-direction: column-reverse; margin: 36px 0 0; padding: 14px 0 calc(14px + env(safe-area-inset-bottom)); background: #fff; }
  .jollyeast-related-tour__editor-actions button { width: 100%; min-height: 46px; }

  .jollyeast-transfer-capacity {
    display: grid;
    gap: 4px;
  }

  .jollyeast-room-option {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .jollyeast-room-option > img {
    grid-column: 2;
    width: 100%;
    height: 132px;
  }

  .jollyeast-room-option__price {
    grid-column: 2;
    justify-items: start;
  }

  .jollyeast-flow-kind-picker__grid {
    grid-template-columns: 1fr;
  }

  .jollyeast-traveller-card {
    padding: 0;
  }

  .jollyeast-flow-actions {
    position: static;
    margin-top: 20px;
    padding: 13px 14px calc(13px + env(safe-area-inset-bottom));
    background: #f7f7f7;
    box-shadow: none;
  }

  .jollyeast-flow-actions .payment-actions-bar__next {
    flex: 1;
  }

  .jollyeast-cart-coupon {
    align-items: stretch;
    flex-direction: column;
  }

  .jollyeast-cart-coupon > div {
    width: 100%;
  }

  .cart-page .cart-item {
    grid-template-columns: 24px 72px minmax(0, 1fr) 24px;
    gap: 10px;
    padding: 16px 12px;
  }

  .cart-page .cart-item__checkbox {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .cart-page .cart-item__thumb {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .cart-page .cart-item__thumb img,
  .cart-page .cart-item__thumb .runtime-thumb {
    width: 72px;
    max-width: 72px;
    height: 62px;
    object-fit: cover;
  }

  .cart-page .cart-item__content {
    grid-column: 3;
    grid-row: 1;
    min-width: 0;
  }

  .cart-page .cart-item__price {
    grid-column: 3;
    grid-row: 2;
    margin: 4px 0 0;
    text-align: left;
  }

  .cart-page .cart-item__delete {
    grid-column: 4;
    grid-row: 1;
    justify-self: end;
  }
}

.jollyeast-accommodation .jollyeast-accommodation__header {
  align-items: flex-start;
  justify-content: space-between;
}

.jollyeast-accommodation .jollyeast-room-options {
  grid-template-columns: 1fr;
}

.jollyeast-accommodation .jollyeast-room-option {
  grid-template-columns: 190px minmax(0, 1fr);
  align-content: start;
  padding: 16px;
  overflow: hidden;
}

.jollyeast-accommodation .jollyeast-room-option > img {
  grid-column: 1;
  width: 100%;
  height: 144px;
  border-radius: 0;
}

.jollyeast-accommodation .jollyeast-room-option__copy {
  padding: 2px 2px 0 18px;
}

.jollyeast-accommodation .jollyeast-room-option__price {
  grid-column: auto;
  justify-items: start;
}

@media (max-width: 640px) {
  .jollyeast-accommodation .jollyeast-room-options,
  .jollyeast-accommodation .jollyeast-extra-nights__grid {
    grid-template-columns: 1fr;
  }

  .jollyeast-accommodation .jollyeast-room-option {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .jollyeast-accommodation .jollyeast-room-option > img {
    height: 190px;
  }

  .jollyeast-accommodation .jollyeast-room-option__copy {
    padding: 14px 14px 0;
  }

  .jollyeast-accommodation .jollyeast-flow-dialog {
    width: 100vw;
    max-width: none;
    max-height: 100vh;
    margin: 0;
  }

  .jollyeast-accommodation .jollyeast-flow-dialog__surface {
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    max-height: 100vh;
    padding: 26px 20px calc(26px + env(safe-area-inset-bottom));
    border-radius: 0;
  }
}

/* JE-FB-052 final checkout authority. Keep this block at EOF. */
.jollyeast-flow-progress .payment-progress__container,
.jollyeast-flow-notices,
.jollyeast-flow-content .payment-content__container {
  box-sizing: border-box;
  width: min(1200px, calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.jollyeast-flow-progress .payment-progress__container {
  padding-block: 28px 24px;
}

.jollyeast-flow-progress .payment-progress__item::before,
.jollyeast-flow-progress .payment-progress__item::after {
  top: 11px;
  height: 1px;
  border-top: 1px dashed #dedede;
  background: none;
}

.jollyeast-flow-progress .payment-progress__item.is-completed::before,
.jollyeast-flow-progress .payment-progress__item.is-completed::after,
.jollyeast-flow-progress .payment-progress__item.is-active::before {
  border-color: #dedede;
  background: none;
}

.jollyeast-flow-progress .payment-progress__node,
.jollyeast-flow-progress .payment-progress__item.is-completed .payment-progress__node {
  width: 22px;
  height: 22px;
  border: 0;
  background: #ededed;
}

.jollyeast-flow-progress .payment-progress__item.is-active .payment-progress__node {
  background: #ff6249;
}

.jollyeast-flow-progress .payment-progress__item.is-completed .payment-progress__node {
  background: #2c9c2f;
}

.jollyeast-flow-progress .payment-progress__item.is-completed .payment-progress__check {
  display: block;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.jollyeast-flow-progress .payment-progress__item.is-completed .payment-progress__node::before {
  display: none;
  content: none;
}

.jollyeast-flow-progress .payment-progress__label {
  font-size: 15px;
  font-weight: 400;
}

.jollyeast-flow-progress .payment-progress__item.is-active .payment-progress__label {
  font-weight: 700;
}

.jollyeast-flow-content .payment-content__container {
  padding-block: 34px 86px;
}

.jollyeast-flow-content .payment-layout {
  grid-template-columns: minmax(0, 780px) minmax(0, 400px);
  gap: 20px;
  justify-content: space-between;
}

.jollyeast-flow-step-2 {
  background: #f5f5f5;
}

.jollyeast-flow-step-2 .payment-main,
.jollyeast-flow-step-2 .payment-sidebar {
  min-width: 0;
}

.jollyeast-flow-step-2 {
  background: #f5f5f5;
}

.jollyeast-flow-step-2 .payment-main,
.jollyeast-flow-step-2 .payment-sidebar {
  min-width: 0;
}

.jollyeast-flow-content {
  background: #f5f5f5;
}

.jollyeast-flow-panel,
.jollyeast-flow-content .payment-summary {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
}

.jollyeast-flow-heading {
  padding: 34px 30px 24px;
  border-bottom: 0;
}

.jollyeast-flow-heading > span,
.jollyeast-flow-card > legend {
  display: none;
}

.jollyeast-contact-card > legend,
.jollyeast-tour-travellers > legend {
  display: block;
  margin: 0 0 18px;
  padding: 0;
  color: #252525;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.jollyeast-tour-travellers > legend {
  margin-top: 8px;
  margin-bottom: 4px;
}

.jollyeast-flow-heading h1,
.jollyeast-flow-heading h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.jollyeast-flow-heading p {
  max-width: 650px;
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.45;
  text-transform: uppercase;
}

.jollyeast-flow-card {
  margin: 0 30px;
  padding: 0 0 32px;
  border: 0;
  border-radius: 0;
}

.jollyeast-tour-basics {
  display: grid;
  gap: 26px;
}

.jollyeast-tour-date,
.jollyeast-party-size {
  width: min(100%, 410px);
}

.jollyeast-flow-field > span,
.jollyeast-party-size h3,
.jollyeast-accommodation__header h3,
.jollyeast-extra-nights header h4,
.jollyeast-private-vehicles > header h3 {
  color: #252525;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.jollyeast-flow-field > small,
.jollyeast-party-size > p,
.jollyeast-accommodation__header p,
.jollyeast-private-vehicles > header p {
  margin: 4px 0 10px;
  color: #777;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.jollyeast-tour-date input {
  height: 42px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background: #fff;
}

.jollyeast-party-size__rows {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.jollyeast-party-size__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #e2e2e2;
}

.jollyeast-party-size__row .jollyeast-number-stepper {
  width: auto;
  gap: 5px;
  border: 0;
}

.jollyeast-party-size__row .jollyeast-number-stepper input {
  width: 24px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
}

.jollyeast-party-size__row .jollyeast-number-stepper button {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #333;
  color: #fff;
  line-height: 18px;
}

.jollyeast-accommodation {
  margin-top: 34px;
  padding-top: 0;
  border: 0;
}

.jollyeast-accommodation .jollyeast-accommodation__header {
  display: block;
  margin-bottom: 16px;
}

.jollyeast-accommodation__header > span {
  display: none;
}

.jollyeast-accommodation .jollyeast-room-options,
.jollyeast-extra-nights__grid,
.jollyeast-private-vehicles__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 620px;
}

.jollyeast-accommodation .jollyeast-room-option,
.jollyeast-private-vehicle {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0 0 16px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  text-align: center;
}

.jollyeast-accommodation .jollyeast-room-option > img,
.jollyeast-private-vehicle > img {
  width: 100%;
  height: 205px;
  border-radius: 0;
}

.jollyeast-accommodation .jollyeast-room-option > img {
  object-fit: cover;
}

.jollyeast-private-vehicle > img {
  object-fit: contain;
  background: #f7f7f7;
}

.jollyeast-accommodation .jollyeast-room-option__copy,
.jollyeast-private-vehicle__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 7px;
  padding: 14px 14px 16px;
}

.jollyeast-room-option__level[hidden],
.jollyeast-room-option__editor[hidden],
.jollyeast-room-option__summary[hidden] { display: none; }

.jollyeast-room-option__level { display: flex; flex-direction: column; height: 100%; }
.jollyeast-room-option__editor { padding: 18px 14px 6px; text-align: left; }
.jollyeast-room-option__editor-head { display: grid; gap: 4px; margin-bottom: 12px; }
.jollyeast-room-option__editor-head strong { font-size: 18px; }
.jollyeast-room-option__editor-head span,
.jollyeast-room-option__summary > span,
.jollyeast-room-option__summary p { color: #777; font-size: 13px; }
.jollyeast-room-option__editor .jollyeast-room-count { margin: 0 0 10px; }
.jollyeast-room-option__editor .jollyeast-room-count select { min-height: 42px; }
.jollyeast-room-option__editor .jollyeast-room-allocation { padding: 10px; }
.jollyeast-room-option__editor .jollyeast-room-allocation__row { min-height: 38px; }
.jollyeast-room-option__editor .jollyeast-number-stepper { grid-template-columns: 26px 32px 26px; }
.jollyeast-room-option__editor .jollyeast-number-stepper button { width: 22px; height: 22px; font-size: 15px; }
.jollyeast-room-option__editor .jollyeast-number-stepper input { width: 32px; font-size: 15px; }
.jollyeast-room-option__confirm { display: flex; width: 100%; min-height: 40px; align-items: center; justify-content: center; margin-top: 12px; border: 0; background: #ff6249; color: #fff; cursor: pointer; }
.jollyeast-room-option__summary { display: flex; flex-direction: column; gap: 7px; padding: 0 14px 8px; text-align: left; }
.jollyeast-room-option__summary img { width: calc(100% + 28px); height: 205px; margin: 0 -14px 6px; object-fit: cover; }
.jollyeast-room-option__summary strong { align-self: center; font-size: 18px; }
.jollyeast-room-option__summary p { margin: 0; }
.jollyeast-room-option__selected-badge { display: flex; min-height: 38px; align-items: center; justify-content: center; margin-top: 4px; background: #2c9c2f; color: #fff !important; font-size: 13px !important; }
.jollyeast-room-option__change { align-self: center; padding: 5px 0 0; border: 0; background: transparent; color: #333; cursor: pointer; font-size: 13px; text-decoration: underline; }
.jollyeast-room-option__editor button:disabled { opacity: .45; cursor: default; }

.jollyeast-room-option__copy > strong,
.jollyeast-private-vehicle__copy > strong {
  font-size: 16px;
}

.jollyeast-room-option__copy > p,
.jollyeast-private-vehicle__copy > small {
  color: #777;
  font-size: 12px;
  line-height: 1.35;
}

.jollyeast-room-option__copy > p {
  margin: 13px 0 0;
  text-align: left;
}

.jollyeast-room-option__select,
.jollyeast-room-option__details,
.jollyeast-private-vehicle__select {
  box-sizing: border-box;
  width: calc(100% - 28px);
  margin-inline: 14px;
}

.jollyeast-room-option__select input,
.jollyeast-private-vehicle > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.jollyeast-room-option__select span,
.jollyeast-room-option.is-selected .jollyeast-room-option__select span,
.jollyeast-private-vehicle__select {
  display: grid;
  min-height: 38px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: #ff6249;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

.jollyeast-private-vehicle.is-selected .jollyeast-private-vehicle__select {
  background: #999;
}

.jollyeast-room-option__details,
.jollyeast-private-vehicle__details {
  min-height: 34px;
  padding: 10px 0 0;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 12px;
  text-decoration: underline;
}

.jollyeast-private-vehicle__capacity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.jollyeast-private-vehicle__capacity svg {
  display: block;
  width: 16px;
  height: 16px;
}

.jollyeast-private-vehicle__price {
  display: none;
}

.jollyeast-extra-nights,
.jollyeast-private-vehicles {
  margin-top: 36px;
}

.jollyeast-private-vehicles__grid {
  margin-top: 16px;
}

.jollyeast-flow-actions {
  justify-content: flex-end;
  margin-top: 0;
  padding: 24px 30px 32px;
  border: 0;
}

.jollyeast-flow-actions .payment-actions-bar__back {
  display: none;
}

.jollyeast-flow-actions .payment-actions-bar__next {
  width: min(100%, 360px);
  min-height: 48px;
  border-radius: 0;
  font-weight: 400;
}

.jollyeast-flow-content .payment-sidebar {
  position: sticky;
  top: 18px;
}

.jollyeast-flow-content .payment-summary {
  padding: 28px 24px 30px;
}

.payment-summary__coupon-status {
  min-height: 16px;
  margin: 6px 0 0;
  color: #b42318;
  font-size: 11px;
  line-height: 1.35;
}

.jollyeast-vehicle-dialog .jollyeast-flow-dialog__surface {
  width: min(520px, calc(100vw - 40px));
}

.jollyeast-vehicle-dialog img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  background: #f7f7f7;
}

.jollyeast-vehicle-dialog dl > div {
  display: flex;
  justify-content: space-between;
  padding-block: 10px;
  border-bottom: 1px solid #eee;
}

.jollyeast-vehicle-dialog dd {
  margin: 0;
}

@media (max-width: 800px) {
  .jollyeast-flow-progress .payment-progress__container,
  .jollyeast-flow-notices,
  .jollyeast-flow-content .payment-content__container {
    width: 100%;
  }

  .jollyeast-flow-progress .payment-progress__container {
    padding: 18px 12px 16px;
  }

  .jollyeast-flow-progress .payment-progress__label {
    font-size: 12px;
    line-height: 1.35;
  }

  .jollyeast-flow-content .payment-content__container {
    padding: 12px 8px 22px;
  }

  .jollyeast-flow-content .payment-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .jollyeast-flow-content .payment-main,
  .jollyeast-flow-content .payment-sidebar {
    width: 100%;
  }

  .jollyeast-flow-content .payment-sidebar { position: static; margin: 0; }

  .payment-sidebar.is-mobile-summary-bar {
    position: static;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    background: #fff;
  }

  .jollyeast-flow-content .payment-summary,
  .payment-sidebar.is-mobile-summary-bar .payment-summary {
    position: relative;
    padding: 8px 16px 10px;
    border-radius: 0;
    border-bottom: 1px solid #ececec;
  }

  .payment-summary__head {
    min-height: 62px;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .payment-summary__label {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .payment-summary__total {
    font-size: 34px;
    line-height: 38px;
  }

  .payment-summary__hint {
    display: none;
  }

  .payment-summary__drawer-toggle {
    position: absolute;
    top: 25px;
    right: 16px;
    display: block;
    border: 0;
    background: transparent;
    color: #777;
    font-size: 14px;
  }

  .payment-summary__details,
  .payment-summary__subtotal,
  .payment-summary__extras,
  .payment-summary__coupon {
    display: none;
  }

  .payment-summary.is-open .payment-summary__details,
  .payment-summary.is-open .payment-summary__subtotal,
  .payment-summary.is-open .payment-summary__extras,
  .payment-summary.is-open .payment-summary__coupon {
    display: block;
  }

  .payment-sidebar.is-mobile-summary-bar .payment-summary.is-open {
    padding-bottom: 22px;
  }

  .jollyeast-flow-heading {
    padding: 18px 20px 15px;
  }

  .jollyeast-flow-heading h1,
  .jollyeast-flow-heading h2 {
    font-size: 20px;
  }

  .jollyeast-flow-heading p {
    margin-top: 12px;
    font-size: 10px;
  }

  .jollyeast-flow-card {
    margin-inline: 20px;
    padding-bottom: 22px;
  }

  .jollyeast-tour-date,
  .jollyeast-party-size {
    width: 100%;
  }

  .jollyeast-flow-field > span,
  .jollyeast-party-size h3,
  .jollyeast-accommodation__header h3,
  .jollyeast-extra-nights header h4,
  .jollyeast-private-vehicles > header h3 {
    font-size: 14px;
  }

  .jollyeast-accommodation .jollyeast-room-options,
  .jollyeast-extra-nights__grid,
  .jollyeast-private-vehicles__grid {
    grid-template-columns: 1fr;
    max-width: none;
    gap: 14px;
  }

  .jollyeast-accommodation .jollyeast-room-option,
  .jollyeast-private-vehicle {
    padding-bottom: 12px;
  }

  .jollyeast-accommodation .jollyeast-room-option > img,
  .jollyeast-private-vehicle > img {
    height: 218px;
  }

  .jollyeast-flow-actions {
    margin: 0;
    padding: 14px 20px 18px;
    background: #f5f5f5;
  }

  .jollyeast-flow-actions .payment-actions-bar__next {
    width: 132px;
    min-width: 132px;
    min-height: 40px;
    margin: 0 auto;
  }

  .jollyeast-flow-dialog {
    width: 100vw;
    max-width: none;
    max-height: 100dvh;
    margin: 0;
  }

  .jollyeast-flow-dialog .jollyeast-flow-dialog__surface {
    box-sizing: border-box;
    width: 100%;
    min-height: 100dvh;
    max-height: 100dvh;
    padding: 24px 20px;
    border-radius: 0;
  }
}

/* Final JE-FB-052 overrides. */
.jollyeast-flow-panel { padding: 0; }
.jollyeast-flow-step-2 .jollyeast-flow-panel { padding: 0 30px 32px; }
.jollyeast-flow-step-2 .jollyeast-extra-group h3 { font-weight: 700; }
.jollyeast-flow-content,
.jollyeast-flow-content button,
.jollyeast-flow-content input,
.jollyeast-flow-content select,
.jollyeast-flow-content textarea,
.jollyeast-flow-content dialog { font-family: "Mona Sans", system-ui, sans-serif; }
.jollyeast-flow-field > span,
.jollyeast-party-size h3,
.jollyeast-accommodation__header h3,
.jollyeast-extra-nights header h4,
.jollyeast-private-vehicles > header h3 { font-size: 18px; line-height: 1.3; }
.jollyeast-flow-field > small,
.jollyeast-party-size > p,
.jollyeast-accommodation__header p,
.jollyeast-private-vehicles > header p { font-size: 14px; line-height: 1.45; }
.jollyeast-tour-date input { min-height: 44px; font-size: 15px; }
.jollyeast-party-size__row { min-height: 44px; font-size: 16px; }
.jollyeast-party-size__row .jollyeast-number-stepper { gap: 8px; }
.jollyeast-party-size__row .jollyeast-number-stepper button,
.jollyeast-room-option__editor .jollyeast-number-stepper button {
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  padding: 0;
  line-height: 20px;
  font-size: 16px;
}
.jollyeast-party-size__row .jollyeast-number-stepper input,
.jollyeast-room-option__editor .jollyeast-number-stepper input { width: 30px; font-size: 17px; font-weight: 700; }
.jollyeast-accommodation .jollyeast-room-option,
.jollyeast-private-vehicle { width: 100%; min-width: 0; align-self: start; }
.jollyeast-room-option__copy > strong,
.jollyeast-private-vehicle__copy > strong { font-size: 18px; line-height: 1.3; }
.jollyeast-room-option__copy > p,
.jollyeast-private-vehicle__copy > small { font-size: 14px; line-height: 1.45; }
.jollyeast-room-option__select span,
.jollyeast-room-option__confirm,
.jollyeast-private-vehicle__select { min-height: 42px; font-size: 16px; line-height: 1; }
.jollyeast-private-vehicle.is-selected .jollyeast-private-vehicle__select { background: #2c9c2f; color: #fff; }
.jollyeast-private-vehicle__details,
.jollyeast-room-option__details,
.jollyeast-room-option__change { font-size: 14px; }
.jollyeast-private-vehicle__capacity { gap: 8px; font-size: 16px !important; }
.jollyeast-private-vehicle__capacity svg { width: 18px; height: 18px; }
.jollyeast-accommodation-dialog__grade-copy { margin-top: 12px; }

/* Extra nights follows the large Figma card treatment. */
.jollyeast-extra-nights header h4 { font-size: 20px; }
.jollyeast-extra-nights header p { max-width: 760px; font-size: 14px; line-height: 1.5; }
.jollyeast-extra-nights__grid { gap: 22px; margin-top: 18px; max-width: 100%; }
.jollyeast-night-card {
  min-height: 348px;
  padding: 26px 24px 24px;
  border-color: #e5e5e5;
  background: #f5f5f5;
}
.jollyeast-night-card > strong { font-size: 18px; line-height: 1.35; }
.jollyeast-night-card__date,
.jollyeast-night-card__help { font-size: 14px; line-height: 1.5; }
.jollyeast-night-card__date { min-height: 66px; margin: 16px 0 8px; }
.jollyeast-night-card .jollyeast-number-stepper { margin: 12px 0 20px; gap: 16px; }
.jollyeast-night-card .jollyeast-number-stepper button {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
  border-radius: 50%;
  font-size: 18px;
  line-height: 22px;
}
.jollyeast-night-card .jollyeast-number-stepper input { width: 34px; font-size: 22px; font-weight: 700; }
.jollyeast-night-card__help { min-height: 70px; margin: 0 0 20px; }
.jollyeast-night-card footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(108px, auto);
  align-items: center;
  gap: 12px;
}
.jollyeast-night-card footer > strong { min-width: 0; font-size: 20px; line-height: 1.15; white-space: nowrap; letter-spacing: -.01em; }
.jollyeast-night-card footer > span { font-size: 13px; line-height: 1.2; white-space: nowrap; }
.jollyeast-night-card footer button { width: 108px; min-width: 108px; min-height: 42px; font-size: 16px; }
.jollyeast-extra-nights__notes { margin-top: 24px; font-size: 14px; line-height: 1.5; }

.jollyeast-room-option[data-room-card-state="rooms"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #f5f5f5;
}
.jollyeast-room-option[data-room-card-state="rooms"] .jollyeast-room-option__editor-head strong { font-size: 20px; }
.jollyeast-room-option[data-room-card-state="rooms"] .jollyeast-room-option__editor-head span { font-size: 14px; }
.jollyeast-room-option[data-room-card-state="rooms"] .jollyeast-room-count > span { font-size: 16px; }
.jollyeast-room-option[data-room-card-state="rooms"] .jollyeast-room-count select { min-height: 44px; font-size: 15px; }
.jollyeast-room-option[data-room-card-state="rooms"] .jollyeast-room-allocation { padding: 12px; }
.jollyeast-room-option[data-room-card-state="rooms"] .jollyeast-room-allocation h3 { font-size: 16px; }
.jollyeast-room-option[data-room-card-state="rooms"] .jollyeast-room-allocation__row > span { font-size: 16px; }
.jollyeast-room-option[data-room-card-state="rooms"] .jollyeast-room-option__confirm { margin-top: 18px; }
.jollyeast-room-option[data-room-card-state="rooms"] .jollyeast-room-option__editor { flex: 1; padding: 18px 14px 8px; }
.jollyeast-room-option[data-room-card-state="rooms"] .jollyeast-room-option__details { margin-top: auto; }
@media (max-width: 767px) {
  .jollyeast-accommodation .jollyeast-room-options,
  .jollyeast-private-vehicles__grid { grid-template-columns: 1fr; }
  .jollyeast-night-card { min-height: 340px; padding: 22px 18px 20px; }
  .jollyeast-night-card footer { grid-template-columns: minmax(0, 1fr) auto minmax(96px, auto); gap: 8px; }
  .jollyeast-night-card footer button { width: 96px; min-width: 96px; }
}

/* JE-FB-052 mobile checkout: keep the price bar focused on the total. The
   step action belongs at the end of the form on small screens, while the
   five-step progress remains a fixed-width, non-scrolling row. */
@media (max-width: 800px) {
  section.jollyeast-flow-content .payment-content__container {
    width: calc(100% - 32px);
    margin-inline: auto;
    padding-block: 12px 22px;
    padding-inline: 0;
  }

  .jollyeast-flow-step-2 .jollyeast-flow-panel {
    padding: 0 20px 22px;
  }

  .payment-sidebar.is-mobile-summary-bar .payment-summary__next {
    display: none;
  }

  .payment-sidebar.is-mobile-summary-bar .payment-summary__drawer-toggle {
    width: auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 20px;
  }

  .jollyeast-flow-step-1 .jollyeast-flow-actions {
    display: flex;
  }

  .jollyeast-flow-progress .payment-progress__list {
    width: 100%;
    min-width: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    overflow: visible;
    padding-bottom: 0;
  }

  .jollyeast-flow-progress .payment-progress__list--transfer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .jollyeast-flow-progress .payment-progress__item {
    min-width: 0;
  }
}

/* Payment final cascade: every real WooCommerce gateway owns its label and
   provider box. This remains stable when gateways refresh or change count. */
.jollyeast-checkout-main {
  position: relative;
}

.jollyeast-checkout-main .wc_payment_methods,
.jollyeast-checkout-main .woocommerce-checkout-payment ul.payment_methods {
  column-gap: 28px;
}

.jollyeast-checkout-main #payment,
.jollyeast-checkout-main .woocommerce-checkout-payment,
.jollyeast-checkout-main .woocommerce-checkout-payment .place-order {
  border-radius: 0 !important;
  background: transparent !important;
}

.jollyeast-checkout-main .woocommerce-checkout-payment .place-order {
  box-sizing: border-box;
  padding: 0 !important;
}

.jollyeast-checkout-main .wc_payment_method > input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  accent-color: #ff6249;
}

.jollyeast-checkout-main .wc_payment_method > label {
  margin: 0;
}

.jollyeast-checkout-main .payment_box {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #777 !important;
}

.jollyeast-checkout-main .payment_box::before,
.jollyeast-checkout-main .payment_box::after {
  display: none !important;
}

.jollyeast-checkout-main #place_order {
  position: static;
  width: 132px;
  min-width: 132px;
  min-height: 44px;
  margin: 0 0 0 auto;
}

.jollyeast-checkout-main .jollyeast-checkout-backbar {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  margin: 20px 0 0;
  padding: 0;
  justify-content: flex-start;
}

.jollyeast-flow-notices .woocommerce-message,
.jollyeast-flow-notices .woocommerce-info,
.jollyeast-flow-notices .woocommerce-error {
  box-sizing: border-box;
  min-height: 44px;
  padding: 12px 16px 12px 56px;
  border: 1px solid #f0d4ca;
  border-top: 2px solid #ff6249;
  border-radius: 0;
  background: #fff;
  color: #555;
  list-style: none;
}

.jollyeast-flow-notices .woocommerce-message {
  border-color: #cfe8c9;
  border-top-color: #6caf45;
}

.jollyeast-flow-notices .woocommerce-message::before,
.jollyeast-flow-notices .woocommerce-info::before,
.jollyeast-flow-notices .woocommerce-error::before {
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}

.jollyeast-checkout-form > .woocommerce-NoticeGroup-checkout {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 18px;
}

.jollyeast-checkout-form > .woocommerce-NoticeGroup-checkout .woocommerce-error,
.jollyeast-checkout-form > .woocommerce-NoticeGroup-checkout .woocommerce-message,
.jollyeast-checkout-form > .woocommerce-NoticeGroup-checkout .woocommerce-info {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 12px 16px 12px 56px;
  border: 1px solid #f0d4ca;
  border-top: 2px solid #ff6249;
  border-radius: 0;
  background: #fff;
  color: #555;
  list-style: none;
}

@media (max-width: 800px) {
  .jollyeast-checkout-main .wc_payment_method > label {
    margin-right: 16px;
  }

  .jollyeast-checkout-main .jollyeast-checkout-backbar {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}

/* JE-FB-052 final traveller and flow-action alignment.
   Keep Tour section headings prominent, but match the Figma traveller forms'
   lighter labels and restore the explicit previous-step action. */
.jollyeast-contact-card .jollyeast-flow-field > span,
.jollyeast-tour-travellers .jollyeast-flow-field > span,
.jollyeast-transfer-flow-card .jollyeast-flow-field > span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.jollyeast-traveller-card h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.jollyeast-package-directive h3,
.jollyeast-additional-information h3,
.jollyeast-transfer-contact h3,
.jollyeast-transfer-journey h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.jollyeast-transfer-flow-card > legend {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #252525;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.jollyeast-transfer-flow-card > .jollyeast-flow-card__intro {
  clear: both;
}

.jollyeast-flow-actions {
  flex-direction: row;
  justify-content: center;
  gap: 28px;
}

.jollyeast-flow-actions .payment-actions-bar__back {
  display: inline-flex;
  width: auto;
  min-width: 0;
  min-height: 44px;
  justify-content: center;
}

.jollyeast-flow-actions .payment-actions-bar__next {
  flex: none;
  width: 132px;
  min-width: 132px;
  min-height: 44px;
}

.jollyeast-flow-step-1 .jollyeast-flow-actions .payment-actions-bar__back {
  display: none;
}

@media (max-width: 800px) {
  .jollyeast-contact-card .jollyeast-flow-field > span,
  .jollyeast-tour-travellers .jollyeast-flow-field > span,
  .jollyeast-transfer-flow-card .jollyeast-flow-field > span {
    font-size: 14px;
  }

  .jollyeast-transfer-flow-card > legend {
    font-size: 18px;
  }

  .jollyeast-flow-actions {
    gap: 16px;
  }

  .jollyeast-flow-actions .payment-actions-bar__back,
  .jollyeast-flow-actions .payment-actions-bar__next {
    margin: 0;
  }

  .jollyeast-flow-actions .payment-actions-bar__back {
    width: auto;
    min-width: 0;
  }

  .jollyeast-flow-actions .payment-actions-bar__next {
    width: 132px;
    min-width: 132px;
  }
}

/* Theme v1.9.95 production gateway compatibility.
   WooCommerce 11 and PayPal Payments add native float widths after the
   JollyEast grid rules. Keep the real gateway DOM, but normalize those
   production-only wrappers to the Figma checkout layout. */
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout form.checkout_coupon {
  display: none !important;
}

.jollyeast-checkout-main .woocommerce-billing-fields__field-wrapper > .form-row {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: none !important;
}

.jollyeast-checkout-main .woocommerce-billing-fields__field-wrapper > .form-row .woocommerce-input-wrapper,
.jollyeast-checkout-main .woocommerce-billing-fields__field-wrapper > .form-row input,
.jollyeast-checkout-main .woocommerce-billing-fields__field-wrapper > .form-row select,
.jollyeast-checkout-main .woocommerce-billing-fields__field-wrapper > .form-row .select2-container {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
}

.jollyeast-checkout-main .wc_payment_methods,
.jollyeast-checkout-main .woocommerce-checkout-payment ul.payment_methods {
  row-gap: 12px;
  padding: 0 0 14px !important;
}

.jollyeast-checkout-main .wc_payment_method > label {
  white-space: normal;
}

.jollyeast-checkout-main .wc_payment_method > label img {
  width: auto !important;
  max-width: 52px !important;
  max-height: 22px !important;
  object-fit: contain;
}

.jollyeast-checkout-main .payment_box {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  margin: 14px 0 0 !important;
  padding: 14px 0 0 !important;
}

.jollyeast-checkout-main .payment_box .wc-payment-form,
.jollyeast-checkout-main .payment_box .wc-credit-card-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
}

.jollyeast-checkout-main .payment_box .wc-payment-form > .form-row,
.jollyeast-checkout-main .payment_box .wc-credit-card-form > .form-row {
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
}

.jollyeast-checkout-main .payment_box .wc-payment-form > .form-row-wide,
.jollyeast-checkout-main .payment_box .wc-credit-card-form > .form-row-wide {
  grid-column: 1 / -1;
}

.jollyeast-checkout-main .payment_box .wc-payment-form input,
.jollyeast-checkout-main .payment_box .wc-credit-card-form input {
  box-sizing: border-box;
  width: 100% !important;
  min-height: 44px;
  max-width: none !important;
}

.jollyeast-checkout-main .woocommerce-privacy-policy-text {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #ececec;
  font-size: 13px;
  line-height: 1.5;
}

.jollyeast-checkout-main .payment_box .wc-payment-form > .clear,
.jollyeast-checkout-main .payment_box .wc-credit-card-form > .clear {
  display: none;
}

.jollyeast-checkout-main #place_order {
  width: 132px !important;
  min-width: 132px !important;
  max-width: 132px !important;
  float: none !important;
}

@media (max-width: 800px) {
  .jollyeast-checkout-main .payment_box {
    padding-top: 16px !important;
  }

  .jollyeast-checkout-main .payment_box .wc-payment-form,
  .jollyeast-checkout-main .payment_box .wc-credit-card-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .jollyeast-checkout-main .payment_box .wc-payment-form > .form-row-wide,
  .jollyeast-checkout-main .payment_box .wc-credit-card-form > .form-row-wide {
    grid-column: auto;
  }
}

/* Theme v1.9.96 checkout hotfixes.
   Keep the production DOM and real data intact while closing the last cascade
   collisions reported after the v1.9.95 deployment. */
.jollyeast-party-size__row .jollyeast-number-stepper button,
.jollyeast-night-card .jollyeast-number-stepper button,
.jollyeast-room-option__editor .jollyeast-number-stepper button {
  min-width: 22px;
  min-height: 22px;
}

.jollyeast-flow-step-2 .jollyeast-flow-extra__total-label[hidden] {
  display: none !important;
}

.jollyeast-flow-step-2 .jollyeast-flow-extra--additional:not(.has-benefits):not(.has-note) {
  grid-template-areas:
    "copy copy"
    "success success"
    "price action";
  align-content: start;
  gap: 20px 22px;
  min-height: 174px;
}

.jollyeast-flow-step-2 .jollyeast-flow-extra--additional.has-benefits,
.jollyeast-flow-step-2 .jollyeast-flow-extra--additional.has-note {
  grid-template-areas:
    "copy copy"
    "success success"
    "price action"
    "note note";
}

.jollyeast-flow-step-2 .jollyeast-flow-extra--additional:not(.has-benefits) .jollyeast-flow-extra__copy {
  min-height: 64px;
}

.jollyeast-flow-step-2 .jollyeast-flow-extra--optional:not(.has-image) {
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "copy copy"
    "success success"
    "price action"
    "note note";
  align-self: start;
  align-content: start;
  min-height: 0;
  padding: 16px;
  overflow: visible;
}

.jollyeast-flow-step-2 .jollyeast-flow-extra--optional:not(.has-image) .jollyeast-flow-extra__copy {
  grid-area: copy;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0 0 12px;
}

.jollyeast-flow-step-2 .jollyeast-flow-extra--optional:not(.has-image) .jollyeast-flow-extra__success {
  grid-area: success;
  grid-column: auto;
  grid-row: auto;
  margin: 0 0 12px;
}

.jollyeast-flow-step-2 .jollyeast-flow-extra--optional:not(.has-image) .jollyeast-flow-extra__price {
  grid-area: price;
  grid-column: auto;
  align-self: end;
  justify-items: start;
  padding: 4px 0 0;
}

.jollyeast-flow-step-2 .jollyeast-flow-extra--optional:not(.has-image) .jollyeast-flow-extra__action {
  grid-area: action;
  align-self: end;
  margin: 4px 0 0 12px;
}

.jollyeast-flow-step-2 .jollyeast-flow-extra--optional:not(.has-image) .jollyeast-flow-extra__consent {
  grid-area: note;
  grid-column: 1 / -1;
  margin-top: 12px;
}

@media (max-width: 800px) {
  .jollyeast-flow-step-2 .jollyeast-flow-extra--optional:not(.has-image) {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 0;
  }

  .jollyeast-flow-step-2 .jollyeast-flow-extra--optional:not(.has-image) .jollyeast-flow-extra__copy {
    min-height: 0;
  }
}

/* JE-FB-052 final checkout contract. Kept last so WooCommerce and gateway
   refreshes cannot restore legacy floats or one-column billing widths. */
.jollyeast-checkout-payment-step .payment-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) minmax(320px, 400px);
  align-items: start;
  gap: 20px;
}

.jollyeast-checkout-main .woocommerce-billing-fields__field-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 36px;
}

.jollyeast-checkout-main .woocommerce-billing-fields__field-wrapper > .form-row {
  width: auto !important;
  margin: 0 !important;
}

.jollyeast-checkout-main #billing_phone_field {
  grid-column: 1;
  grid-row: 1;
}

.jollyeast-checkout-main #billing_address_1_field {
  grid-column: 2;
  grid-row: 1;
}

.jollyeast-checkout-main #billing_postcode_field {
  grid-column: 1;
  grid-row: 2;
}

.jollyeast-checkout-main #billing_city_field {
  grid-column: 2;
  grid-row: 2;
}

.jollyeast-checkout-main #billing_state_field {
  grid-column: 1;
  grid-row: 3;
}

.jollyeast-checkout-main #billing_country_field {
  grid-column: 2;
  grid-row: 3;
}

.jollyeast-checkout-main .jollyeast-checkout-contact-field--hidden {
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
}

.jollyeast-checkout-main .woocommerce-billing-fields__field-wrapper > .form-row-wide,
.jollyeast-checkout-main .woocommerce-billing-fields__field-wrapper > .jollyeast-checkout-contact-field--hidden {
  grid-column: 1 / -1;
}

.jollyeast-checkout-main .wc_payment_methods,
.jollyeast-checkout-main .woocommerce-checkout-payment ul.payment_methods {
  display: block !important;
  padding-top: 14px !important;
}

.jollyeast-checkout-main .wc_payment_method {
  display: block !important;
}

.jollyeast-checkout-main .wc_payment_method > input.input-radio,
.jollyeast-checkout-main .wc_payment_method > label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.jollyeast-checkout-main .jollyeast-payment-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ececec;
}

.jollyeast-checkout-main .jollyeast-payment-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #252525;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.jollyeast-checkout-main .jollyeast-payment-tab::before {
  content: "";
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
}

.jollyeast-checkout-main .jollyeast-payment-tab.is-active::before {
  border: 5px solid #ff6249;
}

.jollyeast-checkout-main .jollyeast-payment-tab img {
  width: auto !important;
  max-width: 52px !important;
  max-height: 22px !important;
  object-fit: contain;
}

.jollyeast-checkout-main .place-order,
.jollyeast-checkout-main .woocommerce-privacy-policy-text,
.jollyeast-checkout-main .woocommerce-terms-and-conditions-wrapper {
  grid-column: 1 / -1;
}

/* JE-FB-056: layout-stability only — the card surface (radius, paddings, footer and
   buttons) comes from the shared .city-tour-card contract in city-list-page.css. */
.jollyeast-related-tours__grid .jollyeast-related-tour.city-tour-card {
  overflow: hidden;
  min-width: 0;
}

.jollyeast-related-tour.city-tour-card .city-tour-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 800px) {
  .jollyeast-checkout-payment-step .payment-layout { display: flex; flex-direction: column; gap: 0; }
  .jollyeast-checkout-main .woocommerce-billing-fields__field-wrapper,
  .jollyeast-checkout-main .jollyeast-payment-tabs {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px;
  }
  .jollyeast-checkout-main .woocommerce-billing-fields__field-wrapper > .form-row-wide,
  .jollyeast-checkout-main .woocommerce-billing-fields__field-wrapper > .jollyeast-checkout-contact-field--hidden { grid-column: auto; }
  .jollyeast-checkout-main #billing_phone_field,
  .jollyeast-checkout-main #billing_address_1_field,
  .jollyeast-checkout-main #billing_postcode_field,
  .jollyeast-checkout-main #billing_city_field,
  .jollyeast-checkout-main #billing_state_field,
  .jollyeast-checkout-main #billing_country_field {
    grid-column: 1;
  }
  .jollyeast-checkout-main #billing_phone_field { grid-row: 1; }
  .jollyeast-checkout-main #billing_address_1_field { grid-row: 2; }
  .jollyeast-checkout-main #billing_postcode_field { grid-row: 3; }
  .jollyeast-checkout-main #billing_city_field { grid-row: 4; }
  .jollyeast-checkout-main #billing_state_field { grid-row: 5; }
  .jollyeast-checkout-main #billing_country_field { grid-row: 6; }
  .jollyeast-related-tour.city-tour-card .city-tour-card__image { height: 220px; }
}
