@layer wsb-components {
  .wsb-checkout-section--required-focus { outline: 2px solid color-mix(in srgb, var(--wsb-color-interaction) 58%, transparent); outline-offset: 3px; box-shadow: 0 0 0 6px color-mix(in srgb, var(--wsb-color-interaction) 9%, transparent); }
  .wsb-booking-app[data-stage="checkout"] .wsb-booking-app__intro,
  .wsb-booking-app[data-stage="checkout"] .wsb-booking-app__save-state { display: none; }
  .wsb-booking-app[data-stage="checkout"] .wsb-booking-app__layout { grid-template-columns: minmax(0, 1.85fr) minmax(17.5rem, .75fr); align-items: start; gap: clamp(1.25rem, 2.8vw, 2.75rem); }
  .wsb-booking-app[data-stage="checkout"] .wsb-booking-app__main { min-width: 0; }
  .wsb-booking-app[data-stage="checkout"] { --wsb-checkout-surface-border: color-mix(in srgb, var(--wsb-color-border) 62%, transparent); --wsb-checkout-surface-shadow: 0 8px 24px rgb(32 24 45 / 5%); }
  .wsb-booking-app[data-stage="checkout"] .wsb-booking-app__summary { position: static; display: grid; gap: 1rem; min-width: 0; border: 1px solid var(--wsb-checkout-surface-border); border-radius: var(--wsb-radius-m); padding: var(--wsb-sidebar-card-padding); background: var(--wsb-color-surface); box-shadow: var(--wsb-checkout-surface-shadow); }
  .wsb-checkout-summary { display: grid; min-width: 0; gap: 1rem; }
  .wsb-checkout { display: grid; gap: .75rem; margin: 0; border: 0; padding: 0; }
  .wsb-checkout-hero { display: flex; align-items: start; justify-content: space-between; gap: 1rem; padding: 2px 0 8px; }
  .wsb-checkout-hero > div { display: grid; gap: .25rem; }
  .wsb-checkout-hero h2 { color: var(--wsb-color-ink-strong); font-size: clamp(1.45rem, 2.2vw, 1.75rem); font-weight: 650; line-height: 1.15; }
  .wsb-checkout-hero p { color: var(--wsb-color-muted); font-size: .9rem; }
  .wsb-checkout-text-action { min-height: 44px; border: 0; padding: .55rem 0; background: transparent; color: var(--wsb-color-interaction); font: inherit; font-weight: 600; cursor: pointer; }
  .wsb-checkout-text-action:hover,
  .wsb-checkout-text-action:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
  .wsb-checkout-hero__back { align-self: start; }
  .wsb-checkout-form { display: grid; gap: var(--wsb-checkout-stack-gap); padding-bottom: .75rem; }
  .wsb-checkout-save-recovery { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid color-mix(in srgb, var(--wsb-color-interaction) 24%, var(--wsb-color-border)); border-radius: var(--wsb-radius-m); padding: 12px 16px; background: color-mix(in srgb, var(--wsb-color-interaction) 6%, var(--wsb-color-surface)); color: var(--wsb-color-ink); }
  .wsb-checkout-save-recovery[hidden] { display: none; }
  .wsb-checkout-save-recovery__copy { display: grid; gap: 3px; }
  .wsb-checkout-save-recovery p { margin: 0; font-size: 15px; }
  .wsb-checkout-save-recovery__heading { color: var(--wsb-color-ink-strong); font-weight: 500; }
  .wsb-checkout-save-recovery__detail { color: var(--wsb-color-muted); }
  .wsb-checkout-section { overflow: clip; border: 1px solid var(--wsb-checkout-surface-border); border-radius: var(--wsb-radius-m); background: var(--wsb-color-surface); box-shadow: var(--wsb-checkout-surface-shadow); transition: border-color 190ms ease, box-shadow 190ms ease; }
  .wsb-checkout-section:has(.wsb-checkout-picker) { position: relative; z-index: 12; overflow: visible; }
  .wsb-checkout-section:focus-within { border-color: color-mix(in srgb, var(--wsb-color-interaction) 45%, var(--wsb-color-border)); box-shadow: 0 0 0 3px color-mix(in srgb, var(--wsb-color-interaction) 10%, transparent); }
  .wsb-checkout-section__header { display: grid; width: 100%; min-height: 56px; grid-template-columns: 42px minmax(0, 1fr) 44px; align-items: center; gap: .65rem; border: 0; padding: .45rem .75rem; background: transparent; color: var(--wsb-color-ink-strong); text-align: left; cursor: pointer; }
  .wsb-checkout-section--fixed .wsb-checkout-section__header { grid-template-columns: 42px minmax(0, 1fr); cursor: default; }
  .wsb-checkout-section__brand { position: relative; display: grid; width: 42px; height: 42px; place-items: center; background: center / contain no-repeat var(--wsb-checkout-section-shape); }
  .wsb-checkout-section__brand .wsb-icon { width: 20px; height: 20px; background-color: var(--wsb-color-surface); }
  .wsb-checkout-section__brand .wsb-ui-icon--duotone { background-color: transparent; }
  .wsb-checkout-section__glyph { display: block; width: 21px; height: 21px; object-fit: contain; filter: brightness(0) invert(1); }
  .wsb-checkout-section__glyph--contact { width: 23px; height: 23px; filter: grayscale(1) invert(1); mix-blend-mode: screen; }
  .wsb-checkout-section__title { display: grid; min-width: 0; gap: .15rem; }
  .wsb-checkout-section__title strong { font-size: 1rem; font-weight: 650; }
  .wsb-checkout-section__title small { overflow: hidden; color: var(--wsb-color-muted); font-size: .8rem; text-overflow: ellipsis; white-space: nowrap; }
  .wsb-checkout-section__chevron { display: grid; width: 44px; min-width: 44px; height: 44px; place-items: center; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); background: var(--wsb-color-surface); color: var(--wsb-color-muted); transition: border-color 190ms ease, color 190ms ease, transform 190ms ease; }
  .wsb-checkout-section__chevron .wsb-icon { width: 18px; height: 18px; }
  .wsb-checkout-section__header:hover .wsb-checkout-section__chevron { border-color: var(--wsb-color-border-strong); color: var(--wsb-color-ink-strong); }
  .wsb-checkout-section.is-expanded .wsb-checkout-section__chevron { transform: rotate(180deg); }
  .wsb-checkout-section__panel { padding: 0 .85rem .8rem 4.65rem; animation: wsb-checkout-panel-in 190ms ease both; }
  @keyframes wsb-checkout-panel-in { from { opacity: 0; transform: translateY(-4px); } }
  .wsb-checkout-grid { display: grid; gap: .55rem .85rem; }
  .wsb-checkout-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wsb-checkout-grid--billing { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .wsb-checkout-grid--billing > :nth-child(-n+2) { grid-column: span 2; }
  .wsb-checkout-grid--trip { grid-template-columns: minmax(9rem, .8fr) minmax(11rem, 1fr) minmax(14rem, 1.4fr); }
  .wsb-checkout-field { display: grid; min-width: 0; gap: .32rem; align-content: start; }
  .wsb-checkout-field__label { color: var(--wsb-color-muted); font-size: .76rem; font-weight: 600; }
  .wsb-checkout-field input,
  .wsb-checkout-field select,
  .wsb-checkout-field textarea,
  .wsb-tip-editor__custom input { width: 100%; min-height: 40px; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); padding: .55rem .7rem; background: var(--wsb-color-surface); color: var(--wsb-color-ink-strong); font: inherit; }
  .wsb-checkout-field [aria-invalid="true"] { border-color: var(--wsb-color-danger); box-shadow: 0 0 0 1px var(--wsb-color-danger); }
  .wsb-checkout-phone { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr); }
  .wsb-checkout-field .wsb-checkout-phone__country { min-width: 6rem; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s) 0 0 var(--wsb-radius-s); border-right: 0; padding-inline: .55rem; background: var(--wsb-color-surface); color: var(--wsb-color-ink-strong); font: inherit; font-size: .88rem; cursor: pointer; }
  .wsb-checkout-phone > input:last-child { border-radius: 0 var(--wsb-radius-s) var(--wsb-radius-s) 0; }
  .wsb-checkout-country { position: relative; }
  .wsb-checkout-picker__trigger { display: flex; width: 100%; min-height: 40px; align-items: center; justify-content: space-between; gap: .5rem; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); padding: .55rem .7rem; background: var(--wsb-color-surface); color: var(--wsb-color-ink-strong); font: inherit; text-align: left; cursor: pointer; }
  .wsb-checkout-picker__trigger .wsb-ui-icon { --wsb-ui-icon-size: 16px; color: var(--wsb-color-muted); }
  .wsb-checkout-picker-overlay { position: fixed; z-index: 100500; inset: 0; background: rgb(24 17 38 / 32%); pointer-events: none; }
  .wsb-checkout-picker { position: fixed; z-index: 1; top: var(--wsb-picker-top, 50%); left: var(--wsb-picker-left, 50%); display: grid; width: var(--wsb-picker-width, min(25rem, calc(100vw - 2rem))); max-height: min(24rem, calc(100dvh - 2rem)); gap: .35rem; border: 1px solid color-mix(in srgb, var(--wsb-color-interaction) 20%, var(--wsb-color-border)); border-radius: var(--wsb-radius-s); padding: .5rem; background: #fff; color: var(--wsb-color-ink-strong); opacity: 1; box-shadow: 0 18px 54px rgb(25 19 42 / 28%), 0 4px 14px rgb(25 19 42 / 18%); isolation: isolate; pointer-events: auto; }
  .wsb-checkout-phone .wsb-checkout-picker { top: calc(100% + .35rem); }
  .wsb-checkout-picker__search { position: sticky; z-index: 2; top: 0; width: 100%; min-height: 44px; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); padding: .55rem .7rem; background: var(--wsb-color-surface); color: var(--wsb-color-ink-strong); font: inherit; }
  .wsb-checkout-picker__list { display: grid; min-height: 0; max-height: min(18rem, calc(100dvh - 8rem)); overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
  .wsb-checkout-picker__option { display: grid; min-height: 44px; grid-template-columns: 1.5rem minmax(0, 1fr) auto 1rem; align-items: center; gap: .55rem; border: 0; border-radius: .35rem; padding: .5rem .6rem; background: transparent; color: var(--wsb-color-ink-strong); font: inherit; text-align: left; cursor: pointer; }
  .wsb-checkout-picker__option--state { grid-template-columns: minmax(0, 1fr) auto 1rem; }
  .wsb-checkout-picker__option[hidden] { display: none; }
  .wsb-checkout-picker__option:hover, .wsb-checkout-picker__option:focus-visible, .wsb-checkout-picker__option[aria-selected="true"] { background: color-mix(in srgb, var(--wsb-color-interaction) 8%, var(--wsb-color-surface)); outline: none; }
  .wsb-checkout-picker__option strong { color: var(--wsb-color-muted); font-size: .78rem; }
  .wsb-checkout-picker__selected { color: var(--wsb-color-success); font-weight: 750; }
  .wsb-field-error { color: var(--wsb-color-danger); font-size: .75rem; line-height: 1.3; }
  .wsb-checkout-trip-completion { display: grid; gap: .75rem; }
  .wsb-checkout-trip-completion__trip { display: grid; gap: .65rem; border: 0; padding: 0; }
  .wsb-checkout-trip-completion__trip + .wsb-checkout-trip-completion__trip { border-top: 1px solid var(--wsb-color-border-subtle); padding-top: .8rem; }
  .wsb-checkout-trip-completion__trip legend { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; margin-bottom: .6rem; color: var(--wsb-color-muted); font-size: .78rem; }
  .wsb-checkout-trip-badge { display: inline-flex; width: fit-content; border-radius: .35rem; padding: .3rem .5rem; background: var(--wsb-color-canvas); color: var(--wsb-color-ink-strong); font-size: var(--wsb-summary-identity-size); font-weight: var(--wsb-summary-identity-weight); }
  .wsb-checkout-coupon { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: .75rem; }
  .wsb-checkout-adjustments { display: grid; grid-template-columns: 1fr; gap: .45rem; }
  .wsb-checkout-coupon__field .wsb-checkout-field__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .wsb-checkout-secondary { min-width: 6.5rem; min-height: 44px; border: 1px solid color-mix(in srgb, var(--wsb-color-interaction) 35%, var(--wsb-color-border)); border-radius: var(--wsb-radius-s); padding: .65rem 1rem; background: color-mix(in srgb, var(--wsb-color-interaction) 6%, var(--wsb-color-surface)); color: var(--wsb-color-interaction); font: inherit; font-weight: 650; cursor: pointer; }
  .wsb-checkout-secondary:hover { border-color: var(--wsb-color-interaction); background: color-mix(in srgb, var(--wsb-color-interaction) 11%, var(--wsb-color-surface)); }
  .wsb-checkout-secondary:focus-visible { outline: 2px solid var(--wsb-color-interaction); outline-offset: 2px; }
  .wsb-checkout-secondary:disabled { opacity: .55; cursor: not-allowed; }
  .wsb-checkout-success { grid-column: 1 / -1; color: var(--wsb-color-success); font-size: .78rem; opacity: 1; transition: opacity 220ms ease; }
  .wsb-checkout-success.is-fading { opacity: 0; }
  .wsb-checkout-phone.is-valid { border-color: color-mix(in srgb, var(--wsb-color-success) 42%, var(--wsb-color-border)); box-shadow: 0 0 0 2px color-mix(in srgb, var(--wsb-color-success) 7%, transparent); }
  .wsb-checkout-tip-row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 1rem; }
  .wsb-checkout-tip-row > div { display: grid; gap: .15rem; }
  .wsb-checkout-tip-row small { color: var(--wsb-color-muted); font-size: .78rem; }
  .wsb-checkout-tip-row__status { display: flex; align-items: center; gap: .25rem; color: var(--wsb-color-muted); font-size: .82rem; }
  .wsb-checkout-icon-action { display: grid; width: 44px; min-width: 44px; height: 44px; place-items: center; border: 0; background: transparent; color: var(--wsb-color-ink-strong); cursor: pointer; }
  .wsb-checkout-icon-action .wsb-icon { width: 17px; height: 17px; }
  .wsb-checkout-switch { position: relative; width: 48px; height: 28px; border: 0; border-radius: var(--wsb-radius-full); padding: 3px; background: var(--wsb-color-border); cursor: pointer; transition: background 180ms ease; }
  .wsb-checkout-switch > span { display: block; width: 22px; height: 22px; border-radius: 50%; background: var(--wsb-color-surface); box-shadow: var(--wsb-shadow-soft); transition: transform 180ms ease; }
  .wsb-checkout-switch.is-on { background: linear-gradient(135deg, var(--wsb-color-danger), var(--wsb-color-interaction)); }
  .wsb-checkout-switch.is-on > span { transform: translateX(20px); }
  .wsb-checkout-payment-cards { display: grid; grid-template-columns: minmax(0, 1fr); gap: .85rem; }
  .wsb-checkout-payment { display: grid; min-height: 88px; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: .75rem; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); padding: .75rem .9rem; background: var(--wsb-color-surface); cursor: pointer; }
  .wsb-checkout-payment.is-selected { border-color: var(--wsb-color-interaction); background: color-mix(in srgb, var(--wsb-color-interaction) 5%, var(--wsb-color-surface)); }
  .wsb-checkout-payment:has(input:focus-visible) { outline: 2px solid var(--wsb-color-interaction); outline-offset: 2px; }
  .wsb-checkout-payment > input { position: absolute; opacity: 0; pointer-events: none; }
  .wsb-checkout-radio { display: inline-grid; width: 18px; height: 18px; place-items: center; border: 1.5px solid var(--wsb-color-muted); border-radius: 50%; }
  .is-selected > .wsb-checkout-radio::after,
  .wsb-tip-choice.is-selected .wsb-checkout-radio::after { width: 9px; height: 9px; border-radius: 50%; background: var(--wsb-color-interaction); content: ""; }
  .wsb-checkout-payment__copy { display: grid; min-width: 0; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: .25rem .8rem; }
  .wsb-checkout-payment__heading { display: flex; min-height: 25px; align-items: center; justify-content: space-between; gap: .75rem; }
  .wsb-checkout-payment__heading strong { color: var(--wsb-color-ink); font-size: 15px; font-weight: 450; }
  .wsb-checkout-payment small { min-width: 0; grid-column: 1; color: var(--wsb-color-muted); font-size: 13px; line-height: 1.4; }
  .wsb-checkout-payment__yoco-logo { width: 54px; height: 18px; object-fit: contain; }
  .wsb-checkout-payment__eft-icon { width: 40px; height: 40px; object-fit: contain; }
  .wsb-checkout-payment__eft-symbol { display: flex; min-height: 42px; grid-column: 2; grid-row: 1 / 3; align-items: center; justify-content: flex-end; gap: 7px; }
  .wsb-checkout-payment__brands { display: flex; min-height: 42px; grid-column: 2; grid-row: 1 / 3; flex-wrap: nowrap; align-items: center; justify-content: flex-end; gap: 8px; }
  .wsb-checkout-payment__brands-label { margin-right: 4px; color: var(--wsb-color-muted); font-size: 12px; }
  .wsb-checkout-payment__brands img { display: block; width: auto; height: 42px; max-width: 74px; object-fit: contain; }
  .wsb-checkout-payment__eft-mark { width: fit-content; border: 1px solid var(--wsb-color-border); border-radius: .25rem; padding: .2rem .35rem; color: var(--wsb-color-muted); font-size: .62rem; font-weight: 750; letter-spacing: .06em; }
  .wsb-checkout-consents { display: grid; gap: .75rem; border: 1px solid var(--wsb-checkout-surface-border); border-radius: var(--wsb-radius-m); padding: 1rem; background: var(--wsb-color-surface); box-shadow: var(--wsb-checkout-surface-shadow); }
  .wsb-checkout-consents:focus-within { border-color: color-mix(in srgb, var(--wsb-color-interaction) 38%, var(--wsb-color-border)); box-shadow: 0 0 0 3px color-mix(in srgb, var(--wsb-color-interaction) 8%, transparent); }
  .wsb-checkout-consent { display: grid; gap: .25rem; }
  .wsb-checkout-consent label { display: flex; min-height: 24px; align-items: start; gap: .65rem; color: var(--wsb-color-muted); font-size: 14px; line-height: 1.4; }
  .wsb-checkout-consent label > span { color: var(--wsb-color-muted); }
  .wsb-checkout-consent input { width: 18px; height: 18px; margin-top: .05rem; accent-color: var(--wsb-color-interaction); }
  .wsb-checkout-consent a { color: var(--wsb-color-interaction); text-decoration: underline; text-underline-offset: 2px; }
  .wsb-checkout-trip__route > span { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
  .wsb-checkout-summary__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
  .wsb-checkout-summary__head h2 { font-size: var(--wsb-summary-heading-size); font-weight: var(--wsb-summary-heading-weight); line-height: var(--wsb-summary-heading-line-height); }
  .wsb-checkout-trip { display: grid; gap: .7rem; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); padding: 1rem; background: var(--wsb-color-surface); }
  .wsb-checkout-trip > header { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
  .wsb-checkout-trip__route { display: grid; gap: .35rem; color: var(--wsb-color-muted); }
  .wsb-checkout-trip__route,
  .wsb-checkout-trip__meta,
  .wsb-checkout-trip__facts,
  .wsb-checkout-trip__chips > span { color: var(--wsb-color-muted); font-size: var(--wsb-summary-meta-size); font-weight: var(--wsb-summary-meta-weight); line-height: var(--wsb-summary-meta-line-height); }
  .wsb-checkout-trip__meta { display: flex; align-items: center; gap: .4rem; }
  .wsb-checkout-trip__meta .wsb-icon,
  .wsb-checkout-trip__facts .wsb-icon { width: 15px; height: 15px; flex: 0 0 auto; }
  .wsb-checkout-trip__details { display: grid; align-items: start; gap: .4rem; border-top: 1px solid var(--wsb-color-border-subtle); padding-top: .7rem; }
  .wsb-checkout-trip__facts { display: flex; flex-wrap: wrap; gap: .45rem .8rem; }
  .wsb-checkout-trip__facts > span { display: inline-flex; align-items: center; gap: .35rem; }
  .wsb-checkout-trip__facts > span + span::before { margin-right: .25rem; content: "·"; }
  .wsb-checkout-trip__chips { display: flex; flex-wrap: wrap; gap: .35rem; }
  .wsb-checkout-trip__chips > span { border-radius: .35rem; padding: .28rem .45rem; background: var(--wsb-color-canvas); }
  .wsb-checkout-trip__price { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; border-top: 1px solid var(--wsb-color-border-subtle); padding-top: .65rem; }
  .wsb-checkout-trip__price small { color: var(--wsb-color-muted); font-size: .72rem; font-weight: 600; }
  .wsb-checkout-trip__price strong { color: var(--wsb-color-ink-strong); font-size: var(--wsb-summary-price-size); font-weight: var(--wsb-summary-price-weight); }
  .wsb-checkout-all-trips { display: grid; width: 100%; min-height: 64px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: .75rem; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); padding: .9rem 1rem; background: var(--wsb-color-surface); color: var(--wsb-color-ink-strong); text-align: left; cursor: pointer; }
  .wsb-checkout-all-trips__label { font-weight: 650; }
  .wsb-checkout-all-trips__action { display: inline-flex; align-items: center; justify-content: flex-end; gap: .65rem; color: var(--wsb-color-muted); white-space: nowrap; }
  .wsb-checkout-all-trips__action .wsb-icon { width: 18px; height: 18px; flex: 0 0 auto; color: var(--wsb-color-interaction); }
  .wsb-checkout-summary__rows,
  .wsb-checkout-summary__totals { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem 1rem; border-top: 1px solid var(--wsb-color-border-subtle); padding-top: 1rem; font-size: var(--wsb-summary-row-size); font-weight: var(--wsb-summary-row-weight); }
  .wsb-checkout-summary__coupon { display: grid; gap: .65rem; margin-inline: .35rem; border-top: 1px solid var(--wsb-color-border-subtle); padding: 1rem .15rem 0; }
  .wsb-checkout-summary__coupon-head { display: flex; justify-content: space-between; gap: .75rem; color: var(--wsb-color-muted); font-size: var(--wsb-summary-row-size); }
  .wsb-checkout-summary__coupon-head strong { font-weight: 400; }
  .wsb-checkout-summary__coupon-head .wsb-checkout-summary__discount { color: var(--wsb-color-success); font-weight: 500; }
  .wsb-checkout-summary__coupon .wsb-checkout-coupon { gap: .5rem; }
  .wsb-checkout-summary__coupon .wsb-checkout-secondary { min-width: 5rem; padding-inline: .75rem; }
  .wsb-checkout-summary__booking-total { margin-inline: .35rem; padding-inline: .15rem; }
  .wsb-checkout-summary__rows dt,
  .wsb-checkout-summary__totals dt { color: var(--wsb-color-muted); }
  .wsb-checkout-summary__rows dd,
  .wsb-checkout-summary__totals dd { margin: 0; text-align: right; }
  .wsb-checkout-summary__totals .wsb-checkout-total { color: var(--wsb-color-ink-strong); font-size: var(--wsb-summary-total-size); font-weight: var(--wsb-summary-total-weight); }
  .wsb-checkout-overlay { position: fixed; z-index: 100200; inset: 0; display: grid; justify-items: end; background: var(--wsb-color-overlay); opacity: 0; transition: opacity 420ms ease; }
  .wsb-checkout-overlay[data-state="open"] { opacity: 1; }
  .wsb-checkout-drawer { --wsb-checkout-drawer-meta-size: 14px; display: grid; width: clamp(35rem, 50vw, 49rem); max-width: 100vw; height: 100dvh; grid-template-rows: auto minmax(0, 1fr); overflow: hidden; border-radius: var(--wsb-radius-l) 0 0 var(--wsb-radius-l); background: var(--wsb-color-surface); box-shadow: var(--wsb-shadow-medium); opacity: .96; transform: translateX(100%); transition: transform 420ms cubic-bezier(.22, 1, .36, 1), opacity 420ms ease; }
  .wsb-checkout-drawer--compact { width: min(100vw, 38rem); }
  .wsb-checkout-overlay[data-state="open"] .wsb-checkout-drawer { opacity: 1; transform: translateX(0); }
  .wsb-checkout-overlay[data-state="closing"] .wsb-checkout-drawer { opacity: .96; transform: translateX(100%); }
  .wsb-checkout-drawer > header { position: sticky; z-index: 2; top: 0; display: flex; align-items: start; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--wsb-color-border); padding: 24px 28px; background: var(--wsb-color-surface); }
  .wsb-checkout-drawer > header h2 { font-size: 1.65rem; }
  .wsb-checkout-drawer--compact > header h2 { white-space: nowrap; }
  .wsb-checkout-drawer > header p { color: var(--wsb-color-muted); }
  .wsb-checkout-drawer__close { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); background: var(--wsb-color-surface); color: var(--wsb-color-ink-strong); font-size: 1.75rem; cursor: pointer; }
  .wsb-checkout-drawer__body { display: grid; align-content: start; gap: 18px; overflow-y: auto; overscroll-behavior: contain; padding: 24px 28px max(32px, env(safe-area-inset-bottom)); }
  .wsb-admin-send { display: grid; gap: 1rem; }
  .wsb-admin-send__field { display: grid; gap: .4rem; font-weight: 650; }
  .wsb-admin-send__field input { min-height: 46px; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); padding: .7rem .8rem; background: var(--wsb-color-surface); color: var(--wsb-color-ink-strong); font: inherit; }
  .wsb-admin-send__methods { display: grid; gap: .65rem; margin: 0; border: 0; padding: 0; }
  .wsb-admin-send__methods legend { margin-bottom: .25rem; font-weight: 700; }
  .wsb-admin-send__methods label { display: flex; align-items: center; gap: .6rem; min-height: 42px; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); padding: .55rem .7rem; cursor: pointer; }
  .wsb-admin-send__note { margin: 0; color: var(--wsb-color-muted); font-size: .9rem; line-height: 1.5; }
  .wsb-checkout-drawer .wsb-checkout-trip { gap: 10px; padding: 16px; box-shadow: var(--wsb-shadow-low); }
  .wsb-checkout-drawer .wsb-checkout-trip__route,
  .wsb-checkout-drawer .wsb-checkout-trip__route > span,
  .wsb-checkout-drawer .wsb-checkout-trip__meta,
  .wsb-checkout-drawer .wsb-checkout-trip__facts,
  .wsb-checkout-drawer .wsb-checkout-trip__facts > span,
  .wsb-checkout-drawer .wsb-checkout-trip__chips > span { font-size: var(--wsb-checkout-drawer-meta-size); font-weight: 400; line-height: 1.45; }
  .wsb-tip-editor { display: grid; gap: 1.75rem; }
  .wsb-tip-editor fieldset { display: grid; gap: .75rem; border: 0; padding: 0; }
  .wsb-tip-editor legend { font-size: 1rem; font-weight: 650; }
  .wsb-tip-editor__choices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
  .wsb-tip-choice { display: grid; min-height: 96px; grid-template-columns: auto minmax(0, 1fr); align-content: center; align-items: center; gap: .35rem .6rem; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); padding: .75rem; background: var(--wsb-color-surface); color: var(--wsb-color-ink-strong); text-align: left; cursor: pointer; }
  .wsb-tip-choice.is-selected { border-color: var(--wsb-color-interaction); box-shadow: 0 0 0 1px var(--wsb-color-interaction); }
  .wsb-tip-choice small { grid-column: 2; color: var(--wsb-color-muted); }
  .wsb-tip-editor__custom { display: grid; grid-template-columns: 2.5rem minmax(0, 1fr); align-items: center; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); padding-left: .8rem; }
  .wsb-tip-editor__custom input { border: 0; border-left: 1px solid var(--wsb-color-border); border-radius: 0; }
  .wsb-tip-editor > .wsb-booking-app__button { width: 100%; min-height: 52px; }
  .wsb-tip-editor__helper { color: var(--wsb-color-muted); font-size: .78rem; text-align: center; }
  .wsb-checkout-guard { display: grid; gap: .5rem; border: 1px solid var(--wsb-color-warning); border-radius: var(--wsb-radius-m); padding: 1rem; background: var(--wsb-color-warning-soft); }
  @media (min-width: 75rem) {
    .wsb-checkout-form { gap: var(--wsb-checkout-stack-gap); }
    .wsb-checkout-section__header { min-height: 50px; grid-template-columns: 38px minmax(0, 1fr) 44px; gap: .55rem; padding: .35rem .7rem; }
    .wsb-checkout-section__brand { width: 38px; height: 24px; }
    .wsb-checkout-section__brand .wsb-icon { display: inline-block; width: 18px; height: 18px; }
    .wsb-checkout-section__glyph { width: 19px; height: 19px; display: none; }
    .wsb-checkout-section__glyph--contact { width: 21px; height: 21px; }
    .wsb-checkout-section__chevron { width: 44px; height: 44px; }
    .wsb-checkout-section__panel { padding: 0 .75rem .65rem 4rem; }
    .wsb-checkout-grid { gap: .42rem .7rem; }
    .wsb-checkout-field { gap: .24rem; }
    .wsb-checkout-field input,
    .wsb-checkout-field select,
    .wsb-checkout-field textarea,
    .wsb-tip-editor__custom input { min-height: 36px; padding: .42rem .62rem; }
    .wsb-checkout-payment { min-height: 84px; padding: .7rem .75rem; }
  }
  @media (max-width: 64rem) {
    .wsb-booking-app[data-stage="checkout"] { overflow-x: clip; }
    .wsb-booking-app[data-stage="checkout"] .wsb-booking-app__layout { grid-template-columns: minmax(0, 1.45fr) minmax(16rem, .7fr); gap: 1rem; }
    .wsb-booking-app[data-stage="checkout"] .wsb-booking-app__main,
    .wsb-booking-app[data-stage="checkout"] .wsb-booking-app__summary { max-width: 100%; }
    .wsb-booking-app[data-stage="checkout"] .wsb-checkout-field input,
    .wsb-booking-app[data-stage="checkout"] .wsb-checkout-field select,
    .wsb-booking-app[data-stage="checkout"] .wsb-checkout-field textarea { min-width: 0; }
    .wsb-checkout-grid--billing { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wsb-checkout-grid--billing > :nth-child(-n+2) { grid-column: auto; }
    .wsb-checkout-grid--trip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wsb-checkout-grid--trip > :last-child { grid-column: 1 / -1; }
    .wsb-checkout-drawer { width: 75vw; }
  }
  @media (max-width: 47rem) {
    .wsb-booking-app[data-stage="checkout"] .wsb-booking-app__layout { grid-template-columns: minmax(0, 1fr); }
    .wsb-booking-app[data-stage="checkout"] .wsb-booking-app__summary { position: static; grid-row: auto; }
    .wsb-checkout-hero { align-items: stretch; flex-direction: column; }
    .wsb-checkout-hero__back { width: fit-content; order: -1; }
    .wsb-checkout-section__panel { padding: 0 .8rem .8rem; }
    .wsb-checkout-field input,
    .wsb-checkout-field select,
    .wsb-checkout-field textarea,
    .wsb-tip-editor__custom input { min-height: 44px; }
    .wsb-checkout-grid--two,
    .wsb-checkout-grid--billing,
    .wsb-checkout-grid--trip,
    .wsb-checkout-payment-cards { grid-template-columns: 1fr; }
    .wsb-checkout-payment { min-height: 80px; gap: .55rem; padding: .65rem; }
    .wsb-checkout-payment__copy { gap: .2rem .4rem; }
    .wsb-checkout-payment__brands { gap: 4px; }
    .wsb-checkout-payment__brands img { height: 36px; max-width: 64px; }
    .wsb-checkout-adjustments { grid-template-columns: 1fr; }
    .wsb-checkout-grid--trip > :last-child { grid-column: auto; }
    .wsb-checkout-tip-row { grid-template-columns: minmax(0, 1fr) auto; }
    .wsb-checkout-picker { position: fixed; top: 50%; left: 50%; width: min(28rem, calc(100vw - 2rem)); max-height: min(32rem, calc(100dvh - 2rem)); transform: translate(-50%, -50%); }
    .wsb-checkout-tip-row__status { grid-column: 1; grid-row: 2; }
    .wsb-checkout-switch { grid-column: 2; grid-row: 1 / 3; }
    .wsb-checkout-overlay { align-items: end; justify-items: stretch; }
    .wsb-checkout-drawer { width: 100%; height: min(88dvh, 88vh); border-radius: var(--wsb-radius-l) var(--wsb-radius-l) 0 0; transform: translateY(100%); }
    .wsb-checkout-overlay[data-state="open"] .wsb-checkout-drawer { transform: translateY(0); }
    .wsb-checkout-overlay[data-state="closing"] .wsb-checkout-drawer { transform: translateY(100%); }
    .wsb-checkout-drawer > header,
    .wsb-checkout-drawer__body { padding: 1rem; }
    .wsb-checkout-drawer .wsb-checkout-trip { padding: 14px; }
    .wsb-tip-editor__choices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .wsb-tip-choice { min-height: 86px; padding: .55rem; }
  }
  @media (max-width: 25rem) {
    .wsb-tip-editor__choices { grid-template-columns: 1fr; }
  }
  @media (prefers-reduced-motion: reduce) {
    .wsb-checkout-section,
    .wsb-checkout-section__chevron,
    .wsb-checkout-switch,
    .wsb-checkout-switch > span,
    .wsb-checkout-overlay,
    .wsb-checkout-drawer { animation: none; transition-duration: 0s; }
  }
}

