/* /Components/App.razor.rz.scp.css */
/* /Components/Complex/ConnectionNotice.razor.rz.scp.css */
#components-reconnect-modal[b-q7afkynyzn] { display: none; }
#components-reconnect-modal.components-reconnect-show[b-q7afkynyzn],
#components-reconnect-modal.components-reconnect-failed[b-q7afkynyzn],
#components-reconnect-modal.components-reconnect-rejected[b-q7afkynyzn] {
    display: grid; position: fixed; inset: 0; z-index: 10000;
    place-items: center; padding: 24px; background: rgba(0,0,0,.65);
}
.connection-card[b-q7afkynyzn] { max-width: 32rem; padding: 24px; background: white; color: #17202a; border-radius: 8px; }
.connection-reload[b-q7afkynyzn] { display: none; }
.components-reconnect-failed .connection-retrying[b-q7afkynyzn],
.components-reconnect-rejected .connection-retrying[b-q7afkynyzn] { display: none; }
.components-reconnect-failed .connection-reload[b-q7afkynyzn],
.components-reconnect-rejected .connection-reload[b-q7afkynyzn] { display: block; }
/* /Components/Complex/DesktopFooter.razor.rz.scp.css */
.s4h-desktop-footer-root[b-nwjsubvp6x] {
    display: contents;
}

.s4h-desktop-footer[b-nwjsubvp6x] {
    background: var(--mud-palette-drawer-background);
    color: var(--mud-palette-drawer-text);
}

.s4h-desktop-footer[b-nwjsubvp6x]  .s4h-desktop-footer__container {
    padding: 1rem clamp(1.5rem, 4vw, 4rem) 0.75rem;
}

.s4h-desktop-footer__grid[b-nwjsubvp6x] {
    align-items: center;
    display: grid;
    gap: clamp(0.75rem, 1.5vw, 2rem);
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.5fr) minmax(0, 1.3fr) minmax(0, 1.2fr) minmax(0, 1fr);
}

.s4h-desktop-footer__logo[b-nwjsubvp6x],
.s4h-desktop-footer__contact[b-nwjsubvp6x],
.s4h-desktop-footer__contact-methods[b-nwjsubvp6x],
.s4h-desktop-footer__hours[b-nwjsubvp6x],
.s4h-desktop-footer__partner[b-nwjsubvp6x] {
    min-width: 0;
}

.s4h-desktop-footer__contact[b-nwjsubvp6x],
.s4h-desktop-footer__hours[b-nwjsubvp6x],
.s4h-desktop-footer__partner[b-nwjsubvp6x] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.s4h-desktop-footer[b-nwjsubvp6x]  .s4h-desktop-footer__contact-link {
    color: inherit;
    font-style: italic;
}

.s4h-desktop-footer__contact-methods[b-nwjsubvp6x] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    overflow-wrap: anywhere;
}

.s4h-desktop-footer[b-nwjsubvp6x]  .s4h-desktop-footer__address,
.s4h-desktop-footer[b-nwjsubvp6x]  .s4h-desktop-footer__phone {
    font-style: italic;
}

.s4h-desktop-footer[b-nwjsubvp6x]  .s4h-desktop-footer__address,
.s4h-desktop-footer[b-nwjsubvp6x]  .s4h-desktop-footer__opening-hours {
    white-space: pre-line;
}

.s4h-desktop-footer__main-logo[b-nwjsubvp6x] {
    height: 5rem;
    max-width: 100%;
    object-fit: contain;
    width: 11rem;
}

.s4h-desktop-footer__partner-logo[b-nwjsubvp6x] {
    height: 4rem;
    max-width: 100%;
    object-fit: contain;
    width: 10rem;
}

.s4h-desktop-footer[b-nwjsubvp6x]  .s4h-desktop-footer__commit-id {
    display: block;
    opacity: 0.8;
    padding: 0 1rem 0.35rem;
    text-align: right;
    width: 100%;
}

@media (min-width: 960px) and (max-width: 1199px) {
    .s4h-desktop-footer__grid[b-nwjsubvp6x] {
        gap: 0.75rem;
        grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.35fr) minmax(0, 1.25fr) minmax(0, 1.1fr) minmax(0, 0.8fr);
    }
}

@media (max-width: 959px) {
    .s4h-desktop-footer[b-nwjsubvp6x]  .s4h-desktop-footer__container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
/* /Components/Complex/DesktopNavbar.razor.rz.scp.css */
.s4h-desktop-navbar[b-bi3stdb9kt] {
    display: contents;
}

.s4h-desktop-navbar[b-bi3stdb9kt]  .mud-paper {
    background: var(--mud-palette-appbar-background);
    color: var(--mud-palette-appbar-text);
}

.s4h-desktop-navbar[b-bi3stdb9kt]  .s4h-desktop-navbar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 5rem;
    padding: 0.75rem 1.5rem;
}

.s4h-desktop-navbar[b-bi3stdb9kt]  .s4h-desktop-navbar-copy {
    align-self: stretch;
    min-width: 0;
    padding: 0 1rem;
}

.s4h-desktop-navbar[b-bi3stdb9kt]  .s4h-desktop-navbar-primary-text {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
    overflow-wrap: anywhere;
    text-align: center;
    width: 100%;
}

.s4h-desktop-navbar[b-bi3stdb9kt]  .s4h-desktop-navbar-secondary-text {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.15;
    overflow-wrap: anywhere;
    text-align: center;
    width: 100%;
}

.s4h-desktop-navbar[b-bi3stdb9kt]  .s4h-desktop-navbar-actions {
    min-width: 0;
}

.s4h-desktop-navbar[b-bi3stdb9kt]  .s4h-desktop-navbar-buttons {
    flex: 0 0 auto;
}

.s4h-desktop-navbar-logo[b-bi3stdb9kt] {
    flex: 0 0 auto;
    height: 4rem;
    object-fit: contain;
    width: 11rem;
}
/* /Components/Complex/ErrorPage.razor.rz.scp.css */
.s4h-error-page-root[b-7vwvxvnquy] {
    display: contents;
}

.s4h-error-page-root[b-7vwvxvnquy]  .s4h-error-page__style-01 {
    padding-top: 4rem;
}

.s4h-error-page-root[b-7vwvxvnquy]  .s4h-error-page__style-02 {
    padding: 2rem;
}

