/**
 * StayEasy — Booking checkout redesign (Confirm your stay).
 * Matches the two-column checkout mockup: calm page shell, serif titles, teal accents.
 */

body.booking-checkout-body {
  --bc-bg: #f4f6f8;
  --bc-card: #ffffff;
  --bc-border: #e4e8ec;
  --bc-border-strong: #d5dce3;
  --bc-text: #1a2332;
  --bc-muted: #6b7785;
  --bc-teal: var(--se-teal, #0a9396);
  --bc-teal-soft: rgba(var(--se-teal-rgb, 10, 147, 150), 0.1);
  --bc-radius: 0.75rem;
  --bc-radius-lg: 1rem;
  background: var(--bc-bg);
}

.booking-checkout-body.booking-pay-standalone {
  --bc-bg: #f4f6f8;
  --bc-card: #ffffff;
  --bc-border: #e4e8ec;
  --bc-border-strong: #d5dce3;
  --bc-text: #1a2332;
  --bc-muted: #6b7785;
  --bc-teal: var(--se-teal, #0a9396);
  --bc-teal-soft: rgba(var(--se-teal-rgb, 10, 147, 150), 0.1);
  --bc-radius: 0.75rem;
  --bc-radius-lg: 1rem;
}

body.booking-checkout-body .booking-checkout {
  padding: 1.5rem 0 3.5rem;
}

@media (min-width: 992px) {
  body.booking-checkout-body .booking-checkout {
    padding: 2rem 0 4rem;
  }
}

/* —— Page intro —— */
.booking-checkout__back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--bc-teal);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 1rem;
}

.booking-checkout__back:hover,
.booking-checkout__back:focus-visible {
  color: var(--se-teal-dark, #087a7d);
  text-decoration: underline;
}

.booking-checkout__intro {
  display: flex;
  align-items: center;
  gap: 1.15rem 1.35rem;
  margin: 0 0 1.75rem;
}

.booking-checkout__intro--pay {
  margin-bottom: 1.35rem;
}

.booking-checkout__intro--pay .booking-checkout__title {
  font-size: clamp(2.35rem, 4vw, 3.15rem);
  letter-spacing: -0.02em;
}

.booking-checkout__intro-media {
  flex: 0 0 auto;
  width: 7.5rem;
  height: 5.75rem;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #e8ecef;
  box-shadow: 0 0.35rem 1rem rgba(26, 35, 50, 0.1);
}

.booking-checkout__intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.booking-checkout__intro-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.booking-checkout__title {
  font-family: var(--stayeasy-font-heading, var(--se-font-heading, "Cormorant Garamond", Georgia, serif));
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--bc-text);
  line-height: 1.15;
  margin: 0 0 0.5rem;
}

.booking-checkout__lede {
  color: var(--bc-muted);
  font-size: 0.98rem;
  margin: 0;
  max-width: 36rem;
}

@media (min-width: 768px) {
  .booking-checkout__intro-media {
    width: 9.5rem;
    height: 7rem;
  }
}

@media (max-width: 575.98px) {
  .booking-checkout__intro {
    align-items: flex-start;
  }

  .booking-checkout__intro-media {
    width: 5.5rem;
    height: 4.25rem;
  }
}

/* —— Progress steps —— */
.booking-checkout__steps {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  row-gap: 0.75rem;
}

.booking-checkout__step {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--bc-muted);
  text-decoration: none;
}

.booking-checkout__step.is-active {
  color: var(--bc-teal);
}

.booking-checkout__step.is-done {
  color: var(--bc-muted);
}

.booking-checkout__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  border: 1.5px solid #cfd6dd;
  background: #fff;
  color: var(--bc-muted);
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
}

.booking-checkout__step.is-active .booking-checkout__step-num {
  background: var(--bc-teal);
  border-color: var(--bc-teal);
  color: #fff;
}

.booking-checkout__step.is-done .booking-checkout__step-num {
  background: var(--bc-teal-soft);
  border-color: rgba(var(--se-teal-rgb, 10, 147, 150), 0.35);
  color: var(--bc-teal);
}

.booking-checkout__step-rail {
  flex: 1 1 2.5rem;
  min-width: 1.5rem;
  max-width: 4.5rem;
  height: 1px;
  background: #d5dce3;
  margin: 0 0.65rem;
}

@media (max-width: 575.98px) {
  .booking-checkout__step-rail {
    display: none;
  }

  .booking-checkout__steps {
    gap: 0.75rem 1.25rem;
  }
}

/* —— Main card —— */
.booking-checkout-card {
  background: var(--bc-card);
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius-lg);
  box-shadow: none;
  padding: 1.5rem 1.35rem;
}

@media (min-width: 768px) {
  .booking-checkout-card {
    padding: 1.85rem 1.75rem;
  }
}

.booking-checkout-card__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5c6773;
  margin: 0 0 1.15rem;
}

.booking-property-chip {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0.85rem;
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius);
  margin-bottom: 1.35rem;
  background: #fafbfc;
}

.booking-property-chip__media {
  width: 5.25rem;
  height: 4.25rem;
  border-radius: 0.55rem;
  object-fit: cover;
  flex-shrink: 0;
  background: #e8ecef;
}

.booking-property-chip__title {
  font-family: var(--stayeasy-font-heading, var(--se-font-heading, "Cormorant Garamond", Georgia, serif));
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--bc-text);
  margin: 0 0 0.2rem;
  line-height: 1.25;
}

.booking-property-chip__meta {
  font-size: 0.85rem;
  color: var(--bc-muted);
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
}

.booking-property-chip__meta i {
  color: var(--bc-teal);
}

/* —— Date & guest fields —— */
.booking-field-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

@media (min-width: 576px) {
  .booking-field-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.booking-field {
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius);
  background: #fff;
  padding: 0.7rem 0.9rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.booking-field:focus-within {
  border-color: rgba(var(--se-teal-rgb, 10, 147, 150), 0.55);
  box-shadow: 0 0 0 3px rgba(var(--se-teal-rgb, 10, 147, 150), 0.12);
}

.booking-field__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bc-muted);
  margin-bottom: 0.25rem;
}

.booking-field__row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.booking-field__row > i {
  color: var(--bc-teal);
  font-size: 1.05rem;
  flex-shrink: 0;
}

.booking-field .booking-stay-date-input,
.booking-field .form-control,
.booking-field .form-select {
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
  background: transparent !important;
  font-size: 1rem;
  font-weight: 600;
  color: var(--bc-text);
  min-height: 0;
  height: auto;
}

.booking-field .booking-stay-date-input::placeholder {
  color: #9aa5b1;
  font-weight: 500;
}

.booking-guest-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.booking-guest-field__identity {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.booking-guest-field__identity i {
  color: var(--bc-teal);
  font-size: 1.15rem;
}

.booking-guest-field__name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--bc-text);
}