body:has(.wsb-confirmation) .wsb-trust-included-link {
  display: none !important;
}

@layer wsb-v4-components {
  .wsb-booking-app[data-stage="confirmation"] .wsb-booking-app__layout { display: block; max-width: 1140px; margin-inline: auto; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-booking-app__main { width: 100%; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-booking-app__stage-action,
  .wsb-booking-app[data-stage="confirmation"] .wsb-booking-app__summary,
  .wsb-booking-app[data-stage="confirmation"] .wsb-booking-app__summary-region { display: none; }
  .wsb-confirmation { display: grid; gap: 18px; padding-bottom: 32px; }
  .wsb-confirmation__print-header { display: none; }
  .wsb-confirmation__hero,
  .wsb-confirmation__section { border: 1px solid var(--wsb-color-border-subtle); border-radius: var(--wsb-radius-m); padding: clamp(18px, 3vw, 30px); background: var(--wsb-color-surface); box-shadow: var(--wsb-shadow-soft); }
  .wsb-confirmation__hero { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px 20px; }
  .wsb-confirmation__hero-icon { display: grid; place-items: center; width: 58px; height: 58px; border: 2px solid var(--wsb-color-success); border-radius: 50%; color: var(--wsb-color-success); background: var(--wsb-color-success-softer); }
  .wsb-confirmation--pending .wsb-confirmation__hero-icon { border-color: var(--wsb-color-accent); color: var(--wsb-color-warning); background: var(--wsb-color-warning-softer); }
  .wsb-confirmation__hero-icon .wsb-icon { width: 28px; height: 28px; }
  .wsb-confirmation__hero-copy h1 { margin: 0 0 4px; font-size: clamp(22px, 3vw, 28px); font-weight: 500; }
  .wsb-confirmation__hero-copy p { margin: 0; color: var(--wsb-color-muted); }
  .wsb-confirmation__facts { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(140px, .55fr) minmax(0, 1fr); gap: 0; margin: 8px 0 0; }
  .wsb-confirmation__facts dt,
  .wsb-confirmation__facts dd { margin: 0; border-bottom: 1px solid var(--wsb-color-border-subtle); padding: 10px 0; font-size: 15px; }
  .wsb-confirmation__facts dt { color: var(--wsb-color-muted); }
  .wsb-confirmation__facts dd { font-weight: 500; }
  .wsb-confirmation__reference { display: inline-flex; align-items: center; gap: .5rem; }
  .wsb-confirmation__copy-reference { display: inline-grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid var(--wsb-color-border); border-radius: .5rem; background: var(--wsb-color-surface); color: var(--wsb-color-interaction); cursor: pointer; }
  .wsb-confirmation__copy-reference:hover, .wsb-confirmation__copy-reference:focus-visible { border-color: var(--wsb-color-interaction); outline: 2px solid var(--wsb-color-focus-ring); }
  .wsb-confirmation__status { justify-self: start; border-radius: 999px; padding: 3px 9px; align-self: center; border-bottom: 0; }
  .wsb-confirmation__status--paid { color: var(--wsb-color-success); background: var(--wsb-color-success-soft); }
  .wsb-confirmation__status--pending { color: var(--wsb-color-warning); background: var(--wsb-color-warning-soft); }
  .wsb-confirmation__bank { grid-column: 1 / -1; border: 1px solid color-mix(in srgb, var(--wsb-color-accent) 25%, var(--wsb-color-border)); border-radius: var(--wsb-radius-s); padding: 16px; background: var(--wsb-color-warning-softer); }
  .wsb-confirmation__bank h2 { margin: 0 0 12px; color: var(--wsb-color-warning); font-size: 18px; font-weight: 500; }
  .wsb-confirmation__bank-grid { display: grid; grid-template-columns: repeat(2, minmax(120px, .55fr) minmax(160px, 1fr)); gap: 8px 12px; margin: 0; }
  .wsb-confirmation__bank-grid dt { color: var(--wsb-color-muted); font-size: 13px; }
  .wsb-confirmation__bank-grid dd { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-width: 0; margin: 0; font-size: 15px; font-weight: 500; }
  .wsb-confirmation__bank-value { min-width: 0; overflow-wrap: anywhere; }
  .wsb-confirmation__copy-field { display: inline-grid; flex: 0 0 44px; place-items: center; width: 44px; height: 44px; margin: -10px -8px -10px 0; border: 0; border-radius: 50%; padding: 0; color: var(--wsb-color-interaction); background: transparent; cursor: pointer; }
  .wsb-confirmation__copy-field:hover { background: color-mix(in srgb, var(--wsb-color-interaction) 9%, transparent); }
  .wsb-confirmation__copy-field:focus-visible { outline: 2px solid var(--wsb-color-interaction); outline-offset: 2px; }
  .wsb-confirmation__copy-field .wsb-icon { width: 18px; height: 18px; }
  .wsb-confirmation__bank-grid .wsb-confirmation__bank-reference { color: var(--wsb-color-warning); font-weight: 500; }
  .wsb-confirmation__bank-instructions { margin-top: 12px; color: var(--wsb-color-muted); font-size: 13px; }
  .wsb-confirmation__locked { grid-column: 1 / -1; margin: 0; border: 1px solid var(--wsb-color-success-border); border-radius: var(--wsb-radius-s); padding: 12px 14px; color: var(--wsb-color-success); background: var(--wsb-color-success-softer); }
  .wsb-confirmation--pending .wsb-confirmation__locked { border-color: color-mix(in srgb, var(--wsb-color-interaction) 24%, var(--wsb-color-border)); color: var(--wsb-color-text); background: color-mix(in srgb, var(--wsb-color-interaction) 5%, var(--wsb-color-surface)); }
  .wsb-confirmation__actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px; }
  .wsb-confirmation__action { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; border: 1px solid var(--wsb-color-interaction); border-radius: var(--wsb-radius-s); padding: 9px 18px; color: var(--wsb-color-interaction); background: var(--wsb-color-surface); font: inherit; font-weight: 500; }
  .wsb-confirmation__action--primary { color: white; background: var(--wsb-color-interaction); }
  .wsb-confirmation__action .wsb-icon { width: 18px; height: 18px; }
  .wsb-confirmation__email-panel { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 8px 12px; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); padding: 14px; background: var(--wsb-color-surface-raised); }
  .wsb-confirmation__email-label { grid-column: 1 / -1; font-size: 14px; font-weight: 500; }
  .wsb-confirmation__email-input { width: 100%; min-height: 44px; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); padding: 9px 12px; color: var(--wsb-color-text); background: var(--wsb-color-surface); font: inherit; font-size: 15px; }
  .wsb-confirmation__email-input:focus { border-color: var(--wsb-color-interaction); outline: 2px solid color-mix(in srgb, var(--wsb-color-interaction) 20%, transparent); outline-offset: 1px; }
  .wsb-confirmation__email-input[aria-invalid="true"] { border-color: var(--wsb-color-danger); }
  .wsb-confirmation__email-error { grid-column: 1 / -1; margin: 0; color: var(--wsb-color-danger); font-size: 13px; }
  .wsb-confirmation__email-controls { display: flex; gap: 8px; }
  .wsb-confirmation__email-controls .wsb-confirmation__action { white-space: nowrap; }
  .wsb-confirmation__email-cancel { min-width: 64px; min-height: 44px; border: 0; padding: 8px 10px; color: var(--wsb-color-interaction); background: transparent; font: inherit; font-weight: 500; }
  .wsb-confirmation__email-cancel:focus-visible { outline: 2px solid var(--wsb-color-interaction); outline-offset: 2px; }
  .wsb-confirmation__section-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  .wsb-confirmation__section h2 { margin: 0 0 14px; font-size: 20px; font-weight: 500; }
  .wsb-confirmation__count { border-radius: 999px; padding: 3px 9px; color: var(--wsb-color-muted); background: var(--wsb-color-canvas); font-size: 12px; }
  .wsb-confirmation__trips { display: grid; gap: 12px; }
  .wsb-confirmation__trip { border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); padding: 14px; }
  .wsb-confirmation__trip-head { display: flex; justify-content: space-between; gap: 12px; }
  .wsb-confirmation__trip-identity { display: grid; justify-items: end; gap: 3px; color: var(--wsb-color-muted); font-size: 12px; text-align: right; }
  .wsb-confirmation__trip-identity strong { color: var(--wsb-color-text); font-size: 14px; font-weight: 500; }
  .wsb-confirmation__trip h3 { margin: 0; font-size: 16px; font-weight: 500; }
  .wsb-confirmation__route { display: grid; gap: 5px; margin: 7px 0 3px; overflow-wrap: anywhere; }
  .wsb-confirmation__route p { margin: 0; line-height: 1.45; }
  .wsb-confirmation__meta { margin: 0; color: var(--wsb-color-muted); font-size: 13px; }
  .wsb-confirmation__chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
  .wsb-confirmation__chips span { border: 1px solid var(--wsb-color-border-subtle); border-radius: 999px; padding: 4px 8px; background: var(--wsb-color-surface-raised); font-size: 12px; }
  .wsb-confirmation__payment-rows { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px 16px; margin: 0; }
  .wsb-confirmation__payment-rows dt,
  .wsb-confirmation__payment-rows dd { margin: 0; font-size: 14px; }
  .wsb-confirmation__payment-rows dd { text-align: right; }
  .wsb-confirmation__payment-total { margin-top: 6px; border-top: 1px solid var(--wsb-color-border); padding-top: 12px; font-size: 17px; font-weight: 500; }
  .wsb-confirmation__next ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
  .wsb-confirmation__next li { display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: start; gap: 10px; }
  .wsb-confirmation__next li .wsb-icon { width: 20px; height: 20px; color: var(--wsb-color-interaction); }
  .wsb-confirmation__support { margin: 16px 0 0; border-radius: var(--wsb-radius-s); padding: 10px; text-align: center; background: var(--wsb-color-surface-raised); }
  @media (min-width: 900px) {
    .wsb-confirmation--pending { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wsb-confirmation--pending .wsb-confirmation__hero,
    .wsb-confirmation--pending .wsb-confirmation__itinerary { grid-column: 1 / -1; }
  }
  @media (max-width: 640px) {
    .wsb-confirmation__hero { grid-template-columns: 48px minmax(0, 1fr); padding: 16px; }
    .wsb-confirmation__hero-icon { width: 46px; height: 46px; }
    .wsb-confirmation__facts { grid-template-columns: 1fr; }
    .wsb-confirmation__facts dt { border-bottom: 0; padding-bottom: 2px; }
    .wsb-confirmation__facts dd { padding-top: 0; }
    .wsb-confirmation__bank-grid { grid-template-columns: minmax(110px, .7fr) minmax(0, 1fr); }
    .wsb-confirmation__actions { display: grid; }
    .wsb-confirmation__email-panel { grid-template-columns: 1fr; }
    .wsb-confirmation__email-controls { display: grid; grid-template-columns: 1fr auto; }
    .wsb-confirmation__trip-head { align-items: start; }
    .wsb-confirmation__trip-identity { max-width: 46%; }
  }

  /* Confirmation redesign R1: one shared paid/EFT presentation authority. */
  .wsb-booking-app[data-stage="confirmation"] .wsb-booking-app__layout { max-width: 980px; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-booking-app__step > button { pointer-events: none; cursor: default; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-booking-app__step > button::after { display: none; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-booking-app__step--complete { color: var(--wsb-color-muted); }
  .wsb-booking-app[data-stage="confirmation"] .wsb-booking-app__step--complete .wsb-booking-app__step-marker { border-color: var(--wsb-color-border); background: linear-gradient(145deg, var(--wsb-color-surface-raised), var(--wsb-color-canvas)); color: var(--wsb-color-muted); box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--wsb-color-surface) 70%, transparent); }
  .wsb-booking-app[data-stage="confirmation"] .wsb-booking-app__step--complete:not(:last-child)::after { background: var(--wsb-color-border-strong); }
  .wsb-confirmation { gap: 14px; color: var(--wsb-color-text); }
  .wsb-confirmation--pending { grid-template-columns: 1fr; }
  .wsb-confirmation__hero,
  .wsb-confirmation__section { border-color: var(--wsb-color-border); border-radius: var(--wsb-radius-m); box-shadow: none; }
  .wsb-confirmation__hero { grid-template-columns: 165px minmax(0, 1fr); gap: 14px 28px; padding: 28px; }
  .wsb-confirmation__visual { grid-row: 1 / span 5; display: grid; place-items: start center; padding-top: 26px; }
  .wsb-confirmation__hero-icon { width: 82px; height: 82px; border-width: 3px; background: transparent; box-shadow: 0 0 0 12px var(--wsb-color-success-softer); }
  .wsb-confirmation--pending .wsb-confirmation__hero-icon { box-shadow: 0 0 0 12px var(--wsb-color-warning-softer); }
  .wsb-confirmation__hero-icon .wsb-icon { width: 40px; height: 40px; }
  .wsb-confirmation__hero-copy h1 { font-size: clamp(25px, 3vw, 32px); font-weight: 650; letter-spacing: -.02em; }
  .wsb-confirmation__hero-copy p + p { margin-top: 3px; }
  .wsb-confirmation__facts { grid-column: 2; grid-template-columns: minmax(160px, .55fr) minmax(0, 1fr); margin-top: 4px; }
  .wsb-confirmation__facts dt,
  .wsb-confirmation__facts dd { border-bottom: 0; padding: 9px 0; }
  .wsb-confirmation__facts dt:nth-of-type(3),
  .wsb-confirmation__facts dd:nth-of-type(3) { border-top: 1px solid var(--wsb-color-border-subtle); padding-top: 18px; }
  .wsb-confirmation__status { display: inline-flex; width: fit-content; min-height: 32px; align-items: center; border-radius: var(--wsb-radius-s); padding: 6px 12px !important; font-weight: 600; }
  .wsb-confirmation__status--paid { color: #087a3a; background: #d9f3e3; }
  .wsb-confirmation__status--pending { color: #9a5d00; background: #fff0d6; }
  .wsb-confirmation__hero-total { color: var(--wsb-color-text); font-weight: 700 !important; }
  .wsb-confirmation__bank { grid-column: 2; display: grid; grid-template-columns: 1fr; align-items: center; gap: 12px; border-color: color-mix(in srgb, var(--wsb-color-warning) 35%, var(--wsb-color-border)); background: var(--wsb-color-warning-softer); }
  .wsb-confirmation__bank h2 { grid-column: 1 / -1; margin-bottom: 2px; font-size: 16px; }
  .wsb-confirmation__bank-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; }
  .wsb-confirmation__bank-field { display: grid; grid-template-columns: minmax(110px, .7fr) minmax(0, 1fr); align-items: baseline; gap: 10px; }
  .wsb-confirmation__bank-field span { color: var(--wsb-color-muted); font-size: 13px; }
  .wsb-confirmation__bank-field strong { min-width: 0; color: var(--wsb-color-text); font-size: 14px; overflow-wrap: anywhere; }
  .wsb-confirmation__bank-reference { display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid color-mix(in srgb, var(--wsb-color-warning) 30%, var(--wsb-color-border)); padding-top: 12px; color: var(--wsb-color-muted); font-size: 14px; }
  .wsb-confirmation__bank-reference > span { display: grid; gap: 4px; }
  .wsb-confirmation__bank-reference strong { color: var(--wsb-color-warning); font-size: 16px; }
  .wsb-confirmation__bank-reference .wsb-confirmation__copy-field { flex: 0 0 44px; margin: 0; border: 1px solid color-mix(in srgb, var(--wsb-color-warning) 30%, var(--wsb-color-border)); border-radius: var(--wsb-radius-s); background: var(--wsb-color-surface); color: var(--wsb-color-warning); }
  .wsb-confirmation__locked { grid-column: 2; }
  .wsb-confirmation__actions { grid-column: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wsb-confirmation__action { min-height: 48px; cursor: pointer; }
  .wsb-confirmation__action--primary { border-color: transparent; background: var(--wsb-gradient-action, linear-gradient(100deg, #ff3b30, #6b21a8)); }
  .wsb-confirmation__action:focus-visible,
  .wsb-confirmation__itinerary-toggle:focus-visible,
  .wsb-confirmation__support a:focus-visible { outline: 3px solid color-mix(in srgb, var(--wsb-color-interaction) 35%, transparent); outline-offset: 3px; }
  .wsb-confirmation__itinerary { padding: 0; overflow: clip; }
  .wsb-confirmation__itinerary-toggle { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; min-height: 86px; border: 0; padding: 18px 24px; color: inherit; background: transparent; text-align: left; cursor: pointer; }
  .wsb-confirmation__itinerary-heading { display: grid; gap: 5px; }
  .wsb-confirmation__itinerary-heading strong { font-size: 16px; }
  .wsb-confirmation__itinerary-heading small { color: var(--wsb-color-muted); font-size: 14px; }
  .wsb-confirmation__itinerary-meta { display: flex; align-items: center; gap: 12px; }
  .wsb-confirmation__itinerary-meta .wsb-icon { width: 20px; transition: transform .2s ease; }
  .wsb-confirmation__itinerary-toggle[aria-expanded="true"] .wsb-icon { transform: rotate(180deg); }
  .wsb-confirmation__itinerary-preview { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 24px 20px; }
  .wsb-confirmation__itinerary-preview[hidden],
  .wsb-confirmation__trips[hidden] { display: none; }
  .wsb-confirmation__itinerary-preview span,
  .wsb-confirmation__trip-number,
  .wsb-confirmation__coupon { border-radius: 7px; padding: 5px 9px; background: var(--wsb-color-canvas); font-size: 12px; font-weight: 600; }
  .wsb-confirmation__itinerary-preview span { max-width: 100%; color: var(--wsb-color-muted); font-weight: 500; line-height: 1.45; }
  .wsb-confirmation__trips { gap: 0; border-top: 1px solid var(--wsb-color-border-subtle); padding: 10px 20px 20px; }
  .wsb-confirmation__trip { border: 0; border-bottom: 1px solid var(--wsb-color-border-subtle); border-radius: 0; padding: 16px 2px; }
  .wsb-confirmation__trip:last-child { border-bottom: 0; }
  .wsb-confirmation__trip h3 { display: flex; align-items: center; gap: 10px; }
  .wsb-confirmation__trip-type { display: inline-flex; align-items: center; gap: 6px; border-radius: 7px; padding: 5px 9px; color: var(--wsb-color-interaction); background: color-mix(in srgb, var(--wsb-color-interaction) 10%, var(--wsb-color-surface)); font-size: 12px; font-weight: 600; }
  .wsb-confirmation__trip-type .wsb-icon { --wsb-ui-icon-size: 16px; color: currentColor; }
  .wsb-confirmation__trip-total { display: grid; justify-items: end; gap: 3px; color: var(--wsb-color-text); font-size: 14px; font-weight: 700; }
  .wsb-confirmation__trip-total strong { color: inherit; font-size: 14px; font-weight: 700; }
  .wsb-confirmation__route { display: grid; gap: 10px; margin-top: 12px; color: var(--wsb-color-muted); }
  .wsb-confirmation__leg { overflow: hidden; border: 1px solid var(--wsb-color-border-subtle); border-radius: var(--wsb-radius-s); background: color-mix(in srgb, var(--wsb-color-canvas) 60%, var(--wsb-color-surface)); }
  .wsb-confirmation__leg-head { display: flex; align-items: center; gap: 10px; padding: 12px 14px 8px; color: var(--wsb-color-text); }
  .wsb-confirmation__leg-head time { margin-left: 8px; color: var(--wsb-color-muted); font-size: 13px; }
  .wsb-confirmation__leg-icon { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 999px; color: var(--wsb-color-interaction); background: color-mix(in srgb, var(--wsb-color-interaction) 12%, var(--wsb-color-surface)); }
  .wsb-confirmation__leg-icon .wsb-icon { --wsb-ui-icon-size: 16px; color: currentColor; }
  .wsb-confirmation__locations { position: relative; display: grid; gap: 12px; padding: 2px 16px 15px 52px; color: var(--wsb-color-text); }
  .wsb-confirmation__locations::before { content: ''; position: absolute; top: 10px; bottom: 24px; left: 27px; width: 1px; background: color-mix(in srgb, var(--wsb-color-interaction) 42%, var(--wsb-color-border)); }
  .wsb-confirmation__location { position: relative; margin: 0; color: inherit; font-size: 14px; line-height: 1.45; }
  .wsb-confirmation__location::before { content: ''; position: absolute; top: .48em; left: -29px; width: 7px; height: 7px; border: 2px solid var(--wsb-color-surface); border-radius: 999px; background: var(--wsb-color-interaction); }
  .wsb-confirmation__location--stop { display: grid; gap: 1px; }
  .wsb-confirmation__location--stop::before { border-color: var(--wsb-color-interaction); background: var(--wsb-color-surface); }
  .wsb-confirmation__stop-label { color: var(--wsb-color-text); font-size: 13px; font-weight: 500; }
  .wsb-confirmation__stop-address { color: var(--wsb-color-muted); }
  .wsb-confirmation__route-metrics { display: flex; flex-wrap: wrap; gap: 10px 28px; border-top: 1px solid var(--wsb-color-border-subtle); padding: 10px 14px; background: color-mix(in srgb, var(--wsb-color-canvas) 82%, var(--wsb-color-border)); }
  .wsb-confirmation__route-metrics > span { display: inline-flex; align-items: center; gap: 7px; color: var(--wsb-color-muted); font-size: 13px; }
  .wsb-confirmation__route-metrics .wsb-icon { --wsb-ui-icon-size: 17px; color: currentColor; }
  .wsb-confirmation__vehicle-meta { display: flex; align-items: center; gap: 9px; margin: 10px 0 0; border-radius: var(--wsb-radius-s); padding: 11px 14px; color: var(--wsb-color-text); background: var(--wsb-color-canvas); font-size: 14px; }
  .wsb-confirmation__vehicle-meta .wsb-icon { --wsb-ui-icon-size: 18px; color: var(--wsb-color-muted); }
  .wsb-confirmation__experience { display: grid; gap: 3px; margin: 8px 0 0; color: var(--wsb-color-muted); font-size: 14px; }
  .wsb-confirmation__experience strong { color: var(--wsb-color-text); font-weight: 600; }
  .wsb-confirmation__chips .wsb-confirmation__chip--requirement { border: 1px solid var(--wsb-color-border-subtle); border-radius: .35rem; padding: 4px 8px; background: var(--wsb-color-canvas); color: var(--wsb-color-muted); font-weight: 500; }
  .wsb-confirmation__payment,
  .wsb-confirmation__next { padding: 22px 24px; }
  .wsb-confirmation__payment-rows { gap: 11px 20px; }
  .wsb-confirmation__next li { grid-template-columns: 38px minmax(0, 1fr); align-items: center; }
  .wsb-confirmation__next-icon { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid color-mix(in srgb, var(--wsb-color-interaction) 28%, var(--wsb-color-border)); border-radius: var(--wsb-radius-s); color: var(--wsb-color-interaction); background: color-mix(in srgb, var(--wsb-color-interaction) 15%, var(--wsb-color-surface)); opacity: 1; }
  .wsb-confirmation__next-icon .wsb-ui-icon { --wsb-ui-icon-size: 20px; color: currentColor; }
  .wsb-confirmation__next li[data-icon-tone="warning"] > .wsb-confirmation__next-icon { border-color: color-mix(in srgb, var(--wsb-color-warning) 30%, var(--wsb-color-border)); background: var(--wsb-color-warning-soft); color: var(--wsb-color-warning); }
  .wsb-confirmation__next li span { display: grid; gap: 2px; }
  .wsb-confirmation__next li small { color: var(--wsb-color-muted); font-size: 14px; }
  .wsb-confirmation__payment-subtotal { font-weight: 700; }
  .wsb-confirmation__payment-total { color: var(--wsb-color-text); font-size: 14px; font-weight: 700; }
  .wsb-confirmation__payment-total strong { color: inherit; font-size: inherit; font-weight: 700; }
  .wsb-confirmation__support { display: flex; align-items: stretch; justify-content: center; gap: clamp(12px, 2vw, 24px); margin-top: 18px; padding: 0; background: transparent; }
  .wsb-confirmation__support a { display: inline-flex; min-height: 48px; flex: 1; align-items: center; justify-content: center; border: 1px solid color-mix(in srgb, var(--wsb-color-interaction) 30%, var(--wsb-color-border)); border-radius: var(--wsb-radius-s); padding: 12px 18px; color: var(--wsb-color-interaction); background: var(--wsb-color-brand-soft); font-weight: 600; text-align: center; text-decoration: none; }
  .wsb-confirmation__support a.wsb-confirmation__support-action--primary { border-color: transparent; color: #fff; background: var(--wsb-gradient-action, linear-gradient(100deg, #ff3b30, #6b21a8)); }
  .wsb-confirmation__closing { margin: 4px 0 0; color: var(--wsb-color-muted); text-align: center; }
  @media (max-width: 760px) {
    .wsb-confirmation__hero { grid-template-columns: 1fr; padding: 22px; }
    .wsb-confirmation__visual { grid-row: auto; justify-items: start; padding: 0 0 4px 12px; }
    .wsb-confirmation__hero-icon { width: 62px; height: 62px; box-shadow: 0 0 0 8px var(--wsb-color-success-softer); }
    .wsb-confirmation--pending .wsb-confirmation__hero-icon { box-shadow: 0 0 0 8px var(--wsb-color-warning-softer); }
    .wsb-confirmation__facts,
    .wsb-confirmation__bank,
    .wsb-confirmation__locked,
    .wsb-confirmation__actions { grid-column: 1; }
    .wsb-confirmation__facts { grid-template-columns: minmax(125px, .7fr) minmax(0, 1fr); }
    .wsb-confirmation__bank { grid-template-columns: 1fr; }
    .wsb-confirmation__bank-grid { grid-template-columns: 1fr; }
    .wsb-confirmation__bank-field { grid-template-columns: minmax(105px, .7fr) minmax(0, 1fr); }
    .wsb-confirmation__bank-reference { border-top: 1px solid color-mix(in srgb, var(--wsb-color-warning) 30%, var(--wsb-color-border)); border-left: 0; padding: 14px 0 0; }
    .wsb-confirmation__actions { grid-template-columns: 1fr; }
    .wsb-confirmation__itinerary-toggle { min-height: 76px; padding: 16px 18px; }
    .wsb-confirmation__itinerary-heading strong { font-size: 16px; }
    .wsb-confirmation__itinerary-preview { padding-inline: 18px; }
    .wsb-confirmation__trips { padding: 8px 16px 16px; }
    .wsb-confirmation__trip-head { align-items: flex-start; }
    .wsb-confirmation__trip h3 { flex-wrap: wrap; }
    .wsb-confirmation__leg-head { flex-wrap: wrap; }
    .wsb-confirmation__leg-head time { width: calc(100% - 38px); margin: 0 0 0 38px; }
    .wsb-confirmation__route-metrics { gap: 9px 18px; }
    .wsb-confirmation__meta { line-height: 1.65; }
    .wsb-confirmation__support { align-items: stretch; flex-direction: column; }
    .wsb-confirmation__support a + a { border-top: 1px solid color-mix(in srgb, var(--wsb-color-interaction) 30%, var(--wsb-color-border)); border-left: 1px solid color-mix(in srgb, var(--wsb-color-interaction) 30%, var(--wsb-color-border)); }
  }
}

@media print {
  @page { margin: 14mm; }
  html, body { background: white !important; }
  body:has(.wsb-booking-app[data-stage="confirmation"]) > header,
  body:has(.wsb-booking-app[data-stage="confirmation"]) > footer { display: none !important; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-booking-app__header,
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation__actions,
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation__email-panel,
  .wsb-booking-app[data-stage="confirmation"] .wsb-snackbar-host { display: none; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation__print-header { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; border-bottom: 2px solid #5b21b6; padding: 0 0 12px; color: #28104f; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation__print-header strong { font-size: 20px; letter-spacing: .08em; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation__print-header span { font-size: 12px; }
  .wsb-booking-app[data-stage="confirmation"],
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation__hero,
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation__section { box-shadow: none; background: white; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation { gap: 12px; padding: 0; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation__hero,
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation__section { break-inside: avoid; border-color: #d8d4df; padding: 16px; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation__trip { break-inside: avoid; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation__copy-field { display: none; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation__itinerary-toggle { padding: 10px 0; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation__itinerary-preview { display: none !important; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation__trips { display: grid !important; }
  .wsb-booking-app[data-stage="confirmation"] .wsb-confirmation__closing { margin-top: 8px; }
}

@layer wsb-components {
  .wsb-checkout-step-body,
  .wsb-checkout-payment-step { display: grid; gap: 1rem; }
  .wsb-checkout-section__header { padding: 12px 16px; }
  .wsb-checkout-section__panel { padding: 2px 16px 16px 4.75rem; }
  .wsb-checkout-section__state { display: grid; width: 44px; min-width: 44px; height: 44px; place-items: center; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); color: var(--wsb-color-muted); transition: transform 190ms ease, color 190ms ease, border-color 190ms ease; }
  .wsb-checkout-section__state .wsb-icon { width: 18px; height: 18px; }
  .wsb-checkout-section.is-expanded .wsb-checkout-section__state { transform: rotate(180deg); color: var(--wsb-color-interaction); border-color: color-mix(in srgb, var(--wsb-color-interaction) 40%, var(--wsb-color-border)); }
  .wsb-checkout-section[data-step-state="completed"] .wsb-checkout-section__state { color: var(--wsb-color-success); border-color: color-mix(in srgb, var(--wsb-color-success) 35%, var(--wsb-color-border)); }
  .wsb-checkout-section.is-locked { background: color-mix(in srgb, var(--wsb-color-canvas) 70%, var(--wsb-color-surface)); box-shadow: none; }
  .wsb-checkout-section.is-locked .wsb-checkout-section__header { cursor: not-allowed; opacity: .62; }
  .wsb-checkout-section.is-locked .wsb-checkout-section__brand { filter: grayscale(1); }
  .wsb-checkout-section.is-locked .wsb-checkout-section__state { border-radius: 50%; }
  .wsb-checkout-section__header:focus-visible,
  .wsb-checkout-billing__toggle:focus-visible { outline: 3px solid color-mix(in srgb, var(--wsb-color-interaction) 35%, transparent); outline-offset: -3px; }
  .wsb-checkout-billing { overflow: clip; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); background: color-mix(in srgb, var(--wsb-color-canvas) 42%, var(--wsb-color-surface)); }
  .wsb-checkout-billing__toggle { display: grid; width: 100%; min-height: 58px; grid-template-columns: 24px minmax(0, 1fr) 24px; align-items: center; gap: .75rem; border: 0; padding: .65rem .8rem; background: transparent; color: var(--wsb-color-ink-strong); text-align: left; cursor: pointer; }
  .wsb-checkout-billing__toggle > .wsb-icon { width: 21px; height: 21px; color: var(--wsb-color-interaction); }
  .wsb-checkout-billing__toggle > span:nth-child(2) { display: grid; gap: .12rem; }
  .wsb-checkout-billing__toggle small { color: var(--wsb-color-muted); font-size: .78rem; }
  .wsb-checkout-billing__chevron { display: grid; place-items: center; transition: transform 190ms ease; }
  .wsb-checkout-billing__chevron .wsb-icon { width: 17px; height: 17px; }
  .wsb-checkout-billing.is-expanded .wsb-checkout-billing__chevron { transform: rotate(180deg); }
  .wsb-checkout-billing__panel { border-top: 1px solid var(--wsb-color-border-subtle); padding: .85rem; background: var(--wsb-color-surface); }
  .wsb-checkout-step-action { display: flex; justify-content: flex-end; padding: .25rem .1rem .1rem; }
  .wsb-checkout-primary { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 0; border-radius: var(--wsb-radius-s); padding: .7rem 1.25rem; color: #fff; background: var(--wsb-gradient-action, linear-gradient(100deg, #ff3b30, #6b21a8)); font: inherit; font-weight: 650; cursor: pointer; box-shadow: 0 8px 20px rgb(91 33 182 / 18%); }
  .wsb-checkout-primary:focus-visible { outline: 3px solid color-mix(in srgb, var(--wsb-color-interaction) 35%, transparent); outline-offset: 3px; }
  .wsb-checkout-primary:disabled { opacity: .48; box-shadow: none; cursor: not-allowed; }
  .wsb-checkout-tip { display: grid; gap: .85rem; }
  .wsb-checkout-adjustment-question { margin: 0; color: var(--wsb-color-muted); font: inherit; font-size: .95rem; font-weight: 600; line-height: 1.35; }
  .wsb-checkout-tip__helper { margin: 0; color: var(--wsb-color-muted); font-size: .8rem; }
  .wsb-checkout-tip-decisions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
  .wsb-checkout-coupon-decisions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
  .wsb-checkout-tip-decision { display: grid; min-height: 116px; grid-template-columns: 22px 54px minmax(0, 1fr); align-items: center; gap: .9rem; border: 1px solid var(--wsb-color-border); border-radius: var(--wsb-radius-s); padding: 1rem; background: var(--wsb-color-surface); color: var(--wsb-color-ink-strong); text-align: left; cursor: pointer; }
  .wsb-checkout-tip-decision:hover,
  .wsb-checkout-tip-decision:focus-visible { border-color: var(--wsb-color-interaction); outline: 2px solid color-mix(in srgb, var(--wsb-color-interaction) 16%, transparent); }
  .wsb-checkout-choice-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: .7rem; background: color-mix(in srgb, var(--wsb-color-interaction) 7%, var(--wsb-color-surface)); color: var(--wsb-color-interaction); }
  .wsb-checkout-choice-icon .wsb-icon { width: 28px; height: 28px; color: inherit; }
  .wsb-checkout-tip-decision > span:last-child { display: grid; gap: .18rem; }
  .wsb-checkout-tip-decision strong { font-size: .95rem; line-height: 1.3; }
  .wsb-checkout-tip-decision small { color: var(--wsb-color-muted); font-size: .84rem; line-height: 1.42; }
  .wsb-checkout-promo-code { color: var(--wsb-color-muted); font-size: .9rem; letter-spacing: .02em; }
  .wsb-checkout-tip-coupon { display: grid; gap: .85rem; border-top: 1px solid var(--wsb-color-border-subtle); padding-top: 1.15rem; }
  .wsb-checkout-tip-coupon__head { display: grid; gap: .15rem; }
  .wsb-checkout-tip-coupon__head small { color: var(--wsb-color-muted); font-size: .78rem; }
  .wsb-checkout-payment-step .wsb-checkout-consents { box-shadow: none; }
  .wsb-checkout-payment-submit { width: fit-content; min-width: max-content; max-width: 100%; justify-self: end; white-space: nowrap; }
  .wsb-booking-app[data-stage="checkout"] [data-wsb-stage-action-button] { white-space: nowrap; }
  @media (max-width: 47rem) {
    .wsb-checkout-section__header { padding: 10px 12px; }
    .wsb-checkout-section__panel { padding: 2px 12px 14px; }
    .wsb-checkout-tip-decisions { grid-template-columns: 1fr; }
    .wsb-checkout-coupon-decisions { grid-template-columns: 1fr; }
    .wsb-checkout-step-action,
    .wsb-checkout-payment-submit { width: 100%; }
    .wsb-checkout-step-action .wsb-checkout-primary,
    .wsb-checkout-payment-submit { width: 100%; min-width: 0; white-space: nowrap; }
  }
}
.wsb-booking-app[data-payment-recovery-active="true"] .wsb-checkout{position:fixed;inset:0;z-index:100000;display:grid!important;place-items:center;overflow:auto;padding:24px;background:rgb(20 16 27 / 68%)}
.wsb-payment-recovery{position:relative;width:min(720px,100%);margin:auto;padding:28px;border:1px solid var(--wsb-color-border,#ddd8e3);border-radius:16px;background:#fff;box-shadow:0 24px 70px rgb(0 0 0 / 28%)}.wsb-payment-recovery h1{margin-top:0}.wsb-payment-recovery__note{padding:14px;border-radius:10px;background:#f7f3fa;color:#555066}.wsb-payment-recovery__actions{display:grid;gap:12px;margin-top:20px}.wsb-payment-recovery__actions a{display:block;padding:14px 18px;border-radius:9px;text-align:center;font-weight:700;text-decoration:none}.wsb-payment-recovery__primary{background:linear-gradient(90deg,#ff3b38,#702caf);color:#fff}.wsb-payment-recovery__secondary{border:1px solid #702caf;color:#702caf;background:#fff}
