@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,400;0,500;1,400;1,500&family=Work+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500&display=swap');

:root {
    --lux-green: #1b2620;
    --lux-green-2: #16201b;
    --lux-green-3: #2c3830;
    --lux-gold: #c79a54;
    --lux-gold-2: #d9b476;
    --lux-cream: #f7f4ea;
    --lux-card: #f5f1e4;
    --lux-soft: #edefe7;
    --lux-text: #20281f;
    --lux-muted: #6e7569;
    --lux-border: rgba(27, 38, 32, .14);
}

body.public-theme-cutz {
    margin: 0;
    background: var(--lux-cream);
    color: var(--lux-text);
    font-family: 'Work Sans', system-ui, sans-serif;
}

.public-theme-cutz .nav {
    display: none;
}

.public-theme-cutz footer.section {
    display: none;
}

.lux-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.lux-hero {
    background: radial-gradient(circle at 80% 20%, rgba(199,154,84,.13), transparent 34%), var(--lux-green);
    color: #f5f2e8;
    min-height: 760px;
    padding: 24px 0 70px;
}

.lux-navline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.lux-brand-script,
.lux-hero h1,
.lux-about h2,
.lux-section-title h2,
.lux-final-cta h2,
.lux-card-title {
    font-family: 'Spectral', Georgia, serif;
    font-style: italic;
    font-weight: 500;
}

.lux-brand-script {
    color: var(--lux-gold-2);
    font-size: 28px;
    line-height: 1;
}

.lux-micro,
.lux-kicker {
    font-family: 'IBM Plex Mono', monospace;
    letter-spacing: .14em;
    font-size: 12px;
    color: var(--lux-gold-2);
}

.lux-hero-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 15px;
}

.lux-hero-menu a {
    color: #e8e4d8;
    text-decoration: none;
}

.lux-account {
    border: 1px solid #4b5a46;
    border-radius: 999px;
    padding: 10px 20px;
}

.lux-hero-grid {
    display: grid;
    grid-template-columns: 1fr 540px;
    gap: 90px;
    align-items: center;
    padding-top: 88px;
}

.lux-hero h1 {
    max-width: 620px;
    margin: 24px 0 22px;
    font-size: clamp(46px, 5vw, 76px);
    line-height: .98;
    color: #f5f2e8;
}

.lux-hero-copy p {
    max-width: 520px;
    color: #b9c2b0;
    font-size: 17px;
    line-height: 1.75;
}

.lux-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.lux-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 26px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

.lux-btn-gold {
    background: var(--lux-gold);
    color: #1b2620;
}

.lux-btn-ghost {
    border: 1px solid #4b5a46;
    color: #f5f2e8;
}

.lux-btn-dark {
    background: var(--lux-green);
    color: #f5f2e8;
}

.lux-slots {
    margin-top: 62px;
}

.lux-slot-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.lux-slot-row span {
    border: 1px solid #4b5a46;
    border-radius: 999px;
    padding: 12px 18px;
    color: #e8e4d8;
    font-size: 14px;
}

.lux-slot-row span.muted {
    background: var(--lux-green-3);
    color: #687364;
    border-color: transparent;
}

.lux-slot-row span.active {
    background: var(--lux-gold);
    color: #1b2620;
    border-color: var(--lux-gold);
    font-weight: 700;
}

.lux-booking-card {
    position: relative;
    background: var(--lux-card);
    color: var(--lux-text);
    border-radius: 24px;
    padding: 38px 40px 30px;
    box-shadow: 16px 16px 0 #121814, 0 28px 70px rgba(0,0,0,.22);
}

.lux-card-head {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    margin-bottom: 26px;
}

.lux-card-title {
    font-size: 26px;
}

.lux-card-subtitle {
    color: #8a8570;
    margin-top: 4px;
    font-size: 14px;
}

.lux-card-badge {
    background: #ebe4d1;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
}

.lux-calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
    text-align: center;
    color: #8a8570;
    font-size: 12px;
}

.lux-calendar span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin: 0 auto;
    border-radius: 50%;
    color: #5c6558;
}

.lux-calendar span.selected {
    background: var(--lux-gold);
    color: #1b2620;
    font-weight: 700;
}

.lux-divider {
    height: 1px;
    background: rgba(0,0,0,.08);
    margin: 32px 0 24px;
}

.lux-available-title {
    color: #5c6558;
    font-size: 14px;
    margin-bottom: 18px;
}

.lux-appointment-list {
    display: grid;
    gap: 14px;
}

.lux-appointment-row {
    display: grid;
    grid-template-columns: 62px 1fr auto;
    align-items: center;
    gap: 16px;
    font-size: 14px;
}

.lux-appointment-row span {
    color: #8a8570;
}

.lux-appointment-row a {
    border: 1px solid rgba(0,0,0,.16);
    color: var(--lux-text);
    border-radius: 999px;
    padding: 8px 14px;
    text-decoration: none;
    font-size: 12px;
}

.lux-appointment-row:nth-child(3) a {
    background: var(--lux-gold);
    border-color: var(--lux-gold);
    font-weight: 700;
}

