/* Preserve menus, focused forms and existing mobile booking controls. */
body.rf-menu-open forf-promo-banner, body:has(dialog[open]) forf-promo-banner,
body:has(input:focus, textarea:focus, select:focus) forf-promo-banner {display:none!important}
body:has(forf-promo-banner:not([hidden])) .mobile-cta,
body:has(forf-promo-banner:not([hidden])) .mobile-booking {visibility:hidden!important;pointer-events:none!important}
body:has(forf-promo-banner:not([hidden])) {padding-bottom:280px}
@media(min-width:768px){body:has(forf-promo-banner:not([hidden])) {padding-bottom:0}}
