/* Pagina cliente a tutto schermo (booking / le mie prenotazioni) */
body.bb-fs { margin: 0 !important; overflow: hidden; }
body.bb-fs #wpadminbar { display: none !important; }

.bb-fs-shell {
    position: fixed; inset: 0; z-index: 99990; overflow: auto;
    background: #f3f1ec; -webkit-overflow-scrolling: touch;
    display: flex; flex-direction: column;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.bb-fs-bar {
    flex: 0 0 auto; background: var(--bb-ink, #111); color: #fff; text-align: center;
    font-weight: 700; font-size: 16px; padding: 14px;
    padding-top: calc(14px + env(safe-area-inset-top));
}
.bb-fs-body { flex: 1 1 auto; padding: 20px 14px 40px; }
.bb-fs-body .bb-widget { box-shadow: none; }