.lux-card-main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    background: var(--lux-green);
    color: #f5f2e8;
    border-radius: 999px;
    margin-top: 46px;
    text-decoration: none;
    font-weight: 700;
}

.lux-about {
    background: var(--lux-soft);
    padding: 84px 0;
}

.lux-about-grid {
    display: grid;
    grid-template-columns: 560px 1fr;
    gap: 80px;
    align-items: center;
}

.lux-image-panel {
    min-height: 420px;
    background: #d8dcc9;
    border-radius: 18px;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.lux-image-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lux-mark {
    width: 180px;
    height: 180px;
    border: 2px solid #a9b393;
    border-radius: 50%;
    position: relative;
}

.lux-mark:before {
    content: "";
    position: absolute;
    inset: 30px;
    border: 2px solid #a9b393;
    border-radius: 50%;
}

.lux-mark span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 84px;
    height: 3px;
    background: #7c8a6e;
    transform-origin: center;
}

.lux-mark span:first-child { transform: translate(-50%, -50%) rotate(42deg); }
.lux-mark span:last-child { transform: translate(-50%, -50%) rotate(-42deg); }

.lux-kicker.dark {
    color: #8a6b3b;
}

.lux-about h2,
.lux-section-title h2 {
    font-size: clamp(34px, 4vw, 52px);
    margin: 16px 0 20px;
}

.lux-about p {
    color: #4b5245;
    line-height: 1.75;
}

.lux-contact-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 28px 0;
}

.lux-contact-card p {
    background: rgba(255,255,255,.45);
    border: 1px solid var(--lux-border);
    border-radius: 16px;
    padding: 16px;
    margin: 0;
    font-size: 14px;
}

.lux-about blockquote {
    margin: 26px 0 8px;
    color: #9c5c66;
    font-family: 'Spectral', Georgia, serif;
    font-style: italic;
    font-size: 24px;
}

.lux-about small {
    color: #8a8570;
}

.lux-section,
.lux-gallery {
    background: var(--lux-cream);
    padding: 84px 0;
}

.lux-services {
    background: #f1eee2;
}

.lux-section-title {
    text-align: center;
    margin-bottom: 42px;
}

.lux-people-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.lux-person {
    background: #fffaf0;
    border: 1px solid var(--lux-border);
    border-radius: 20px;
    overflow: hidden;
}

.lux-person img {
    width: 100%;
    aspect-ratio: 1.25;
    object-fit: cover;
    background: #d8dcc9;
}

.lux-person div {
    padding: 22px;
}

.lux-person h3,
.lux-service h3 {
    margin: 0 0 8px;
    font-family: 'Spectral', Georgia, serif;
    font-size: 24px;
}

.lux-person p,
.lux-service p {
    color: var(--lux-muted);
    line-height: 1.6;
}

.lux-person a {
    color: #8a6b3b;
    font-weight: 700;
    text-decoration: none;
}

.lux-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.lux-service {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    background: #fffaf0;
    border: 1px solid var(--lux-border);
    border-radius: 18px;
    padding: 24px;
}

.lux-service-meta {
    min-width: 120px;
    text-align: right;
}

.lux-service-meta strong {
    display: block;
    color: #8a6b3b;
    margin-bottom: 8px;
}

.lux-service-meta span {
    background: #ebe4d1;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 12px;
}

.lux-center {
    text-align: center;
    margin-top: 34px;
}

.lux-gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 18px;
}

.lux-gallery-grid img,
.lux-gallery-grid div {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 18px;
    background: #d8dcc9;
}

.lux-gallery-grid img:first-child,
.lux-gallery-grid div:first-child,
.lux-gallery-grid img:nth-child(6),
.lux-gallery-grid div:nth-child(6) {
    grid-column: span 1;
}

.lux-gallery-grid.placeholder div:nth-child(2),
.lux-gallery-grid.placeholder div:nth-child(4) {
    background: #e3d6c2;
}

.lux-gallery-grid.placeholder div:nth-child(3),
.lux-gallery-grid.placeholder div:nth-child(5) {
    background: #dcc7ca;
}

.lux-final-cta {
    background: var(--lux-gold);
    text-align: center;
    padding: 48px 20px;
}

.lux-final-cta h2 {
    margin: 0 0 18px;
    color: #1b2620;
    font-size: 34px;
}

.lux-final-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    background: var(--lux-green);
    color: #f5f2e8;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

.lux-empty,
.lux-empty-small {
    background: rgba(255,255,255,.48);
    border: 1px dashed var(--lux-border);
    border-radius: 18px;
    padding: 24px;
    color: var(--lux-muted);
}

