/* Guest-facing mobile booking polish.
   Loaded after legacy booking styles so this owns the public booking surface. */
/* booking-guest-premium-pass-20260614
   Final guest-facing booking override: clearer hierarchy, less container weight,
   stronger time-to-book interaction. Keep this after older booking rules. */
html body #booking-main-area.mobile-booking-page,
html body #booking-main-area {
    background: #ffffff !important;
    color: #050505 !important;
}

html body #mobile-builtin-booking-container {
    background: #ffffff !important;
    padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px)) !important;
}

html body #booking-main-area .booking-header-bar {
    position: sticky !important;
    top: 0 !important;
    padding: 22px 20px 12px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(5, 5, 5, 0.07) !important;
    box-shadow: 0 8px 20px rgba(5, 5, 5, 0.025) !important;
    backdrop-filter: blur(18px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(160%) !important;
}

html body #booking-main-area .mobile-booking-title-wrap {
    text-align: left !important;
    width: 100% !important;
    margin: 0 !important;
}

html body #booking-main-area #booking-main-title {
    display: none !important;
}

html body #booking-main-area #booking-main-subtitle {
    margin-top: 0 !important;
    color: rgba(5, 5, 5, 0.62) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.62) !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 780 !important;
}

html body #booking-main-area .mobile-booking-week-shell {
    padding: 14px 0 10px !important;
    border-bottom: 1px solid rgba(5, 5, 5, 0.07) !important;
    background: #ffffff !important;
}

html body #booking-main-area #booking-week-strip {
    gap: 9px !important;
    padding: 0 20px 7px !important;
    margin: 0 !important;
    scroll-padding-inline: 20px !important;
}

html body #booking-main-area .mobile-booking-day {
    min-width: 68px !important;
    height: 70px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(5, 5, 5, 0.09) !important;
    background: #ffffff !important;
    box-shadow: none !important;
    gap: 5px !important;
}

html body #booking-main-area .mobile-booking-day-name {
    color: rgba(5, 5, 5, 0.54) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.54) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 0.12em !important;
}

html body #booking-main-area .mobile-booking-day-number {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 25px !important;
    line-height: 0.95 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
}

html body #booking-main-area .mobile-booking-day.is-selected {
    background: #e94b2e !important;
    border-color: #e94b2e !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(233, 75, 46, 0.18) !important;
}

html body #booking-main-area .mobile-booking-day.is-selected .mobile-booking-day-name,
html body #booking-main-area .mobile-booking-day.is-selected .mobile-booking-day-number {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body #booking-main-area .mobile-booking-day-dot,
html body #booking-main-area .booking-week-dot {
    width: 5px !important;
    height: 5px !important;
    bottom: 7px !important;
    background: #57c76b !important;
}

html body #booking-main-area #mobile-services-selection-list {
    padding: 18px 20px calc(env(safe-area-inset-bottom, 0px) + 142px) !important;
    gap: 0 !important;
}

html body #booking-main-area .mobile-booking-list-head {
    padding: 3px 0 13px !important;
    border-bottom: 0 !important;
}

html body #booking-main-area .mobile-booking-list-head span {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 940 !important;
    letter-spacing: 0.08em !important;
}

html body #booking-main-area .mobile-booking-list-head strong {
    color: rgba(5, 5, 5, 0.52) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.52) !important;
    font-size: 12px !important;
    font-weight: 780 !important;
}

html body #booking-main-area .mobile-booking-service-list {
    display: grid !important;
    gap: 0 !important;
    border-top: 1px solid rgba(5, 5, 5, 0.08) !important;
}

html body #booking-main-area .mobile-booking-service-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 18px 0 20px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(5, 5, 5, 0.08) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body #booking-main-area .mobile-booking-service-head-copy {
    gap: 7px !important;
}

html body #booking-main-area .mobile-booking-service-kicker {
    color: rgba(5, 5, 5, 0.46) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.46) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 920 !important;
    letter-spacing: 0.18em !important;
}

html body #booking-main-area .mobile-booking-service-top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    align-items: start !important;
}

html body #booking-main-area .mobile-booking-service-title {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 27px !important;
    line-height: 1.02 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
}

html body #booking-main-area .mobile-booking-service-pill {
    min-height: 30px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    background: #f2fbf4 !important;
    border: 1px solid rgba(22, 163, 74, 0.18) !important;
    color: #125c2d !important;
    -webkit-text-fill-color: #125c2d !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}

html body #booking-main-area .mobile-booking-service-meta {
    color: rgba(5, 5, 5, 0.65) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.65) !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 820 !important;
}

html body #booking-main-area .mobile-booking-service-desc {
    color: rgba(5, 5, 5, 0.58) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.58) !important;
    font-size: 13px !important;
    line-height: 1.38 !important;
    font-weight: 680 !important;
}

html body #booking-main-area .mobile-booking-times-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin-top: 2px !important;
}

html body #booking-main-area .mobile-booking-time-btn {
    width: 100% !important;
    min-height: 58px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    padding: 0 12px 0 18px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(5, 5, 5, 0.09) !important;
    background: #f8f9fb !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 940 !important;
    text-align: left !important;
    box-shadow: none !important;
}

html body #booking-main-area .mobile-booking-time-btn::after {
    content: 'Book' !important;
    min-width: 78px !important;
    min-height: 40px !important;
    border-radius: 999px !important;
    background: #050505 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

html body #booking-main-area .mobile-booking-more-btn {
    justify-self: stretch !important;
    width: 100% !important;
    min-height: 44px !important;
    margin-top: 2px !important;
    border-radius: 14px !important;
    background: transparent !important;
    color: rgba(5, 5, 5, 0.68) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.68) !important;
    font-size: 13px !important;
    font-weight: 880 !important;
}

@media (max-width: 390px) {
    html body #booking-main-area #booking-main-title {
        font-size: 26px !important;
    }

    html body #booking-main-area .mobile-booking-day {
        min-width: 64px !important;
    }

    html body #booking-main-area .mobile-booking-service-title {
        font-size: 24px !important;
    }
}

/* booking-guest-redesign-20260614b
   New guest-facing booking direction: editorial header, quiet date rail,
   unboxed service detail, and timeline-style booking rows. */
html body #booking-main-area .booking-header-bar {
    padding: 18px 20px 10px !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0.98) !important;
}

html body #booking-main-area #booking-main-title {
    display: none !important;
}

html body #booking-main-area #booking-main-subtitle {
    margin-top: 0 !important;
    font-size: 12px !important;
    font-weight: 820 !important;
    color: rgba(5, 5, 5, 0.58) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.58) !important;
}

html body #booking-main-area .mobile-booking-week-shell {
    padding: 10px 0 14px !important;
    border-bottom: 1px solid rgba(5, 5, 5, 0.06) !important;
}

html body #booking-main-area #booking-week-strip {
    gap: 8px !important;
    padding: 0 20px 3px !important;
}