.s4h-error-page-root[b-7vwvxvnquy]  .s4h-error-page__style-03 {
    margin-top: 1rem;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.s4h-error-page-root[b-7vwvxvnquy]  .s4h-error-page__style-04 {
    margin-top: 1.5rem;
}
/* /Components/Complex/Footer.razor.rz.scp.css */
/* The composed footer keeps the styles owned by its desktop and mobile components. */
/* /Components/Complex/MobileFooter.razor.rz.scp.css */
.s4h-mobile-footer[b-v8unf58xil] {
    display: contents;
}

.s4h-mobile-footer[b-v8unf58xil]  .s4h-mobile-footer-actions {
    flex-wrap: nowrap;
    gap: 0;
    padding: .75rem .25rem max(.75rem, env(safe-area-inset-bottom));
}

.s4h-mobile-footer[b-v8unf58xil]  .s4h-mobile-footer-actions .s4h-icon-button {
    width: 44px;
    height: 44px;
    min-width: 44px;
    flex-shrink: 0;
}
/* /Components/Complex/MobileNavbar.razor.rz.scp.css */
.s4h-mobile-navbar[b-h6fjn5moj5] {
    display: contents;
}

.s4h-mobile-navbar[b-h6fjn5moj5]  .mud-paper {
    background: var(--mud-palette-appbar-background);
    color: var(--mud-palette-appbar-text);
}

.s4h-mobile-navbar[b-h6fjn5moj5]  .s4h-mobile-navbar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 5rem;
    padding: 0.75rem;
}

.s4h-mobile-navbar[b-h6fjn5moj5]  .s4h-mobile-navbar-copy {
    align-self: stretch;
    min-width: 0;
    padding: 0 0.5rem;
}

.s4h-mobile-navbar[b-h6fjn5moj5]  .s4h-mobile-navbar-primary-text {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
    overflow-wrap: anywhere;
    text-align: center;
    width: 100%;
}

.s4h-mobile-navbar[b-h6fjn5moj5]  .s4h-mobile-navbar-secondary-text {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.15;
    overflow-wrap: anywhere;
    text-align: center;
    width: 100%;
}

.s4h-mobile-navbar-logo[b-h6fjn5moj5] {
    flex: 0 0 auto;
    height: clamp(3rem, 10vw, 4rem);
    object-fit: contain;
    width: clamp(5.75rem, 27vw, 9.5rem);
}
/* /Components/Complex/Navbar.razor.rz.scp.css */
/* The composed navbar keeps the styles owned by its desktop and mobile components. */
/* /Components/Complex/OptionsDialog.razor.rz.scp.css */
.s4h-options-dialog-root[b-f084vb8bpm] {
    display: contents;
}

.s4h-options-dialog-root[b-f084vb8bpm]  .s4h-options-dialog__style-01 {
    padding: 1rem 0.5rem;
}

.s4h-options-dialog-root[b-f084vb8bpm]  .s4h-options-dialog__style-02 {
    width: 100%;
    text-align: center;
}

.s4h-options-dialog-root[b-f084vb8bpm]  .s4h-options-dialog__style-03 {
    width: 12rem;
    max-width: 100%;
    height: 5rem;
    margin: 0 auto;
}

.s4h-options-dialog-root[b-f084vb8bpm]  .s4h-options-dialog__style-04,
.s4h-options-dialog-root[b-f084vb8bpm]  .s4h-options-dialog__style-05 {
    white-space: pre-line;
}

.s4h-options-dialog-root[b-f084vb8bpm]  .s4h-options-dialog__style-06 {
    width: 12rem;
    height: 5rem;
    margin: 0 auto;
}

.s4h-options-dialog-root[b-f084vb8bpm]  .s4h-options-dialog__style-07 {
    opacity: 0.8;
}
/* /Components/Complex/PaymentResultPanel.razor.rz.scp.css */
.s4h-payment-result-root[b-0757507lz8] {
    display: contents;
}

.s4h-payment-result-root[b-0757507lz8]  .s4h-payment-result__style-01 {
    flex: 1 1 0;
    min-height: 0;
    width: min(100%, 38rem);
    margin: 0 auto;
    padding: 1rem 0;
}

.s4h-payment-result-root[b-0757507lz8]  .s4h-payment-result__style-02 {
    font-size: 5rem;
}

.s4h-payment-result-root[b-0757507lz8]  .s4h-payment-result__style-03 {
    width: 100%;
}

/* /Components/EventWizard.razor.rz.scp.css */
.s4h-main-layout[b-okhyuagcts] {
    display: contents;
}

.s4h-main-layout[b-okhyuagcts]  .s4h-progress-container {
    flex: 0 0 auto;
}

.s4h-main-layout[b-okhyuagcts]  .s4h-page-fill {
    flex: 1 1 0;
    height: 100%;
    min-height: 0;
}

.s4h-main-layout[b-okhyuagcts]  .booking-progress-stepper .mud-stepper-content {
    display: none;
}

.s4h-main-layout[b-okhyuagcts]  .s4h-presentation-shell {
    height: 100dvh;
    overflow: hidden;
}

.s4h-main-layout[b-okhyuagcts]  .s4h-presentation-main {
    flex: 1 1 0;
    min-height: 0;
    overflow: auto;
}

.s4h-main-layout[b-okhyuagcts]  .s4h-responsive-footer {
    flex: 0 0 auto;
}

.s4h-main-layout[b-okhyuagcts]  .mobile-choice-page {
    min-height: 100%;
    padding-bottom: 1rem;
}

.s4h-main-layout[b-okhyuagcts]  .mobile-choice-heading {
    flex: 0 0 auto;
    padding: 0.25rem 1rem;
}

.s4h-main-layout[b-okhyuagcts]  .mobile-choice-stack {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    width: 100%;
    padding: 0 1rem 1rem;
}

.s4h-main-layout[b-okhyuagcts]  .mobile-choice-card {
    width: min(100%, 42rem);
    margin-inline: auto;
    overflow: hidden;
    border: 2px solid;
    border-radius: 1.25rem;
    scroll-margin-top: 1rem;
}

.s4h-main-layout[b-okhyuagcts]  .mobile-choice-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    min-height: 4.5rem;
    padding: 0.85rem 1rem;
    text-align: left;
}

.s4h-main-layout[b-okhyuagcts]  .mobile-choice-card__title {
    min-width: 0;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.s4h-main-layout[b-okhyuagcts]  .mobile-choice-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex: 0 0 auto;
    white-space: nowrap;
}

.s4h-main-layout[b-okhyuagcts]  .mobile-room-choice-card {
    display: block;
    width: min(100%, 42rem);
    margin-inline: auto;
    border-radius: 1.25rem;
    background: var(--mud-palette-surface);
    box-shadow: var(--mud-elevation-4);
    text-transform: none;
    cursor: pointer;
    vertical-align: top;
    scroll-margin-top: 1rem;
}