.booking-guest-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.booking-guest-stepper__btn {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid var(--bc-border);
  background: #fff;
  color: var(--bc-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.booking-guest-stepper__btn:hover:not(:disabled),
.booking-guest-stepper__btn:focus-visible {
  border-color: var(--bc-teal);
  color: var(--bc-teal);
  background: var(--bc-teal-soft);
}

.booking-guest-stepper__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.booking-guest-stepper__value {
  min-width: 1.5rem;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  color: var(--bc-text);
}

.booking-guest-cap {
  font-size: 0.82rem;
  color: var(--bc-muted);
  margin: 0.15rem 0 1.15rem;
}

/* —— Room / meal blocks inside card —— */
.booking-checkout-card .booking-room-block,
.booking-checkout-card #booking-meal-plan-wrap {
  margin-top: 0.35rem;
  margin-bottom: 1rem;
}

.booking-checkout-card .form-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bc-muted);
}

/* —— Multi-room cards (hotels / resorts / residences) —— */
.booking-rooms-head {
  margin-bottom: 1rem;
}

.booking-rooms-head .form-label,
.booking-checkout-card .booking-rooms-head .form-label {
  font-family: var(--stayeasy-font-heading, var(--se-font-heading, "Cormorant Garamond", Georgia, serif));
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--bc-text);
}

.booking-rooms-head .form-text {
  color: var(--bc-muted);
  font-size: 0.9rem;
  line-height: 1.45;
  max-width: 36rem;
}

.booking-room-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.booking-room-card {
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius-lg);
  background: #fff;
  overflow: visible;
  position: relative;
  box-shadow: 0 0.35rem 1.1rem rgba(13, 27, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.booking-room-card.is-meal-open {
  z-index: 8;
}

.booking-room-card:hover {
  border-color: rgba(var(--se-teal-rgb, 10, 147, 150), 0.38);
  box-shadow: 0 0.65rem 1.7rem rgba(13, 27, 42, 0.09);
}

.booking-room-card.is-selected {
  border-color: var(--bc-teal);
  box-shadow: 0 0 0 3px var(--bc-teal-soft), 0 0.65rem 1.7rem rgba(var(--se-teal-rgb, 10, 147, 150), 0.14);
}

.booking-room-card.is-soldout {
  opacity: 1;
}

.booking-room-card.is-soldout .booking-room-card__layout {
  opacity: 0.7;
}

.booking-room-card.is-soldout:hover {
  border-color: var(--bc-border);
  box-shadow: 0 0.35rem 1.1rem rgba(13, 27, 42, 0.04);
}

.booking-room-card.is-soldout:hover .booking-room-card__media img {
  transform: none;
}

.booking-room-card__layout {
  display: grid;
  grid-template-columns: 11.5rem minmax(0, 1fr);
  align-items: stretch;
}

.booking-room-card__media {
  position: relative;
  min-height: 10.75rem;
  overflow: hidden;
  background: #eef2f5;
  border-radius: var(--bc-radius-lg) 0 0 var(--bc-radius-lg);
}

.booking-room-card__media-carousel,
.booking-room-card__media-carousel .carousel-inner,
.booking-room-card__media-carousel .carousel-item {
  height: 100%;
}

.booking-room-card.is-selected .booking-room-card__media {
  border-bottom-left-radius: 0;
}

.booking-room-card__media img,
.booking-room-card__media-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.booking-room-card:hover .booking-room-card__media img,
.booking-room-card:hover .booking-room-card__media-img {
  transform: scale(1.04);
}

.booking-room-card__media-nav {
  width: 2rem;
  opacity: 1;
  z-index: 2;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.booking-room-card__media-nav.carousel-control-prev {
  left: 0.35rem;
}

.booking-room-card__media-nav.carousel-control-next {
  right: 0.35rem;
}

.booking-room-card__media-nav-icon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
}

.booking-room-card__media-empty {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #98a2ad;
  font-size: 1.75rem;
  background: linear-gradient(160deg, #eef3f2 0%, #e4eceb 100%);
}

.booking-room-card__picked {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: var(--bc-teal);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  box-shadow: 0 0.2rem 0.55rem rgba(10, 147, 150, 0.35);
}

.booking-room-card.is-selected .booking-room-card__picked,
.booking-room-picker__option.is-selected .booking-room-card__picked {
  display: inline-flex;
}

.booking-room-card__photos {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: rgba(13, 27, 42, 0.72);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.booking-room-card__info {
  --room-card-pad-x: 1.15rem;
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1rem var(--room-card-pad-x) 0;
}

.booking-room-card__title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem;
}

.booking-room-card__title-row .booking-room-card__name,
.booking-room-card__title-row .booking-room-picker__name {
  min-width: 0;
  flex: 1 1 auto;
}

.booking-room-card__name {
  font-family: var(--stayeasy-font-heading, var(--se-font-heading, "Cormorant Garamond", Georgia, serif));
  font-size: 1.28rem;
  font-weight: 600;
  color: var(--bc-text);
  margin: 0;
  line-height: 1.2;
}

.booking-room-card__selected-flag {
  display: none;
  flex: 0 0 auto;
  align-items: center;
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  background: var(--bc-teal);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-room-card.is-selected .booking-room-card__selected-flag,
.booking-room-picker__option.is-selected .booking-room-card__selected-flag {
  display: inline-flex;
}

.booking-room-picker--cards .booking-room-picker__option:not(.is-selected) .booking-room-card__selected-flag {
  display: inline-flex;
  background: #fff;
  color: var(--se-teal-dark, #087a7d);
  border: 1.5px solid var(--bc-teal);
}

.booking-room-card__selected-flag--pick::before {
  content: "Selected";
}

.booking-room-picker--cards .booking-room-picker__option:not(.is-selected) .booking-room-card__selected-flag--pick::before {
  content: "Select";
}

.booking-room-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.82rem;
  color: var(--bc-muted);
}

.booking-room-card__facts > li,
.booking-room-card__facts > span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: var(--se-off-white, #f4f7f6);
  border: 1px solid rgba(var(--se-navy-mid-rgb, 30, 50, 72), 0.08);
}

.booking-room-card__facts i {
  color: var(--bc-teal);
  font-size: 0.95rem;
}

.booking-room-card__avail-last,
.booking-room-card__avail-gone {
  display: none;
}

.booking-room-card.is-last:not(.is-soldout) .booking-room-card__avail-count {
  display: none;
}

.booking-room-card.is-last:not(.is-soldout) .booking-room-card__avail-last {
  display: inline;
  color: var(--bc-teal);
  font-weight: 700;
}

.booking-room-card.is-soldout .booking-room-card__avail-count,
.booking-room-card.is-soldout .booking-room-card__avail-last {
  display: none;
}

.booking-room-card.is-soldout .booking-room-card__avail-gone {
  display: inline;
  color: #b42318;
  font-weight: 700;
}

.booking-room-card__notes {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.4;
  color: rgba(30, 50, 72, 0.78);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.booking-room-card__amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.booking-room-card__amenities > li,
.booking-room-card__amenities > span {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: var(--se-off-white, #f4f7f6);
  border: 1px solid rgba(var(--se-navy-mid-rgb, 30, 50, 72), 0.08);
  color: var(--bc-text);
  font-size: 0.72rem;
  font-weight: 600;
}

.booking-room-card__amenities i {
  color: var(--bc-teal);
  font-size: 0.82rem;
}

.booking-room-card__amenities-more {
  background: transparent;
  border-style: dashed;
  color: var(--bc-muted);
}

.booking-room-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin: auto calc(-1 * var(--room-card-pad-x, 1.15rem)) 0;
  padding: 0.85rem var(--room-card-pad-x, 1.15rem) 1rem;
  border-top: 1px solid var(--bc-border);
  background: linear-gradient(180deg, #f7fbfa 0%, #ffffff 100%);
  border-radius: 0 0 var(--bc-radius-lg) 0;
}

.booking-room-card.is-selected .booking-room-card__cta {
  border-radius: 0;
}

.booking-room-card__price {
  margin: 0;
  min-width: 0;
}

.booking-room-card__price strong {
  display: block;
  font-family: var(--stayeasy-font-heading, var(--se-font-heading, "Cormorant Garamond", Georgia, serif));
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--bc-text);
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.booking-room-card__price strong .js-stayeasy-price {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.booking-room-card__price span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--bc-muted);
}

.booking-room-card__qty {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.3rem;
  min-width: 8.25rem;
}

.booking-room-card__qty-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bc-muted);
}

.booking-room-card__qty .form-select {
  min-width: 8.25rem;
  min-height: 2.55rem;
  padding: 0.4rem 2rem 0.4rem 0.8rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--bc-text);
  border-radius: 999px;
  border: 1.5px solid var(--bc-border);
  background-color: #fff;
  cursor: pointer;
}

.booking-room-card:not(.is-selected):not(.is-soldout) .booking-room-card__qty .form-select {
  border-color: var(--bc-teal);
  color: var(--se-teal-dark, #087a7d);
  box-shadow: 0 0.25rem 0.75rem rgba(var(--se-teal-rgb, 10, 147, 150), 0.14);
}

.booking-room-card.is-selected .booking-room-card__qty .form-select {
  border-color: var(--bc-teal);
  background: #fff;
}

.booking-room-card__qty .form-select:hover,
.booking-room-card__qty .form-select:focus {
  border-color: var(--bc-teal);
  box-shadow: 0 0 0 3px var(--bc-teal-soft);
  outline: none;
}

.booking-room-card__unavailable {
  display: none;
  margin: 0;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #fef3f2;
  font-size: 0.82rem;
  font-weight: 700;
  color: #b42318;
  text-align: center;
}

.booking-room-card.is-soldout .booking-room-card__unavailable {
  display: block;
}

.booking-room-card.is-soldout .booking-room-card__qty-label,
.booking-room-card.is-soldout .booking-room-card__qty .form-select {
  display: none;
}

.booking-step1-stack {
  display: flex;
  flex-direction: column;
}
.booking-step1-when { order: 1; }
.booking-step1-who { order: 2; }
.booking-step1-rooms { order: 3; }
.booking-step1-meals { order: 4; }

.booking-room-card__meals {
  border-top: 1px solid var(--bc-border);
  padding: 0.95rem 1.15rem 0.4rem;
  background: linear-gradient(180deg, #f7fbfa 0%, #fbfcfd 100%);
}

.booking-room-card:not(.is-selected) .booking-room-card__meals,
.booking-room-card:not(.is-selected) .booking-room-card__assign {
  display: none;
}

.booking-room-card.is-selected .booking-room-card__meals,
.booking-room-card.is-selected .booking-room-card__assign:not(.d-none) {
  animation: bookingRoomReveal 0.28s ease;
}

@keyframes bookingRoomReveal {
  from {
    opacity: 0;
    transform: translateY(-0.35rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .booking-room-card,
  .booking-room-card.is-selected .booking-room-card__meals,
  .booking-room-card.is-selected .booking-room-card__assign:not(.d-none),
  .booking-room-picker--cards .booking-room-picker__option,
  .booking-room-card__media img,
  .booking-room-picker--cards .booking-room-picker__thumb {
    transition: none;
    animation: none;
  }

  .booking-room-card:hover .booking-room-card__media img,
  .booking-room-picker--cards .booking-room-picker__option:hover .booking-room-picker__thumb {
    transform: none;
  }
}

.booking-meal-picker {
  position: relative;
}

.booking-meal-picker__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bc-muted);
  margin-bottom: 0.35rem;
}

.booking-meal-picker__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 2.85rem;
  padding: 0.7rem 0.95rem;
  border: 1.5px solid var(--bc-border);
  border-radius: 0.75rem;
  background: #fff;
  text-align: left;
  color: var(--bc-text);
  cursor: pointer;
}

.booking-meal-picker__trigger:hover,
.booking-meal-picker__trigger:focus-visible,
.booking-meal-picker.is-open .booking-meal-picker__trigger {
  border-color: rgba(var(--se-teal-rgb, 10, 147, 150), 0.55);
  box-shadow: 0 0 0 3px rgba(var(--se-teal-rgb, 10, 147, 150), 0.12);
  outline: none;
}

.booking-meal-picker__trigger:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
}

.booking-meal-picker__copy {
  min-width: 0;
  flex: 1 1 auto;
}

.booking-meal-picker__name {
  display: block;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.25;
}

.booking-meal-picker__rates {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  color: var(--bc-muted);
}

.booking-meal-picker__chevron {
  flex: 0 0 auto;
  color: var(--bc-muted);
  transition: transform 0.15s ease;
}

.booking-meal-picker.is-open .booking-meal-picker__chevron {
  transform: rotate(180deg);
}

.booking-meal-picker__menu {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: calc(100% + 0.35rem);
  background: #fff;
  border: 1px solid var(--bc-border);
  border-radius: 0.8rem;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.12);
  padding: 0.35rem;
  max-height: 18rem;
  overflow: auto;
}