html body #booking-main-area .mobile-booking-day {
    min-width: 58px !important;
    height: 62px !important;
    border-radius: 14px !important;
    border-color: rgba(5, 5, 5, 0.08) !important;
    background: #ffffff !important;
}

html body #booking-main-area .mobile-booking-day.is-selected {
    background: #050505 !important;
    border-color: #050505 !important;
    box-shadow: 0 10px 22px rgba(5, 5, 5, 0.12) !important;
}

html body #booking-main-area .mobile-booking-day-name {
    font-size: 9px !important;
    letter-spacing: 0.14em !important;
}

html body #booking-main-area .mobile-booking-day-number {
    font-size: 23px !important;
    font-weight: 940 !important;
}

html body #booking-main-area .mobile-booking-day.is-selected .mobile-booking-day-dot {
    background: var(--primary-color, #ef4e2f) !important;
    box-shadow: 0 0 0 3px rgba(239, 78, 47, 0.18) !important;
}

html body #booking-main-area #mobile-services-selection-list {
    padding: 20px 20px calc(env(safe-area-inset-bottom, 0px) + 136px) !important;
}

html body #booking-main-area .mobile-booking-list-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: end !important;
    padding: 0 0 15px !important;
}

html body #booking-main-area .mobile-booking-list-head span {
    font-size: 11px !important;
    line-height: 1 !important;
    letter-spacing: 0.18em !important;
    color: rgba(5, 5, 5, 0.72) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.72) !important;
}

html body #booking-main-area .mobile-booking-list-head strong {
    font-size: 11px !important;
    line-height: 1 !important;
    color: rgba(5, 5, 5, 0.48) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.48) !important;
}

html body #booking-main-area .mobile-booking-service-list {
    border-top: 1px solid rgba(5, 5, 5, 0.1) !important;
}

html body #booking-main-area .mobile-booking-service-row {
    padding: 14px 0 4px !important;
    border-bottom: 0 !important;
}

html body #booking-main-area .mobile-booking-service-kicker {
    font-size: 9px !important;
    letter-spacing: 0.22em !important;
    color: var(--primary-color, #ef4e2f) !important;
    -webkit-text-fill-color: var(--primary-color, #ef4e2f) !important;
}

html body #booking-main-area .mobile-booking-service-top {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
}

html body #booking-main-area .mobile-booking-service-title {
    max-width: 15ch !important;
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 940 !important;
    letter-spacing: 0 !important;
}

html body #booking-main-area .mobile-booking-service-pill {
    width: max-content !important;
    min-height: 24px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(5, 5, 5, 0.48) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.48) !important;
    font-size: 12px !important;
    font-weight: 860 !important;
}

html body #booking-main-area .mobile-booking-service-meta {
    margin-top: 4px !important;
    font-size: 12px !important;
    font-weight: 860 !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html body #booking-main-area .mobile-booking-service-meta-sep {
    color: rgba(5, 5, 5, 0.28) !important;
    opacity: 1 !important;
}

html body #booking-main-area .mobile-booking-service-desc {
    max-width: 36ch !important;
    margin-top: 7px !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

html body #booking-main-area .mobile-booking-times-grid {
    margin-top: 10px !important;
    gap: 0 !important;
    border-top: 1px solid rgba(5, 5, 5, 0.1) !important;
}

html body #booking-main-area .mobile-booking-time-btn {
    min-height: 54px !important;
    padding: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(5, 5, 5, 0.1) !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 25px !important;
    line-height: 1 !important;
    font-weight: 930 !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html body #booking-main-area .mobile-booking-time-btn::after {
    content: 'Reserve' !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--primary-color, #ef4e2f) !important;
    -webkit-text-fill-color: var(--primary-color, #ef4e2f) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 920 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

html body #booking-main-area .mobile-booking-time-btn:active {
    transform: none !important;
    background: rgba(5, 5, 5, 0.035) !important;
}

html body #booking-main-area .mobile-booking-time-btn.is-selected {
    background: transparent !important;
    border-color: rgba(5, 5, 5, 0.1) !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    box-shadow: none !important;
}

html body #booking-main-area .mobile-booking-more-btn {
    width: auto !important;
    min-height: 28px !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--primary-color, #ef4e2f) !important;
    -webkit-text-fill-color: var(--primary-color, #ef4e2f) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 920 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    justify-self: start !important;
}

@media (max-width: 390px) {
    html body #booking-main-area .mobile-booking-service-title {
        font-size: 30px !important;
    }

    html body #booking-main-area .mobile-booking-time-btn {
        font-size: 22px !important;
    }
}

/* Renderer-backed guest booking layout. */
html body #booking-main-area .booking-guest-session {
    position: relative !important;
    display: grid !important;
    gap: 0 !important;
    padding: 14px 0 0 !important;
}

html body #booking-main-area .booking-guest-session-hero {
    display: block !important;
}

html body #booking-main-area .booking-guest-session-copy {
    display: grid !important;
    gap: 0 !important;
}

html body #booking-main-area .booking-guest-kicker {
    margin: 0 0 7px !important;
}

html body #booking-main-area .booking-guest-title-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
}

html body #booking-main-area .booking-guest-title {
    max-width: 15ch !important;
}

html body #booking-main-area .booking-guest-openings {
    order: 2 !important;
    display: inline-flex !important;
    width: max-content !important;
}

html body #booking-main-area .booking-guest-meta {
    margin-top: 7px !important;
}

html body #booking-main-area .booking-guest-desc {
    margin-top: 8px !important;
}

html body #booking-main-area .booking-guest-times {
    margin-top: 12px !important;
}

html body #booking-main-area .booking-guest-times-head {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
}

html body #booking-main-area .booking-guest-times-head span {
    color: rgba(5, 5, 5, 0.46) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.46) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 920 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
}

html body #booking-main-area .booking-guest-times-head strong {
    color: rgba(5, 5, 5, 0.56) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.56) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 860 !important;
    white-space: nowrap !important;
}

html body #booking-main-area .booking-guest-time-row {
    position: relative !important;
    min-height: 56px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 16px !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: rgba(239, 78, 47, 0.12) !important;
}

html body #booking-main-area .booking-guest-time-row::after {
    content: none !important;
}

html body #booking-main-area .booking-guest-time-main {
    min-width: 0 !important;
    display: grid !important;
    gap: 4px !important;
}

html body #booking-main-area .booking-guest-time-main strong {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 23px !important;
    line-height: 0.95 !important;
    font-weight: 940 !important;
    letter-spacing: 0 !important;
}

html body #booking-main-area .booking-guest-time-main small {
    color: rgba(5, 5, 5, 0.48) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.48) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 820 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
}

html body #booking-main-area .booking-guest-time-action {
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    background: #050505 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body #booking-main-area .booking-guest-time-action span,
html body #booking-main-area .booking-guest-time-action i {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 920 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

html body #booking-main-area .booking-guest-time-action i {
    font-size: 10px !important;
    letter-spacing: 0 !important;
}

html body #booking-main-area .booking-guest-time-row.is-extra {
    display: none !important;
}

