.site-booking-card { box-sizing: border-box; max-width: 800px; margin: 24px auto; padding: 28px; border: 1px solid #d9e3ed; border-radius: 12px; background: #f4f8fc; color: #18334e; text-align: center; font: 16px/1.6 Arial, sans-serif; }
.site-booking-card h2 { margin: 0 0 10px; color: inherit; font-size: clamp(1.4rem, 3vw, 1.9rem); line-height: 1.3; }
.site-booking-card p { margin: 10px 0 20px; color: inherit; }
a.site-booking-button { display: inline-flex; box-sizing: border-box; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 7px; background: #146ac2; color: #fff; font: 700 16px/1.4 Arial, sans-serif; text-decoration: none; text-align: center; }
a.site-booking-button:hover { background: #0d5198; color: #fff; }
.site-booking-button:focus-visible, .site-booking-mobile a:focus-visible { outline: 3px solid #123652; outline-offset: 3px; }
.site-booking-mobile { display: none; }
.site-booking-fee { margin: 20px auto; max-width: 800px; padding: 12px 16px; border-radius: 6px; background: white; color: #334155; font: 16px/1.6 Arial, sans-serif; text-align: center; }
.site-booking-page iframe[src*="hub.fixlify.app/book/"] { max-width: 900px; margin: 0 auto 24px; background: white; border-radius: 8px; }
.booking-iframe-wrap:has(.site-booking-card), .book-iframe-wrap:has(.site-booking-card) { height: auto !important; min-height: 0 !important; }
@media (max-width: 768px) {
    html.site-booking-ready body { padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important; }
    html.site-booking-ready .mobile-bottom-cta, html.site-booking-ready .fx-mobile-bar,
    html.site-booking-ready #sticky-bottom, html.site-booking-ready #stickyBar { display: none !important; }
    html.site-booking-page .mobile-bottom-cta, html.site-booking-page .fx-mobile-bar,
    html.site-booking-page #sticky-bottom, html.site-booking-page #stickyBar { display: none !important; }
    .site-booking-mobile { display: flex; position: fixed; z-index: 9998; left: 0; right: 0; bottom: 0; gap: 10px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px)); background: #fff; border-top: 1px solid #d9e3ed; box-shadow: 0 -3px 12px #18334e12; }
    .site-booking-mobile a { display: flex; align-items: center; justify-content: center; flex: 1; min-width: 0; min-height: 48px; border-radius: 7px; background: #146ac2; color: #fff; text-decoration: none; font: 700 16px/1.3 Arial, sans-serif; }
    .site-booking-mobile a[href^="tel:"] { background: #eef5fc; color: #124e86; border: 1px solid #bdd1e4; }
    .site-booking-card { margin: 20px 0; padding: 22px 16px; }
}