.booking-meal-picker__option {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.7rem 0.75rem;
  border: 0;
  border-radius: 0.6rem;
  background: transparent;
  text-align: left;
  color: inherit;
}

.booking-meal-picker__option:hover,
.booking-meal-picker__option:focus-visible {
  background: #f4f7f8;
  outline: none;
}

.booking-meal-picker__option.is-selected {
  background: rgba(var(--se-teal-rgb, 10, 147, 150), 0.1);
}

.booking-meal-picker__option.is-unavailable {
  opacity: 0.45;
  pointer-events: none;
}

.booking-meal-picker__option-text {
  min-width: 0;
}

.booking-meal-picker__option-name {
  display: block;
  font-weight: 700;
  font-size: 0.9rem;
}

.booking-meal-picker__option-desc {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.75rem;
  color: var(--bc-muted);
}

.booking-meal-picker__option-prices {
  flex: 0 0 auto;
  text-align: right;
  font-size: 0.75rem;
  color: var(--bc-muted);
  line-height: 1.35;
}

.booking-meal-picker__option-prices strong {
  display: block;
  color: var(--bc-teal);
  font-size: 0.88rem;
}

.booking-meal-picker__option-child {
  display: block;
}

.booking-room-card__assign {
  display: grid;
  gap: 0.65rem;
  padding: 0.85rem 1.15rem 1.1rem;
  background: #f7fbfa;
  border-top: 1px solid var(--bc-border);
  border-radius: 0 0 var(--bc-radius-lg) var(--bc-radius-lg);
}

.booking-room-card__assign::before {
  content: "Who sleeps here";
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bc-muted);
}