@media (max-width: 960px) {
    .lux-hero-grid,
    .lux-about-grid,
    .lux-people-grid,
    .lux-service-grid {
        grid-template-columns: 1fr;
    }

    .lux-booking-card {
        box-shadow: 8px 8px 0 #121814;
    }

    .lux-hero-menu {
        display: none;
    }

    .lux-contact-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .lux-container {
        width: min(100% - 28px, 1180px);
    }

    .lux-hero {
        min-height: auto;
        padding-bottom: 44px;
    }

    .lux-hero-grid {
        padding-top: 52px;
        gap: 44px;
    }

    .lux-booking-card {
        padding: 26px 20px;
    }

    .lux-appointment-row {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0,0,0,.08);
    }

    .lux-gallery-grid {
        grid-template-columns: 1fr;
    }

    .lux-service {
        display: block;
    }

    .lux-service-meta {
        text-align: left;
        margin-top: 16px;
    }
}

.lux-slot-row form {
    display: inline;
}

.lux-slot-row button {
    border: 1px solid #4b5a46;
    border-radius: 999px;
    padding: 12px 18px;
    color: #e8e4d8;
    font-size: 14px;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
}

.lux-slot-row button.active {
    background: var(--lux-gold);
    color: #1b2620;
    border-color: var(--lux-gold);
    font-weight: 700;
}

.lux-appointment-row {
    border: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    font-family: inherit;
}

.lux-appointment-row button {
    border: 1px solid rgba(0,0,0,.16);
    color: var(--lux-text);
    border-radius: 999px;
    padding: 8px 14px;
    text-decoration: none;
    font-size: 12px;
    background: transparent;
    cursor: pointer;
    font-family: inherit;
}

.lux-appointment-row:nth-child(1) button {
    background: var(--lux-gold);
    border-color: var(--lux-gold);
    font-weight: 700;
}

.lux-appointment-row small {
    color: #9b927d;
}

.lux-calendar-interactive {
    grid-template-columns: repeat(7, 1fr);
}

.lux-calendar-interactive > div {
    display: none;
}

.lux-calendar-day {
    border: 0;
    background: transparent;
    display: grid;
    gap: 4px;
    place-items: center;
    min-height: 52px;
    border-radius: 16px;
    color: #5c6558;
    cursor: pointer;
    font-family: inherit;
}

.lux-calendar-day small {
    color: #9b927d;
    font-size: 10px;
    text-transform: uppercase;
}

.lux-calendar-day span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin: 0 auto;
    border-radius: 50%;
}

.lux-calendar-day.selected {
    background: rgba(199, 154, 84, .14);
}

.lux-calendar-day.selected span {
    background: var(--lux-gold);
    color: #1b2620;
    font-weight: 700;
}

.lux-calendar-day:hover {
    background: rgba(27, 38, 32, .06);
}

.lux-calendar-day.no-slots {
    background: rgba(185, 28, 28, .10);
    box-shadow: inset 0 0 0 1px rgba(185, 28, 28, .18);
}

.lux-calendar-day.no-slots span {
    background: rgba(185, 28, 28, .13);
    color: #7f1d1d;
}

.lux-calendar-day.no-slots small {
    color: rgba(127, 29, 29, .72);
}

.lux-calendar-day.has-slots {
    background: rgba(34, 197, 94, .08);
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, .16);
}

.lux-calendar-day.has-slots span {
    color: #31523a;
}

.lux-calendar-day.selected.no-slots {
    background: rgba(185, 28, 28, .16);
}

.lux-calendar-day.selected.no-slots span {
    background: rgba(185, 28, 28, .22);
    color: #7f1d1d;
}

.no-slots-message {
    background: rgba(185, 28, 28, .08);
    border-color: rgba(185, 28, 28, .22);
    color: #7f1d1d;
}

.lux-service-picker {
    display: grid;
    gap: 10px;
}

.lux-service-choice {
    width: 100%;
    border: 1px solid rgba(27, 38, 32, .13);
    background: rgba(255,255,255,.42);
    border-radius: 16px;
    padding: 13px 14px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    color: var(--lux-text);
    font-family: inherit;
}

.lux-service-choice strong {
    font-size: 13px;
}

.lux-service-choice span {
    font-size: 12px;
    color: #8a8570;
    white-space: nowrap;
}

.lux-service-choice.selected {
    background: rgba(199, 154, 84, .18);
    border-color: rgba(199, 154, 84, .55);
}

.lux-time-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-top: 14px;
}

.lux-time-grid form {
    margin: 0;
}

.lux-time-grid button {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(27, 38, 32, .13);
    background: rgba(255,255,255,.5);
    border-radius: 16px;
    color: var(--lux-text);
    cursor: pointer;
    font-family: inherit;
}

.lux-time-grid button:hover {
    background: var(--lux-gold);
    border-color: var(--lux-gold);
    color: #1b2620;
}

.lux-time-grid button strong {
    display: block;
    font-size: 15px;
}

.lux-time-grid button small {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    color: inherit;
    opacity: .72;
}