html body #booking-main-area .mobile-booking-times-grid[data-expanded="true"] .booking-guest-time-row.is-extra {
    display: grid !important;
}

html body #booking-main-area .booking-guest-time-row.is-selected .booking-guest-time-action {
    background: var(--primary-color, #ef4e2f) !important;
}

@media (max-width: 390px) {
    html body #booking-main-area .booking-guest-time-main strong {
        font-size: 25px !important;
    }

    html body #booking-main-area .booking-guest-time-action {
        min-height: 38px !important;
        padding: 0 12px !important;
    }
}

/* guest-booking-clean-lines-20260623 */
html body #booking-main-area .mobile-booking-list-head {
    border: 0 !important;
    padding-bottom: 10px !important;
}

html body #booking-main-area .mobile-booking-service-list {
    border: 0 !important;
    gap: 18px !important;
}

html body #booking-main-area .mobile-booking-service-row,
html body #booking-main-area .booking-guest-session {
    border: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 2px !important;
}

html body #booking-main-area .booking-guest-times {
    margin-top: 10px !important;
}

html body #booking-main-area .mobile-booking-times-grid {
    border: 0 !important;
    border-top: 0 !important;
    gap: 7px !important;
    margin-top: 8px !important;
}

html body #booking-main-area .mobile-booking-time-btn,
html body #booking-main-area .booking-guest-time-row {
    border: 0 !important;
    border-bottom: 0 !important;
    min-height: 52px !important;
}

html body #booking-main-area .booking-guest-time-row + .booking-guest-time-row {
    margin-top: 4px !important;
}

html body #booking-main-area .mobile-booking-more-btn {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: auto !important;
    min-height: 22px !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    filter: none !important;
    justify-self: start !important;
    text-align: left !important;
}

html body #booking-main-area .mobile-booking-more-btn:active,
html body #booking-main-area .mobile-booking-more-btn:focus {
    background: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
}

/* guest-booking-tight-spacing-20260623 */
html body #booking-main-area #mobile-services-selection-list {
    padding-top: 12px !important;
}

html body #booking-main-area .mobile-booking-list-head {
    padding: 0 0 4px !important;
}

html body #booking-main-area .mobile-booking-service-list {
    gap: 0 !important;
}

html body #booking-main-area .mobile-booking-service-row,
html body #booking-main-area .booking-guest-session {
    padding: 0 !important;
    margin: 0 !important;
}

html body #booking-main-area .booking-guest-session + .booking-guest-session {
    margin-top: 14px !important;
}

html body #booking-main-area .booking-guest-kicker {
    margin-bottom: 5px !important;
}

html body #booking-main-area .booking-guest-meta {
    margin-top: 5px !important;
}

html body #booking-main-area .booking-guest-desc {
    margin-top: 5px !important;
}

html body #booking-main-area .booking-guest-times {
    margin-top: 7px !important;
}

html body #booking-main-area .booking-guest-times-head {
    margin-bottom: 3px !important;
}

html body #booking-main-area .mobile-booking-times-grid {
    gap: 2px !important;
    margin-top: 4px !important;
}

html body #booking-main-area .mobile-booking-time-btn,
html body #booking-main-area .booking-guest-time-row {
    min-height: 46px !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body #booking-main-area .mobile-booking-time-btn:active,
html body #booking-main-area .mobile-booking-time-btn:focus,
html body #booking-main-area .mobile-booking-time-btn.is-selected,
html body #booking-main-area .booking-guest-time-row:active,
html body #booking-main-area .booking-guest-time-row:focus,
html body #booking-main-area .booking-guest-time-row.is-selected {
    background: transparent !important;
    box-shadow: none !important;
}

html body #booking-main-area .booking-guest-time-main strong {
    font-size: 22px !important;
}

html body #booking-main-area .booking-guest-time-action {
    min-height: 32px !important;
}

html body #booking-main-area .mobile-booking-more-btn {
    margin-top: 0 !important;
    min-height: 20px !important;
}

/* guest-booking-service-separation-20260623 */
html body #booking-main-area .booking-guest-session + .booking-guest-session {
    margin-top: 16px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(5, 5, 5, 0.08) !important;
}

html body #booking-main-area .booking-guest-times-head {
    min-height: 30px !important;
    margin: 7px 0 4px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    background: rgba(5, 5, 5, 0.045) !important;
}

html body #booking-main-area .booking-guest-times-head span {
    font-size: 9px !important;
    letter-spacing: 0.14em !important;
    color: rgba(5, 5, 5, 0.54) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.54) !important;
}

html body #booking-main-area .booking-guest-times-head strong {
    font-size: 11px !important;
    color: rgba(5, 5, 5, 0.62) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.62) !important;
}

html body #booking-main-area .mobile-booking-times-grid {
    margin-top: 2px !important;
}

html body #booking-main-area .mobile-booking-list-head {
    padding-bottom: 8px !important;
}

/* guest-booking-no-today-header-20260623 */
html body #booking-main-area .booking-guest-times-head {
    display: none !important;
}

html body #booking-main-area .booking-guest-times {
    margin-top: 5px !important;
}

/* guest-booking-no-list-head-20260623 */
html body #booking-main-area .mobile-booking-list-head {
    display: none !important;
}

html body #booking-main-area #mobile-services-selection-list {
    padding-top: 10px !important;
}

/* guest-booking-readable-spacing-20260623 */
html body #booking-main-area .booking-guest-session + .booking-guest-session {
    margin-top: 18px !important;
    padding-top: 18px !important;
}

html body #booking-main-area .booking-guest-kicker {
    margin-bottom: 8px !important;
}

html body #booking-main-area .booking-guest-meta {
    margin-top: 8px !important;
}

html body #booking-main-area .booking-guest-desc {
    margin-top: 7px !important;
    line-height: 1.32 !important;
}

html body #booking-main-area .booking-guest-times {
    margin-top: 12px !important;
}

html body #booking-main-area .mobile-booking-times-grid {
    gap: 8px !important;
}

html body #booking-main-area .mobile-booking-time-btn,
html body #booking-main-area .booking-guest-time-row {
    min-height: 50px !important;
}

html body #booking-main-area .mobile-booking-more-btn {
    margin-top: 4px !important;
}

/* guest-service-list-premium-20260623
   Final service-list pass: compact schedule rows, hierarchy before boxes,
   aligned with the guest reservations surface. */
html body #booking-main-area #mobile-services-selection-list {
    padding: 14px 22px calc(env(safe-area-inset-bottom, 0px) + 130px) !important;
}

html body #booking-main-area .mobile-booking-service-list {
    display: grid !important;
    gap: 0 !important;
    border-top: 1px solid rgba(5, 5, 5, 0.12) !important;
}

html body #booking-main-area .mobile-booking-service-row,
html body #booking-main-area .booking-guest-session {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 18px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(5, 5, 5, 0.1) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body #booking-main-area .booking-guest-session + .booking-guest-session {
    margin-top: 0 !important;
    padding-top: 18px !important;
    border-top: 0 !important;
}