.booking-room-slot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem 0.85rem;
  align-items: center;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--bc-border);
  border-radius: 0.85rem;
  background: #fff;
}

.booking-room-slot__title {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--bc-text);
}

.booking-room-slot__fields {
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.booking-room-slot__field {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 650;
  color: var(--bc-muted);
}

.booking-room-slot__field .form-select {
  min-height: 2.4rem;
  width: 100%;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--bc-text);
  border-radius: 0.7rem;
  border: 1.5px solid var(--bc-border);
  cursor: pointer;
}

.booking-room-slot__field .form-select:hover,
.booking-room-slot__field .form-select:focus {
  border-color: var(--bc-teal);
  box-shadow: 0 0 0 3px var(--bc-teal-soft);
  outline: none;
}

.booking-room-slot__cap {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--bc-muted);
  white-space: nowrap;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: var(--se-off-white, #f4f7f6);
}

.booking-rooms-assign {
  font-size: 0.86rem;
  color: var(--bc-muted);
  padding: 0.7rem 0.9rem;
  border-radius: 0.75rem;
  background: var(--bc-teal-soft);
  border: 1px solid rgba(var(--se-teal-rgb, 10, 147, 150), 0.18);
}

.booking-rooms-assign.is-warn {
  color: #b42318;
  background: #fef3f2;
  border-color: rgba(180, 35, 24, 0.16);
}

.booking-summary-line--child span {
  color: var(--bc-muted);
}

.booking-summary-line--room span {
  max-width: 70%;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .booking-room-card__layout,
  .booking-room-picker--cards .booking-room-picker__option {
    grid-template-columns: 10.25rem minmax(0, 1fr);
  }
}

@media (max-width: 575.98px) {
  .booking-room-card__layout {
    grid-template-columns: 1fr;
  }

  .booking-room-card__media,
  .booking-room-card.is-selected .booking-room-card__media {
    min-height: 11rem;
    border-radius: var(--bc-radius-lg) var(--bc-radius-lg) 0 0;
  }

  .booking-room-card__info {
    --room-card-pad-x: 1rem;
    padding: 0.95rem var(--room-card-pad-x) 0;
  }

  .booking-room-card__cta {
    flex-wrap: wrap;
    align-items: stretch;
    border-radius: 0;
  }

  .booking-room-card:not(.is-selected) .booking-room-card__cta {
    border-radius: 0 0 var(--bc-radius-lg) var(--bc-radius-lg);
  }

  .booking-room-card__qty {
    align-items: stretch;
    min-width: 0;
    width: 100%;
    flex: 1 1 100%;
  }

  .booking-room-card__qty .form-select,
  .booking-room-slot__field .form-select {
    width: 100%;
    min-width: 0;
    min-height: 2.75rem;
    font-size: 16px;
  }

  .booking-room-card__price strong {
    font-size: 1.45rem;
  }

  .booking-room-card__price span {
    font-size: 0.82rem;
  }

  .booking-room-card__meals,
  .booking-room-card__assign {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* —— Optional accordions —— */
.booking-opt-accordion {
  border-top: 1px solid var(--bc-border);
  margin-top: 0.5rem;
}

.booking-checkout-card > .row + .booking-opt-accordion {
  margin-top: 1.15rem;
}

.booking-opt-accordion__item + .booking-opt-accordion__item {
  border-top: 1px solid var(--bc-border);
}

.booking-opt-accordion__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 0.15rem;
  background: transparent;
  border: 0;
  text-align: left;
  color: var(--bc-text);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
}

.booking-opt-accordion__toggle i.booking-opt-accordion__icon {
  color: var(--bc-teal);
  font-size: 1.1rem;
}

.booking-opt-accordion__toggle i.booking-opt-accordion__chevron {
  margin-left: auto;
  color: var(--bc-muted);
  transition: transform 0.2s ease;
}

.booking-opt-accordion__toggle[aria-expanded="true"] i.booking-opt-accordion__chevron {
  transform: rotate(180deg);
}

.booking-opt-accordion__panel {
  padding: 0 0 1.1rem;
}

.booking-opt-accordion__panel.collapse:not(.show) {
  display: none;
}

/* —— Summary sidebar —— */
.booking-summary-panel {
  background: var(--bc-card);
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius-lg);
  overflow: hidden;
  box-shadow: 0 0.5rem 1.5rem rgba(26, 35, 50, 0.06);
}

.booking-summary-panel__hero {
  position: relative;
  aspect-ratio: 16 / 11;
  background: #dfe5ea;
  overflow: hidden;
}

.booking-summary-panel__hero .booking-summary-gallery,
.booking-summary-panel__hero .carousel-inner,
.booking-summary-panel__hero .carousel-item {
  height: 100%;
}

.booking-summary-gallery__img,
.booking-summary-panel__hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.booking-summary-gallery__empty {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9aa5b1;
  font-size: 2rem;
}

.booking-summary-gallery__ctrl {
  width: 2.25rem;
  opacity: 1;
}

.booking-summary-gallery__ctrl-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: rgba(13, 27, 42, 0.55);
  color: #fff;
  font-size: 0.95rem;
  backdrop-filter: blur(2px);
}

.booking-summary-gallery__ctrl:hover .booking-summary-gallery__ctrl-icon {
  background: rgba(13, 27, 42, 0.78);
}

.booking-summary-gallery__dots {
  margin-bottom: 0.55rem;
}

.booking-summary-gallery__dots [data-bs-target] {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.55);
  border: 0;
  opacity: 1;
}

.booking-summary-gallery__dots .active {
  background-color: #fff;
}

.booking-summary-gallery__count {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: rgba(13, 27, 42, 0.55);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  backdrop-filter: blur(2px);
}

.booking-summary-panel__body {
  padding: 1.25rem 1.25rem 1.4rem;
}

.booking-summary-panel__title {
  font-family: var(--stayeasy-font-heading, var(--se-font-heading, "Cormorant Garamond", Georgia, serif));
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--bc-text);
  margin: 0 0 0.35rem;
  line-height: 1.25;
}

.booking-summary-panel__loc {
  font-size: 0.88rem;
  color: var(--bc-muted);
  margin: 0 0 0.2rem;
}

.booking-summary-panel__loc i {
  color: var(--bc-teal);
}

.booking-summary-panel__stay {
  font-size: 0.88rem;
  color: var(--bc-muted);
  margin: 0 0 1.15rem;
}

.booking-summary-lines {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
}

.booking-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 0.9rem;
  color: #4a5562;
}

.booking-summary-line strong {
  color: var(--bc-text);
  font-weight: 600;
  white-space: nowrap;
}

.booking-summary-line .bi-info-circle {
  font-size: 0.8rem;
  color: #98a2ad;
  margin-left: 0.2rem;
}

.booking-summary-divider {
  border: 0;
  border-top: 1px solid var(--bc-border);
  margin: 0.85rem 0 1rem;
}

.booking-summary-total-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.25rem;
}

.booking-summary-total-row__label {
  font-weight: 700;
  color: var(--bc-text);
  font-size: 1rem;
}

.booking-summary-total-row__value {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--bc-teal);
  line-height: 1.1;
  text-align: right;
}

.booking-summary-total-note {
  font-size: 0.78rem;
  color: var(--bc-muted);
  margin: 0 0 1.1rem;
  text-align: right;
}