.s4h-main-layout[b-okhyuagcts]  .mobile-room-choice-card__image {
    display: flex;
    width: 100%;
    height: clamp(10rem, 32dvh, 16rem);
    object-fit: cover;
}

.s4h-main-layout[b-okhyuagcts]  .mobile-room-choice-card__placeholder {
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, var(--mud-palette-surface));
}

.s4h-main-layout[b-okhyuagcts]  .mobile-room-choice-card__label {
    min-height: 4rem;
    background: var(--mud-palette-surface);
}

@media (min-width: 960px){
    .s4h-main-layout[b-okhyuagcts]  .s4h-presentation-shell {
        height: auto;
        min-height: 100dvh;
        overflow: visible;
    }

    .s4h-main-layout[b-okhyuagcts]  .s4h-presentation-main {
        flex: 1 0 auto;
        min-height: 0;
        overflow: visible;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-booking-step {
        width: 100%;
        color: var(--mud-palette-text-primary);
        background: var(--mud-palette-background);
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-booking-step__content {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding-block: 2.5rem 4rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table-scroll {
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
        overflow-x: hidden;
        border: 1px solid var(--mud-palette-divider);
        border-radius: 0.75rem;
        background: var(--mud-palette-surface);
        box-shadow: 0 0.45rem 1.25rem color-mix(in srgb, var(--mud-palette-text-primary) 12%, transparent);
        isolation: isolate;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table {
        width: 100%;
        min-width: 0;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
        color: var(--mud-palette-text-primary);
        font-size: clamp(0.7rem, 0.9vw, 0.95rem);
        line-height: 1.3;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table__feature-column {
        width: clamp(7rem, 18%, 13rem);
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table__package-column {
        width: auto;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table th,
.s4h-main-layout[b-okhyuagcts]  .desktop-package-table td {
        height: auto;
        padding: clamp(0.4rem, 0.75vw, 0.78rem) clamp(0.25rem, 0.7vw, 0.8rem);
        border: 1px solid var(--desktop-package-border);
        overflow-wrap: anywhere;
        text-align: center;
        vertical-align: middle;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table thead .desktop-package-table__package {
        height: auto;
        color: var(--desktop-package-head-text);
        background: var(--desktop-package-head);
        font-size: clamp(0.68rem, 0.85vw, 0.92rem);
        font-weight: 800;
        text-transform: uppercase;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table__package-name {
        display: block;
        max-width: 100%;
        margin-inline: auto;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table__help {
        display: inline-flex;
        width: 1.12rem;
        height: 1.12rem;
        align-items: center;
        justify-content: center;
        margin-top: 0.5rem;
        border: 1px solid currentColor;
        border-radius: 50%;
        background: color-mix(in srgb, var(--desktop-package-light) 90%, var(--mud-palette-surface));
        cursor: help;
        font-size: 0.72rem;
        font-weight: 900;
        line-height: 1;
        text-transform: none;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table tbody .desktop-package-table__package {
        color: var(--desktop-package-text);
        background: var(--desktop-package-light);
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table tbody tr:nth-child(even):not(.desktop-package-table__price-row):not(.desktop-package-table__action-row) .desktop-package-table__package {
        background: var(--desktop-package-dark);
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table__feature {
        position: sticky;
        left: 0;
        z-index: 2;
        min-width: 0;
        border-color: var(--mud-palette-divider) !important;
        color: var(--mud-palette-text-primary);
        background: color-mix(in srgb, var(--mud-palette-primary) 7%, var(--mud-palette-surface));
        text-align: left !important;
        font-weight: 400;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table tbody tr:nth-child(even):not(.desktop-package-table__price-row):not(.desktop-package-table__action-row) .desktop-package-table__feature {
        background: color-mix(in srgb, var(--mud-palette-primary) 12%, var(--mud-palette-surface));
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table thead .desktop-package-table__feature {
        z-index: 3;
        height: auto;
        background: color-mix(in srgb, var(--mud-palette-primary) 22%, var(--mud-palette-surface));
        font-size: clamp(0.68rem, 0.85vw, 0.92rem);
        font-weight: 800;
        text-transform: uppercase;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table__price-row .desktop-package-table__feature,
.s4h-main-layout[b-okhyuagcts]  .desktop-package-table__price-row .desktop-package-table__package {
        background: color-mix(in srgb, var(--mud-palette-primary) 7%, var(--mud-palette-surface));
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table__price-row .desktop-package-table__package {
        color: var(--desktop-package-text);
        background: var(--desktop-package-light);
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table__action-row .desktop-package-table__feature {
        position: sticky;
        background: var(--mud-palette-background);
        border-color: transparent !important;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table__action-row .desktop-package-table__package {
        height: auto;
        padding: clamp(0.4rem, 0.75vw, 0.78rem) clamp(0.2rem, 0.6vw, 0.8rem);
        background: var(--desktop-package-light);
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table__choose-button.mud-button-root {
        width: 100%;
        min-width: 0;
        min-height: 2.75rem;
        border-radius: 0.45rem;
        color: var(--desktop-package-button-text) !important;
        background: var(--desktop-package-button) !important;
        box-shadow: 0 0.18rem 0.45rem color-mix(in srgb, var(--desktop-package-text) 18%, transparent);
        font-size: clamp(0.65rem, 0.85vw, 0.95rem);
        font-weight: 800;
        text-transform: none;
        transition: background-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table__choose-button .mud-button-label {
        white-space: normal;
        overflow-wrap: anywhere;
        line-height: 1.1;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table__choose-button.mud-button-root:hover,
.s4h-main-layout[b-okhyuagcts]  .desktop-package-table__choose-button.mud-button-root:focus-visible {
        background: var(--desktop-package-button-hover) !important;
        box-shadow: 0 0.3rem 0.7rem color-mix(in srgb, var(--desktop-package-text) 24%, transparent);
        transform: translateY(-0.05rem);
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-package-table__package--selected .desktop-package-table__choose-button {
        outline: 2px solid color-mix(in srgb, var(--desktop-package-text) 42%, transparent);
        outline-offset: -4px;
    }

    .s4h-main-layout[b-okhyuagcts]  .s4h-presentation-shell--high-contrast .desktop-package-table-scroll {
        border: 2px solid var(--mud-palette-divider);
        box-shadow: none;
    }

    .s4h-main-layout[b-okhyuagcts]  .s4h-presentation-shell--high-contrast .desktop-package-table__package {
        --desktop-package-head-text: #000000 !important;
        --desktop-package-text: #000000 !important;
        --desktop-package-border: #000000 !important;
        --desktop-package-button: #000000 !important;
        --desktop-package-button-hover: #333333 !important;
        --desktop-package-button-text: #ffffff !important;
    }

    .s4h-main-layout[b-okhyuagcts]  .s4h-presentation-shell--high-contrast .desktop-package-table__package:nth-child(5n + 2) {
        --desktop-package-head: #ffff00 !important;
        --desktop-package-light: #ffffcc !important;
        --desktop-package-dark: #ffff99 !important;
    }

    .s4h-main-layout[b-okhyuagcts]  .s4h-presentation-shell--high-contrast .desktop-package-table__package:nth-child(5n + 3) {
        --desktop-package-head: #00ffff !important;
        --desktop-package-light: #ccffff !important;
        --desktop-package-dark: #99ffff !important;
    }

    .s4h-main-layout[b-okhyuagcts]  .s4h-presentation-shell--high-contrast .desktop-package-table__package:nth-child(5n + 4) {
        --desktop-package-head: #ffffff !important;
        --desktop-package-light: #ffffff !important;
        --desktop-package-dark: #e6e6e6 !important;
    }

    .s4h-main-layout[b-okhyuagcts]  .s4h-presentation-shell--high-contrast .desktop-package-table__package:nth-child(5n + 5) {
        --desktop-package-head: #7fff00 !important;
        --desktop-package-light: #efffd9 !important;
        --desktop-package-dark: #d9ffad !important;
    }

    .s4h-main-layout[b-okhyuagcts]  .s4h-presentation-shell--high-contrast .desktop-package-table__package:nth-child(5n + 6) {
        --desktop-package-head: #ff66ff !important;
        --desktop-package-light: #ffe6ff !important;
        --desktop-package-dark: #ffccff !important;
    }

    .s4h-main-layout[b-okhyuagcts]  .s4h-presentation-shell--high-contrast .desktop-package-table__package--selected .desktop-package-table__choose-button {
        outline: 3px solid var(--mud-palette-text-primary);
        outline-offset: -5px;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-participant-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
        gap: 1.5rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-participant-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 1rem;
        align-items: center;
        padding: 1rem 1.25rem;
        border: 1px solid var(--mud-palette-lines-default);
        border-radius: 0.65rem;
        background: var(--mud-palette-surface);
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-participant-card__label {
        min-width: 0;
        font-size: clamp(0.875rem, 1.1vw, 1.25rem);
        line-height: 1.3;
        overflow-wrap: anywhere;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-counter-control {
        display: grid;
        grid-template-columns: 3.25rem minmax(3rem, auto) 3.25rem;
        gap: 0.75rem;
        align-items: center;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-counter-control__button.mud-icon-button {
        width: 3.25rem;
        height: 3.25rem;
        border: 2px solid var(--mud-palette-divider);
        border-radius: 0.6rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-counter-control__button--increase.mud-icon-button {
        border-color: var(--mud-palette-secondary);
        background: var(--mud-palette-secondary);
        color: var(--mud-palette-secondary-text) !important;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-counter-control__button--increase.mud-icon-button .mud-icon-root {
        color: currentColor !important;
        fill: currentColor !important;
        opacity: 1;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-counter-control__value {
        min-width: 3rem;
        font-weight: 800;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-room-section {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-room-section__title {
        padding-bottom: 0.6rem;
        font-weight: 700;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-room-grid,
.s4h-main-layout[b-okhyuagcts]  .desktop-room-grid .mud-input-control-input-container,
.s4h-main-layout[b-okhyuagcts]  .desktop-room-grid .mud-input,
.s4h-main-layout[b-okhyuagcts]  .desktop-room-grid .mud-radio-group {
        width: 100%;
        max-width: none;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-room-grid .mud-radio-group {
        --room-columns: 5;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-room-grid .mud-radio-group > .desktop-room-card {
        flex: 0 0 calc((100% - (var(--room-columns) - 1) * 1.5rem) / var(--room-columns));
        min-width: 0;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-room-card {
        overflow: hidden;
        border: 2px solid var(--mud-palette-lines-default);
        border-radius: 0.7rem;
        background: var(--mud-palette-surface);
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-room-card--selected {
        border-color: var(--mud-palette-primary);
        box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--mud-palette-primary) 20%, transparent);
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-room-card__image,
.s4h-main-layout[b-okhyuagcts]  .desktop-room-card__placeholder {
        width: 100%;
        height: 12rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-room-card__image {
        object-fit: cover;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-room-card__placeholder {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--mud-palette-text-secondary);
        background: color-mix(in srgb, var(--mud-palette-primary) 7%, var(--mud-palette-background));
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-room-card__choice {
        display: flex;
        align-items: center;
        min-height: 4rem;
        padding: 0.5rem 0.75rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-booking-step__actions {
        display: flex;
        justify-content: center;
        padding-top: 0.5rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-booking-step__actions .mud-button-root {
        min-width: 10rem;
        min-height: 3.25rem;
        font-size: 1.1rem;
        font-weight: 700;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-term-step {
        padding: 2.5rem clamp(1rem, 3vw, 3rem) 4rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-step {
        width: 100%;
        padding: 0 0.5rem 2rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-step__title {
        font-weight: 800;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-group {
        width: 100%;
        padding: 1.25rem;
        border: 1px solid;
        border-radius: 1rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-group--included {
        border-color: var(--mud-palette-primary);
        background: color-mix(in srgb, var(--mud-palette-primary) 5%, var(--mud-palette-surface));
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-group--paid {
        border-color: var(--mud-palette-secondary);
        background: color-mix(in srgb, var(--mud-palette-secondary) 6%, var(--mud-palette-surface));
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-group__header {
        margin-bottom: 1rem;
        padding-bottom: 0.75rem;
        color: var(--mud-palette-primary);
        border-bottom: 1px solid currentColor;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-group--paid .desktop-details-group__header {
        color: var(--mud-palette-secondary);
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.25rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-category {
        display: flex;
        flex-direction: column;
        gap: 0.7rem;
        min-inline-size: 0;
        margin: 0;
        padding: 1rem;
        border: 1px solid var(--mud-palette-divider);
        border-radius: 0.75rem;
        background: var(--mud-palette-surface);
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-category__title {
        float: none;
        padding: 0;
        color: var(--mud-palette-primary-darken);
        font-size: 1rem;
        font-weight: 800;
        line-height: 1.3;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-category__description {
        margin-top: -0.45rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-category > .mud-input-control,
.s4h-main-layout[b-okhyuagcts]  .desktop-details-category > .mud-input-control > .mud-input-control-input-container,
.s4h-main-layout[b-okhyuagcts]  .desktop-details-category .mud-radio-group {
        width: 100%;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-category .mud-radio-group {
        display: flex;
        flex-direction: column;
        gap: 0.7rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-option {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) 4.25rem;
        align-items: center;
        gap: 0.65rem;
        width: 100%;
        box-sizing: border-box;
        min-height: 4.75rem;
        padding-left: 0.75rem;
        overflow: hidden;
        border: 1px solid var(--mud-palette-divider);
        border-radius: 0.55rem;
        background: var(--mud-palette-surface);
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-option__content {
        min-width: 0;
        padding-block: 0.65rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-option__title {
        font-weight: 700;
        overflow-wrap: anywhere;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-option__price {
        font-weight: 600;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-option__image,
.s4h-main-layout[b-okhyuagcts]  .desktop-details-option__placeholder {
        width: 3.5rem;
        min-width: 3.5rem;
        max-width: 3.5rem;
        height: 3.5rem;
        min-height: 3.5rem;
        max-height: 3.5rem;
        margin-right: 0.5rem;
        place-self: center end;
        overflow: hidden;
        aspect-ratio: 1;
        border-radius: 50%;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-option__image {
        display: block;
        object-fit: cover;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-option__placeholder {
        background: color-mix(in srgb, var(--mud-palette-secondary) 12%, var(--mud-palette-surface));
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-option__counter {
        display: grid;
        grid-template-columns: 44px 3.25rem 44px;
        align-items: center;
        gap: 0.35rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-option__counter-button.mud-icon-button {
        width: 44px;
        height: 44px;
        padding: 0;
        border-radius: 0.45rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-option__quantity {
        width: 3.25rem;
        margin: 0;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-option__quantity .mud-input {
        height: 44px;
        margin: 0;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-option__quantity input {
        font-weight: 800;
        text-align: center;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-actions {
        padding-block: 0.75rem 1.5rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-summary-step,
.s4h-main-layout[b-okhyuagcts]  .desktop-contact-step,
.s4h-main-layout[b-okhyuagcts]  .desktop-completion-step {
        flex: 0 0 auto;
        width: 100%;
        min-height: auto;
        padding-block: 1rem 3rem;
        overflow: visible;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-contact-step {
        width: min(100%, 64rem) !important;
        margin: 0 auto !important;
        padding: 1rem 0 2rem !important;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-shared-step__actions {
        padding-top: 1rem;
        text-align: center;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-summary-step__content,
.s4h-main-layout[b-okhyuagcts]  .desktop-contact-step__content,
.s4h-main-layout[b-okhyuagcts]  .desktop-completion-step__content {
        width: 100%;
        min-height: min-content;
        overflow: visible;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-summary-step__content > .mud-stack,
.s4h-main-layout[b-okhyuagcts]  .desktop-contact-step__content > .mud-stack,
.s4h-main-layout[b-okhyuagcts]  .desktop-completion-step__content > .mud-stack {
        flex: 0 0 auto !important;
        height: auto !important;
        min-height: min-content !important;
        overflow: visible !important;
    }

    .s4h-main-layout[b-okhyuagcts]  .visually-hidden {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

@media (min-width: 960px) and (max-width: 1399px){
    .s4h-main-layout[b-okhyuagcts]  .desktop-participant-grid {
        gap: 0.75rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-participant-card {
        gap: 0.5rem;
        padding: 0.75rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-counter-control {
        grid-template-columns: 2.75rem minmax(2rem, auto) 2.75rem;
        gap: 0.25rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-counter-control__button.mud-icon-button {
        width: 2.75rem;
        height: 2.75rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-counter-control__value {
        min-width: 2rem;
        font-size: 1.25rem;
    }
}

@media (min-width: 960px) and (max-width: 1199px){
    .s4h-main-layout[b-okhyuagcts]  .desktop-booking-step__content {
        padding-inline: 0.5rem;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-room-grid .mud-radio-group {
        --room-columns: 3;
    }

    .s4h-main-layout[b-okhyuagcts]  .desktop-details-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.ux-skip-link[b-okhyuagcts] { position: absolute; left: 1rem; top: -8rem; z-index: 10000; padding: .75rem; background: var(--mud-palette-surface); color: var(--mud-palette-text-primary); }
.ux-skip-link:focus[b-okhyuagcts] { top: 1rem; }
.s4h-main-layout[b-okhyuagcts]  :focus-visible { outline: 3px solid var(--mud-palette-text-primary); outline-offset: 3px; }
.s4h-main-layout[b-okhyuagcts]  .mud-button-root:not(.mud-switch-base) { min-height: 44px; text-transform: none; }
.s4h-main-layout[b-okhyuagcts]  .mud-icon-button:not(.mud-switch-base) { min-width: 44px; min-height: 44px; }
.s4h-main-layout[b-okhyuagcts]  .mud-switch { min-height: 44px; }
.s4h-main-layout[b-okhyuagcts]  .mud-alert-message { overflow-wrap: anywhere; }
.s4h-main-layout[b-okhyuagcts]  main { min-width: 0; overflow-wrap: anywhere; }
.s4h-main-layout[b-okhyuagcts]  .ux-summary { margin: .5rem auto; padding: .75rem 1rem; width: min(100% - 2rem, 72rem); border: 1px solid var(--mud-palette-lines-default); border-radius: .75rem; background: var(--mud-palette-surface); }
.s4h-main-layout[b-okhyuagcts]  .ux-summary summary { cursor: pointer; font-weight: 600; min-height: 44px; display: list-item; padding: .5rem; }
.s4h-main-layout[b-okhyuagcts]  .ux-summary-content { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.5rem; padding: .5rem; }
.s4h-main-layout[b-okhyuagcts]  .ux-summary-content p { margin: 0; }
@media (prefers-reduced-motion: reduce) { .s4h-main-layout[b-okhyuagcts]  * { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

.s4h-main-layout[b-okhyuagcts]  .ux-page-actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; align-items: center; width: 100%; padding: .75rem 0; }
.s4h-main-layout[b-okhyuagcts]  .ux-page-actions > .mud-button-root:last-child { margin-left: 0; }
@media (max-width: 599px) {
    .s4h-main-layout[b-okhyuagcts]  .ux-page-actions { position: sticky; bottom: 0; background: var(--mud-palette-background); z-index: 2; padding: .75rem .25rem max(.75rem, env(safe-area-inset-bottom)); }
    .s4h-main-layout[b-okhyuagcts]  .ux-page-actions > .mud-button-root:last-child { flex: 1; max-width: 100%; }
    .s4h-main-layout[b-okhyuagcts]  .mud-input-control input { font-size: 1rem; }
}

@media (max-width: 599px) {
    .s4h-main-layout[b-okhyuagcts]  main:has(input:focus, textarea:focus) .ux-page-actions { position: static; }
}

@media (max-width: 959.98px) {
    .s4h-main-layout[b-okhyuagcts]  .ux-page-actions { display: none; }
}

.s4h-main-layout[b-okhyuagcts]  .mobile-booking-stepper .mud-stepper-content,
.s4h-main-layout[b-okhyuagcts]  .mobile-booking-stepper .mud-stepper-actions {
    display: none;
}

.s4h-main-layout[b-okhyuagcts]  .mobile-booking-stepper .mud-stepper-nav {
    padding: 8px 2px;
}

.s4h-main-layout[b-okhyuagcts]  .mobile-booking-stepper .mud-step {
    flex: 1 1 0;
    min-width: 0;
    padding: 4px 1px;
}

.s4h-main-layout[b-okhyuagcts]  .mobile-booking-stepper .mud-step-label {
    width: 100%;
    gap: 0;
}

.s4h-main-layout[b-okhyuagcts]  .mobile-booking-stepper .mud-step-label-content {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

.s4h-main-layout[b-okhyuagcts]  .mobile-booking-stepper .mud-stepper-nav-connector {
    display: none;
}

/* Animate sections after loading; the wizard header and footer remain still. */
.wizard-step[b-okhyuagcts],
.wizard-footer[b-okhyuagcts] {
    display: contents;
}

@media (prefers-reduced-motion: no-preference) {
    .wizard-step:not(.is-loading)[b-okhyuagcts]  button.mud-button-root:not(.shop-choice-button):not(.s4h-calendar-grid *),
    .wizard-footer:not(.is-loading)[b-okhyuagcts]  .s4h-mobile-footer button.mud-button-filled {
        animation: wizard-pop-in-b-okhyuagcts 300ms ease-out 140ms both;
        transform-origin: center center;
    }

    .wizard-step:not(.is-loading)[b-okhyuagcts]  :is(.mud-paper, .shop-choice-button):not(.mud-paper *) {
        animation: wizard-pop-in-b-okhyuagcts 300ms ease-out both;
        transform-origin: center center;
    }

    .wizard-step:not(.is-loading)[b-okhyuagcts]  .shop-choice-item:nth-child(2) .shop-choice-button,
    .wizard-step:not(.is-loading)[b-okhyuagcts]  .mud-paper:not(.mud-paper *):nth-child(2) {
        animation-delay: 40ms;
    }

    .wizard-step:not(.is-loading)[b-okhyuagcts]  .shop-choice-item:nth-child(3) .shop-choice-button,
    .wizard-step:not(.is-loading)[b-okhyuagcts]  .mud-paper:not(.mud-paper *):nth-child(3) {
        animation-delay: 80ms;
    }

    .wizard-step:not(.is-loading)[b-okhyuagcts]  :is(.mud-paper, .shop-choice-button):not(.mud-paper *):nth-child(n+4) {
        animation-delay: 120ms;
    }
}

@keyframes wizard-pop-in-b-okhyuagcts {
    0% { opacity: 0; transform: translateY(8px) scale(.94); }
    70% { opacity: 1; transform: translateY(0) scale(1.02); }
    100% { opacity: 1; transform: none; }
}
/* /Components/Pages/Completion.razor.rz.scp.css */
.s4h-step9-completion-root[b-x87l4smlko] {
    display: contents;
}

.s4h-step9-completion-root[b-x87l4smlko]  .s4h-step9-completion__style-01 {
    flex: 1 1 0;
    min-height: 0;
    width: min(100%, 38rem);
    margin: 0 auto;
    overflow-y: auto;
    padding: 1rem 0;
}

.s4h-step9-completion-root[b-x87l4smlko]  .s4h-step9-completion__style-02 {
    font-size: 5rem;
}

.s4h-step9-completion-root[b-x87l4smlko]  .s4h-step9-completion__style-03 {
    width: 100%;
}

.s4h-step9-completion-root[b-x87l4smlko]  .s4h-step9-completion__style-04 {
    width: 100%;
}

.s4h-step9-completion-root[b-x87l4smlko]  .s4h-step9-completion__style-05 {
    width: 100%;
    border-radius: 1rem;
}

.s4h-step9-completion-root[b-x87l4smlko]  .s4h-step9-completion__style-06 {
    width: 100%;
}

/* /Components/Pages/Contact.razor.rz.scp.css */
.s4h-step8-contact-root[b-q1oawfkkf8] {
    display: contents;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-01 {
    flex: 1 1 0;
    min-height: 0;
    width: min(100%, 40rem);
    margin: 0 auto;
    overflow-y: auto;
    padding: 0.5rem 0.25rem 1rem;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-02 {
    padding-inline: 0.25rem;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-03 {
    font-weight: 800;
    line-height: 1.15;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-04 {
    font-weight: 750;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-05 {
    min-height: 3.75rem;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-06 {
    width: max-content;
    max-width: 100%;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-07 {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border-radius: 0.5rem;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-08 {
    width: 4.5rem;
    font-weight: 800;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-09 {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border-radius: 0.5rem;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-10 {
    font-weight: 750;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-11 {
    min-height: 3.75rem;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-12 {
    min-height: 3.75rem;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-13 {
    min-height: 3.75rem;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-14 {
    font-weight: 750;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-15 {
    min-height: 3.75rem;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-16 {
    padding: 0.75rem 1rem;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-17 {
    font-weight: 750;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-18 {
    margin-inline-end: -0.5rem;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-19 {
    font-weight: 750;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-20 {
    min-height: 3.75rem;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-21 {
    min-height: 3.75rem;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-22 {
    min-height: 7rem;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-23 {
    font-weight: 750;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-24 {
    align-self: flex-start;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-25 {
    align-self: flex-start;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-26 {
    margin-top: 0.5rem;
}

.s4h-step8-contact-root[b-q1oawfkkf8]  .s4h-step8-contact__style-27 {
    min-width: 10rem;
}

/* /Components/Pages/DateSelection.razor.rz.scp.css */
.s4h-step4-date-root[b-6fwmw1lksw] {
    display: contents;
}

.s4h-step4-date-root[b-6fwmw1lksw]  .s4h-step4-date__style-01 {
    height: 100%;
    min-height: 0;
    width: 100%;
    padding-bottom: 0.5rem;
}

.s4h-step4-date-root[b-6fwmw1lksw]  .s4h-step4-date__style-02 {
    width: 100%;
    min-height: 22rem;
}

.s4h-step4-date-root[b-6fwmw1lksw]  .s4h-step4-date__style-03 {
    align-self: center;
    min-width: 10rem;
    width: auto;
}

/* /Components/Pages/PackageDetails.razor.rz.scp.css */
.s4h-step6-details-root[b-vfoib31o1a] {
    display: contents;
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-01 {
    position: relative;
    height: 100%;
    min-height: 0;
    width: min(100%, 24.5625rem);
    margin: 0 auto;
    overflow: hidden;
    background: var(--mud-palette-background);
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-02 {
    flex: 0 0 3.25rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--mud-palette-divider);
    background: var(--mud-palette-surface);
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-03 {
    font-size: 1rem;
    font-weight: 800;
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-04 {
    flex: 1 1 0;
    min-height: 0;
    padding: 1rem;
    padding-bottom: 1.5rem;
    overflow-y: auto;
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-05 {
    padding: 0.5rem 0 0.125rem;
    font-weight: 800;
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-06 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    min-height: 5.875rem;
    padding: 0.75rem;
    overflow: hidden;
    border-radius: 0.875rem;
    background: var(--mud-palette-surface);
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-07 {
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
    border-radius: 0.625rem;
    object-fit: cover;
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-08 {
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
    border-radius: 0.625rem;
    background: color-mix(in srgb, var(--mud-palette-secondary) 14%, var(--mud-palette-surface));
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-09 {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-10 {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.25;
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-11 {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 0.15rem;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.2;
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-12 {
    flex: 0 0 auto;
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-13 {
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid var(--mud-palette-divider);
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-14 {
    min-width: 0.75rem;
    font-size: 0.875rem;
    font-weight: 700;
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-15 {
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid var(--mud-palette-divider);
    border-radius: 50%;
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-16 {
    min-width: 7rem;
    background: var(--mud-palette-text-primary);
    color: var(--mud-palette-surface);
}

.s4h-step6-details-root[b-vfoib31o1a]  .s4h-step6-details__style-17 {
    min-width: 7rem;
}
/* /Components/Pages/PackageSelection.razor.rz.scp.css */
.s4h-step1-package-root[b-f3i7vuuixy] {
    display: contents;
}

.s4h-step1-package-root[b-f3i7vuuixy]  .s4h-step1-package__style-01 {
    width: 100%;
}

.s4h-step1-package-root[b-f3i7vuuixy]  .s4h-step1-package__style-02 {
    min-width: 0;
}

.s4h-step1-package-root[b-f3i7vuuixy]  .s4h-step1-package__style-03 {
    color: var(--package-included-text);
    font-size: 0.875rem;
    font-weight: 800;
}

.s4h-step1-package-root[b-f3i7vuuixy]  .s4h-step1-package__style-04 {
    min-width: 0;
}

.s4h-step1-package-root[b-f3i7vuuixy]  .s4h-step1-package__style-05 {
    flex: 0 0 auto;
    color: var(--package-included-text);
}

.s4h-step1-package-root[b-f3i7vuuixy]  .s4h-step1-package__style-06 {
    font-size: clamp(0.875rem, 2dvh, 1rem);
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.s4h-step1-package-root[b-f3i7vuuixy]  .s4h-step1-package__style-07 {
    min-width: 0;
}

.s4h-step1-package-root[b-f3i7vuuixy]  .s4h-step1-package__style-08 {
    color: var(--package-paid-text);
    font-size: 0.875rem;
    font-weight: 800;
}

.s4h-step1-package-root[b-f3i7vuuixy]  .s4h-step1-package__style-09 {
    min-width: 0;
}

.s4h-step1-package-root[b-f3i7vuuixy]  .s4h-step1-package__style-10 {
    flex: 0 0 auto;
    color: var(--package-paid-text);
}

.s4h-step1-package-root[b-f3i7vuuixy]  .s4h-step1-package__style-11 {
    font-size: clamp(0.875rem, 2dvh, 1rem);
    line-height: 1.3;
    overflow-wrap: anywhere;
}

/* /Components/Pages/ParticipantCount.razor.rz.scp.css */
.s4h-step2-participant-count-root[b-1a2qykzd1c] {
    display: contents;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-01 {
    height: 100%;
    min-height: 0;
    width: 100%;
    overflow: auto;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-02 {
    width: min(100%, 32rem);
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-03 {
    background-color: var(--mud-palette-surface);
    border-radius: 1rem;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-04 {
    min-width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    font-size: 2rem;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-05 {
    min-width: 4rem;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-06 {
    min-width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    font-size: 2rem;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-07 {
    background-color: var(--mud-palette-surface);
    border-radius: 1rem;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-08 {
    min-width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    font-size: 2rem;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-09 {
    min-width: 4rem;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-10 {
    min-width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    font-size: 2rem;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-11 {
    background-color: var(--mud-palette-surface);
    border-radius: 1rem;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-12 {
    min-width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    font-size: 2rem;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-13 {
    min-width: 4rem;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-14 {
    min-width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    font-size: 2rem;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-15 {
    background-color: var(--mud-palette-surface);
    border-radius: 1rem;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-16 {
    min-width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    font-size: 2rem;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-17 {
    min-width: 4rem;
}

.s4h-step2-participant-count-root[b-1a2qykzd1c]  .s4h-step2-participant-count__style-18 {
    min-width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    font-size: 2rem;
}

/* /Components/Pages/ReservationSummary.razor.rz.scp.css */
.s4h-step7-summary-root[b-7kj1mm1x7f] {
    display: contents;
}

.s4h-step7-summary-root[b-7kj1mm1x7f]  .s4h-step7-summary__style-01 {
    flex: 1 1 0;
    min-height: 0;
    width: min(100%, 40rem);
    margin: 0 auto;
    overflow-y: auto;
    padding: 0.5rem 0 1rem;
}

.s4h-step7-summary-root[b-7kj1mm1x7f]  .s4h-step7-summary__style-02 {
    border-radius: 1rem;
}

.s4h-step7-summary-root[b-7kj1mm1x7f]  .s4h-step7-summary__style-03 {
    border-radius: 1rem;
    background: color-mix(in srgb, var(--mud-palette-success) 10%, var(--mud-palette-surface));
}

.s4h-step7-summary-root[b-7kj1mm1x7f]  .s4h-step7-summary__style-04 {
    font-weight: 800;
    margin-top: 0.5rem;
    text-align: center;
}

.s4h-step7-summary-root[b-7kj1mm1x7f]  .s4h-step7-summary__style-05 {
    border-radius: 0.875rem;
}

.s4h-step7-summary-root[b-7kj1mm1x7f]  .s4h-step7-summary__style-06 {
    min-width: 0;
}

.s4h-step7-summary-root[b-7kj1mm1x7f]  .s4h-step7-summary__style-07 {
    flex: 0 0 auto;
}

.s4h-step7-summary-root[b-7kj1mm1x7f]  .s4h-step7-summary__style-08 {
    min-width: 10rem;
}

/* /Components/Pages/RoomSelection.razor.rz.scp.css */
.s4h-step3-room-root[b-e7eseaixg6] {
    display: contents;
}

.s4h-step3-room-root[b-e7eseaixg6]  .s4h-step3-room__style-01 {
    position: relative;
    width: 100%;
}

/* /Components/Pages/TimeSelection.razor.rz.scp.css */
.s4h-step5-available-hours-root[b-tp7f7z9ocn] {
    display: contents;
}

.s4h-step5-available-hours-root[b-tp7f7z9ocn]  .s4h-step5-available-hours__style-01 {
    height: 100%;
    min-height: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0.5rem;
}

/* /Components/Standalone/HourPicker.razor.rz.scp.css */
.s4h-hour-picker[b-j4uuaacw9i] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.s4h-hour-picker-fill[b-j4uuaacw9i] {
    display: flex;
    flex: 1 1 0;
    min-height: 0;
}

.s4h-hour-picker[b-j4uuaacw9i]  .s4h-hour-picker-paper {
    border-radius: 1.5rem;
    min-height: 18rem;
    padding: 0.5rem;
    width: min(100%, 44rem);
}

.s4h-hour-picker-fill[b-j4uuaacw9i]  .s4h-hour-picker-paper {
    height: 100%;
    min-height: 0;
}

.s4h-hour-picker[b-j4uuaacw9i]  .s4h-hour-picker-state {
    min-height: 16rem;
}

.s4h-hour-picker-fill[b-j4uuaacw9i]  .s4h-hour-picker-state {
    height: 100%;
    min-height: 0;
}

.s4h-hour-picker[b-j4uuaacw9i]  .s4h-hour-picker-grid {
    align-content: start;
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(auto-fit, 4.75rem);
    justify-content: center;
}

.s4h-hour-picker[b-j4uuaacw9i]  .s4h-hour-picker-button.mud-button-root {
    border-radius: 50%;
    font-size: 1.05rem;
    height: 4.75rem;
    min-height: 4.75rem;
    min-width: 4.75rem;
    padding: 0;
    width: 4.75rem;
}

@media (max-width: 420px) {
    .s4h-hour-picker[b-j4uuaacw9i]  .s4h-hour-picker-grid {
        gap: 0.5rem;
        grid-template-columns: repeat(auto-fit, 4.25rem);
    }

    .s4h-hour-picker[b-j4uuaacw9i]  .s4h-hour-picker-button.mud-button-root {
        font-size: 1rem;
        height: 4.25rem;
        min-height: 4.25rem;
        min-width: 4.25rem;
        width: 4.25rem;
    }
}
/* /Components/Standalone/LoadingOverlay.razor.rz.scp.css */
.s4h-loading-root[b-5am34t5gor] {
    display: contents;
}

.s4h-loading-root[b-5am34t5gor]  .s4h-loading-overlay {
    background: color-mix(in srgb, var(--mud-palette-background, #ffffff) 85%, transparent);
}

.s4h-loading-root[b-5am34t5gor]  .s4h-loading-container {
    width: 100vw;
}
/* /Components/Standalone/S4hCalendar.razor.rz.scp.css */
.s4h-calendar[b-gsxfpqnkmo] {
    margin: 0 auto;
    width: min(100%, 34rem);
}

.s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-paper {
    border-radius: 1.25rem;
    padding: 0.75rem;
    width: 100%;
}

.s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-header {
    align-items: center;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 3rem minmax(0, 1fr) 3rem;
    margin-bottom: 0.5rem;
}

.s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-grid {
    display: grid;
    gap: 0.35rem;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-weekday {
    align-items: center;
    display: flex;
    font-size: 0.8rem;
    font-weight: 700;
    justify-content: center;
    min-height: 1.75rem;
}

.s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-placeholder {
    aspect-ratio: 1;
    width: 100%;
}

.s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-day.mud-button-root {
    aspect-ratio: 1;
    border: 1px solid var(--mud-palette-primary);
    border-radius: 50%;
    justify-self: center;
    max-width: 4rem;
    min-width: 0;
    padding: 0.15rem;
    width: 100%;
}

.s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-day .mud-button-label {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    min-width: 0;
}

.s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-day-number {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
}

.s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-day-price {
    align-items: baseline;
    display: flex;
    gap: 0.12rem;
    line-height: 1;
    margin-top: 0.25rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-day-price-value {
    color: var(--mud-palette-secondary);
    font-size: 0.75rem;
    font-weight: 800;
}

.s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-day-price-currency {
    color: var(--mud-palette-text-secondary);
    font-size: 0.7rem;
    font-weight: 600;
}

.s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-day-unavailable.mud-button-root {
    border-color: var(--mud-palette-divider);
}

.s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-day-selected.mud-button-root {
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
}

.s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-day-today.mud-button-root {
    box-shadow: 0 0 0 2px var(--mud-palette-background), 0 0 0 4px var(--mud-palette-primary);
}

.s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-day:focus-visible {
    outline: 3px solid var(--mud-palette-info);
    outline-offset: 2px;
}

@media (max-width: 420px) {
    .s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-paper {
        padding: 0.5rem 0.35rem 0.75rem;
    }

    .s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-grid {
        gap: 0.2rem;
    }

    .s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-day.mud-button-root {
        max-width: 3.25rem;
    }

    .s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-day-number {
        font-size: 0.9rem;
    }

    .s4h-calendar[b-gsxfpqnkmo]  .s4h-calendar-day-price {
        margin-top: 0.15rem;
    }
}
/* /Components/Standalone/S4hIconButton.razor.rz.scp.css */
.s4h-icon-button-host[b-v2rocjbhk8] {
    display: contents;
}

.s4h-icon-button-host[b-v2rocjbhk8]  .s4h-icon-button {
    border-radius: 50%;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.18);
    height: 3.25rem;
    width: 3.25rem;
}
