/* content wrapper */
.booking-banner-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 16px;
    width: stretch;
}
.booking-content-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 16px;
}

/* banner / hero */
.booking-banner {
    position: relative;
    overflow: hidden;
}
.booking-banner--has-image {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 8px;
}
.booking-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.booking-banner-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
    pointer-events: none;
}

/* header (title + burgee row) */
.booking-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px 6px 0;
    box-sizing: border-box;
}
.booking-header--on-image {
    position: relative;
    z-index: 1;
    padding: 20px 0 20px;
}
.booking-subtitle {
    font-size: 13px;
    color: #6a7482;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 500;
}
.booking-subtitle--on-image {
    color: rgba(255,255,255,0.8);
}
.booking-header-title--on-image {
    color: #fff;
}
.booking-burgee {
    width: 72px;
    height: 72px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    border: 1px solid #e4ebf1;
    background-color: #fff;
    flex-shrink: 0;
}
.booking-burgee--on-image {
    border-color: rgba(255,255,255,0.3);
}

/* info / rule card */
.booking-info-card {
    background: #f8fafc;
    border: 1px solid #e4ebf1;
    padding: 14px 16px;
}
.booking-info-card-inner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.booking-info-icon {
    color: #4a56f8;
    font-size: 16px;
    margin-top: 2px;
}
.booking-info-type {
    font-size: 14px;
    font-weight: 500;
    color: #283664;
    margin-bottom: 2px;
}
.booking-info-message {
    font-size: 13px;
    color: #6a7482;
    line-height: 1.5;
}

/* expandable note card */
.booking-note-card {
    border: 1px solid #e4ebf1;
    padding: 14px 16px;
    position: relative;
}
.booking-note-body {
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.booking-note-text {
    font-size: 14px;
    line-height: 1.6;
    color: #3a3f4b;
}
.booking-note-text p {
    margin: 0 0 6px;
}
.booking-note-text p:last-child {
    margin-bottom: 0;
}
.booking-note-fade {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    pointer-events: none;
}
.booking-note-toggle {
    display: block;
    margin-top: 6px;
    padding: 0;
    border: none;
    background: none;
    color: #4a56f8;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.booking-note-toggle:hover {
    color: #1a1d2e;
}

/* sticky toolbar */
.booking-sticky-toolbar {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    padding: 16px;
    margin: 0 -16px;
    border-bottom: 1px solid #e4ebf1;
}
/* pill picker */
.booking-pill-picker-wrap {
    position: relative;
}
.booking-pill-picker {
    display: flex;
    align-items: center;
    border: 1px solid #e4ebf1;
    border-radius: 50px;
    overflow: hidden;
}
.booking-pill-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    font-size: 14px;
    color: #292e4a;
    white-space: nowrap;
    user-select: none;
    transition: background-color 0.1s ease;
}
.booking-pill-section:hover {
    background-color: #f8fafc;
}
.booking-pill-icon {
    margin-right: 6px;
    font-size: 14px;
    color: #6a7482;
}

/* calendar dropdown */
.booking-calendar-dropdown {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 100;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e4ebf1;
}

/* anchor row: invisible flex row mirroring pill sections, used to position dropdowns under their trigger */
.booking-pill-drop-row {
    display: flex;
    pointer-events: none;
}
.booking-pill-drop-anchor {
    position: relative;
    flex: 1;
    pointer-events: none;
}
.booking-pill-drop-anchor > * {
    pointer-events: auto;
}
.booking-calendar-footer {
    display: flex;
    justify-content: flex-end;
    padding: 10px 14px 14px;
    border-top: 1px solid #e4ebf1;
}
.booking-calendar-close-btn {
    background: #4a56f8;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 7px 14px;
}
.booking-calendar-close-btn:hover {
    background: #1a1d2e;
}

/* generic picker dropdown (player count, party size, time, etc.) */
.booking-picker-dropdown {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 100;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e4ebf1;
    padding: 6px 0;
    min-width: 160px;
    max-height: 260px;
    overflow-y: auto;
}
.booking-picker-dropdown--right {
    left: auto;
    right: 0;
}
.booking-picker-option {
    padding: 10px 20px;
    font-size: 14px;
    color: #292e4a;
    transition: background-color 0.1s ease;
}
.booking-picker-option:hover {
    background-color: #f3f4f8;
}
.booking-picker-option.active {
    font-weight: 600;
    color: #4a56f8;
}