html body #booking-main-area .mobile-booking-service-prime {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    gap: 15px !important;
    align-items: start !important;
}

html body #booking-main-area .mobile-booking-service-count {
    display: grid !important;
    gap: 4px !important;
    justify-items: start !important;
    align-content: start !important;
    padding-top: 1px !important;
}

html body #booking-main-area .mobile-booking-service-count strong {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 29px !important;
    line-height: .9 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
}

html body #booking-main-area .mobile-booking-service-count span {
    color: rgba(5, 5, 5, 0.48) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.48) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 880 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

html body #booking-main-area .mobile-booking-service-head,
html body #booking-main-area .booking-guest-session-hero {
    display: contents !important;
}

html body #booking-main-area .mobile-booking-service-head-copy,
html body #booking-main-area .booking-guest-session-copy {
    min-width: 0 !important;
    display: grid !important;
    gap: 7px !important;
}

html body #booking-main-area .mobile-booking-service-kicker,
html body #booking-main-area .booking-guest-kicker {
    margin: 0 !important;
    color: var(--primary-color, #ef4e2f) !important;
    -webkit-text-fill-color: var(--primary-color, #ef4e2f) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 920 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
}

html body #booking-main-area .mobile-booking-service-title,
html body #booking-main-area .booking-guest-title {
    max-width: 19ch !important;
    margin: 0 !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 24px !important;
    line-height: 1.02 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
}

html body #booking-main-area .mobile-booking-service-meta,
html body #booking-main-area .booking-guest-meta {
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    align-items: center !important;
    color: rgba(5, 5, 5, 0.54) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.54) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 820 !important;
    text-transform: uppercase !important;
}

html body #booking-main-area .mobile-booking-service-meta span + span::before,
html body #booking-main-area .booking-guest-meta span + span::before {
    content: "/" !important;
    margin-right: 7px !important;
    color: rgba(5, 5, 5, 0.24) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.24) !important;
}

html body #booking-main-area .mobile-booking-service-meta-sep {
    display: none !important;
}

html body #booking-main-area .mobile-booking-service-desc,
html body #booking-main-area .booking-guest-desc {
    max-width: 32ch !important;
    margin: 0 !important;
    color: rgba(5, 5, 5, 0.6) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.6) !important;
    font-size: 13px !important;
    line-height: 1.32 !important;
    font-weight: 680 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

html body #booking-main-area .booking-guest-times,
html body #booking-main-area .mobile-booking-service-copy {
    margin: 0 0 0 67px !important;
    display: grid !important;
    gap: 7px !important;
}

html body #booking-main-area .mobile-booking-times-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    margin: 0 !important;
    border: 0 !important;
}

html body #booking-main-area .mobile-booking-time-btn,
html body #booking-main-area .booking-guest-time-row {
    position: relative !important;
    min-height: 46px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: left !important;
}

html body #booking-main-area .mobile-booking-time-btn::after,
html body #booking-main-area .booking-guest-time-row::after {
    display: none !important;
}

html body #booking-main-area .booking-guest-time-main {
    min-width: 0 !important;
    display: grid !important;
    gap: 2px !important;
}

html body #booking-main-area .booking-guest-time-main strong {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 25px !important;
    line-height: .95 !important;
    font-weight: 950 !important;
    letter-spacing: 0 !important;
}

html body #booking-main-area .booking-guest-time-main small {
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 820 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

html body #booking-main-area .booking-guest-time-action {
    min-width: 86px !important;
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    background: #050505 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

html body #booking-main-area .booking-guest-time-action span,
html body #booking-main-area .booking-guest-time-action i {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

html body #booking-main-area .booking-guest-time-row.is-extra {
    display: none !important;
}

html body #booking-main-area .mobile-booking-times-grid[data-expanded="true"] .booking-guest-time-row.is-extra {
    display: grid !important;
}

html body #booking-main-area .mobile-booking-more-btn {
    width: fit-content !important;
    min-height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--primary-color, #ef4e2f) !important;
    -webkit-text-fill-color: var(--primary-color, #ef4e2f) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 920 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

html body #booking-main-area .mobile-booking-no-times {
    color: rgba(5, 5, 5, 0.48) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.48) !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 760 !important;
}

@media (max-width: 380px) {
    html body #booking-main-area #mobile-services-selection-list {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    html body #booking-main-area .mobile-booking-service-prime {
        grid-template-columns: 48px minmax(0, 1fr) !important;
        gap: 13px !important;
    }

    html body #booking-main-area .booking-guest-times,
    html body #booking-main-area .mobile-booking-service-copy {
        margin-left: 61px !important;
    }

    html body #booking-main-area .mobile-booking-service-title,
    html body #booking-main-area .booking-guest-title {
        font-size: 22px !important;
    }

    html body #booking-main-area .booking-guest-time-main strong {
        font-size: 23px !important;
    }
}

/* Day rail — full-width tiles per the redesign. */
html body #booking-main-area #booking-week-strip {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 6px !important;
    padding: 0 20px 2px !important;
    overflow: visible !important;
}

html body #booking-main-area .mobile-booking-day {
    min-width: 0 !important;
    width: auto !important;
    height: 66px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.1) !important;
    position: relative !important;
}

html body #booking-main-area .mobile-booking-day.is-selected {
    background: #050505 !important;
    box-shadow: none !important;
}

html body #booking-main-area .mobile-booking-day-name {
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 9px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
}

html body #booking-main-area .mobile-booking-day-number {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

html body #booking-main-area .mobile-booking-day.is-selected .mobile-booking-day-name {
    color: rgba(255, 255, 255, 0.62) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.62) !important;
}

html body #booking-main-area .mobile-booking-day.is-selected .mobile-booking-day-number {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body #booking-main-area .mobile-booking-day-dot,
html body #booking-main-area .booking-week-dot {
    position: static !important;
    width: 5px !important;
    height: 5px !important;
    margin-top: 2px !important;
    border-radius: 50% !important;
    background: #16a34a !important;
    box-shadow: none !important;
}

html body #booking-main-area .mobile-booking-day.is-selected .mobile-booking-day-dot,
html body #booking-main-area .mobile-booking-day.is-selected .booking-week-dot {
    background: #ffffff !important;
    box-shadow: none !important;
}

/* guest-booking-card-redesign-20260810
   Restructures the browse screen onto the new design: filter pills, white service
   cards, and a 3-up time grid. Surface stays white and colors follow app tokens. */
html body #booking-main-area .booking-guest-filter-row {
    display: flex !important;
    gap: 8px !important;
    margin: 0 0 14px !important;
    padding: 2px 0 !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
}

html body #booking-main-area .booking-guest-filter-row::-webkit-scrollbar {
    display: none !important;
}

html body #booking-main-area .booking-guest-filter-pill {
    flex: 0 0 auto !important;
    min-height: 30px !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.12) !important;
    color: rgba(5, 5, 5, 0.66) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.66) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