.booking-cancel-box {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.85rem 0.9rem;
  border-radius: 0.65rem;
  background: var(--bc-teal-soft);
  margin-bottom: 1.1rem;
}

.booking-cancel-box__icon {
  color: var(--bc-teal);
  font-size: 1.15rem;
  line-height: 1;
  margin-top: 0.1rem;
}

.booking-cancel-box__title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--bc-text);
  margin: 0 0 0.15rem;
}

.booking-cancel-box__text {
  font-size: 0.8rem;
  color: #4a6670;
  margin: 0;
  line-height: 1.4;
}

.booking-summary-cta {
  width: 100%;
  border: 0;
  border-radius: 0.65rem;
  background: var(--bc-teal);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85rem 1.1rem;
  transition: background 0.15s ease, transform 0.15s ease;
}

.booking-summary-cta:hover:not(:disabled),
.booking-summary-cta:focus-visible {
  background: var(--se-teal-dark, #087a7d);
  color: #fff;
}

.booking-summary-cta:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.booking-summary-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0.85rem 0 0;
  font-size: 0.8rem;
  color: var(--bc-muted);
}

.booking-summary-secure i {
  font-size: 0.85rem;
}

/* Keep legacy price widgets readable inside new panel */
.booking-summary-panel .booking-summary-total,
.booking-summary-panel #booking-price-breakdown {
  background: transparent;
  border: 0;
  padding: 0 !important;
  margin-bottom: 0.75rem !important;
}

.booking-summary-panel .alert {
  border-radius: 0.55rem;
}

/* Success / request states still use cards on the soft page bg */
body.booking-checkout-body .booking-checkout .card {
  border-radius: var(--bc-radius-lg);
}

/* Sticky summary */
@media (min-width: 992px) {
  .booking-summary-sticky {
    top: 5.75rem;
  }
}

/* Step 2/3 cards inherit the same quiet card language */
body.booking-checkout-body .booking-form-card {
  background: var(--bc-card);
  border: 1px solid var(--bc-border) !important;
  border-radius: var(--bc-radius-lg);
  box-shadow: none;
}

body.booking-checkout-body .booking-form-card:hover {
  box-shadow: none;
  transform: none;
}

body.booking-checkout-body .booking-step-nav .btn-primary,
body.booking-checkout-body .booking-step-nav .btn-success {
  background: var(--bc-teal);
  border-color: var(--bc-teal);
  border-radius: 999px;
  font-weight: 650;
  box-shadow: 0 0.35rem 0.95rem rgba(var(--se-teal-rgb, 10, 147, 150), 0.28);
}

body.booking-checkout-body .booking-step-nav .btn-success:hover,
body.booking-checkout-body .booking-step-nav .btn-primary:hover {
  background: var(--se-teal-dark, #087a7d);
  border-color: var(--se-teal-dark, #087a7d);
}

body.booking-checkout-body .booking-step-nav .btn-outline-secondary {
  border-radius: 999px;
}

body.booking-checkout-body .booking-pay-secure {
  margin-bottom: 0;
}

/* —— Meal plan table (property-detail style) —— */
.booking-meal-plan-head {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 0.75rem;
}

.booking-checkout-card #booking-meal-plan-wrap {
  margin-top: 0.15rem;
  margin-bottom: 1.15rem;
}

.booking-meal-table .property-meal-table__rows {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius);
  overflow: hidden;
  background: #fff;
}

.booking-meal-table .property-meal-table__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.75rem 1rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--bc-border);
  background: #fff;
  cursor: pointer;
  margin: 0;
  transition: background 0.15s ease;
}

.booking-meal-table .property-meal-table__row:last-child {
  border-bottom: 0;
}

.booking-meal-table .property-meal-table__row:hover {
  background: rgba(var(--se-teal-rgb, 10, 147, 150), 0.03);
}

.booking-meal-table .property-meal-table__row.is-selected {
  background: rgba(var(--se-teal-rgb, 10, 147, 150), 0.06);
  box-shadow: inset 3px 0 0 var(--bc-teal);
}

.booking-meal-table .property-meal-table__row.is-unavailable {
  opacity: 0.55;
  cursor: not-allowed;
}

.booking-meal-table .property-meal-table__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.booking-meal-table .property-meal-table__radio-wrap {
  position: relative;
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
}

.booking-meal-table .property-meal-table__radio-ui {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  border: 2px solid rgba(var(--se-navy-mid-rgb, 30, 50, 72), 0.35);
  border-radius: 50%;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.booking-meal-table .property-meal-table__row.is-selected .property-meal-table__radio-ui {
  border-color: var(--bc-teal);
  box-shadow: inset 0 0 0 0.2rem #fff, inset 0 0 0 0.55rem var(--bc-teal);
}

.booking-meal-table .property-meal-table__info {
  min-width: 0;
}

.booking-meal-table .property-meal-table__name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--bc-text);
  margin-bottom: 0.15rem;
}

.booking-meal-table .property-meal-table__badge {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.15rem 0.45rem;
  border-radius: 0.25rem;
  background: rgba(var(--se-teal-rgb, 10, 147, 150), 0.12);
  color: var(--se-teal-dark, #087a7d);
}

.booking-meal-table .property-meal-table__desc {
  display: block;
  font-size: 0.8rem;
  color: var(--bc-muted);
  margin-bottom: 0.3rem;
}

.booking-meal-table .property-meal-table__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  font-size: 0.75rem;
  color: var(--bc-muted);
}

.booking-meal-table .property-meal-table__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.booking-meal-table .property-meal-table__meta-item--ok {
  color: var(--se-teal-dark, #087a7d);
}

.booking-meal-table .property-meal-table__price {
  text-align: right;
  white-space: nowrap;
}

.booking-meal-table .property-meal-table__price strong {
  display: block;
  font-size: 0.95rem;
  color: var(--bc-text);
}

.booking-meal-table .property-meal-table__unit {
  display: block;
  font-size: 0.7rem;
  color: var(--bc-muted);
}

.booking-meal-table .property-meal-table__unavailable {
  display: block;
  grid-column: 1 / -1;
  font-size: 0.75rem;
  color: #b45309;
  margin-top: 0.15rem;
}

@media (max-width: 575.98px) {
  .booking-meal-table .property-meal-table__row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .booking-meal-table .property-meal-table__price {
    grid-column: 2;
    text-align: left;
  }
}

/* —— Room type photo picker —— */
.booking-room-picker {
  position: relative;
}

.booking-room-picker__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius);
  background: #fff;
  text-align: left;
  color: var(--bc-text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.booking-room-picker__trigger:hover,
.booking-room-picker__trigger:focus-visible,
.booking-room-picker.is-open .booking-room-picker__trigger {
  border-color: rgba(var(--se-teal-rgb, 10, 147, 150), 0.55);
  box-shadow: 0 0 0 3px rgba(var(--se-teal-rgb, 10, 147, 150), 0.12);
  outline: none;
}

.booking-room-picker__thumb-wrap {
  flex: 0 0 auto;
}

.booking-room-picker__thumb {
  display: block;
  width: 4.5rem;
  height: 3.5rem;
  object-fit: cover;
  border-radius: 0.5rem;
  background: #e8ecef;
}

.booking-room-picker__thumb--empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9aa5b1;
  font-size: 1.25rem;
}