@media (max-width: 640px) {
    .lux-time-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.lux-step-label {
    font-family: 'IBM Plex Mono', monospace;
    letter-spacing: .11em;
    text-transform: uppercase;
    font-size: 10px;
    color: #8a6b3b;
    margin: 14px 0 8px;
}

.lux-employee-picker {
    display: grid;
    gap: 10px;
}

.lux-employee-choice {
    width: 100%;
    border: 1px solid rgba(27, 38, 32, .13);
    background: rgba(255,255,255,.42);
    border-radius: 16px;
    padding: 13px 14px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    color: var(--lux-text);
    font-family: inherit;
}

.lux-employee-choice strong {
    font-size: 13px;
}

.lux-employee-choice span {
    font-size: 12px;
    color: #8a8570;
    white-space: nowrap;
}

.lux-employee-choice.selected {
    background: rgba(199, 154, 84, .18);
    border-color: rgba(199, 154, 84, .55);
}

.lux-flow-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.lux-flow-back {
    border: 0;
    background: transparent;
    color: #8a6b3b;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    padding: 0;
}

.lux-flow-steps {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    color: #9b927d;
    white-space: nowrap;
}

.lux-flow-steps span.active {
    color: #1b2620;
    font-weight: 800;
}

.booking-wizard-page {
    padding: 78px 0;
    background:
        radial-gradient(circle at 12% 10%, rgba(199,154,84,.16), transparent 34%),
        linear-gradient(135deg, #10221b 0%, #183326 45%, #f5efe3 45%, #fbf7ef 100%);
    min-height: 78vh;
}

.booking-wizard-shell {
    max-width: 980px;
    margin: 0 auto;
}

.booking-wizard-hero {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 24px;
    align-items: end;
    color: #fff7e8;
    margin-bottom: 24px;
}

.booking-kicker {
    font-family: 'IBM Plex Mono', monospace;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: 11px;
    color: #d4ad6d;
}

.booking-wizard-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 5vw, 62px);
    line-height: .95;
    margin: 10px 0 14px;
}

.booking-wizard-hero p {
    max-width: 620px;
    color: rgba(255,247,232,.74);
    font-size: 17px;
}

.booking-mini-card {
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 24px;
    padding: 22px;
    backdrop-filter: blur(12px);
    display: grid;
    gap: 8px;
}

.booking-mini-card span {
    color: rgba(255,247,232,.7);
    font-size: 13px;
}

.booking-progress {
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(199,154,84,.20);
    border-radius: 999px;
    padding: 12px 18px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    box-shadow: 0 18px 60px rgba(0,0,0,.12);
    overflow-x: auto;
}

.booking-progress span {
    font-size: 12px;
    color: #91866f;
    white-space: nowrap;
}

.booking-progress span.active,
.booking-progress span.done {
    color: #1b2620;
    font-weight: 800;
}

.booking-progress i {
    color: #c79a54;
    font-style: normal;
}

.booking-wizard-card {
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(199,154,84,.20);
    border-radius: 30px;
    padding: 26px;
    box-shadow: 0 28px 90px rgba(0,0,0,.18);
    min-height: 360px;
}

.booking-step-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.booking-step-top strong {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #1b2620;
}

.booking-back {
    border: 0;
    background: rgba(199,154,84,.14);
    color: #7a5728;
    border-radius: 999px;
    padding: 9px 14px;
    font-weight: 800;
    cursor: pointer;
}

.booking-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.booking-choice-card {
    border: 1px solid rgba(27,38,32,.12);
    background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(246,239,226,.86));
    border-radius: 22px;
    padding: 20px;
    text-align: left;
    cursor: pointer;
    display: grid;
    gap: 9px;
    font-family: inherit;
    color: #1b2620;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.booking-choice-card:hover {
    transform: translateY(-2px);
    border-color: rgba(199,154,84,.55);
    box-shadow: 0 18px 40px rgba(27,38,32,.10);
}

.booking-choice-card strong {
    font-size: 19px;
}

.booking-choice-card small {
    color: #77705f;
    line-height: 1.5;
}

.booking-choice-meta {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    color: #9a6c2e;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.booking-date-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
}

.booking-date-card {
    border: 1px solid rgba(27,38,32,.12);
    background: #fffaf0;
    border-radius: 20px;
    padding: 14px 8px;
    cursor: pointer;
    display: grid;
    gap: 4px;
    text-align: center;
    color: #1b2620;
}

.booking-date-card:hover {
    border-color: rgba(199,154,84,.6);
    background: rgba(199,154,84,.12);
}

.booking-date-card span,
.booking-date-card small {
    font-size: 11px;
    color: #8b806b;
}

.booking-date-card strong {
    font-size: 25px;
}

.booking-summary {
    background: rgba(199,154,84,.12);
    border: 1px solid rgba(199,154,84,.25);
    border-radius: 20px;
    padding: 15px 17px;
    display: grid;
    gap: 5px;
    margin-bottom: 16px;
}

.booking-summary span {
    color: #786f5c;
    font-size: 13px;
}

.booking-time-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.booking-time-grid form {
    margin: 0;
}

.booking-time-grid button {
    width: 100%;
    border: 1px solid rgba(27,38,32,.12);
    background: #183326;
    color: #fff7e8;
    border-radius: 18px;
    padding: 15px 10px;
    font-weight: 900;
    cursor: pointer;
}

.booking-time-grid button:hover {
    background: #c79a54;
    color: #1b2620;
}