/* secondary toolbar (course / filter selects) */
.booking-toolbar {
    margin-top: 8px;
}
.booking-toolbar-selects {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* loading skeleton area */
.booking-loading-wrap {
    padding: 16px 6px;
}

/* empty state */
.booking-empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #6a7482;
}
.booking-empty-icon {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
    color: #c4cdd6;
}
.booking-empty-text {
    font-size: 14px;
    line-height: 1.5;
}

/* slot card list */
.booking-slot-list {
    padding: 12px 0;
}
.booking-slot-card {
    border: 1px solid #e4ebf1;
    padding: 14px 18px;
    margin-bottom: 10px;
    cursor: default;
    transition: border-color 0.1s ease, box-shadow 0.1s ease;
}
.booking-slot-card--bookable {
    cursor: pointer;
}
.booking-slot-card--bookable:hover, .booking-slot-card--expanded {
    border-color: #c7d3dd;
    box-shadow: 0 1px 4px rgba(74, 86, 248, 0.08);
}
.booking-slot-card--disabled {
    opacity: 0.5;
}
.booking-slot-requested-pill {
    font-size: 13px;
    font-weight: 500;
    color: #4a56f8;
    background: #eef0fe;
    padding: 3px 10px;
    border-radius: 50px;
    white-space: nowrap;
}

/* area chips (shown when a time card is expanded) */
.booking-area-chips-wrap {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e4ebf1;
}
.booking-area-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 8px;
}
.booking-area-chips-title {
    font-size: 13px;
    font-weight: 500;
    color: #6a7482;
}
.booking-area-chip {
    border: 1px solid #e4ebf1;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 5px;
    background: #fff;
    transition: background-color 0.1s ease;
}
.booking-area-chip:hover {
    /* border-color: #c7d3dd; */
    /* color: #4a56f8; */
    background: #f8f9fb;
}
.booking-area-chip--disabled {
    /* border-color: #c4cdd6; */
    color: #8c95a1;
    cursor: default;
    pointer-events: none;
    opacity: 0.7;
}
.booking-slot-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.booking-slot-row-right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.booking-slot-expand-icon {
    font-size: 12px;
    color: #9aa4af;
    transition: transform 0.2s ease;
}
.booking-slot-time {
    font-size: 17px;
    font-weight: 500;
}
.booking-slot-badge {
    font-size: 13px;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 50px;
    white-space: nowrap;
}
.booking-slot-badge--free {
    background: #e8f5ee;
    color: #2d7a4f;
}
.booking-slot-badge--muted {
    background: #f1f3f6;
    color: #8c95a1;
}
.booking-slot-badge--warning {
    background: #fef3e6;
    color: #b5760a;
}

.event-image-thumbnail {
    height: 26px;
    min-height: 26px;
    max-height: 26px;
    width: 26px;
    min-width: 26px;
    max-width: 26px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
}

/* date navigation */
.booking-date-nav {
    display: flex;
    justify-content: space-between;
    padding: 16px 6px 8px;
}