.booking-room-picker__copy {
  min-width: 0;
  flex: 1 1 auto;
}

.booking-room-picker__name {
  display: block;
  font-family: var(--stayeasy-font-heading, var(--se-font-heading, "Cormorant Garamond", Georgia, serif));
  font-weight: 600;
  font-size: 1.22rem;
  color: var(--bc-text);
  line-height: 1.2;
}

.booking-room-picker__meta {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.82rem;
  color: var(--bc-muted);
}

.booking-room-picker__chevron {
  color: var(--bc-muted);
  font-size: 0.95rem;
  transition: transform 0.15s ease;
}

.booking-room-picker.is-open .booking-room-picker__chevron {
  transform: rotate(180deg);
}

.booking-room-picker__menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 0.4rem);
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  background: #fff;
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius);
  box-shadow: 0 0.75rem 1.75rem rgba(26, 35, 50, 0.12);
  max-height: min(22rem, 60vh);
  overflow: auto;
}

.booking-room-picker__option {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.55rem;
  cursor: pointer;
  transition: background 0.12s ease;
}

.booking-room-picker__option:hover,
.booking-room-picker__option:focus-visible {
  background: rgba(var(--se-teal-rgb, 10, 147, 150), 0.08);
  outline: none;
}

.booking-room-picker__option.is-selected {
  background: rgba(var(--se-teal-rgb, 10, 147, 150), 0.12);
}

.booking-room-picker__check {
  margin-left: auto;
  color: var(--bc-teal);
  opacity: 0;
  font-size: 1.05rem;
}

.booking-room-picker__option.is-selected .booking-room-picker__check {
  opacity: 1;
}

.booking-room-picker--cards .booking-room-picker__menu {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  border: 0;
  box-shadow: none;
  max-height: none;
  overflow: visible;
  background: transparent;
}