.booking-empty {
    border: 1px dashed rgba(199,154,84,.38);
    background: rgba(199,154,84,.08);
    border-radius: 20px;
    padding: 24px;
    color: #6f6655;
}

@media (max-width: 760px) {
    .booking-wizard-hero {
        grid-template-columns: 1fr;
    }

    .booking-choice-grid {
        grid-template-columns: 1fr;
    }

    .booking-date-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .booking-time-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.booking-date-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: -4px 0 14px;
    font-size: 12px;
    color: #766d5b;
}

.booking-date-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.booking-date-legend i {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    display: inline-block;
}

.booking-date-legend i.free { background: #22c55e; }
.booking-date-legend i.medium { background: #eab308; }
.booking-date-legend i.busy { background: #f97316; }
.booking-date-legend i.full { background: #dc2626; }

.booking-date-card em {
    font-style: normal;
    font-size: 10px;
    color: #7c725f;
}

.booking-date-card.loading {
    opacity: .72;
}

.booking-date-card.date-free {
    background: rgba(34,197,94,.12);
    border-color: rgba(34,197,94,.42);
}

.booking-date-card.date-medium {
    background: rgba(234,179,8,.14);
    border-color: rgba(234,179,8,.45);
}

.booking-date-card.date-busy {
    background: rgba(249,115,22,.14);
    border-color: rgba(249,115,22,.48);
}

.booking-date-card.date-full {
    background: rgba(220,38,38,.12);
    border-color: rgba(220,38,38,.42);
    cursor: not-allowed;
    opacity: .78;
}

.booking-date-card.date-full strong,
.booking-date-card.date-full span,
.booking-date-card.date-full small,
.booking-date-card.date-full em {
    color: #7f1d1d;
}

.lux-slot-row button {
    display: grid;
    gap: 2px;
    line-height: 1.05;
}

.lux-slot-row button strong {
    font-size: 14px;
}

.lux-slot-row button small {
    font-size: 10px;
    opacity: .75;
    font-weight: 700;
}

.lux-slot-row button {
    display: grid;
    gap: 2px;
    line-height: 1.05;
}

.lux-slot-row button strong {
    font-size: 14px;
}

.lux-slot-row button small {
    font-size: 10px;
    opacity: .75;
    font-weight: 700;
}

.lux-earliest-slot {
    margin: 18px 0 16px;
    padding: 14px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(199,154,84,.22), rgba(255,255,255,.10));
    border: 1px solid rgba(199,154,84,.42);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    box-shadow: 0 18px 44px rgba(0,0,0,.16);
}

.lux-earliest-slot div {
    display: grid;
    gap: 3px;
}

.lux-earliest-slot span {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    letter-spacing: .13em;
    color: #d4ad6d;
    font-weight: 800;
}

.lux-earliest-slot strong {
    color: #fff7e8;
    font-size: 24px;
    line-height: 1;
}

.lux-earliest-slot small {
    color: rgba(255,247,232,.72);
    font-size: 12px;
}

.lux-earliest-slot button {
    border: 0;
    border-radius: 999px;
    padding: 11px 15px;
    background: #d4ad6d;
    color: #10221b;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
}

.lux-earliest-slot button:hover {
    background: #fff7e8;
}

a.lux-earliest-slot {
    text-decoration: none;
}

.lux-earliest-cta {
    border: 0;
    border-radius: 999px;
    padding: 11px 15px;
    background: #d4ad6d;
    color: #10221b !important;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
    font-family: inherit;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
}

a.lux-earliest-slot:hover .lux-earliest-cta {
    background: #fff7e8;
}

a.lux-earliest-slot {
    text-decoration: none;
}

.lux-earliest-cta {
    border-radius: 999px;
    padding: 11px 15px;
    background: #d4ad6d;
    color: #10221b !important;
    font-weight: 900;
    white-space: nowrap;
    font-family: inherit;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
}

a.lux-earliest-slot:hover .lux-earliest-cta {
    background: #fff7e8;
}

a.lux-earliest-slot {
    text-decoration: none;
}

.lux-earliest-cta {
    border-radius: 999px;
    padding: 11px 15px;
    background: #d4ad6d;
    color: #10221b !important;
    font-weight: 900;
    white-space: nowrap;
    font-family: inherit;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
}

a.lux-earliest-slot:hover .lux-earliest-cta {
    background: #fff7e8;
}

.booking-choice-card.selected {
    border-color: rgba(199,154,84,.8);
    background: linear-gradient(180deg, rgba(199,154,84,.22), rgba(255,250,240,.96));
    box-shadow: 0 18px 42px rgba(199,154,84,.18);
}

.booking-choice-card.selected::after {
    content: 'Kiválasztva';
    justify-self: start;
    border-radius: 999px;
    background: #183326;
    color: #fff7e8;
    padding: 5px 9px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.booking-date-card.selected {
    outline: 3px solid rgba(27, 51, 38, .35);
    outline-offset: 2px;
    transform: translateY(-1px);
}

.booking-details-page {
    padding: 78px 0;
    min-height: 78vh;
    background:
        radial-gradient(circle at 10% 12%, rgba(199,154,84,.16), transparent 34%),
        linear-gradient(135deg, #10221b 0%, #183326 42%, #f5efe3 42%, #fbf7ef 100%);
}

.booking-details-shell {
    max-width: 1060px;
    margin: 0 auto;
}

.booking-details-hero {
    color: #fff7e8;
    margin-bottom: 26px;
}

.booking-details-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 5vw, 64px);
    line-height: .95;
    margin: 10px 0 12px;
}

.booking-details-hero p {
    max-width: 620px;
    color: rgba(255,247,232,.74);
    font-size: 17px;
}

.booking-details-grid {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 20px;
    align-items: start;
}

.booking-details-summary,
.booking-details-card {
    background: rgba(255,255,255,.93);
    border: 1px solid rgba(199,154,84,.22);
    border-radius: 30px;
    box-shadow: 0 28px 90px rgba(0,0,0,.18);
}

.booking-details-summary {
    padding: 24px;
    position: sticky;
    top: 24px;
}

.booking-summary-badge {
    display: inline-flex;
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(199,154,84,.16);
    color: #8a5f25;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.booking-summary-time {
    display: grid;
    gap: 5px;
    margin: 22px 0;
}

.booking-summary-time strong {
    font-size: 56px;
    line-height: 1;
    color: #183326;
    font-family: 'Playfair Display', serif;
}

.booking-summary-time span {
    color: #786f5c;
}

.booking-summary-list {
    display: grid;
    gap: 12px;
}

.booking-summary-list div {
    border-top: 1px solid rgba(27,38,32,.09);
    padding-top: 12px;
    display: grid;
    gap: 3px;
}

.booking-summary-list small {
    color: #8c836f;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.booking-summary-list b {
    color: #1b2620;
}

.booking-hold-warning {
    margin-top: 20px;
    border-radius: 20px;
    padding: 15px;
    background: rgba(220,38,38,.08);
    border: 1px solid rgba(220,38,38,.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.booking-hold-warning span {
    color: #7f1d1d;
    font-size: 12px;
    font-weight: 800;
}

.booking-hold-warning strong {
    color: #7f1d1d;
    font-family: 'IBM Plex Mono', monospace;
}

.booking-details-card {
    padding: 26px;
}

.booking-details-form {
    display: grid;
    gap: 18px;
}

.booking-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.booking-field {
    display: grid;
    gap: 8px;
}

.booking-field label {
    color: #1b2620;
    font-size: 13px;
    font-weight: 900;
}

.booking-field label span {
    color: #b91c1c;
}

.booking-field input,
.booking-field textarea {
    width: 100%;
    border: 1px solid rgba(27,38,32,.13);
    border-radius: 18px;
    background: #fffaf0;
    padding: 14px 15px;
    font: inherit;
    color: #1b2620;
    outline: none;
}

.booking-field input:focus,
.booking-field textarea:focus {
    border-color: rgba(199,154,84,.7);
    box-shadow: 0 0 0 4px rgba(199,154,84,.13);
}

.booking-extra-questions {
    display: grid;
    gap: 14px;
    border-top: 1px solid rgba(27,38,32,.09);
    padding-top: 18px;
}

.booking-extra-questions h3 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    color: #183326;
    font-size: 25px;
}

.booking-final-button {
    border: 0;
    border-radius: 999px;
    padding: 15px 22px;
    background: #183326;
    color: #fff7e8;
    font-weight: 900;
    font-size: 15px;
    cursor: pointer;
    justify-self: start;
}

.booking-final-button:hover {
    background: #c79a54;
    color: #10221b;
}

.booking-form-error {
    border-radius: 18px;
    padding: 14px 16px;
    background: rgba(220,38,38,.09);
    border: 1px solid rgba(220,38,38,.22);
    color: #7f1d1d;
    margin-bottom: 18px;
    font-weight: 700;
}

@media (max-width: 860px) {
    .booking-details-grid {
        grid-template-columns: 1fr;
    }

    .booking-details-summary {
        position: static;
    }

    .booking-form-grid {
        grid-template-columns: 1fr;
    }
}

.booking-countdown-box {
    display: block;
    line-height: 1.45;
    border-radius: 18px;
    padding: 13px 14px;
    background: rgba(199,154,84,.14);
    color: #6f4a16;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
}

.booking-countdown-box strong {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 16px;
    color: #183326;
}

.booking-countdown-box.expired {
    background: rgba(220,38,38,.10);
    color: #7f1d1d;
}

.booking-radio-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.booking-radio-card {
    cursor: pointer;
}

.booking-radio-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.booking-radio-card span {
    display: inline-flex;
    min-width: 92px;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(27,38,32,.14);
    background: #fffaf0;
    padding: 11px 16px;
    font-weight: 900;
    color: #1b2620;
}

.booking-radio-card input:checked + span {
    background: #183326;
    color: #fff7e8;
    border-color: #183326;
}

.booking-allergy-details {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.booking-allergy-details[hidden] {
    display: none;
}

html {
    overflow-y: scroll;
}

body {
    overflow-x: hidden;
}

.booking-details-page {
    background-attachment: fixed;
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.booking-details-card {
    overflow: visible;
}

.booking-allergy-details textarea {
    min-height: 92px;
    resize: vertical;
}

.booking-details-hero {
    max-width: 760px;
    background: rgba(16, 34, 27, .72);
    border: 1px solid rgba(255, 247, 232, .10);
    border-radius: 28px;
    padding: 22px 24px;
    backdrop-filter: blur(10px);
}

.booking-details-hero p {
    max-width: 680px;
}

.booking-date-alternative {
    margin-top: 16px;
    border-radius: 20px;
    border: 1px solid rgba(249,115,22,.28);
    background: rgba(249,115,22,.10);
    padding: 15px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.booking-date-alternative div {
    display: grid;
    gap: 4px;
}

.booking-date-alternative strong {
    color: #7c2d12;
    font-size: 14px;
}

.booking-date-alternative span {
    color: #8a5a2b;
    font-size: 13px;
}

.booking-date-alternative button {
    border: 0;
    border-radius: 999px;
    padding: 10px 14px;
    background: #183326;
    color: #fff7e8;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
}

.booking-date-alternative button:hover {
    background: #c79a54;
    color: #10221b;
}

@media (max-width: 640px) {
    .booking-date-alternative {
        align-items: stretch;
        flex-direction: column;
    }

    .booking-date-alternative button {
        width: 100%;
    }
}

.booking-conflict-notice {
    margin-bottom: 16px;
    border-radius: 20px;
    border: 1px solid rgba(249,115,22,.32);
    background: rgba(249,115,22,.12);
    padding: 15px 16px;
    display: grid;
    gap: 5px;
}

.booking-conflict-notice strong {
    color: #7c2d12;
    font-size: 14px;
}

.booking-conflict-notice span {
    color: #8a5a2b;
    font-size: 13px;
}

.lux-invitation-page {
    padding: 78px 0;
    min-height: 82vh;
    background:
        radial-gradient(circle at 10% 12%, rgba(199,154,84,.16), transparent 34%),
        linear-gradient(135deg, #10221b 0%, #183326 42%, #f5efe3 42%, #fbf7ef 100%);
    overflow-x: hidden;
}

.lux-invitation-shell {
    max-width: 1060px;
    margin: 0 auto;
}

.lux-invitation-shell-narrow {
    max-width: 760px;
}

.lux-invitation-hero {
    max-width: 760px;
    color: #fff7e8;
    margin-bottom: 26px;
    background: rgba(16, 34, 27, .72);
    border: 1px solid rgba(255, 247, 232, .10);
    border-radius: 28px;
    padding: 22px 24px;
    backdrop-filter: blur(10px);
}

.lux-invitation-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 5vw, 64px);
    line-height: .95;
    margin: 10px 0 12px;
}

.lux-invitation-hero p {
    max-width: 680px;
    color: rgba(255,247,232,.78);
    font-size: 17px;
}

.lux-invitation-hero strong {
    color: #d4ad6d;
}

.lux-invitation-grid {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 20px;
    align-items: start;
}

.lux-invitation-summary,
.lux-invitation-card {
    background: rgba(255,255,255,.93);
    border: 1px solid rgba(199,154,84,.22);
    border-radius: 30px;
    box-shadow: 0 28px 90px rgba(0,0,0,.18);
}

.lux-invitation-summary {
    padding: 24px;
    display: grid;
    gap: 18px;
}

.lux-invitation-badge {
    display: inline-flex;
    justify-self: start;
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(199,154,84,.16);
    color: #8a5f25;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lux-invitation-logo {
    display: grid;
    gap: 6px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(27,38,32,.09);
}

.lux-invitation-logo strong {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    line-height: 1;
    color: #183326;
}

.lux-invitation-logo span,
.lux-invitation-info small {
    color: #8c836f;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
}

.lux-invitation-info {
    display: grid;
    gap: 5px;
}

.lux-invitation-info b {
    color: #1b2620;
    word-break: break-word;
}

.lux-invitation-pill {
    justify-self: start;
    border-radius: 999px;
    padding: 5px 9px;
    background: rgba(24,51,38,.08);
    color: #183326;
    font-size: 11px;
    font-weight: 900;
}

.lux-invitation-card {
    padding: 26px;
}

.lux-invitation-form {
    display: grid;
    gap: 18px;
}

.lux-invitation-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.lux-invitation-note {
    border-radius: 18px;
    padding: 14px 16px;
    background: rgba(199,154,84,.10);
    border: 1px solid rgba(199,154,84,.20);
    color: #6f6655;
    font-weight: 700;
}

.lux-invitation-invalid-icon {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(220,38,38,.10);
    border: 1px solid rgba(220,38,38,.22);
    color: #7f1d1d;
    font-weight: 900;
    font-size: 26px;
    margin-bottom: 18px;
}

.lux-invitation-card h2 {
    font-family: 'Playfair Display', serif;
    color: #183326;
    font-size: 34px;
    margin: 0 0 10px;
}

.lux-invitation-link-button {
    display: inline-flex;
    text-decoration: none;
    margin-top: 16px;
}

@media (max-width: 860px) {
    .lux-invitation-grid {
        grid-template-columns: 1fr;
    }

    .lux-invitation-form-grid {
        grid-template-columns: 1fr;
    }
}


/* Vendégfiókos belépés a foglalási adatoldalon */
.booking-account-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 22px;
    padding: 18px 20px;
    overflow: hidden;
    border: 1px solid rgba(199,154,84,.28);
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            rgba(255,250,240,.98),
            rgba(199,154,84,.10)
        );
}

.booking-account-box::before {
    content: "";
    position: absolute;
    top: -48px;
    right: -34px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(199,154,84,.11);
    pointer-events: none;
}

.booking-account-box > div {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 4px;
}

.booking-account-box small {
    color: #8a5f25;
    font-size: 10.5px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.booking-account-box strong {
    color: #183326;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    line-height: 1.15;
}

.booking-account-box span {
    color: #786f5c;
    font-size: 12.5px;
    line-height: 1.45;
}

.booking-account-login {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 46px;
    padding: 12px 20px;
    border: 1px solid #183326;
    border-radius: 999px;
    background: #183326;
    color: #fff7e8;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(24,51,38,.18);
    transition:
        transform .18s ease,
        background .18s ease,
        border-color .18s ease,
        color .18s ease,
        box-shadow .18s ease;
}

.booking-account-login:hover {
    transform: translateY(-1px);
    border-color: #c79a54;
    background: #c79a54;
    color: #10221b;
    box-shadow: 0 14px 32px rgba(138,95,37,.22);
}

.booking-account-login:active {
    transform: translateY(0);
}

@media (max-width: 640px) {
    .booking-account-box {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
        padding: 18px;
    }

    .booking-account-login {
        width: 100%;
    }
}


/* Sikeres foglalás oldal */
.booking-success-page {
    min-height: calc(100vh - 90px);
    padding: 76px 0 96px;
    background:
        radial-gradient(circle at 18% 18%, rgba(199,154,84,.16), transparent 34%),
        radial-gradient(circle at 84% 76%, rgba(24,51,38,.22), transparent 36%),
        #10221b;
}

.booking-success-card {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    overflow: hidden;
    padding: clamp(30px, 6vw, 58px);
    border: 1px solid rgba(199,154,84,.28);
    border-radius: 34px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 34px 110px rgba(0,0,0,.28);
    text-align: center;
}

.booking-success-card::before {
    content: "";
    position: absolute;
    top: -110px;
    right: -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(199,154,84,.12);
    pointer-events: none;
}

.booking-success-icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    margin: 0 auto 22px;
    border: 1px solid rgba(199,154,84,.42);
    border-radius: 50%;
    background: #183326;
    color: #fff7e8;
    box-shadow: 0 16px 36px rgba(24,51,38,.24);
}

.booking-success-icon span {
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}

.booking-success-kicker {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #8a5f25;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.booking-success-card h1 {
    position: relative;
    z-index: 1;
    margin: 10px 0 14px;
    color: #183326;
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 6vw, 58px);
    line-height: 1;
}

.booking-success-lead {
    position: relative;
    z-index: 1;
    max-width: 580px;
    margin: 0 auto;
    color: #786f5c;
    font-size: 16px;
    line-height: 1.65;
}

.booking-success-details {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
    text-align: left;
}

.booking-success-details > div {
    display: grid;
    gap: 5px;
    padding: 16px 18px;
    border: 1px solid rgba(27,38,32,.09);
    border-radius: 18px;
    background: #fffaf0;
}

.booking-success-details small {
    color: #8c836f;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.booking-success-details strong {
    color: #1b2620;
    font-size: 14px;
}

.booking-success-actions {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 32px;
}

.booking-success-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border: 1px solid #183326;
    border-radius: 999px;
    background: #183326;
    color: #fff7e8;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    transition:
        transform .18s ease,
        background .18s ease,
        border-color .18s ease,
        color .18s ease;
}

.booking-success-button:hover {
    transform: translateY(-1px);
    border-color: #c79a54;
    background: #c79a54;
    color: #10221b;
}

.booking-success-button.secondary {
    border-color: rgba(24,51,38,.18);
    background: #fffaf0;
    color: #183326;
}

.booking-success-button.secondary:hover {
    border-color: #c79a54;
    background: rgba(199,154,84,.14);
}

.booking-success-home {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 12px;
    color: #786f5c;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.booking-success-home:hover {
    color: #8a5f25;
}

@media (max-width: 640px) {
    .booking-success-page {
        padding: 34px 0 60px;
    }

    .booking-success-card {
        border-radius: 26px;
    }

    .booking-success-details {
        grid-template-columns: 1fr;
    }

    .booking-success-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .booking-success-button,
    .booking-success-home {
        width: 100%;
        justify-content: center;
    }
}