/* staff service booking (hosted /book-service) */
.booking-page-layout {
    gap: 24px;
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px;
}
.booking-main {
    min-width: 0;
}
/* hosted staff-service: centered club title + intro (lodging-style) */
.booking-flow-page-header {
    text-align: center;
    padding: 28px 22px 8px;
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}
.booking-flow-page-header__title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #283664;
    margin: 0 0 12px;
    line-height: 1.2;
}
.booking-flow-page-header__description {
    max-width: 640px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: #525e6b;
    text-align: justify;
    padding-bottom: 20px;
}
.booking-flow-page-header__description.tiptap-container {
    text-align: center;
}
.booking-flow-page-header__description.tiptap-container p {
    margin: 0 0 0.5em;
}
.booking-flow-page-header__description.tiptap-container p:last-child {
    margin-bottom: 0;
}
.booking-flow-page-step-title {
    font-size: 22px;
    font-weight: 500;
    color: #2a375f;
    margin: 0 0 20px;
    line-height: 1.3;
}
@media (max-width: 540px) {
    .booking-flow-page-header {
        padding: 20px 16px 4px;
    }
    .booking-flow-page-header__title {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .booking-flow-page-header__description {
        font-size: 14px;
    }
    .booking-flow-page-step-title {
        font-size: 18px;
        padding: 0 16px;
    }
}
.booking-page-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
}
/* vertical booking steps (lodging-style); reusable via booking-flow-stepper-component */
.booking-flow-stepper-column {
    max-width: 260px;
    padding-top: 4px;
}
.booking-flow-stepper-inner {
    display: flex;
    flex-direction: column;
}
.booking-flow-stepper-item {
    padding: 8px 0 8px 15px;
    border-left: 2px solid #e4ebf1;
    color: #606d7c;
    cursor: default;
    user-select: none;
}
.booking-flow-stepper-item--clickable {
    cursor: pointer;
}
.booking-flow-stepper-item--clickable:hover .booking-flow-stepper-text {
    color: #081333;
}
.booking-flow-stepper-item--clickable:focus-visible {
    outline: 2px solid var(--cs-confirm-bg, #4a56f8);
    outline-offset: 2px;
}
.booking-flow-stepper-item--active {
    border-left-color: var(--cs-confirm-bg, #4a56f8);
    color: #081333;
}
.booking-flow-stepper-text {
    font-size: 0.95rem;
    line-height: 1.35;
    display: inline-block;
}
@media (max-width: 768px) {
    .booking-page-layout .booking-flow-stepper-column {
        flex: 1 1 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

.booking-breadcrumb {
    font-size: 0.85rem;
    color: #8c95a1;
}
.booking-breadcrumb-sep {
    color: #c5cad3;
    padding: 0 4px;
}
.booking-breadcrumb-active {
    color: #111;
    font-weight: 600;
}
.booking-breadcrumb-clickable {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: rgba(17, 24, 39, 0.22);
}
.booking-breadcrumb-clickable:hover {
    color: #111;
}
.booking-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 16px;
    margin-top: 12px;
}
.booking-card-grid-addons {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
.booking-card {
    border: 1px solid #e4e8ee;
    border-radius: 10px;
    padding: 14px;
    background: #fff;
    transition: box-shadow 0.15s ease, border-color 0.15s ease, border-width 0.15s ease,
        padding 0.15s ease;
}
.booking-card:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.booking-card.selected {
    border-width: 3px;
    border-color: var(--cs-confirm-bg, #4a56f8);
    padding: 12px;
    background: #fff;
    color: inherit;
    box-shadow: 0 4px 16px rgba(74, 86, 248, 0.15);
}
.booking-card.selected .booking-card-meta {
    color: #6b7280;
}
.booking-card.selected .booking-card-name {
    color: #111;
}
.booking-card-image {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    background: #f1f3f6 center/cover no-repeat;
    margin-bottom: 10px;
}
.booking-card-image-round {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.booking-card-title {
    font-weight: 600;
    text-align: center;
    margin: 0;
    font-size: 0.95rem;
}
.booking-card-name {
    font-weight: 500;
    color: #2a375f;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin: 0 0 4px;
    letter-spacing: 0.02em;
}
.booking-card-meta {
    font-size: 0.8rem;
    color: #6b7280;
    margin: 0;
}
.booking-card-price-pill {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f1f3f6;
    color: #2a375f;
    font-size: 0.85rem;
    font-weight: 600;
}
.booking-card.selected .booking-card-price-pill {
    background: var(--cs-confirm-secondary-bg, #eaebfb);
    color: var(--cs-confirm-secondary-color, #2a375f);
}
.booking-subheading {
    color: #2a375f;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 20px;
}
.booking-sidebar {
    width: 250px;
    flex-shrink: 0;
}
.booking-sidebar-card {
    border: 1px solid #e4e8ee;
    border-radius: 12px;
    padding: 18px;
    background: #fff;
    position: sticky;
    top: 16px;
}
.booking-sidebar-title {
    font-size: 1.1rem;
    color: #2a375f;
    font-weight: 500;
    margin: 0 0 4px;
}
.booking-sidebar-club {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0 0 12px;
}
.booking-sidebar-row {
    gap: 10px;
    align-items: center;
}
.booking-sidebar-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f3f6 center/cover no-repeat;
    flex-shrink: 0;
}
.booking-sidebar-strong {
    color: #2a375f;
    font-weight: 500;
    margin: 0;
}
.booking-sidebar-muted {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 4px 0 0;
}
.booking-sidebar-price {
    color: #2a375f;
    font-weight: 500;
    margin-top: 6px;
}
.booking-sidebar-line-item {
    width: 100%;
}
.booking-sidebar-line-main {
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    width: 100%;
}
.booking-sidebar-line-title {
    flex: 1;
    min-width: 0;
    margin: 0;
}
.booking-sidebar-line-price {
    flex-shrink: 0;
    margin: 0;
    text-align: right;
}
.booking-sidebar-line-meta {
    margin: 4px 0 0;
}
.booking-sidebar-section-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    margin: 0 0 8px;
}
.booking-sidebar-addon-line + .booking-sidebar-addon-line {
    margin-top: 10px;
}
.booking-sidebar-subtotal {
    justify-content: space-between;
    font-size: 0.95rem;
}
.date-picker-scroll {
    align-items: center;
    gap: 8px;
    overflow: hidden;
}
.date-picker-scroll-inner {
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
    flex: 1;
}
.booking-date-pill {
    flex-shrink: 0;
    border: 1px solid #e4e8ee;
    border-radius: 12px;
    padding: 8px 12px;
    background: #fff;
    cursor: pointer;
    text-align: center;
    min-width: 52px;
}
.booking-date-pill.active {
    background: #111;
    color: #fff;
    border-color: #111;
}
.booking-date-dow {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #8c95a1;
}
.booking-date-pill.active .booking-date-dow {
    color: rgba(255, 255, 255, 0.85);
}
.booking-date-num {
    display: block;
    font-weight: 600;
    font-size: 1rem;
}
.booking-date-arrow {
    border: 1px solid #e4e8ee;
    background: #fff;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    flex-shrink: 0;
}
.booking-time-slots {
    gap: 8px;
}
.time-slot-btn {
    border: 1px solid #e4e8ee;
    border-radius: 999px;
    padding: 8px 14px;
    background: #fff;
    cursor: pointer;
    font-size: 0.9rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease, border-width 0.15s ease,
        padding 0.15s ease;
}
.time-slot-btn:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    border-color: #d4d9e2;
}
.time-slot-btn.active {
    border-width: 3px;
    border-color: var(--cs-confirm-bg, #4a56f8);
    padding: 6px 12px;
    background: #fff;
    color: inherit;
    box-shadow: 0 4px 16px rgba(74, 86, 248, 0.15);
}

/* confirm-option-cards-host: markup matches lodging accommodation-type-picker; .confirm-option-cards-host raises specificity so #member-lodging-booking rules still override on lodging */
.confirm-option-cards-host.room-type-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
}
.confirm-option-cards-host.room-type-wrapper > div {
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
}
.confirm-option-cards-host.room-type-wrapper.accommodation-type-picker {
    max-width: 960px;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 28px;
}
.confirm-option-cards-host.room-type-wrapper.accommodation-type-picker.accommodation-type-picker--staff-categories {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
}
.confirm-option-cards-host .roomImage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    width: 100%;
    max-height: 320px;
    height: 280px;
}
.confirm-option-cards-host .confirm-option-cards-host__image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #f1f5f9 0%, #e8edf1 100%);
}
.confirm-option-cards-host .confirm-option-cards-host__image-placeholder i {
    font-size: 48px;
    color: #94a3b8;
}
.confirm-option-cards-host .roomInfo {
    width: 100%;
    max-width: none;
}
.confirm-option-cards-host .roomTitle {
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
}
.confirm-option-cards-host .roomDescription {
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
}
@media (max-width: 720px) {
    .confirm-option-cards-host.room-type-wrapper.accommodation-type-picker,
    .confirm-option-cards-host.room-type-wrapper.accommodation-type-picker.accommodation-type-picker--staff-categories {
        grid-template-columns: 1fr;
        max-width: 100%;
        padding: 0 12px;
    }
    .confirm-option-cards-host .roomImage,
    .confirm-option-cards-host .confirm-option-cards-host__image-placeholder {
        height: auto;
        aspect-ratio: 16 / 10;
        max-height: 260px;
    }
}

/* provider tiles (staff service selection) */
.provider-tile-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}
.provider-tile {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    border: 1px solid #e4e8ee;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    width: 100%;
    max-width: 558px;
    box-sizing: border-box;
    transition: box-shadow 0.15s ease, border-color 0.15s ease, border-width 0.15s ease,
        padding 0.15s ease, transform 0.15s ease;
}
.provider-tile:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    border-color: #d4d9e2;
}
.provider-tile:focus-visible {
    outline: 2px solid var(--cs-confirm-bg, #4a56f8);
    outline-offset: 2px;
}
.provider-tile.selected {
    border-width: 3px;
    border-color: var(--cs-confirm-bg, #4a56f8);
    padding: 14px 18px;
    box-shadow: 0 4px 16px rgba(74, 86, 248, 0.15);
}
.provider-tile-avatar {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: #2a375f center/cover no-repeat;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.provider-tile-avatar--image {
    background-color: #f1f3f6;
}
.provider-tile-initials {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    text-transform: uppercase;
    user-select: none;
}
.provider-tile-name {
    flex: 1 1 auto;
    font-weight: 500;
    font-size: 18px;
    color: #2a375f;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.provider-tile-arrow {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9aa3b2;
    transition: transform 0.15s ease, color 0.15s ease;
}
.provider-tile:hover .provider-tile-arrow {
    color: #2a375f;
    transform: translateX(2px);
}
.provider-tile.selected .provider-tile-arrow {
    color: var(--cs-confirm-bg, #4a56f8);
}

/* responsive */
@media (max-width: 480px) {
    /* .booking-content-wrap {
        padding: 0 10px;
    } */
    .booking-slot-card {
        padding: 12px 14px;
    }
    .booking-slot-time {
        font-size: 15px;
    }
    .provider-tile {
        padding: 14px 16px;
    }
    .provider-tile.selected {
        padding: 12px 14px;
    }
    .provider-tile-avatar {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
}

/* Mobile stacked summaries above the active picker */
.staff-service-mobile-summary-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}
.staff-service-mobile-step-summary {
    border: 1px solid #e4e8ee;
    border-radius: 5px;
    padding: 12px 14px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.staff-service-mobile-step-summary:hover,
.staff-service-mobile-step-summary:focus-visible {
    border-color: var(--cs-confirm-bg, #4a56f8);
    box-shadow: 0 2px 10px rgba(74, 86, 248, 0.10);
    outline: none;
}
.staff-service-mobile-step-summary__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.staff-service-mobile-step-summary__label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7280;
}
.staff-service-mobile-step-summary__edit {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--cs-confirm-bg, #4a56f8);
}
.staff-service-mobile-step-summary__value {
    margin: 4px 0 0;
    font-size: 0.95rem;
    font-weight: 500;
    color: #2a375f;
    line-height: 1.3;
}
.staff-service-mobile-step-summary__meta {
    margin: 2px 0 0;
    font-size: 0.8rem;
    color: #6b7280;
}

/* Mobile sticky confirm bar */
.staff-service-mobile-confirm-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: #fff;
    border-top: 1px solid #e4e8ee;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -4px 14px rgba(15, 23, 42, 0.08);
}
.staff-service-mobile-confirm-bar__summary {
    margin-bottom: 8px;
    align-items: center;
    justify-content: space-between;
}
.staff-service-mobile-confirm-bar__summary-label {
    font-size: 0.85rem;
    color: #6b7280;
}
.staff-service-mobile-confirm-bar__summary-value {
    font-size: 1rem;
    font-weight: 600;
    color: #2a375f;
}

.booking-addon-step-helper {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
}

/* Reserve space at bottom of booking page when sticky bar is visible on mobile */
@media (max-width: 720px) {
    .booking-page-outer:has(.staff-service-mobile-confirm-bar) {
        padding-bottom: 120px;
    }
}