.booking-room-picker--cards .booking-room-picker__option {
  display: grid;
  grid-template-columns: 11.5rem minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  padding: 0;
  border: 1px solid var(--bc-border);
  border-radius: var(--bc-radius-lg);
  background: #fff;
  box-shadow: 0 0.35rem 1.1rem rgba(13, 27, 42, 0.04);
  overflow: visible;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.booking-room-picker--cards .booking-room-picker__option:hover,
.booking-room-picker--cards .booking-room-picker__option:focus-visible {
  background: #fff;
  border-color: rgba(var(--se-teal-rgb, 10, 147, 150), 0.38);
  box-shadow: 0 0.65rem 1.7rem rgba(13, 27, 42, 0.09);
  outline: none;
}

.booking-room-picker--cards .booking-room-picker__option.is-selected {
  background: #fff;
  border-color: var(--bc-teal);
  box-shadow: 0 0 0 3px var(--bc-teal-soft), 0 0.65rem 1.7rem rgba(var(--se-teal-rgb, 10, 147, 150), 0.14);
}

.booking-room-picker--cards .booking-room-picker__thumb-wrap {
  position: relative;
  min-height: 10.75rem;
  overflow: hidden;
  background: #eef2f5;
  border-radius: var(--bc-radius-lg) 0 0 var(--bc-radius-lg);
}

.booking-room-picker__thumb-open {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.booking-room-picker__thumb-carousel,
.booking-room-picker__thumb-carousel .carousel-inner,
.booking-room-picker__thumb-carousel .carousel-item {
  height: 100%;
}

.booking-room-picker--cards .booking-room-picker__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.booking-room-picker--cards .booking-room-picker__thumb-open .booking-room-picker__thumb {
  position: relative;
  inset: auto;
}

.booking-room-picker--cards .booking-room-picker__option:hover .booking-room-picker__thumb:not(.booking-room-picker__thumb--empty) {
  transform: scale(1.04);
}

.booking-room-picker--cards .booking-room-picker__thumb--empty {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 1.75rem;
  background: linear-gradient(160deg, #eef3f2 0%, #e4eceb 100%);
}

.booking-room-picker__thumb-nav {
  width: 2rem;
  opacity: 1;
  transition: opacity 0.2s ease;
  z-index: 2;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.booking-room-picker__thumb-nav.carousel-control-prev {
  left: 0.35rem;
}

.booking-room-picker__thumb-nav.carousel-control-next {
  right: 0.35rem;
}

.booking-room-picker__thumb-nav-icon {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
}


.booking-room-picker--cards .booking-room-picker__copy {
  --room-card-pad-x: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1rem var(--room-card-pad-x) 0;
  min-width: 0;
}

.booking-room-picker--cards .booking-room-picker__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.35rem 0.85rem;
  margin: auto calc(-1 * var(--room-card-pad-x, 1.15rem)) 0;
  padding: 0.85rem var(--room-card-pad-x, 1.15rem) 1rem;
  border-top: 1px solid var(--bc-border);
  background: linear-gradient(180deg, #f7fbfa 0%, #ffffff 100%);
  border-radius: 0 0 var(--bc-radius-lg) 0;
}

.booking-room-picker--cards .booking-room-picker__meta strong {
  grid-column: 1;
  grid-row: 1;
  display: block;
  font-family: var(--stayeasy-font-heading, var(--se-font-heading, "Cormorant Garamond", Georgia, serif));
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--bc-text);
  line-height: 1.15;
}

.booking-room-picker--cards .booking-room-picker__meta > span {
  grid-column: 1;
  grid-row: 2;
  display: block;
  margin-top: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--bc-muted);
}

.booking-room-picker--cards .booking-room-picker__option:not(.is-selected) .booking-room-picker__meta::after,
.booking-room-picker--cards .booking-room-picker__option.is-selected .booking-room-picker__meta::after {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.booking-room-picker--cards .booking-room-picker__option:not(.is-selected) .booking-room-picker__meta::after {
  content: "Select this room";
  border: 1.5px solid var(--bc-teal);
  color: var(--se-teal-dark, #087a7d);
  background: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(var(--se-teal-rgb, 10, 147, 150), 0.14);
}

.booking-room-picker--cards .booking-room-picker__option.is-selected .booking-room-picker__meta::after {
  content: "Your room";
  border: 1.5px solid var(--bc-teal);
  color: #fff;
  background: var(--bc-teal);
}

.booking-room-picker--cards .booking-room-picker__check {
  display: none;
}

@media (max-width: 575.98px) {
  .booking-room-picker__thumb {
    width: 3.75rem;
    height: 3rem;
  }

  .booking-room-picker--cards .booking-room-picker__option {
    grid-template-columns: 1fr;
  }

  .booking-room-picker--cards .booking-room-picker__thumb-wrap,
  .booking-room-picker--cards .booking-room-picker__option.is-selected .booking-room-picker__thumb-wrap {
    min-height: 11rem;
    border-radius: var(--bc-radius-lg) var(--bc-radius-lg) 0 0;
  }

  .booking-room-picker--cards .booking-room-picker__copy {
    --room-card-pad-x: 1rem;
    padding: 0.95rem var(--room-card-pad-x) 0;
  }

  .booking-room-picker--cards .booking-room-picker__meta {
    border-radius: 0 0 var(--bc-radius-lg) var(--bc-radius-lg);
  }

  .booking-room-picker--cards .booking-room-picker__option:not(.is-selected) .booking-room-picker__meta::after,
  .booking-room-picker--cards .booking-room-picker__option.is-selected .booking-room-picker__meta::after {
    min-height: 2.75rem;
  }

  .booking-room-picker--cards .booking-room-picker__option:not(.is-selected) .booking-room-picker__meta::after {
    content: "Select";
  }
}

/* —— Pay step (inline card) —— */
body.booking-checkout-body:has(.booking-pay-layout) {
  background:
    radial-gradient(ellipse 90% 55% at 12% -10%, rgba(10, 147, 150, 0.14), transparent 55%),
    radial-gradient(ellipse 70% 45% at 95% 20%, rgba(26, 35, 50, 0.06), transparent 50%),
    linear-gradient(180deg, #eef3f5 0%, #f4f6f8 42%, #f7f8fa 100%);
}

.booking-pay-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.85fr);
  gap: 1.75rem 2rem;
  align-items: start;
  animation: booking-pay-rise 0.55s ease both;
}

@keyframes booking-pay-rise {
  from { opacity: 0; transform: translateY(0.75rem); }
  to { opacity: 1; transform: translateY(0); }
}

.booking-pay-stage {
  position: relative;
}

.booking-pay-stage__glow {
  position: absolute;
  inset: -1.5rem -1rem auto;
  height: 8rem;
  background: radial-gradient(ellipse at 30% 40%, rgba(10, 147, 150, 0.18), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.booking-pay-panel {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(228, 232, 236, 0.95);
  border-radius: 1.15rem;
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.booking-pay-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.35rem 1.4rem 1.15rem;
  background: linear-gradient(135deg, #0a6f72 0%, #0a9396 48%, #1aa5a8 100%);
  color: #fff;
}

.booking-pay-panel__brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.booking-pay-panel__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.16);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.booking-pay-panel__eyebrow {
  margin: 0 0 0.15rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.85;
}

.booking-pay-panel__title {
  margin: 0;
  font-family: var(--stayeasy-font-heading, var(--se-font-heading, "Cormorant Garamond", Georgia, serif));
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.15;
}

.booking-pay-panel__due {
  text-align: right;
}

.booking-pay-panel__due-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.8;
}

.booking-pay-panel__due-value {
  display: block;
  font-family: var(--stayeasy-font-heading, var(--se-font-heading, "Cormorant Garamond", Georgia, serif));
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1.1;
}

.booking-pay-panel__due-cur {
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.85;
}

.booking-pay-visual {
  padding: 1.25rem 1.4rem 0.25rem;
  perspective: 1100px;
}

.booking-pay-visual__scene {
  max-width: 22rem;
  margin: 0 auto;
  aspect-ratio: 1.65 / 1;
  transition: transform 0.25s ease;
}

.booking-pay-visual__scene.is-lifted {
  transform: translateY(-2px);
}

.booking-pay-visual__card {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.4, 0.15, 0.2, 1);
}

.booking-pay-visual__card.is-flipped {
  transform: rotateY(180deg);
}

.booking-pay-visual__face {
  position: absolute;
  inset: 0;
  border-radius: 0.9rem;
  padding: 1.15rem 1.2rem;
  color: #f4f8f8;
  background: linear-gradient(145deg, #16343a 0%, #0d5c60 42%, #128a8a 100%);
  box-shadow: 0 0.75rem 1.75rem rgba(13, 60, 64, 0.28);
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.booking-pay-visual__face--front::after {
  content: "";
  position: absolute;
  inset: -40% -20% auto auto;
  width: 70%;
  height: 90%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 65%);
  pointer-events: none;
}

.booking-pay-visual__face--back {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.35rem 0 1.15rem;
  background: linear-gradient(145deg, #128a8a 0%, #0d5c60 48%, #16343a 100%);
  transform: rotateY(180deg);
}

.booking-pay-visual__stripe {
  height: 2.35rem;
  margin: 0.35rem 0 1.35rem;
  background: linear-gradient(180deg, #1a2332 0%, #2a3544 45%, #1a2332 100%);
}

.booking-pay-visual__cvv-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  margin: 0 1.2rem;
  padding: 0.55rem 0.75rem;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.92);
  color: #1a2332;
}

.booking-pay-visual__cvv-label {
  margin-right: auto;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7785;
}

.booking-pay-visual__cvv {
  min-width: 2.75rem;
  text-align: right;
  font-family: ui-monospace, "Cascadia Code", "Segoe UI Mono", monospace;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.booking-pay-visual__chip {
  width: 2.35rem;
  height: 1.7rem;
  border-radius: 0.3rem;
  background: linear-gradient(135deg, #d8c48a, #b8954a 55%, #e6d5a2);
  margin-bottom: 1.35rem;
}

.booking-pay-visual__number {
  font-family: ui-monospace, "Cascadia Code", "Segoe UI Mono", monospace;
  font-size: clamp(0.95rem, 2.2vw, 1.15rem);
  letter-spacing: 0.12em;
  margin-bottom: 1.1rem;
}

.booking-pay-visual__meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.92;
}

@media (prefers-reduced-motion: reduce) {
  .booking-pay-visual__card {
    transition: none;
  }

  .booking-pay-visual__scene {
    transition: none;
  }
}

.booking-fiserv-card-form {
  padding: 1rem 1.4rem 1.5rem;
}

.booking-fiserv-card-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem 1rem;
  margin-bottom: 1.1rem;
}

.booking-fiserv-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--bc-muted);
}

.booking-fiserv-field--full {
  grid-column: 1 / -1;
}

.booking-fiserv-field input {
  border: 1px solid var(--bc-border-strong);
  border-radius: 0.7rem;
  padding: 0.8rem 0.95rem;
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--bc-text);
  background: #fbfcfd;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.booking-fiserv-field input:focus {
  outline: none;
  border-color: var(--bc-teal);
  background: #fff;
  box-shadow: 0 0 0 3px var(--bc-teal-soft);
}

.booking-fiserv-card-form__error {
  color: #b42318;
  font-size: 0.9rem;
  margin: 0 0 0.85rem;
}

.booking-pay-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  border: 0;
  border-radius: 0.75rem;
  padding: 0.95rem 1.25rem;
  background: linear-gradient(135deg, #087a7d, #0a9396 55%, #12a3a6);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.booking-pay-submit:hover:not(:disabled),
.booking-pay-submit:focus-visible {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.booking-pay-submit:disabled {
  opacity: 0.85;
  cursor: wait;
}

.booking-pay-submit.is-loading {
  pointer-events: none;
  filter: none;
  transform: none;
}

.booking-pay-submit__spinner {
  display: none;
  width: 1.1rem;
  height: 1.1rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  animation: booking-pay-spin 0.7s linear infinite;
}

.booking-pay-submit.is-loading .booking-pay-submit__spinner {
  display: inline-block;
}

.booking-pay-submit.is-loading .booking-pay-submit__hint {
  display: none;
}

.booking-pay-test {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.7rem;
  border: 1px dashed #9aa8b3;
  border-radius: 0.75rem;
  padding: 0.75rem 1.1rem;
  background: #f4f7f8;
  color: #3d4d5c;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
}

.booking-pay-test:hover:not(:disabled),
.booking-pay-test:focus-visible {
  background: #eaf0f3;
  border-color: #7d8d99;
}

.booking-pay-test:disabled {
  opacity: 0.7;
  cursor: wait;
}

.booking-pay-test__hint {
  margin: 0.45rem 0 0;
  color: var(--bc-muted);
  font-size: 0.78rem;
  line-height: 1.4;
  text-align: center;
}

@keyframes booking-pay-spin {
  to { transform: rotate(360deg); }
}

.booking-pay-submit__hint {
  display: inline-flex;
  font-size: 1.1rem;
  opacity: 0.9;
}

.booking-pay-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.15rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  color: var(--bc-muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.booking-pay-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.booking-pay-trust i {
  color: var(--bc-teal);
}

.booking-pay-aside {
  position: sticky;
  top: 1.25rem;
  border-radius: 1.15rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--bc-border);
  animation: booking-pay-rise 0.65s 0.08s ease both;
}

.booking-pay-aside__media {
  aspect-ratio: 16 / 10;
  background: #dfe5ea;
}

.booking-pay-aside__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.booking-pay-aside__body {
  padding: 1.2rem 1.25rem 1.35rem;
}

.booking-pay-aside__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--bc-teal);
}

.booking-pay-aside__title {
  margin: 0 0 0.4rem;
  font-family: var(--stayeasy-font-heading, var(--se-font-heading, "Cormorant Garamond", Georgia, serif));
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--bc-text);
  line-height: 1.2;
}

