/* Reversible placement experiment: a single video above the inquiry price. */
.theme-two .booking-card__video { margin:0 0 18px; padding:0 0 18px; border-bottom:1px solid var(--line); }
.theme-two .booking-card__video h2 { margin:0 0 12px; font:800 1rem/1.35 var(--heading); }
.theme-two .booking-card__videos { display:grid; gap:12px; }
.theme-two .booking-card__videos video { display:block; width:100%; aspect-ratio:16 / 9; max-height:220px; border-radius:16px; background:var(--night); object-fit:contain; }
.theme-two .booking-card__videos .video-external-card { min-height:150px; border-radius:16px; padding:16px; font-size:.85rem; }
.theme-two .booking-card__videos .video-external-card > span { width:40px; height:40px; }
.theme-two .booking-card--multiple-videos { position:relative; top:auto; }
/* Keep the entire inquiry reachable without a second scrollbar on short screens. */
@media(max-height:820px) {
 .theme-two .booking-card--with-video { position:relative; top:auto; }
}
/* The mobile inquiry already lives in a sheet: keep one inline player visible. */
@media(max-width:620px) {
 .theme-two .booking-card--with-video { display:block; grid-row:1; position:static; padding:0; border:0; box-shadow:none; background:transparent; }
 .theme-two .booking-card--with-video > :not(.booking-card__video) { display:none; }
 .theme-two .booking-card__video { margin:0; padding:0; border:0; }
}
