/* FerryEU masked/pre-populated booking layer — 15 Sep 2026 */
.masked-booking-section{padding:24px 0;background:#f3f7fa}
.masked-booking-card{padding:22px 24px 20px;border:1px solid #cbd9e2;border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(6,43,79,.08)}
.masked-booking-heading{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:24px;align-items:end;margin-bottom:14px}
.masked-booking-heading h2{margin:0;color:#062b4f;font-size:1.5rem}.masked-booking-heading p{margin:0;color:#415e77;line-height:1.55}
.masked-booking-frame{width:100%;overflow:hidden;border:1px solid #dbe5ec;border-radius:10px;background:#fff}
.masked-booking-frame iframe{display:block;width:100%!important;max-width:100%;border:0;background:#fff}
.masked-booking-mobile{display:none!important}
.masked-booking-note{margin:10px 0 0;text-align:center;color:#526b80;font-size:.88rem}
.masked-booking-note a{font-weight:700}
#booking{scroll-margin-top:90px}
@media(max-width:767px){.masked-booking-heading{grid-template-columns:1fr;gap:8px}.masked-booking-desktop{display:none!important}.masked-booking-mobile{display:block!important}.masked-booking-card{padding:16px 10px}.masked-booking-section{padding:18px 0}}
/* Route booking overlap — 15 September 2026 QA3 */
body.route-master-v2 .route-booking-shell.masked-booking-section{
  position:relative;
  z-index:6;
  margin-top:-96px;
  padding-top:0;
  background:transparent;
}
@media(max-width:900px){
  body.route-master-v2 .route-booking-shell.masked-booking-section{margin-top:-68px;}
}
@media(max-width:600px){
  body.route-master-v2 .route-booking-shell.masked-booking-section{margin-top:-42px;}
}