.booking-pay-aside__loc,
.booking-pay-aside__dates,
.booking-pay-aside__meta {
  margin: 0 0 0.35rem;
  color: var(--bc-muted);
  font-size: 0.92rem;
}

.booking-pay-aside__loc i {
  color: var(--bc-teal);
  margin-right: 0.2rem;
}

.booking-pay-aside__lines {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0.85rem 0 0;
}

.booking-pay-aside__line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  font-size: 0.92rem;
  color: #4a5562;
}

.booking-pay-aside__line strong {
  color: var(--bc-text);
  font-weight: 600;
  white-space: nowrap;
}

.booking-pay-aside__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 0.95rem;
  border-top: 1px solid var(--bc-border);
  font-size: 0.95rem;
  color: var(--bc-text);
}

.booking-pay-aside__total strong {
  font-family: var(--stayeasy-font-heading, var(--se-font-heading, "Cormorant Garamond", Georgia, serif));
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--bc-teal);
}

.booking-pay-aside__note {
  margin: 0.45rem 0 0;
  font-size: 0.78rem;
  color: var(--bc-muted);
}

.booking-pay-error {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: #fff;
  border: 1px solid var(--bc-border);
  border-radius: 1.15rem;
}

.booking-pay-error__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 0.85rem;
  border-radius: 50%;
  background: rgba(180, 35, 24, 0.1);
  color: #b42318;
  font-size: 1.5rem;
}

.booking-pay-error__title {
  margin: 0 0 0.5rem;
  font-family: var(--stayeasy-font-heading, var(--se-font-heading, "Cormorant Garamond", Georgia, serif));
  font-size: 1.6rem;
  font-weight: 600;
}

.booking-pay-error__text {
  margin: 0 0 1.25rem;
  color: var(--bc-muted);
}

.booking-pay-error__link {
  display: inline-flex;
  color: var(--bc-teal);
  font-weight: 700;
  text-decoration: none;
}

.booking-pay-error__link:hover {
  text-decoration: underline;
}

.booking-pay-success {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2.75rem 1.5rem 2.5rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(228, 232, 236, 0.95);
  border-radius: 1.15rem;
  animation: booking-pay-rise 0.45s ease both;
}

.booking-pay-success__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #0a9396, #12a3a6);
  color: #fff;
  font-size: 1.85rem;
  box-shadow: 0 0.55rem 1.25rem rgba(10, 147, 150, 0.28);
  animation: booking-pay-success-pop 0.5s 0.1s ease both;
}

.booking-pay-success__title {
  margin: 0 0 0.45rem;
  font-family: var(--stayeasy-font-heading, var(--se-font-heading, "Cormorant Garamond", Georgia, serif));
  font-size: clamp(1.7rem, 3vw, 2.1rem);
  font-weight: 600;
  color: var(--bc-text, #1a2332);
}

.booking-pay-success__text {
  margin: 0 auto;
  max-width: 22rem;
  color: var(--bc-muted, #6b7785);
  font-size: 0.98rem;
  line-height: 1.45;
}

.booking-pay-success__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 22rem;
  min-height: 3rem;
  margin: 1.35rem auto 0;
  padding: 0.85rem 1.25rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #087a7d, #0a9396 55%, #12a3a6);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
  touch-action: manipulation;
}

.booking-pay-success__cta:hover,
.booking-pay-success__cta:focus-visible {
  color: #fff;
  filter: brightness(1.05);
}

.booking-pay-success__cta.d-none {
  display: none !important;
}

@keyframes booking-pay-success-pop {
  from { opacity: 0; transform: scale(0.7); }
  to { opacity: 1; transform: scale(1); }
}

.booking-fiserv-3ds-modal {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(13, 27, 42, 0.55);
  animation: booking-pay-rise 0.25s ease both;
}

.booking-fiserv-3ds-modal.d-none {
  display: none !important;
}

.booking-fiserv-3ds-modal__panel {
  width: min(32rem, 100%);
  background: #fff;
  border-radius: 1rem;
  padding: 1.15rem 1.15rem 1.25rem;
}

.booking-fiserv-3ds-modal__title {
  margin: 0 0 0.35rem;
  font-family: var(--stayeasy-font-heading, var(--se-font-heading, "Cormorant Garamond", Georgia, serif));
  font-size: 1.35rem;
  font-weight: 600;
}

.booking-fiserv-3ds-modal__text {
  margin: 0 0 0.85rem;
  color: var(--bc-muted);
  font-size: 0.9rem;
}

.booking-fiserv-3ds-modal__frame {
  width: 100%;
  height: min(37.5rem, 72vh);
  border: 1px solid var(--bc-border);
  border-radius: 0.75rem;
  background: #f8fafb;
}

@media (max-width: 991.98px) {
  .booking-pay-layout {
    grid-template-columns: 1fr;
  }

  .booking-pay-aside {
    position: static;
    order: -1;
  }
}

@media (max-width: 575.98px) {
  .booking-pay-panel__head {
    padding: 1.15rem 1.1rem;
  }

  .booking-pay-visual,
  .booking-fiserv-card-form {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .booking-fiserv-card-form__grid {
    grid-template-columns: 1fr;
  }

  .booking-pay-trust {
    flex-direction: column;
    gap: 0.4rem;
  }

  .booking-pay-success {
    padding: 2rem 1.1rem 1.75rem;
  }

  .booking-pay-success__cta {
    max-width: none;
    min-height: 3.1rem;
    font-size: 1rem;
  }
}

.booking-fiserv-embed {
  display: contents;
}