html body #booking-main-area .booking-guest-filter-pill.is-selected {
    background: #050505 !important;
    box-shadow: none !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Service card — the design's boxed treatment, replacing the unboxed rows. */
html body #booking-main-area .mobile-booking-service-list {
    display: grid !important;
    gap: 14px !important;
    border-top: 0 !important;
}

html body #booking-main-area .mobile-booking-service-row,
html body #booking-main-area .booking-guest-session {
    display: block !important;
    margin: 0 !important;
    padding: 22px 20px 18px !important;
    border: 0 !important;
    border-bottom: 0 !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(5, 5, 5, 0.07) !important;
}

html body #booking-main-area .booking-guest-session + .booking-guest-session {
    margin-top: 0 !important;
    padding-top: 22px !important;
    border-top: 0 !important;
}

html body #booking-main-area .booking-guest-session-head {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

html body #booking-main-area .booking-guest-session-copy,
html body #booking-main-area .mobile-booking-service-head-copy {
    min-width: 0 !important;
    display: block !important;
}

html body #booking-main-area .booking-guest-kicker,
html body #booking-main-area .mobile-booking-service-kicker {
    margin: 0 !important;
    color: var(--primary-color, #ef4e2f) !important;
    -webkit-text-fill-color: var(--primary-color, #ef4e2f) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
}

html body #booking-main-area .booking-guest-title,
html body #booking-main-area .mobile-booking-service-title {
    max-width: none !important;
    margin: 7px 0 0 !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 25px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.025em !important;
}

html body #booking-main-area .booking-guest-session-price {
    flex-shrink: 0 !important;
    text-align: right !important;
}

html body #booking-main-area .booking-guest-session-price strong {
    display: block !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

html body #booking-main-area .booking-guest-session-price span {
    display: block !important;
    margin-top: 4px !important;
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
}

html body #booking-main-area .booking-guest-desc,
html body #booking-main-area .mobile-booking-service-desc {
    max-width: none !important;
    margin: 12px 0 0 !important;
    color: rgba(5, 5, 5, 0.58) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.58) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

html body #booking-main-area .booking-guest-availability {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    margin-top: 14px !important;
}

html body #booking-main-area .booking-guest-availability-dot {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: #16a34a !important;
    flex-shrink: 0 !important;
}

html body #booking-main-area .booking-guest-availability.is-full .booking-guest-availability-dot {
    background: rgba(5, 5, 5, 0.28) !important;
}

html body #booking-main-area .booking-guest-availability-label {
    color: rgba(5, 5, 5, 0.62) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.62) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
}

/* Time grid — 3 up, tiles stacking clock over meridiem. */
html body #booking-main-area .booking-guest-times,
html body #booking-main-area .mobile-booking-service-copy {
    margin: 14px 0 0 !important;
    display: block !important;
}

html body #booking-main-area .mobile-booking-times-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    margin: 0 !important;
    border: 0 !important;
}

html body #booking-main-area .booking-guest-time-tile {
    min-height: 52px !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #f7f7f8 !important;
    box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.09) !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

html body #booking-main-area .booking-guest-time-tile .booking-guest-time-clock {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

html body #booking-main-area .booking-guest-time-tile .booking-guest-time-meridiem {
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
}

html body #booking-main-area .booking-guest-time-tile.is-selected {
    background: #050505 !important;
    box-shadow: none !important;
}

html body #booking-main-area .booking-guest-time-tile.is-selected .booking-guest-time-clock {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body #booking-main-area .booking-guest-time-tile.is-selected .booking-guest-time-meridiem {
    color: rgba(255, 255, 255, 0.66) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.66) !important;
}

html body #booking-main-area .booking-guest-time-tile:active {
    transform: scale(0.97) !important;
}

html body #booking-main-area .booking-guest-time-tile.is-extra {
    display: none !important;
}

html body #booking-main-area .mobile-booking-times-grid[data-expanded="true"] .booking-guest-time-tile.is-extra {
    display: flex !important;
}

html body #booking-main-area .mobile-booking-more-btn {
    width: 100% !important;
    min-height: 34px !important;
    margin: 10px 0 0 !important;
    justify-self: stretch !important;
    color: var(--primary-color, #ef4e2f) !important;
    -webkit-text-fill-color: var(--primary-color, #ef4e2f) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

html body #booking-main-area .mobile-booking-no-times {
    margin-top: 4px !important;
    color: rgba(5, 5, 5, 0.45) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.45) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

@media (max-width: 380px) {
    html body #booking-main-area .mobile-booking-service-row,
    html body #booking-main-area .booking-guest-session {
        padding: 20px 17px 16px !important;
    }

    html body #booking-main-area .booking-guest-title,
    html body #booking-main-area .mobile-booking-service-title {
        font-size: 23px !important;
    }

    html body #booking-main-area .mobile-booking-times-grid {
        gap: 7px !important;
    }
}

/* guest-checkout-consolidated-20260715 */
html body #mobileBookingModal.mobile-booking-checkout-modal,
html body #mobileBookingModal.mobile-booking-checkout-modal * {
    box-sizing: border-box !important;
    font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", system-ui, sans-serif !important;
    letter-spacing: 0 !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 100000 !important;
    display: block !important;
    padding: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    background: #ffffff !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-sheet {
    width: 100% !important;
    max-width: 430px !important;
    min-height: 100dvh !important;
    margin: 0 auto !important;
    padding: calc(env(safe-area-inset-top, 0px) + 16px) 22px calc(env(safe-area-inset-bottom, 0px) + 28px) !important;
    background: #ffffff !important;
}

html body:has(#mobileBookingModal.mobile-booking-checkout-modal) #pwa-install-banner,
html body:has(#mobileBookingModal.mobile-booking-checkout-modal) #bloc-install-banner,
html body:has(#mobileBookingModal.mobile-booking-checkout-modal) .bloc-install-pill,
html body:has(#mobileBookingModal.mobile-booking-checkout-modal) #bottom-nav,
html body:has(#mobileBookingModal.mobile-booking-checkout-modal) #mobile-bottom-nav-underlay {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-close {
    position: static !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 0 18px !important;
    border: 1px solid rgba(5, 5, 5, 0.08) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 30px rgba(5, 5, 5, 0.07) !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-close::before {
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    border-left: 2.25px solid #050505 !important;
    border-bottom: 2.25px solid #050505 !important;
    border-radius: 1px !important;
    transform: translateX(2px) rotate(45deg) !important;
    display: block !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-close:active {
    transform: scale(0.96) !important;
    background: #f7f7f8 !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-heading {
    margin: 0 0 16px !important;
    text-align: left !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-heading h2 {
    max-width: none !important;
    margin: 0 0 8px !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 28px !important;
    line-height: 1 !important;
    font-weight: 820 !important;
    white-space: nowrap !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-heading p {
    margin: 0 !important;
    color: rgba(5, 5, 5, 0.52) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.52) !important;
    font-size: 12px !important;
    line-height: 1.32 !important;
    font-weight: 650 !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-progress {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 0 0 18px !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-progress > div > div {
    width: 100% !important;
    height: 3px !important;
    min-height: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(5, 5, 5, 0.12) !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 0 !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-progress > div > div[data-active="true"] {
    background: #050505 !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-progress span {
    display: none !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-body {
    display: grid !important;
    gap: 14px !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-card {
    padding: 15px !important;
    border: 1px solid rgba(5, 5, 5, 0.075) !important;
    border-radius: 20px !important;
    background: #fcfcfc !important;
    box-shadow: 0 16px 38px rgba(5, 5, 5, 0.04) !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-card h3 {
    margin: 0 0 10px !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 21px !important;
    line-height: 1.05 !important;
    font-weight: 840 !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-review-card {
    margin-bottom: 10px !important;
    padding: 15px !important;
    border-radius: 20px !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-review-card h3 {
    margin: 0 0 4px !important;
    padding: 0 0 11px !important;
    border-bottom: 1px solid rgba(5, 5, 5, 0.08) !important;
    font-size: 18px !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-review-card h3 + div > div {
    min-height: 36px !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid rgba(5, 5, 5, 0.065) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-review-card h3 + div > div span:first-child {
    color: rgba(5, 5, 5, 0.48) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.48) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-review-card h3 + div > div span:last-child {
    max-width: 66% !important;
    color: #101010 !important;
    -webkit-text-fill-color: #101010 !important;
    font-size: 12px !important;
    line-height: 1.18 !important;
    font-weight: 720 !important;
    text-align: right !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-review-card h3 + div > div:last-child {
    min-height: 44px !important;
    margin-top: 4px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(5, 5, 5, 0.1) !important;
    border-bottom: 0 !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-review-card h3 + div > div:last-child span:first-child,
html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-review-card h3 + div > div:last-child span:last-child {
    font-size: 21px !important;
    font-weight: 820 !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-eyebrow {
    margin-bottom: 8px !important;
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 780 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-mini-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin-top: 12px !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-mini-meta span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 28px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(5, 5, 5, 0.08) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: rgba(5, 5, 5, 0.7) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.7) !important;
    font-size: 10px !important;
    font-weight: 760 !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal label {
    margin: 0 0 9px !important;
    color: rgba(5, 5, 5, 0.52) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.52) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal input#mobileGuestName,
html body #mobileBookingModal.mobile-booking-checkout-modal input#mobileGuestEmail,
html body #mobileBookingModal.mobile-booking-checkout-modal input#mobileBlockTicker,
html body #mobileBookingModal.mobile-booking-checkout-modal input#mobileBlockPin {
    width: 100% !important;
    min-height: 56px !important;
    padding: 0 16px !important;
    border: 1px solid rgba(5, 5, 5, 0.12) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    box-shadow: none !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 720 !important;
    outline: none !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal input#mobileGuestName::placeholder,
html body #mobileBookingModal.mobile-booking-checkout-modal input#mobileGuestEmail::placeholder,
html body #mobileBookingModal.mobile-booking-checkout-modal input#mobileBlockTicker::placeholder,
html body #mobileBookingModal.mobile-booking-checkout-modal input#mobileBlockPin::placeholder {
    color: rgba(5, 5, 5, 0.34) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.34) !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal input#mobileGuestName:focus,
html body #mobileBookingModal.mobile-booking-checkout-modal input#mobileGuestEmail:focus,
html body #mobileBookingModal.mobile-booking-checkout-modal input#mobileBlockTicker:focus,
html body #mobileBookingModal.mobile-booking-checkout-modal input#mobileBlockPin:focus {
    border-color: #050505 !important;
    box-shadow: 0 0 0 4px rgba(5, 5, 5, 0.055) !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-time-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-time,
html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-choice-grid button {
    min-height: 46px !important;
    border: 1px solid rgba(5, 5, 5, 0.08) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 13px !important;
    font-weight: 780 !important;
    box-shadow: none !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-time.is-selected {
    border-color: #050505 !important;
    background: #050505 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-time.is-booked {
    opacity: .45 !important;
    text-decoration: line-through !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-choice-grid {
    display: grid !important;
    gap: 10px !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-choice-grid button {
    min-height: 68px !important;
    padding: 12px !important;
    text-align: left !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-choice-grid strong,
html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-choice-grid span {
    display: block !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-choice-grid strong {
    margin-bottom: 5px !important;
    font-size: 15px !important;
    font-weight: 820 !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-checkout-choice-grid span {
    color: rgba(5, 5, 5, .52) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, .52) !important;
    font-size: 12px !important;
    font-weight: 650 !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-checkout-auth-link {
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 0 10px !important;
    border: 0 !important;
    background: transparent !important;
    color: rgba(5, 5, 5, 0.56) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.56) !important;
    font-size: 13px !important;
    font-weight: 780 !important;
    text-decoration: none !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-checkout-primary-action {
    width: 100% !important;
    min-height: 54px !important;
    margin-top: 4px !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 17px !important;
    background: #050505 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 18px 34px rgba(5, 5, 5, 0.14) !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    cursor: pointer !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-checkout-primary-action *,
html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-checkout-primary-action i {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-checkout-primary-action:disabled {
    background: rgba(5, 5, 5, .16) !important;
    color: rgba(5, 5, 5, .45) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, .45) !important;
    box-shadow: none !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-builder-error {
    display: block !important;
    margin-top: 8px !important;
    color: #b42318 !important;
    -webkit-text-fill-color: #b42318 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 720 !important;
}

/* guest-time-sheet-20260810
   Step 1 of checkout as a bottom sheet: dimmed date backdrop, rounded sheet,
   3-up time tiles, and a sticky selection footer. */
html body #mobileBookingModal.mobile-booking-checkout-modal.is-time-sheet {
    background: #14130f !important;
    overflow: hidden !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-sheet {
    position: relative !important;
    min-height: 100dvh !important;
    padding: 0 !important;
    background: transparent !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-backdrop-label {
    position: absolute !important;
    top: calc(env(safe-area-inset-top, 0px) + 28px) !important;
    left: 24px !important;
    right: 24px !important;
    color: rgba(246, 245, 242, 0.45) !important;
    -webkit-text-fill-color: rgba(246, 245, 242, 0.45) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
}

/* Sizing to the viewport left a dead gap under short content. The sheet now
   hugs what's in it and only grows to a cap when there's more. */
html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    max-height: calc(100dvh - 72px) !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 32px 32px 0 0 !important;
    background: #ffffff !important;
    overflow: hidden !important;
}

/* The footer sits after the content, not pushed to the bottom of a tall box. */
html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-footer {
    margin-top: 0 !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-grabber {
    width: 44px !important;
    height: 5px !important;
    margin: 12px auto 0 !important;
    border-radius: 3px !important;
    background: rgba(5, 5, 5, 0.14) !important;
    flex: 0 0 auto !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-close {
    position: absolute !important;
    top: 20px !important;
    right: 18px !important;
    margin: 0 !important;
    z-index: 2 !important;
    box-shadow: none !important;
    background: rgba(5, 5, 5, 0.05) !important;
    border: 0 !important;
}

/* A sheet closes; it doesn't go back. Swap the chevron for an X. */
html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-close::before {
    width: 12px !important;
    height: 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    transform: none !important;
    background:
        linear-gradient(#050505, #050505) center/12px 2px no-repeat,
        linear-gradient(#050505, #050505) center/2px 12px no-repeat !important;
    rotate: 45deg !important;
}

/* Keep the title clear of the close button. */
html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-title,
html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-kicker {
    padding-right: 52px !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-body {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-intro {
    padding: 20px 24px 0 !important;
    flex: 0 0 auto !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-kicker {
    color: var(--primary-color, #ef4e2f) !important;
    -webkit-text-fill-color: var(--primary-color, #ef4e2f) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-title {
    margin: 8px 0 0 !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 30px !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-chips {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 14px !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-chips span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 28px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.11) !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-desc {
    margin: 16px 0 0 !important;
    color: rgba(5, 5, 5, 0.58) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.58) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    font-weight: 500 !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-rule {
    height: 1px !important;
    margin: 22px 24px 0 !important;
    background: rgba(5, 5, 5, 0.1) !important;
    flex: 0 0 auto !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-times {
    padding: 20px 24px 0 !important;
    flex: 0 0 auto !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-times-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-times-head span:first-child {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-times-head span:last-child {
    color: var(--primary-color, #ef4e2f) !important;
    -webkit-text-fill-color: var(--primary-color, #ef4e2f) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-time-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 9px !important;
    margin-top: 14px !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-time {
    min-height: 62px !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.11) !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-time-clock {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-time-meridiem {
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-time.is-selected {
    background: #050505 !important;
    box-shadow: none !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-time.is-selected .mobile-booking-checkout-time-clock {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-time.is-selected .mobile-booking-checkout-time-meridiem {
    color: rgba(255, 255, 255, 0.66) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.66) !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-time.is-booked {
    background: transparent !important;
    box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.11) !important;
    opacity: 0.45 !important;
    text-decoration: none !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-footer {
    margin-top: auto !important;
    padding: 18px 20px calc(env(safe-area-inset-bottom, 0px) + 26px) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 30%) !important;
    flex: 0 0 auto !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-summary {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 0 6px 12px !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-summary span {
    color: rgba(5, 5, 5, 0.6) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.6) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-summary strong {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-checkout-primary-action {
    min-height: 58px !important;
    margin: 0 !important;
    border-radius: 18px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

/* Details fields live on the sheet now, under the time grid. */
html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-details {
    padding: 18px 24px 0 !important;
    flex: 0 0 auto !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-details label {
    display: block !important;
    margin: 0 0 8px !important;
    color: rgba(5, 5, 5, 0.52) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.52) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-details label ~ label {
    margin-top: 12px !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-details input {
    width: 100% !important;
    min-height: 52px !important;
    padding: 0 16px !important;
    box-sizing: border-box !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.12) !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    outline: none !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-details input:focus {
    box-shadow: inset 0 0 0 2px #050505 !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-details input::placeholder {
    color: rgba(5, 5, 5, 0.34) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.34) !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-checkout-auth-link {
    width: auto !important;
    min-height: 32px !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    color: var(--primary-color, #ef4e2f) !important;
    -webkit-text-fill-color: var(--primary-color, #ef4e2f) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em !important;
    text-align: left !important;
    display: block !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-checkout-auth-link:active,
html body #mobileBookingModal.is-time-sheet .mobile-checkout-auth-link:focus {
    background: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
}

html body #mobileBookingModal.is-time-sheet #mobileBookingSheetError {
    margin-top: 10px !important;
}

/* guest-review-redesign-20260810
   Review leads with the commitment (date + time), makes each row changeable,
   and states cancellation terms above the button. */
html body #mobileBookingModal.mobile-booking-checkout-modal .mobile-booking-review-lead {
    margin: 0 0 20px !important;
}

html body #mobileBookingModal .mobile-booking-review-eyebrow {
    color: var(--primary-color, #ef4e2f) !important;
    -webkit-text-fill-color: var(--primary-color, #ef4e2f) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0.16em !important;
}

html body #mobileBookingModal .mobile-booking-review-lead h2 {
    margin: 8px 0 0 !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 32px !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;
    letter-spacing: -0.035em !important;
    white-space: normal !important;
}

html body #mobileBookingModal .mobile-booking-review-ends {
    margin-top: 8px !important;
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

html body #mobileBookingModal .mobile-booking-review-service {
    padding: 16px !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(5, 5, 5, 0.07) !important;
}

html body #mobileBookingModal .mobile-booking-review-service-copy strong {
    display: block !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

html body #mobileBookingModal .mobile-booking-review-service-copy span {
    display: block !important;
    margin-top: 4px !important;
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

html body #mobileBookingModal .mobile-booking-review-service-actions {
    display: flex !important;
    gap: 8px !important;
    margin-top: 16px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(5, 5, 5, 0.07) !important;
}

html body #mobileBookingModal .mobile-booking-review-service-actions button {
    flex: 1 !important;
    min-height: 40px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #f7f7f8 !important;
    box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.1) !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

html body #mobileBookingModal .mobile-booking-review-heading {
    margin: 26px 2px 12px !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
}

html body #mobileBookingModal .mobile-booking-review-details {
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(5, 5, 5, 0.07) !important;
    overflow: hidden !important;
}

html body #mobileBookingModal .mobile-booking-review-detail {
    padding: 14px 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

html body #mobileBookingModal .mobile-booking-review-detail + .mobile-booking-review-detail {
    border-top: 1px solid rgba(5, 5, 5, 0.07) !important;
}

html body #mobileBookingModal .mobile-booking-review-detail > div {
    min-width: 0 !important;
}

html body #mobileBookingModal .mobile-booking-review-detail span {
    display: block !important;
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
}

html body #mobileBookingModal .mobile-booking-review-detail strong {
    display: block !important;
    margin-top: 3px !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

html body #mobileBookingModal .mobile-booking-review-edit {
    flex-shrink: 0 !important;
    min-height: 32px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--primary-color, #ef4e2f) !important;
    -webkit-text-fill-color: var(--primary-color, #ef4e2f) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

html body #mobileBookingModal .mobile-booking-review-payment {
    padding: 16px !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(5, 5, 5, 0.07) !important;
}

html body #mobileBookingModal .mobile-booking-review-line {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

html body #mobileBookingModal .mobile-booking-review-line + .mobile-booking-review-line {
    margin-top: 8px !important;
}

html body #mobileBookingModal .mobile-booking-review-line span:first-child {
    color: rgba(5, 5, 5, 0.6) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.6) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

html body #mobileBookingModal .mobile-booking-review-line span:last-child {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

html body #mobileBookingModal .mobile-booking-review-rule {
    height: 1px !important;
    margin: 14px 0 !important;
    background: rgba(5, 5, 5, 0.07) !important;
}

html body #mobileBookingModal .mobile-booking-review-total {
    display: flex !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

html body #mobileBookingModal .mobile-booking-review-total span {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
}

html body #mobileBookingModal .mobile-booking-review-total strong {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    letter-spacing: -0.025em !important;
}

html body #mobileBookingModal .mobile-booking-review-payment p {
    margin: 8px 0 0 !important;
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
}

html body #mobileBookingModal .mobile-booking-review-footer {
    margin-top: 22px !important;
}

/* The old receipt-style summary card is superseded by the rows above. */
html body #mobileBookingModal .mobile-booking-review-card {
    display: none !important;
}

/* The review screen leads with the date, so the generic step header and the
   progress bar above it are redundant chrome. */
html body #mobileBookingModal:has(.mobile-booking-review-lead) .mobile-booking-checkout-heading,
html body #mobileBookingModal:has(.mobile-booking-review-lead) .mobile-booking-checkout-progress,
html body #mobileBookingModal:has(.mobile-booking-confirmed-hero) .mobile-booking-checkout-heading,
html body #mobileBookingModal:has(.mobile-booking-confirmed-hero) .mobile-booking-checkout-progress {
    display: none !important;
}

html body #mobileBookingModal .mobile-booking-review-edit,
html body #mobileBookingModal .mobile-booking-review-edit:active,
html body #mobileBookingModal .mobile-booking-review-edit:focus {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 0 !important;
}

/* guest-confirmed-20260810 — the booking is made; lead with that. */
html body #mobileBookingModal .mobile-booking-confirmed-hero {
    margin: 24px 0 0 !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-check {
    width: 52px !important;
    height: 52px !important;
    border-radius: 18px !important;
    background: #16a34a !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-check::before {
    content: "" !important;
    width: 17px !important;
    height: 9px !important;
    border-left: 3px solid #ffffff !important;
    border-bottom: 3px solid #ffffff !important;
    border-radius: 1px !important;
    transform: translateY(-2px) rotate(-45deg) !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-hero h2 {
    margin: 20px 0 0 !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 32px !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;
    letter-spacing: -0.035em !important;
    white-space: normal !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-hero p {
    margin: 10px 0 0 !important;
    color: rgba(5, 5, 5, 0.6) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.6) !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-card {
    margin-top: 24px !important;
    padding: 22px 20px !important;
    border-radius: 24px !important;
    background: #050505 !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-kicker {
    color: rgba(255, 255, 255, 0.62) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.62) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-service {
    margin-top: 10px !important;
    color: rgba(255, 255, 255, 0.72) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.72) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-when {
    margin-top: 12px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 27px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-chips {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 16px !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-chips span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 26px !important;
    padding: 0 11px !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-chips span.is-paid {
    background: #16a34a !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-tiles {
    display: flex !important;
    gap: 10px !important;
    margin-top: 12px !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-tiles button {
    flex: 1 !important;
    min-height: 56px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(5, 5, 5, 0.07) !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-rows {
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(5, 5, 5, 0.07) !important;
    overflow: hidden !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-row {
    padding: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-row strong {
    display: block !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

html body #mobileBookingModal .mobile-booking-confirmed-row span {
    display: block !important;
    margin-top: 3px !important;
    color: rgba(5, 5, 5, 0.5) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.5) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

/* guest-sheet-flat-20260810
   No black backdrop, no floating card. The booking sheet is the whole screen:
   white, edge to edge, flat. */
/* The sheet ends after CONTINUE, so the modal behind it dims the app instead of
   painting flat ground down to the bottom of the screen.
   backdrop-filter must stay off here: it makes the modal a containing block, so
   the sheet's position:fixed anchors to the modal instead of the screen and the
   sheet stops short of the edges. */
html body #mobileBookingModal.mobile-booking-checkout-modal.is-time-sheet,
html body #mobileBookingModal.is-time-sheet #mobileBookingModalContent {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

html body #mobileBookingModal.mobile-booking-checkout-modal.is-time-sheet {
    background: #ffffff !important;
    overflow: hidden !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-backdrop-label {
    display: none !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    max-height: 100dvh !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 28px 28px 0 0 !important;
    background: #ffffff !important;
    box-shadow: 0 -18px 40px -20px rgba(20, 19, 15, 0.18) !important;
    display: block !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-grabber {
    display: none !important;
}

/* Chips and time tiles read as type and hairlines, not boxes. */
html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-chips span {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-height: 0 !important;
    color: rgba(5, 5, 5, 0.55) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.55) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-chips {
    gap: 14px !important;
}

/* Time tiles exactly as drawn in the redesign: 52px, 14px radius, inset
   hairline, filled dark when selected. */
html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-time-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 14px !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-time {
    min-height: 52px !important;
    height: 52px !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #f7f7f8 !important;
    box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.09) !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-time-clock {
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-time-meridiem {
    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-time.is-selected {
    background: #050505 !important;
    box-shadow: none !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-time.is-selected .mobile-booking-checkout-time-clock {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-checkout-time.is-selected .mobile-booking-checkout-time-meridiem {
    color: rgba(255, 255, 255, 0.66) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.66) !important;
}

/* Inputs as underlines, not rounded boxes. */
html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-details input {
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(5, 5, 5, 0.14) !important;
    padding: 0 !important;
    min-height: 46px !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-details input:focus {
    box-shadow: none !important;
    border-bottom-color: #050505 !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-rule {
    margin: 22px 24px 0 !important;
}

/* Footer rides at the bottom of the flow with no gradient card. */
html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-footer {
    background: #ffffff !important;
    border-top: 1px solid rgba(5, 5, 5, 0.08) !important;
    margin-top: 24px !important;
}

/* Inputs are targeted by id elsewhere, which outranks a class rule — match it
   so they read as underlines on the flat sheet. */
html body #mobileBookingModal.mobile-booking-checkout-modal.is-time-sheet input#mobileGuestName,
html body #mobileBookingModal.mobile-booking-checkout-modal.is-time-sheet input#mobileGuestEmail,
html body #mobileBookingModal.mobile-booking-checkout-modal.is-time-sheet input#mobileBlockTicker,
html body #mobileBookingModal.mobile-booking-checkout-modal.is-time-sheet input#mobileBlockPin {
    /* Per-side, not the shorthand — the shorthand re-applies all four edges.
       Two classes here to outrank the id rule that boxes these inputs. */
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(5, 5, 5, 0.14) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-height: 46px !important;
}

html body #mobileBookingModal.is-time-sheet input#mobileGuestName:focus,
html body #mobileBookingModal.is-time-sheet input#mobileGuestEmail:focus,
html body #mobileBookingModal.is-time-sheet input#mobileBlockTicker:focus,
html body #mobileBookingModal.is-time-sheet input#mobileBlockPin:focus {
    border-bottom-color: #050505 !important;
    box-shadow: none !important;
}

/* The body no longer stretches, so nothing floats below the footer. */
html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-body {
    flex: 0 1 auto !important;
}

html body #mobileBookingModal.is-time-sheet .mobile-booking-sheet-footer {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 20px) !important;
}
