@import '_content/TeamworX.BlazorControls/TeamworX.BlazorControls.e9pquw52bx.bundle.scp.css';

/* /Site/Components/MapLocation.razor.rz.scp.css */
.twx-map-card[b-i30idc42i7] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,.08);
}

.twx-map-overlay[b-i30idc42i7] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    z-index:1000;
}

.twx-map-overlay-left[b-i30idc42i7] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.twx-map-avatar[b-i30idc42i7] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: contain;
}

.twx-map-meta[b-i30idc42i7] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.twx-map-name[b-i30idc42i7] {
    font-weight: 600;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.twx-map-address[b-i30idc42i7] {
    font-size: 0.9rem;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.twx-map-navbtn[b-i30idc42i7] {
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}

    .twx-map-navbtn:hover[b-i30idc42i7] {
        background: #f6f6f6;
    }
/* /Site/Components/SectionComponent.razor.rz.scp.css */
.section-container[b-ls5tms2qm5] {
    padding: 10px;
    margin: 10px 8px 20px 8px;
    border-radius: 10px;
    background: transparent;
    border: solid 1.5px var(--primary-color);
    position: relative;
}

.section-header[b-ls5tms2qm5] {
    color: var(--primary-color);
    background: var(--main-content-color);
    padding: 0 10 0 10;
    position: absolute;
    top: -11px;
    left: 19px;
    font-weight: 500;
    font-size: 0.9rem;
}

.section-container._40[b-ls5tms2qm5] {
    width: 40%;
}

.section-container._50[b-ls5tms2qm5] {
    width: 50%;
}

.section-container._60[b-ls5tms2qm5] {
    width: 60%;
}

.section-container._100[b-ls5tms2qm5] {
    width: 100%;
}

.section-container.simple[b-ls5tms2qm5] {
    border: none;
}

    .section-container.simple > .section-header[b-ls5tms2qm5] {
        display: none;
    }

.form-container .section-container[b-ls5tms2qm5] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.section-container .button-actions[b-ls5tms2qm5] {
    position: absolute;
    top: -19px;
    right: 15px;
    background: var(--main-content-color);
}

[b-ls5tms2qm5].section-container .button-actions .button {
    min-width: unset;
    padding-right: 20px;
    scale: .8;
}

.section-container.grid[b-ls5tms2qm5] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.section-container.grid[b-ls5tms2qm5] {
    grid-template-columns: repeat(1, 1fr) !important;
}


[b-ls5tms2qm5].section-container:has(.section-grid-container) {
    margin: 10px 8px 0px 8px;
    padding: 20px 0px 5px 0px;
}


@media (min-width: 642px) and (max-width: 1024px) {
    .form-container .section-container[b-ls5tms2qm5] {
        grid-template-columns: repeat(2, 1fr);

    }

    .section-container.grid[b-ls5tms2qm5] {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 641px) {
    .form-container .section-container[b-ls5tms2qm5] {
        grid-template-columns: repeat(1, 1fr);
    }


    .section-container.grid[b-ls5tms2qm5] {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* /Site/Layout/CompanyHeader.razor.rz.scp.css */
/* Header */
.app-header[b-x5fhv9ym5e] {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(12px, 3vw, 24px);
    height: 10vh;
    height: 10svh;
    flex-shrink: 0;
}

.header-container[b-x5fhv9ym5e] {
    width: 80vw;
    height: 70%;
    margin: 0 clamp(12px, 3vw, 24px);
    backdrop-filter: saturate(160%) blur(var(--glass-blur));
    -webkit-backdrop-filter: saturate(160%) blur(var(--glass-blur));
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
}

[b-x5fhv9ym5e].header-actions .button.primary {
    font-weight: 600;
    font-size: 14px;
}

.header-actions[b-x5fhv9ym5e] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}


/* Avatar + dropdown */
.avatar[b-x5fhv9ym5e] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(var(--primary-color-rgba), .9), rgba(var(--secondary-color-rgba), .9));
    display: inline-grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.user-menu[b-x5fhv9ym5e] {
    position: relative;
}

    .user-menu .menu[b-x5fhv9ym5e] {
        position: absolute;
        right: 0;
        top: calc(100% + 8px);
        min-width: 220px;
        background: var(--glass-bg);
        border: 1px solid var(--glass-border);
        border-radius: 14px;
        box-shadow: var(--glass-shadow);
        backdrop-filter: blur(var(--glass-blur));
        -webkit-backdrop-filter: blur(var(--glass-blur));
        overflow: hidden;
    }

.menu a[b-x5fhv9ym5e], .menu button[b-x5fhv9ym5e] {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
    padding: 12px 14px;
    color: var(--text-color);
    font-weight: 600;
}

    .menu a:hover[b-x5fhv9ym5e], .menu button:hover[b-x5fhv9ym5e] {
        background: rgba(var(--primary-color-rgba), .08);
    }

.menu hr[b-x5fhv9ym5e] {
    border: 0;
    height: 1px;
    background: var(--glass-border);
    margin: 4px 0;
}

h1[b-x5fhv9ym5e] {
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
    user-select: none;
    white-space: nowrap;
    font-size: 2.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}


.company-logo[b-x5fhv9ym5e] {
    height: 100%;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

[b-x5fhv9ym5e].company-logo .image-container {
    position: unset
}
    [b-x5fhv9ym5e].company-logo .image-container img {
        width: auto;
        display: block;
        position: absolute;
        top: 5px;
        transition: height 1s ease-in-out, top 1s ease-in-out, left 1s ease-in-out;
        filter: drop-shadow(1px 2px 10px #fff);
        height: 90%;
        top: 4px;
        left: 10px;
    }

@media (max-width: 1024px) {
    .app-header .header-container[b-x5fhv9ym5e] {
        width: 94vw;
        margin-inline: unset;
        padding: unset;
    }

    .header-container .gradient-text[b-x5fhv9ym5e] {
        display: none;
    }
}
/* /Site/Layout/CompanyLayout.razor.rz.scp.css */


/* Primary button (header Login) */
.btn-primary[b-cpqz7db0n5] {
    appearance: none;
    border: 0;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(var(--primary-color-rgba), 1), rgba(var(--tertiary-color-rgba), .95));
    color: white;
    font-weight: 600;
    letter-spacing: .2px;
    box-shadow: 0 8px 18px rgba(var(--primary-color-rgba), .28);
}

    .btn-primary:focus-visible[b-cpqz7db0n5] {
        outline: 2px solid var(--secondary-color);
        outline-offset: 2px;
    }

/* Header is 10svh and the fixed copyright bar needs the remainder, so the shell must
   stay within the small viewport — vh alone measures the toolbar-hidden height on
   mobile and pushes the bottom of the page out of reach. */
.container[b-cpqz7db0n5] {
    height: 85vh;
    height: 85svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    box-sizing: border-box;
    padding-bottom: max(16px, calc(env(safe-area-inset-bottom, 0px) + 8px));
}

/* Footer for company layout later */
.app-footer[b-cpqz7db0n5] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 clamp(12px, 3vw, 24px);
/*    height: 20vh;
*/    flex-direction: column;
    position: relative;
}

.footer-container[b-cpqz7db0n5] {
    width: 80vw;
    height: 70%;
    margin: 0 clamp(12px, 3vw, 24px);
    backdrop-filter: saturate(160%) blur(var(--glass-blur));
    -webkit-backdrop-filter: saturate(160%) blur(var(--glass-blur));
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    align-items: flex-end;
}

.copyright[b-cpqz7db0n5] {
    position: fixed;
    bottom: env(safe-area-inset-bottom);
    display: flex;
    align-items: center;
    font-size: 10px;
    gap: 10px;
    width: 100vw;
    justify-content: center;
}
.app-main[b-cpqz7db0n5] {
    min-height: 70vh;
}

.pencilin-logo img[b-cpqz7db0n5] {
   height: 50px;
}

.hidden[b-cpqz7db0n5] {
    opacity: 0;
}

@media (max-width: 1024px) {
    .pencilin-logo img[b-cpqz7db0n5] {
        height: 30px;
    }
}
/* /Site/Layout/Header.razor.rz.scp.css */
/* Header */
.app-header[b-krk7i4378e] {
    position: absolute;
    width: 100vw;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20vh;
}

    .app-header .header-container[b-krk7i4378e] {
        display: flex;
        width: 100vw;
        height: 20vh;
        backdrop-filter: saturate(160%) blur(var(--glass-blur));
        -webkit-backdrop-filter: saturate(160%) blur(var(--glass-blur));
        background: linear-gradient(180deg, rgba(var(--primary-color-rgba), .25) 0%, rgba(var(--primary-color-rgba), .12) 100%);
        border-bottom: 1px solid var(--glass-border);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        transition: height 1s ease-in-out, width 1s ease-in-out;
        align-items: flex-start;
        justify-content: space-between;
    }

[b-krk7i4378e].header-actions .button.primary {
    font-weight: 600;
    font-size: 14px;
}

.app-header.sticky-header[b-krk7i4378e] {
    height: 10vh;
}

    .app-header.sticky-header .header-container[b-krk7i4378e] {
        width: 80vw;
        height: 80px;
        border-top-left-radius: var(--glass-radius);
        border-top-right-radius: var(--glass-radius);
        align-items: center;
    }

    .app-header.sticky-header .header-actions[b-krk7i4378e] {
        margin-top: unset;
        margin-right: clamp(12px, 3vw, 24px);
    }

    .app-header.sticky-header .brand img[b-krk7i4378e] {
        height: 90%;
        top: 4px;
        left: 10px;
    }


.brand[b-krk7i4378e] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: .2px;
}

    .brand img[b-krk7i4378e] {
        height: 18vh;
        width: auto;
        display: block;
        position: absolute;
        top: 5px;
        transition: height 1s ease-in-out, top 1s ease-in-out, left 1s ease-in-out;
        filter: drop-shadow(1px 2px 10px #fff);
    }



.header-actions[b-krk7i4378e] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: clamp(12px, 3vw, 24px);
    margin-right: clamp(12px, 3vw, 24px);
}

/* Avatar + dropdown */
.avatar[b-krk7i4378e] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(var(--primary-color-rgba), .9), rgba(var(--secondary-color-rgba), .9));
    display: inline-grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.user-menu[b-krk7i4378e] {
    position: relative;
}

    .user-menu .menu[b-krk7i4378e] {
        position: absolute;
        right: 0;
        top: calc(100% + 8px);
        min-width: 220px;
        background: var(--glass-bg);
        border: 1px solid var(--glass-border);
        border-radius: 14px;
        box-shadow: var(--glass-shadow);
        backdrop-filter: blur(var(--glass-blur));
        -webkit-backdrop-filter: blur(var(--glass-blur));
        overflow: hidden;
    }

.menu a[b-krk7i4378e], .menu button[b-krk7i4378e] {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
    padding: 12px 14px;
    color: var(--text-color);
    font-weight: 600;
}

    .menu a:hover[b-krk7i4378e], .menu button:hover[b-krk7i4378e] {
        background: rgba(var(--primary-color-rgba), .08);
    }

.menu hr[b-krk7i4378e] {
    border: 0;
    height: 1px;
    background: var(--glass-border);
    margin: 4px 0;
}

@media (max-width: 1024px) {
    .app-header[b-krk7i4378e] {
        height: 15vh;
    }

        .app-header .header-container[b-krk7i4378e] {
            height: 15vh;
        }


        .app-header.sticky-header .header-container[b-krk7i4378e] {
            width: 94vw;
        }

    .brand img[b-krk7i4378e] {
        height: 13vh;
        top: unset;
        bottom: 5px;
    }
}
/* /Site/Layout/MainLayout.razor.rz.scp.css */

/* /Site/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gi0qmug17j] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-gi0qmug17j] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-gi0qmug17j] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gi0qmug17j] {
    font-size: 1.1rem;
}

.bi[b-gi0qmug17j] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-gi0qmug17j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-gi0qmug17j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-gi0qmug17j] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-gi0qmug17j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gi0qmug17j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gi0qmug17j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gi0qmug17j]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-gi0qmug17j]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-gi0qmug17j]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-gi0qmug17j] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-gi0qmug17j] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gi0qmug17j] {
        display: none;
    }

    .nav-scrollable[b-gi0qmug17j] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Site/Layout/UserMenu.razor.rz.scp.css */
.profile-container[b-oo6c6iyml6] {
    width: 100%;
    padding-left: 7px;
    padding-top: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}


    .profile-container .profile-image[b-oo6c6iyml6] {
        border-radius: 50%;
        overflow: hidden;
        display: inline-block;
        margin-right: 0.75rem;
    }


    .profile-container .profile-name[b-oo6c6iyml6] {
        margin-right: 40px;
        color: var(--primary-color-text);
    }

    .profile-container .dropper-pointer[b-oo6c6iyml6] {
        position: absolute;
        right: 8px;
        height: 25px;
        width: 25px;
        fill: var(--main-body-color);
    }

[b-oo6c6iyml6].user-menu .dropper-container:hover .dropper-pointer {
    transform: rotate(90deg);
    transition: transform .5s ease;
}

[b-oo6c6iyml6].user-menu .dropper-container:hover > div {
    filter: unset;
}


[b-oo6c6iyml6].user-menu .dropper-container:hover .buttons-container .popover {
    opacity: 1;
    max-height:300px;
}


[b-oo6c6iyml6].user-menu .dropper-container .buttons-container .popover {
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    right: 0;
    max-height: 0px;
}

[b-oo6c6iyml6].user-menu .dropper-container .buttons-container .popover .button {
   line-height: unset;
}

@media (max-width: 1024px) {

    .profile-name span[b-oo6c6iyml6] {
        display:none;
    }
}
/* /Site/Pages/Account/AccountVerification.razor.rz.scp.css */
.page[b-ziey7o3n2t] {
    flex-grow: 1;
    height: 100vh;
    display: flex;
    align-items: center;
}

.container[b-ziey7o3n2t] {
    width: 40vw;
}

[b-ziey7o3n2t].container .section-container {
    display: flex;
    flex-direction: column;
}


.head[b-ziey7o3n2t] {
    background-image: url({{WebAppUrl}}images/gradientbackground.png);
    background-position: center;
    color: #fff;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .head h1[b-ziey7o3n2t] {
        font-size: 20px;
        margin: 0;
    }

    .head img[b-ziey7o3n2t] {
        height: 48px;
        object-fit: contain;
    }

.content[b-ziey7o3n2t] {
    padding: 28px 36px;
}

    .content h2[b-ziey7o3n2t] {
        color: #605DFF;
        font-size: 22px;
        margin: 0 0 12px 0;
    }

    .content p[b-ziey7o3n2t] {
        font-size: 16px;
        line-height: 1.6;
        margin: 8px 0;
    }


@media (max-width: 1024px) {
    .container[b-ziey7o3n2t] {
        width: 94vw;
    }
}
/* /Site/Pages/Account/LoginDialog.razor.rz.scp.css */

.actions-container[b-mnlti54l3w] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.twx-inline[b-mnlti54l3w] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0 10px;
}

.account-actions[b-mnlti54l3w] {
    display: flex;
    justify-content: flex-end;
}

@keyframes twx-fade-b-mnlti54l3w {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.message[b-mnlti54l3w] {
    margin-bottom: 20px;
    padding: 0 10px;
}

[b-mnlti54l3w].login-dialog .dialog {
    width: 600px;
    max-width: 600px;
}

.login-actions[b-mnlti54l3w] {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin: 0px 10px;
}

@media (max-width: 1024px) {
    [b-mnlti54l3w].login-dialog .dialog {
        width: 95vw;
        max-width: unset;
    }
}
/* /Site/Pages/Account/NewPasswordSetter.razor.rz.scp.css */
.head[b-8y3n2i1wvb] {
    background-image: url({{WebAppUrl}}images/gradientbackground.png);
    background-position: center;
    color: #fff;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .head h1[b-8y3n2i1wvb] {
        font-size: 20px;
        margin: 0;
    }

    .head img[b-8y3n2i1wvb] {
        height: 48px;
        object-fit: contain;
    }

.content[b-8y3n2i1wvb] {
    padding: 28px 36px;
}

    .content h2[b-8y3n2i1wvb] {
        color: #605DFF;
        font-size: 22px;
        margin: 0 0 12px 0;
    }

    .content p[b-8y3n2i1wvb] {
        font-size: 16px;
        line-height: 1.6;
        margin: 8px 0;
    }



    .content .lead[b-8y3n2i1wvb] {
        margin: 0 0 12px 0;
        color: #383b63;
        line-height: 1.55;
    }

.rules[b-8y3n2i1wvb] {
    margin: 8px 0 20px 0;
    padding-left: 18px;
    color: #585c87;
    font-size: 14px;
}

    .rules li[b-8y3n2i1wvb] {
        margin: 4px 0;
    }


.hint[b-8y3n2i1wvb] {
    margin-top: 6px;
    font-size: 13px;
    color: #6b6f99;
    text-align: right;
}

.smallprint[b-8y3n2i1wvb] {
    margin-top: 18px;
    font-size: 12px;
    color: #7a7fa8;
}

.content .expired-title[b-8y3n2i1wvb] {
    font-weight: 600;
    color: #b02a37;
}

[readonly][b-8y3n2i1wvb], [readonly="true"][b-8y3n2i1wvb] {
    opacity: 0.85;
    cursor: default;
}

button[b-8y3n2i1wvb],
.button-control[b-8y3n2i1wvb] {
    min-height: 40px;
}

:focus-visible[b-8y3n2i1wvb] {
    outline: 3px solid #605dff;
    outline-offset: 2px;
    border-radius: 8px;
}


.password-requirements[b-8y3n2i1wvb] {
    list-style: none;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-left: 4px solid var(--tertiary-color);
    border-radius: 6px;
    margin-top: 10px;
}

    .password-requirements li[b-8y3n2i1wvb] {
        display: flex;
        align-items: center;
        margin-bottom: 6px;
    }

    .password-requirements .icon[b-8y3n2i1wvb] {
        width: 18px;
        display: inline-block;
        margin-right: 6px;
        font-weight: bold;
    }

    .password-requirements .valid[b-8y3n2i1wvb] {
        color: #2e7d32;
    }

        .password-requirements .valid .icon[b-8y3n2i1wvb] {
            content: '✔';
            color: #2e7d32;
        }

    .password-requirements .invalid[b-8y3n2i1wvb] {
        color: #c0392b;
    }

        .password-requirements .invalid .icon[b-8y3n2i1wvb] {
            content: '✖';
            color: #c0392b;
        }

/* Transition visibility helpers */
.hidden[b-8y3n2i1wvb] {
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

.visible[b-8y3n2i1wvb] {
    opacity: 1;
    max-height: 100px;
}


[b-8y3n2i1wvb].inputs .hidden {
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

[b-8y3n2i1wvb].inputs .visible {
    opacity: 1;
    max-height: 100px;
}

.password-success-message[b-8y3n2i1wvb] {
    font-weight: 600;
    color: #2e7d32;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.5s ease;
    font-size: 14px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-left: 4px solid var(--tertiary-color);
    border-radius: 6px;
    margin-top: 10px;
}

    .password-success-message .icon[b-8y3n2i1wvb] {
        font-weight: bold;
    }

.password-success-list[b-8y3n2i1wvb] {
    list-style: none;
    padding: 0;
    font-weight: 600;
    color: #2e7d32;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    font-size: 14px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-left: 4px solid var(--tertiary-color);
    border-radius: 6px;
    margin-top: 10px;
}

    .password-success-list .valid[b-8y3n2i1wvb] {
        color: #2e7d32;
        text-align: left;
    }

    .password-success-list .invalid[b-8y3n2i1wvb] {
        color: #c0392b;
        text-align: left;
    }

    .password-success-list .icon[b-8y3n2i1wvb] {
        margin-right: 6px;
        font-weight: bold;
    }

.actions-container[b-8y3n2i1wvb] {
    margin-top: 10px;
    display: flex;
}


@media (max-width: 640px) {
    .head[b-8y3n2i1wvb] {
        padding: 18px 20px;
    }

    .content[b-8y3n2i1wvb] {
        padding: 20px;
    }

    .password-field[b-8y3n2i1wvb] {
        grid-template-columns: 1fr auto;
    }
}




/* /Site/Pages/Account/PasswordReset.razor.rz.scp.css */
.page[b-cftydwsjmf] {
    flex-grow: 1;
    height: 100vh;
    display: flex;
    align-items: center;
}

.container[b-cftydwsjmf] {
    width: 40vw;
}

[b-cftydwsjmf].container .section-container {
    display: flex;
    flex-direction: column;
}

.actions-container[b-cftydwsjmf] {
    display: flex;
}


.head[b-cftydwsjmf] {
    background-image: url({{WebAppUrl}}images/gradientbackground.png);
    background-position: center;
    color: #fff;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .head h1[b-cftydwsjmf] {
        font-size: 20px;
        margin: 0;
    }

    .head img[b-cftydwsjmf] {
        height: 48px;
        object-fit: contain;
    }

.content[b-cftydwsjmf] {
    padding: 28px 36px;
}

    .content h2[b-cftydwsjmf] {
        color: #605DFF;
        font-size: 22px;
        margin: 0 0 12px 0;
    }

    .content p[b-cftydwsjmf] {
        font-size: 16px;
        line-height: 1.6;
        margin: 8px 0;
    }



    .content .lead[b-cftydwsjmf] {
        margin: 0 0 12px 0;
        color: #383b63;
        line-height: 1.55;
    }

.rules[b-cftydwsjmf] {
    margin: 8px 0 20px 0;
    padding-left: 18px;
    color: #585c87;
    font-size: 14px;
}

    .rules li[b-cftydwsjmf] {
        margin: 4px 0;
    }


.hint[b-cftydwsjmf] {
    margin-top: 6px;
    font-size: 13px;
    color: #6b6f99;
    text-align: right;
}

.smallprint[b-cftydwsjmf] {
    margin-top: 18px;
    font-size: 12px;
    color: #7a7fa8;
}

.content .expired-title[b-cftydwsjmf] {
    font-weight: 600;
    color: #b02a37;
}

[readonly][b-cftydwsjmf], [readonly="true"][b-cftydwsjmf] {
    opacity: 0.85;
    cursor: default;
}

button[b-cftydwsjmf],
.button-control[b-cftydwsjmf] {
    min-height: 40px;
}

:focus-visible[b-cftydwsjmf] {
    outline: 3px solid #605dff;
    outline-offset: 2px;
    border-radius: 8px;
}


.password-requirements[b-cftydwsjmf] {
    list-style: none;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-left: 4px solid var(--tertiary-color);
    border-radius: 6px;
    margin-top: 10px;
}

    .password-requirements li[b-cftydwsjmf] {
        display: flex;
        align-items: center;
        margin-bottom: 6px;
    }

    .password-requirements .icon[b-cftydwsjmf] {
        width: 18px;
        display: inline-block;
        margin-right: 6px;
        font-weight: bold;
    }

    .password-requirements .valid[b-cftydwsjmf] {
        color: #2e7d32;
    }

        .password-requirements .valid .icon[b-cftydwsjmf] {
            content: '✔';
            color: #2e7d32;
        }

    .password-requirements .invalid[b-cftydwsjmf] {
        color: #c0392b;
    }

        .password-requirements .invalid .icon[b-cftydwsjmf] {
            content: '✖';
            color: #c0392b;
        }

/* Transition visibility helpers */
.hidden[b-cftydwsjmf] {
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

.visible[b-cftydwsjmf] {
    opacity: 1;
    max-height: 100px;
}


[b-cftydwsjmf].inputs .hidden {
    opacity: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

[b-cftydwsjmf].inputs .visible {
    opacity: 1;
    max-height: 100px;
}

.password-success-message[b-cftydwsjmf] {
    font-weight: 600;
    color: #2e7d32;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.5s ease;
    font-size: 14px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-left: 4px solid var(--tertiary-color);
    border-radius: 6px;
    margin-top: 10px;
}

    .password-success-message .icon[b-cftydwsjmf] {
        font-weight: bold;
    }

.password-success-list[b-cftydwsjmf] {
    list-style: none;
    padding: 0;
    font-weight: 600;
    color: #2e7d32;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    font-size: 14px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px;
    border-left: 4px solid var(--tertiary-color);
    border-radius: 6px;
    margin-top: 10px;
}

    .password-success-list .valid[b-cftydwsjmf] {
        color: #2e7d32;
        text-align: left;
    }

    .password-success-list .invalid[b-cftydwsjmf] {
        color: #c0392b;
        text-align: left;
    }

    .password-success-list .icon[b-cftydwsjmf] {
        margin-right: 6px;
        font-weight: bold;
    }


@media (max-width: 640px) {
    .head[b-cftydwsjmf] {
        padding: 18px 20px;
    }

    .content[b-cftydwsjmf] {
        padding: 20px;
    }

    .password-field[b-cftydwsjmf] {
        grid-template-columns: 1fr auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .container.glass[b-cftydwsjmf] {
        transition: none;
    }
}



@media (max-width: 1024px) {
    .container[b-cftydwsjmf] {
        width: 94vw;
    }
}
/* /Site/Pages/Booking/BookingAvailabilityDialog.razor.rz.scp.css */
[b-gd7prj1oxb].booking-dialog .appointment-page {
    grid-column: span 4;
    max-height: 60vh;
}

[b-gd7prj1oxb].booking-dialog .appointment-page > .glass.cal-card {
    background: var(--main-body-color);
}

@media (max-width: 620px) {
    [b-gd7prj1oxb].booking-dialog .mud-picker.mud-picker-static {
        scale: 0.85;
    }
}

@media (max-width: 400px) {
    [b-gd7prj1oxb].booking-dialog .mud-picker.mud-picker-static{
        scale: 0.75;
    }
}
/* /Site/Pages/Booking/BookingAvailability/AppointmentSlotAvailability.razor.rz.scp.css */
.chips[b-euh7jt9ev5] {
    display: flex;
    gap: 6px;
    margin-top: 6px;
}

.dot[b-euh7jt9ev5] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(0,0,0,.2);
}

    .dot.ok[b-euh7jt9ev5] {
        background: rgba(var(--positive-color-rgba), 1);
        box-shadow: 0 0 0 3px rgba(var(--positive-color-rgba), .25);
    }

    .dot.off[b-euh7jt9ev5] {
        background: rgba(0,0,0,.15);
    }

.slots-grid[b-euh7jt9ev5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 14px;
    padding: 0px clamp(16px, 4vw, 24px);
}

    .slots-grid > div[b-euh7jt9ev5] {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

.slots-empty[b-euh7jt9ev5] {
    margin-top: 18px;
    padding: 18px clamp(16px, 4vw, 24px);
    text-align: center;
    color: rgba(var(--text-color-rgba), .75);
}

    .slots-empty p[b-euh7jt9ev5] {
        margin: 0;
        font-weight: 600;
    }

.slots-empty-hint[b-euh7jt9ev5] {
    margin-top: 6px !important;
    font-weight: 500 !important;
    font-size: 13px;
    color: rgba(var(--text-color-rgba), .55);
}

.slots-period-empty[b-euh7jt9ev5] {
    margin: 8px 0 0;
    font-size: 13px;
    font-weight: 500;
    color: rgba(var(--text-color-rgba), .55);
}

.slots[b-euh7jt9ev5] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.slot[b-euh7jt9ev5] {
    width: 150px;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    border-radius: 999px;
    padding: 10px 12px;
    font-weight: 700;
}

    .slot:hover[b-euh7jt9ev5] {
        outline: 2px solid rgba(var(--primary-color-rgba), .25);
    }

    .slot.selected[b-euh7jt9ev5] {
        outline: 2px solid rgba(var(--primary-color-rgba), 1);
    }



/*Legend*/
.availability-legend[b-euh7jt9ev5] {
    display: grid;
    gap: .5rem;
    font-size: 10px;
}

.legend-title[b-euh7jt9ev5] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.legend-hint[b-euh7jt9ev5] {
    margin: 0;
    color: var(--mud-palette-text-secondary, #666);
}

.legend-list[b-euh7jt9ev5] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: .25rem;
}

    .legend-list li[b-euh7jt9ev5] {
        display: flex;
        align-items: center;
        gap: .5rem;
    }

.dots[b-euh7jt9ev5] {
    position: relative;
    width: calc((var(--dot-size) * 2) + var(--dot-gap));
    height: var(--dot-size);
    display: inline-block;
}

    .dots[b-euh7jt9ev5]::before,
    .dots[b-euh7jt9ev5]::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: var(--dot-size);
        height: var(--dot-size);
        border-radius: 50%;
        opacity: .4;
        background: var(--dot-grey);
    }

    .dots[b-euh7jt9ev5]::before {
        left: 0;
    }

    .dots[b-euh7jt9ev5]::after {
        right: 0;
    }

.state-both-available[b-euh7jt9ev5]::before,
.state-both-available[b-euh7jt9ev5]::after {
    background: var(--positive-color);
    opacity: 1;
}

.state-morning-available[b-euh7jt9ev5]::before {
    background: var(--positive-color);
    opacity: 1;
}

.state-afternoon-available[b-euh7jt9ev5]::after {
    background: var(--positive-color);
    opacity: 1;
}

.state-limited-morning[b-euh7jt9ev5]::before {
    background: var(--warning-color);
    opacity: 1;
}

.state-limited-afternoon[b-euh7jt9ev5]::after {
    background: var(--warning-color);
    opacity: 1;
}

.state-none[b-euh7jt9ev5]::before,
.state-none[b-euh7jt9ev5]::after {
    background: var(--dot-grey);
    opacity: .4;
}


/* Wrapper */
.availability-helper[b-euh7jt9ev5] {
    position: relative;
    display: inline-block;
    width: 30px;
}

/* Trigger button */
.availability-helper__trigger[b-euh7jt9ev5] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: none;
    background: transparent;
    padding: 0;
    font: inherit;
    cursor: pointer;
    color: inherit;
}

/* Question mark icon */
.availability-helper__icon[b-euh7jt9ev5] {
    width: 25px;
    height: 25px;
    border-radius: 999px;
    border: 2px solid var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    line-height: 1;
    color: var(--primary-color);
    font-weight: 700;
}

    .availability-helper__icon:hover[b-euh7jt9ev5] {
        color: var(--main-content-color);
        background: var(--primary-color);
    }

/* Popover base */
.availability-helper__popover[b-euh7jt9ev5] {
    position: absolute;
    top: 120%;
    right: 0;
    z-index: 1000;
    min-width: 260px;
    max-width: 320px;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    padding: 1rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.availability-helper:hover .availability-helper__popover[b-euh7jt9ev5] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* Legend content tweaks (optional) */
.availability-legend[b-euh7jt9ev5] {
    font-size: 0.9rem;
}

.legend-title[b-euh7jt9ev5] {
    margin: 0 0 0.4rem;
    font-size: 1rem;
}

.legend-hint[b-euh7jt9ev5] {
    margin: 0 0 0.6rem;
}

.legend-list[b-euh7jt9ev5] {
    margin: 0;
    padding-left: 0;
    list-style: none;
    color: var(--mud-palette-text-secondary, #666);
}

    .legend-list li[b-euh7jt9ev5] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.25rem;
    }

@media (max-width: 1024px) {
    .appointment-page[b-euh7jt9ev5] {
        width: 100%;
        margin-bottom: 30px;
    }

    .slots[b-euh7jt9ev5] {
        width: 100%;
    }

        .slots li[b-euh7jt9ev5] {
            display: flex;
        }

        .slots .slot[b-euh7jt9ev5] {
            width: unset;
            flex-grow: 1;
        }
}
/* /Site/Pages/Booking/BookingAvailability/BookingAvailability.razor.rz.scp.css */

.appointment-page[b-0jo2dgxur1] {
    width: 40vw;
    z-index: 10;
}

[b-0jo2dgxur1].cal-card .card-header .title {
    width: -webkit-fill-available;
    align-items: center;
}

.cal-card[b-0jo2dgxur1] {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cal-card[b-0jo2dgxur1]::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

[b-0jo2dgxur1].cal-card .card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: unset;
    flex-direction: column;
}

.month-grid[b-0jo2dgxur1] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.day-cell[b-0jo2dgxur1] {
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    border-radius: 12px;
    padding: 10px;
    text-align: left;
    cursor: pointer;
}

    .day-cell:disabled[b-0jo2dgxur1] {
        opacity: .5;
        cursor: not-allowed;
    }

.date[b-0jo2dgxur1] {
    font-weight: 800;
}




[b-0jo2dgxur1].appointment-page .mud-picker-calendar .button {
    margin: 3px 3px;
}

[b-0jo2dgxur1].appointment-page .mud-picker-calendar-header-day .mud-day-label {
    width: 36px;
    margin: 0px 3px;
}

[b-0jo2dgxur1].appointment-page .mud-picker-month-day {
    position: relative;
}


[b-0jo2dgxur1].appointment-page .mud-picker-static {
    border-radius: 15px;
    width: fit-content;
}


[b-0jo2dgxur1].appointment-page .mud-button-root::before,
[b-0jo2dgxur1].appointment-page .mud-button-root::after {
    content: "";
    position: absolute;
    top: unset;
    bottom: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0;
    transform: translateX(-50%);
}

[b-0jo2dgxur1].appointment-page .mud-button-root.has-morning::before {
    left: calc(50% - 6px);
    background-color: var(--positive-color);
    opacity: 1;
}

[b-0jo2dgxur1].appointment-page .mud-button-root.has-evening::after {
    left: calc(50% + 6px);
    background-color: var(--positive-color);
    opacity: 1;
}

[b-0jo2dgxur1].appointment-page .mud-button-root.limited-morning::before {
    left: calc(50% - 6px);
    background-color: var(--warning-color);
    opacity: 1;
}

[b-0jo2dgxur1].appointment-page .mud-button-root.limited-evening::after {
    left: calc(50% + 6px);
    background-color: var(--warning-color);
    opacity: 1;
}


[b-0jo2dgxur1].appointment-page .mud-button-root.unavailable-morning::before {
    left: calc(50% - 6px);
    background-color: var(--dot-grey);
    opacity: .4;
}

[b-0jo2dgxur1].appointment-page .mud-button-root.unavailable-evening::after {
    left: calc(50% + 6px);
    background-color: var(--dot-grey);
    opacity: .4;
}

[b-0jo2dgxur1].appointment-page .loading-container {
    height: 200px;
}

[b-0jo2dgxur1].cal-card h2.title {
    padding: 0px clamp(16px, 4vw, 24px);
}


@media (max-width: 1024px) {
    .appointment-page[b-0jo2dgxur1] {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    [b-0jo2dgxur1].appointment-page .card-header > div:nth-child(1) {
        transform: scale(.92);
    }
}

@media (max-width: 400px) {
    [b-0jo2dgxur1].appointment-page .card-header > div:nth-child(1) {
        transform: scale(.82);
    }
}
/* /Site/Pages/Booking/BookingAvailability/GroupClassEnrolment.razor.rz.scp.css */
.groupclass-enrolment[b-c0obuifl4s] {
    margin: clamp(16px, 4vw, 24px);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.groupclass-enrolment .enrolment-summary[b-c0obuifl4s] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 14px 16px;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    border-radius: 15px;
}

.groupclass-enrolment .enrolment-row[b-c0obuifl4s] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(var(--text-color-rgba), .08);
}

.groupclass-enrolment .enrolment-row:last-child[b-c0obuifl4s] {
    border-bottom: none;
    padding-bottom: 0;
}

.groupclass-enrolment .enrolment-row:first-child[b-c0obuifl4s] {
    padding-top: 0;
}

.groupclass-enrolment .enrolment-row .label[b-c0obuifl4s] {
    font-weight: 600;
    color: rgba(var(--text-color-rgba), .65);
    font-size: 13px;
}

.groupclass-enrolment .enrolment-row .value[b-c0obuifl4s] {
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.35;
}

.groupclass-enrolment .error-warning[b-c0obuifl4s] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: #fff8f0;
    border: 1px solid #f3d2b3;
    border-left: 5px solid #d97706;
    color: #5a3b10;
    font-size: 0.95rem;
    line-height: 1.35;
}

.confirm-actions[b-c0obuifl4s] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin: 0 clamp(16px, 4vw, 24px) clamp(16px, 4vw, 24px);
    padding-bottom: max(24px, calc(env(safe-area-inset-bottom, 0px) + 16px));
}

.card-header[b-c0obuifl4s] {
    padding: 0 clamp(16px, 4vw, 24px);
}
/* /Site/Pages/Booking/BookingAvailability/OvernightStayAvailability.razor.rz.scp.css */
.error-warning[b-kjecwg9uyy] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: #fff8f0; /* soft warm background */
    border: 1px solid #f3d2b3; /* subtle border */
    border-left: 5px solid #d97706; /* accent bar */

    color: #5a3b10;
    font-size: 0.95rem;
    line-height: 1.35;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
}

    .error-warning[b-kjecwg9uyy]::before {
        content: "⚠️";
        flex: 0 0 auto;
        margin-top: 1px;
    }

.details[b-kjecwg9uyy] {
    margin: 20px;
    display: flex;
    justify-content: flex-end;
}

.confirm-actions[b-kjecwg9uyy] {
    display: flex;
    justify-content: flex-end;
    padding-bottom: max(24px, calc(env(safe-area-inset-bottom, 0px) + 16px));
}

[b-kjecwg9uyy].details .input-container input {
    max-width: 50px;
}

[b-kjecwg9uyy].details .input-container._120 {
    min-width: unset;
    width: 120px;
}

[b-kjecwg9uyy].details .input-container._120 input {
    max-width: 120px;
}
/* /Site/Pages/Booking/BookingDetails.razor.rz.scp.css */
.main-page-container[b-ola8x9aacg] {
    overflow: auto;
    max-height: 75vh;
}

.confirm-header[b-ola8x9aacg] {
    padding: 5px 15px;
}

.confirm-complete-wrap[b-ola8x9aacg] {
    margin-top: 20px;
}

    .confirm-complete-wrap .confirm-card[b-ola8x9aacg] {
        display: flex;
        flex-direction: column;
        border: 1px solid var(--glass-border);
        background: var(--glass-bg);
        margin: 0px 10px;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .confirm-complete-wrap .icon-circle[b-ola8x9aacg] {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #eef3ff;
        color: #2d5bff;
        margin-bottom: 1rem;
    }

    .confirm-complete-wrap h1[b-ola8x9aacg] {
        margin: 0 0 .25rem 0;
        font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    }

    .confirm-complete-wrap .lead[b-ola8x9aacg] {
        margin: 0 0 1rem 0;
        color: #3a3a3a;
        font-size: 1rem;
    }

    .confirm-complete-wrap .summary[b-ola8x9aacg] {
        border: 1px solid #e9e9ee;
        border-radius: 12px;
        padding: .75rem 1rem;
        background: #fcfcff;
        margin: 1rem 0;
    }

    .confirm-complete-wrap .summary-row[b-ola8x9aacg] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .confirm-complete-wrap .summary-label[b-ola8x9aacg] {
        color: #666;
    }

    .confirm-complete-wrap .summary-value[b-ola8x9aacg] {
        font-weight: 600;
        font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    }

    .confirm-complete-wrap .next-steps[b-ola8x9aacg] {
        margin: 1rem 0 1.25rem 1.25rem;
        color: #363636;
    }

    .confirm-complete-wrap .actions[b-ola8x9aacg] {
        display: flex;
        flex-wrap: wrap;
        gap: .75rem;
        margin-bottom: .75rem;
        padding-bottom: max(24px, calc(env(safe-area-inset-bottom, 0px) + 16px));
    }

    .confirm-complete-wrap .help[b-ola8x9aacg] {
        margin: 0;
        color: #666;
        font-size: .95rem;
    }

@media (max-width: 1024px) {
    .confirm-wrap[b-ola8x9aacg] {
        width: 100%;
        margin-bottom: 30px;
    }

    .confirm-grid[b-ola8x9aacg] {
        grid-template-columns: repeat(2, 1fr);
        padding: unset;
        margin-block: unset;
    }

    .confirm-card[b-ola8x9aacg] {
        grid-column: span 1;
        display: flex;
        flex-direction: column;
        gap: unset;
    }

    .card-icon[b-ola8x9aacg] {
        width: fit-content;
        height: fit-content;
        display: flex;
        justify-content: flex-end;
        padding: 3px;
    }

    [b-ola8x9aacg].confirm-wrap .section-container {
        margin: unset;
        margin-top: 10px;
    }

    [b-ola8x9aacg].confirm-wrap .grid-col-2,
    [b-ola8x9aacg].confirm-wrap .grid-col-3,
    [b-ola8x9aacg].confirm-wrap .grid-col-4 {
        grid-column: span 2;
    }
}

/* Print-friendly tweaks */
@media print {
    .confirm-wrap[b-ola8x9aacg] {
        box-shadow: none;
    }

    .confirm-card[b-ola8x9aacg] {
        box-shadow: none;
    }
}
/* /Site/Pages/Booking/ConfirmationPage.razor.rz.scp.css */
.confirm-wrap[b-fcxe49tw4v] {
    width: 40vw;
    color: var(--text);
    overflow: auto;
    overflow-x: hidden;
    padding-top: clamp(16px, 4vw, 24px);
    padding-bottom: clamp(16px, 4vw, 24px);
    z-index: 10;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.confirm-wrap[b-fcxe49tw4v]::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}


.confirmation-container[b-fcxe49tw4v] {
    padding: 10px;
}

.confirm-header[b-fcxe49tw4v] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 14px;
    padding: 0px 15px;
}

    .confirm-header h2[b-fcxe49tw4v] {
        margin: 0;
        font-size: clamp(1.2rem, 1.4vw + 1rem, 1.8rem);
        letter-spacing: .2px;
    }

.confirm-sub[b-fcxe49tw4v] {
    margin: 0;
    color: var(--muted);
    font-size: .95rem;
    padding: 0 10px;
}

.confirm-grid[b-fcxe49tw4v] {
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(12, 1fr);
    margin-block: 14px 18px;
    padding: 0 10px;
}

.confirm-card[b-fcxe49tw4v] {
    grid-column: span 6; /* 2-up on desktop */
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 14px 16px;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    min-height: 92px;
}



.card-icon[b-fcxe49tw4v] {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: var(--primary-color);
    background: color-mix(in srgb, var(--primary-color) 12%, transparent);
}

[b-fcxe49tw4v].card-icon svg {
    height: 22px;
    width: 22px;
    fill: var(--primary-color);
}

.card-content[b-fcxe49tw4v] {
    min-width: 0;
}

.card-label[b-fcxe49tw4v] {
    font-size: .60rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--muted);
    margin-bottom: 2px;
}

.card-value[b-fcxe49tw4v] {
    font-weight: 600;
    font-size: 1.02rem;
    line-height: 1.35;
}

.card-sub[b-fcxe49tw4v] {
    color: var(--muted);
    font-size: .7rem;
    margin-top: 2px;
    white-space: pre-line;
}

.notes[b-fcxe49tw4v] {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px dashed var(--line);
}

.notes-label[b-fcxe49tw4v] {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.notes-input[b-fcxe49tw4v] {
    width: 100%;
    min-height: 110px;
    border-radius: 12px;
}

.notes-hint[b-fcxe49tw4v] {
    margin: 6px 0 0 0;
    color: var(--muted);
    font-size: .9rem;
    margin-left: 15px;
}

.confirm-actions[b-fcxe49tw4v] {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: max(24px, calc(env(safe-area-inset-bottom, 0px) + 16px));
}

.btn[b-fcxe49tw4v] {
    appearance: none;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 10px 16px;
    font-weight: 600;
    cursor: pointer;
}

.btn-primary[b-fcxe49tw4v] {
    background: var(--primary-color);
    color: #fff;
    border-color: color-mix(in srgb, var(--primary-color) 60%, #0000);
}

.btn-ghost[b-fcxe49tw4v] {
    background: transparent;
    color: var(--text);
}



[b-fcxe49tw4v].notes .input-container {
    width: auto;
}

.client-details[b-fcxe49tw4v] {
    margin-top: 14px;
    padding: 0px 15px;
}

[b-fcxe49tw4v].client-details .input-container {
    margin-left: 0px;
}


[b-fcxe49tw4v].confirmation-container .form-container .section-container {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
}

.confirm-complete-wrap[b-fcxe49tw4v] {
    margin-top: 20px;
}

    .confirm-complete-wrap .confirm-card[b-fcxe49tw4v] {
        display: flex;
        flex-direction: column;
        border: 1px solid var(--glass-border);
        background: var(--glass-bg);
        margin: 0px 10px;
    }

    .confirm-complete-wrap .icon-circle[b-fcxe49tw4v] {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #eef3ff;
        color: #2d5bff;
        margin-bottom: 1rem;
    }

    .confirm-complete-wrap h1[b-fcxe49tw4v] {
        margin: 0 0 .25rem 0;
        font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    }

    .confirm-complete-wrap .lead[b-fcxe49tw4v] {
        margin: 0 0 1rem 0;
        color: #3a3a3a;
        font-size: 1rem;
    }

    .confirm-complete-wrap .summary[b-fcxe49tw4v] {
        border: 1px solid #e9e9ee;
        border-radius: 12px;
        padding: .75rem 1rem;
        background: #fcfcff;
        margin: 1rem 0;
    }

    .confirm-complete-wrap .summary-row[b-fcxe49tw4v] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .confirm-complete-wrap .summary-label[b-fcxe49tw4v] {
        color: #666;
    }

    .confirm-complete-wrap .summary-value[b-fcxe49tw4v] {
        font-weight: 600;
        font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    }

    .confirm-complete-wrap .next-steps[b-fcxe49tw4v] {
        margin: 1rem 0 1.25rem 1.25rem;
        color: #363636;
    }

    .confirm-complete-wrap .actions[b-fcxe49tw4v] {
        display: flex;
        flex-wrap: wrap;
        gap: .75rem;
        margin-bottom: .75rem;
        padding-bottom: max(24px, calc(env(safe-area-inset-bottom, 0px) + 16px));
    }

    .confirm-complete-wrap .help[b-fcxe49tw4v] {
        margin: 0;
        color: #666;
        font-size: .95rem;
    }

[b-fcxe49tw4v].confirm-actions .button.cancel {
    color: var(--primary-color-text);
    fill: var(--primary-color-text);
    border: solid 1px var(--primary-color-text);
}



.booking-payment-layout[b-fcxe49tw4v] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
}

.payment-summary[b-fcxe49tw4v],
.booking-payment-panel[b-fcxe49tw4v] {
    padding: 1.25rem 1.5rem;
    border-radius: 0.9rem;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
}

    .payment-summary h3[b-fcxe49tw4v],
    .booking-payment-panel h3[b-fcxe49tw4v] {
        margin-top: 0;
        margin-bottom: 0.75rem;
    }

    .payment-summary dl[b-fcxe49tw4v] {
        margin: 0;
    }

        .payment-summary dl > div[b-fcxe49tw4v] {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px dashed #e5e7eb;
            padding: 0.4rem 0;
        }

    .payment-summary dt[b-fcxe49tw4v] {
        font-weight: 500;
        color: #4b5563;
    }

    .payment-summary dd[b-fcxe49tw4v] {
        margin: 0;
        font-weight: 600;
        color: #111827;
    }


/* Base radio look */
input[type="radio"][b-fcxe49tw4v] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    background-color: #ffffff; /* unselected = white */
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    /* Selected state */
    input[type="radio"]:checked[b-fcxe49tw4v] {
        background-color: var(--primary-color); /* selected = primary colour */
    }

        /* Optional: inner dot if you want white centre when selected */
        input[type="radio"]:checked[b-fcxe49tw4v]::after {
            content: "";
            position: absolute;
            inset: 3px;
            border-radius: 50%;
            background-color: #ffffff; /* inner dot colour */
        }

    /* Optional: keyboard focus */
    input[type="radio"]:focus-visible[b-fcxe49tw4v] {
        outline: 2px solid var(--primary-color);
        outline-offset: 2px;
    }

.account-buttons[b-fcxe49tw4v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-confirm-message[b-fcxe49tw4v] {
    display: flex;
    align-items: flex-start;
    gap: 0.70rem;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: rgba(var(--tertiary-color-rgba), .4);
    border: 1px solid var(--tertiary-color);
    font-size: 0.95rem;
    line-height: 1.35;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
    margin: 0px 8px;
    display: flex;
    flex-direction: column;
    grid-column: span 4;
}


@media (prefers-contrast: more) {
    .confirm-complete-wrap .summary[b-fcxe49tw4v] {
        border-color: #c8c8d2;
    }
}

@media (max-width: 1024px) {
    .confirm-wrap[b-fcxe49tw4v] {
        width: 100%;
        margin-bottom: 30px;
    }

    .confirm-grid[b-fcxe49tw4v] {
        grid-template-columns: repeat(2, 1fr);
        padding: unset;
        margin-block: unset;
    }

    .confirm-card[b-fcxe49tw4v] {
        grid-column: span 1;
        display: flex;
        flex-direction: column;
        gap: unset;
    }

    .card-icon[b-fcxe49tw4v] {
        width: fit-content;
        height: fit-content;
        display: flex;
        justify-content: flex-end;
        padding: 3px;
    }

    [b-fcxe49tw4v].confirm-wrap .section-container {
        margin: unset;
        margin-top: 10px;
    }

    [b-fcxe49tw4v].confirm-wrap .grid-col-2,
    [b-fcxe49tw4v].confirm-wrap .grid-col-3,
    [b-fcxe49tw4v].confirm-wrap .grid-col-4 {
        grid-column: span 2;
    }

    .account-buttons[b-fcxe49tw4v] {
        flex-direction: column;
    }

    .booking-confirm-message[b-fcxe49tw4v] {
        margin: unset;
        grid-column: span 2;
    }
}


.cancellation-policy[b-fcxe49tw4v] {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #e6e8f5;
    font-size: 0.85rem; /* Smaller text */
    line-height: 1.6;
    color: #666a7a; /* Soft neutral */

    background-color: #fafbff; /* Very light tint */
    padding: 14px 16px;
    border-radius: 6px;
}

    .cancellation-policy p[b-fcxe49tw4v] {
        margin: 0 0 8px 0;
    }

    .cancellation-policy ul[b-fcxe49tw4v],
    .cancellation-policy ol[b-fcxe49tw4v] {
        margin: 6px 0 10px 20px;
    }

    .cancellation-policy li[b-fcxe49tw4v] {
        margin-bottom: 4px;
    }

    .cancellation-policy strong[b-fcxe49tw4v] {
        font-weight: 600;
        color: #4b4f63;
    }

    .cancellation-policy h1[b-fcxe49tw4v],
    .cancellation-policy h2[b-fcxe49tw4v],
    .cancellation-policy h3[b-fcxe49tw4v],
    .cancellation-policy h4[b-fcxe49tw4v] {
        font-size: 0.9rem;
        margin: 0 0 6px 0;
        font-weight: 600;
        color: #4b4f63;
    }

    .cancellation-policy a[b-fcxe49tw4v] {
        color: #605DFF;
        text-decoration: none;
    }

        .cancellation-policy a:hover[b-fcxe49tw4v] {
            text-decoration: underline;
        }


/* Print-friendly tweaks */
@media print {
    .confirm-wrap[b-fcxe49tw4v] {
        box-shadow: none;
    }

    .confirm-card[b-fcxe49tw4v] {
        box-shadow: none;
    }

    .confirm-actions[b-fcxe49tw4v] {
        display: none;
    }
}
/* /Site/Pages/Booking/ExternalBookingPayment.razor.rz.scp.css */
.main-page-container[b-4umuzaykxk] {
    overflow: auto;
    max-height: 75vh;
}

.external-pay-wrap[b-4umuzaykxk] {
    width: min(40vw, 720px);
    margin: 0 auto;
    color: var(--text);
    overflow: auto;
    padding-top: clamp(16px, 4vw, 24px);
    padding-bottom: clamp(16px, 4vw, 24px);
}

.confirmation-container[b-4umuzaykxk] {
    padding: 10px;
}

.confirm-header[b-4umuzaykxk] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 14px;
    padding: 5px 15px;
}

.confirm-header h2[b-4umuzaykxk] {
    margin: 0;
    font-size: clamp(1.2rem, 1.4vw + 1rem, 1.8rem);
    letter-spacing: .2px;
}

.confirm-complete-wrap[b-4umuzaykxk] {
    margin-top: 20px;
}

.confirm-complete-wrap .confirm-card[b-4umuzaykxk] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    margin: 0 10px 10px;
    padding: 10px;
    border-radius: 10px;
}

.confirm-complete-wrap h1[b-4umuzaykxk] {
    margin: 0 0 .25rem 0;
    font-size: clamp(1.3rem, 2.5vw, 1.75rem);
}

.confirm-complete-wrap .lead[b-4umuzaykxk] {
    margin: 0 0 1rem 0;
    color: #3a3a3a;
    font-size: 1rem;
}

.confirm-actions[b-4umuzaykxk] {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: max(24px, calc(env(safe-area-inset-bottom, 0px) + 16px));
}

.in-app-interstitial[b-4umuzaykxk] {
    margin: 1rem clamp(12px, 3vw, 20px) 1.5rem;
    padding: 1.15rem 1.25rem;
    border-radius: 14px;
    border: 1px solid rgba(245, 158, 11, 0.45);
    background: #fffbeb;
    color: #78350f;
}

.in-app-interstitial h3[b-4umuzaykxk] {
    margin: 0 0 0.6rem;
    font-size: 1.1rem;
    color: #92400e;
}

.in-app-interstitial p[b-4umuzaykxk] {
    margin: 0 0 0.75rem;
    line-height: 1.45;
    font-size: 0.95rem;
}

.in-app-interstitial__steps[b-4umuzaykxk] {
    margin: 0 0 1rem 1.1rem;
    padding: 0;
    line-height: 1.5;
    font-size: 0.92rem;
}

.in-app-interstitial__actions[b-4umuzaykxk] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.in-app-interstitial__note[b-4umuzaykxk] {
    margin: 0 !important;
    font-size: 0.8rem !important;
    opacity: 0.9;
}

@media (max-width: 1024px) {
    .external-pay-wrap[b-4umuzaykxk] {
        width: 94vw;
        margin-bottom: 30px;
    }

    .in-app-interstitial__actions[b-4umuzaykxk] {
        flex-direction: column;
    }

    .confirm-actions[b-4umuzaykxk] {
        flex-direction: column;
    }
}
/* /Site/Pages/Booking/ListBookings.razor.rz.scp.css */
[b-ci94vv3jrh].booking-results .datagrid-body .grid-actions {
    width: 30px;
    font-size: 0px;
}


[b-ci94vv3jrh].booking-results .datagrid-body {
    max-height: calc(80vh - 185px) !important;
}

[b-ci94vv3jrh].booking-results .datagrid-container:has(.datagrid-selectedfilters .filter-block.visible) .datagrid-body {
    max-height: calc(80vh - 220px) !important;
}
/* /Site/Pages/Booking/Reviews/AddReviewDialog.razor.rz.scp.css */

.tx-review-form[b-96nntp8r7s] {
    display: grid;
    gap: 14px;
    grid-column: span 4;
}

.tx-review-form__stars-block[b-96nntp8r7s] {
    display: grid;
    gap: 10px;
}

.tx-review-form__stars[b-96nntp8r7s] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 4px;
}

.tx-star-btn[b-96nntp8r7s] {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 34px;
    line-height: 1;
    padding: 0;
    transition: transform 160ms ease, opacity 160ms ease;
}

    .tx-star-btn:hover[b-96nntp8r7s] {
        transform: translateY(-1px);
    }

    .tx-star-btn.is-on[b-96nntp8r7s] {
        opacity: 1;
        color: var(--tertiary-color);
    }

    .tx-star-btn.is-off[b-96nntp8r7s] {
        opacity: 0.18;
    }

.tx-review-form__hint[b-96nntp8r7s] {
    text-align: center;
    font-weight: 800;
    color: rgba(var(--text-color-rgba), 0.75);
}

.tx-review-form__divider[b-96nntp8r7s] {
    height: 1px;
    background: rgba(var(--text-color-rgba), 0.08);
}

.tx-review-form__prompt[b-96nntp8r7s] {
    text-align: center;
    color: rgba(var(--text-color-rgba), 0.70);
    font-size: 13px;
}


.tx-help[b-96nntp8r7s] {
    font-size: 12px;
    color: rgba(var(--text-color-rgba), 0.65);
}

.tx-help--row[b-96nntp8r7s] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.tx-help__muted[b-96nntp8r7s] {
    opacity: 0.85;
}

.tx-review-form__context[b-96nntp8r7s] {
    text-align: center;
    display: grid;
    gap: 4px;
    margin-top: 4px;
}

.tx-review-form__service[b-96nntp8r7s] {
    font-weight: 900;
    font-size: 15px;
    color: rgba(var(--text-color-rgba), 0.90);
}

.tx-review-form__with[b-96nntp8r7s] {
    font-size: 13px;
    color: rgba(var(--text-color-rgba), 0.70);
}

    .tx-review-form__with strong[b-96nntp8r7s] {
        font-weight: 900;
        color: rgba(var(--text-color-rgba), 0.85);
    }


.tx-google-prompt[b-96nntp8r7s] {
    display: grid;
    gap: 12px;
    padding: 6px 2px;
}

.tx-google-prompt__badge[b-96nntp8r7s] {
    width: fit-content;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(var(--primary-color-rgba), .18);
    background: rgba(var(--primary-color-rgba), .10);
}

.tx-google-prompt__title[b-96nntp8r7s] {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
}

.tx-google-prompt__text[b-96nntp8r7s] {
    margin: 0;
    color: rgba(var(--text-color-rgba), 0.78);
    line-height: 1.5;
}

.tx-google-prompt__message-preview[b-96nntp8r7s] {
    border: 1px solid rgba(var(--text-color-rgba), 0.10);
    background: rgba(255,255,255,0.35);
    border-radius: 14px;
    padding: 10px 12px;
}

.tx-google-prompt__label[b-96nntp8r7s] {
    font-size: 12px;
    font-weight: 600;
    color: rgba(var(--text-color-rgba), 0.65);
    margin-bottom: 6px;
}

.tx-google-prompt__preview[b-96nntp8r7s] {
    white-space: pre-wrap;
    color: rgba(var(--text-color-rgba), 0.85);
    line-height: 1.5;
    max-height: 140px;
    overflow: auto;
}

.tx-google-prompt__copied[b-96nntp8r7s] {
    font-size: 13px;
    font-weight: 700;
    color: rgba(var(--text-color-rgba), 0.80);
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(34,197,94,0.10);
    border: 1px solid rgba(34,197,94,0.18);
}

.tx-google-prompt__actions[b-96nntp8r7s] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.tx-google-btn[b-96nntp8r7s] {
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 800;
    cursor: pointer;
    border: 1px solid rgba(var(--text-color-rgba), 0.12);
}

.tx-google-btn--primary[b-96nntp8r7s] {
    border: none;
    color: var(--main-content-color);
    background: linear-gradient(135deg, var(--primary-color), var(--tertiary-color));
}

.tx-google-btn--ghost[b-96nntp8r7s] {
    background: rgba(255,255,255,0.35);
}

.tx-google-btn[disabled][b-96nntp8r7s] {
    opacity: .6;
    cursor: not-allowed;
}

.tx-google-prompt__note[b-96nntp8r7s] {
    color: rgba(var(--text-color-rgba), 0.6);
    font-size: 12px;
}


@media (max-width: 420px) {
    .tx-star-btn[b-96nntp8r7s] {
        font-size: 30px;
    }
}
/* /Site/Pages/Booking/Reviews/ListReviews.razor.rz.scp.css */
.review-results[b-utqg04w7vx] {
    width: 40vw;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review-card[b-utqg04w7vx] {
    display: grid;
    gap: 10px;
}

.review-card__top[b-utqg04w7vx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.review-card__top-right[b-utqg04w7vx] {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.review-card__stars[b-utqg04w7vx] {
    font-size: 18px;
    letter-spacing: 0.6px;
}

.star.is-on[b-utqg04w7vx] {
    opacity: 1;
    color: var(--tertiary-color);
}

.star.is-off[b-utqg04w7vx] {
    opacity: 0.18;
}

.review-card__verified[b-utqg04w7vx] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    vertical-align: middle;
}

.review-card__verified-text[b-utqg04w7vx] {
    font-weight: 600;
    font-size: 12px;
    color: var(--tx-primary-color);
}
.review-card__date[b-utqg04w7vx] {
    font-size: 12px;
    color: rgba(var(--text-color-rgba), 0.65);
    font-weight: 600;
}

.review-card__who[b-utqg04w7vx] {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 12px;
    align-items: center;
}

.review-card__avatar[b-utqg04w7vx] {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(var(--primary-color-rgba), .12);
    background: rgba(255,255,255,0.35);
    display: grid;
    place-items: center;
}

    .review-card__avatar img[b-utqg04w7vx] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.review-card__initials[b-utqg04w7vx] {
    font-weight: 900;
    color: rgba(var(--text-color-rgba), 0.75);
}

.review-card__meta[b-utqg04w7vx] {
    display: grid;
    gap: 4px;
}

.review-card__name[b-utqg04w7vx] {
    font-weight: 900;
    font-size: 14px;
}

.review-card__service[b-utqg04w7vx] {
    display: flex;
    gap: 6px;
    align-items: baseline;
    flex-wrap: wrap;
    font-size: 12px;
    color: rgba(var(--text-color-rgba), 0.70);
}

.review-card__service-label[b-utqg04w7vx] {
    font-weight: 800;
    opacity: 0.75;
}

.review-card__service-name[b-utqg04w7vx] {
    font-weight: 700;
}

.review-card__message[b-utqg04w7vx] {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(var(--text-color-rgba), 0.85);
    white-space: pre-line;
}

/* ===== Owner reply ===== */

.review-reply[b-utqg04w7vx] {
    border-top: 1px solid rgba(var(--text-color-rgba), 0.10);
    padding-top: 10px;
    display: grid;
    gap: 8px;
}

.review-reply__badge[b-utqg04w7vx] {
    width: fit-content;
    font-size: 11px;
    font-weight: 900;
    padding: 2px 10px;
    border-radius: 999px;
    border: 1px solid rgba(var(--text-color-rgba), 0.10);
    background: rgba(255,255,255,0.35);
    color: rgba(var(--text-color-rgba), 0.75);
}

.review-reply__row[b-utqg04w7vx] {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 10px;
    align-items: center;
}

.review-reply__avatar[b-utqg04w7vx] {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(var(--primary-color-rgba), .10);
    background: rgba(255,255,255,0.35);
    display: grid;
    place-items: center;
}

    .review-reply__avatar img[b-utqg04w7vx] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.review-reply__initials[b-utqg04w7vx] {
    font-weight: 900;
    color: rgba(var(--text-color-rgba), 0.70);
}

.review-reply__meta[b-utqg04w7vx] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
}

.review-reply__name[b-utqg04w7vx] {
    font-weight: 900;
    font-size: 13px;
}

.review-reply__date[b-utqg04w7vx] {
    font-size: 12px;
    color: rgba(var(--text-color-rgba), 0.60);
    font-weight: 700;
    white-space: nowrap;
}

.review-reply__message[b-utqg04w7vx] {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(var(--text-color-rgba), 0.82);
    white-space: pre-line;
}

[b-utqg04w7vx].review-results .datagrid-header,
[b-utqg04w7vx].review-results .datagrid-selectedfilters,
[b-utqg04w7vx].review-results .results-area {
    padding: 0px clamp(16px, 4vw, 24px);
}

[b-utqg04w7vx].review-results .results-area,
[b-utqg04w7vx].review-results .datagrid-body {
    max-height: unset !important;
}

@media (max-width: 1024px) {
    .review-results[b-utqg04w7vx] {
        width: 100%;
    }

    [b-utqg04w7vx].review-results .datagrid-header,
    [b-utqg04w7vx].review-results .datagrid-selectedfilters,
    [b-utqg04w7vx].review-results .results-area {
        padding: unset
    }

    .review-card__verified-text[b-utqg04w7vx] {
        display: none;
    }
}


/* /Site/Pages/Booking/Reviews/ReviewsCarousel.razor.rz.scp.css */

.svc-reviews[b-6vmqm6w63e] {
    grid-area: reviews;
    padding: 12px;
    position: sticky;
    top: calc(var(--header-h) + 10px);
    height: fit-content;
    animation: slideIn .6s ease .1s both;
}

    .svc-reviews .tx-reviews[b-6vmqm6w63e] {
        width: 100%;
        max-width: 20vw;
        height: 50vh;
        max-height: 500px;
    }

    .svc-reviews .tx-reviews__header[b-6vmqm6w63e] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        position: absolute;
        bottom: 0;
        right: 14%;
        z-index: 100;
    }

.svc-reviews .tx-reviews__title[b-6vmqm6w63e] {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.svc-reviews .tx-reviews__title-text[b-6vmqm6w63e] {
    font-weight: 800;
    margin: 0;
}

.svc-reviews .tx-reviews__count[b-6vmqm6w63e] {
    font-size: 11px;
    opacity: 0.7;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid var(--glass-border);
    background: rgba(255,255,255,0.35);
}

.svc-reviews .tx-reviews__controls[b-6vmqm6w63e] {
    display: flex;
    gap: 8px;
}

.svc-reviews .tx-reviews__nav[b-6vmqm6w63e] {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    box-shadow: var(--glass-shadow);
    cursor: pointer;
    line-height: 1;
    font-size: 18px;
    display: grid;
    place-items: center;
    transition: transform 160ms ease, outline 160ms ease;
    backdrop-filter: saturate(140%) blur(var(--glass-blur));
    -webkit-backdrop-filter: saturate(140%) blur(var(--glass-blur));
}

    .svc-reviews .tx-reviews__nav:hover[b-6vmqm6w63e] {
        outline: 2px solid rgba(var(--primary-color-rgba), .18);
        transform: translateY(-1px);
    }

    .svc-reviews .tx-reviews__nav:active[b-6vmqm6w63e] {
        transform: translateY(0) scale(0.98);
        cursor: pointer;
    }

/* Viewport: feels consistent with your sticky panel sizing */
    .svc-reviews .tx-reviews__viewport[b-6vmqm6w63e] {
        position: relative;
        height: 100%;
    }

/* Track is just a positioning container */
.svc-reviews .tx-reviews__track[b-6vmqm6w63e] {
    position: relative;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Base card styling: your glass tokens */
.svc-reviews .tx-review-card[b-6vmqm6w63e] {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    border-radius: var(--glass-radius);
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    box-shadow: var(--glass-shadow);
    padding: 12px 12px 10px 12px;
    opacity: 0;
    pointer-events: none;
    transition: transform 520ms cubic-bezier(.2,.9,.2,1), opacity 320ms ease, filter 320ms ease;
    backdrop-filter: saturate(140%) blur(var(--glass-blur));
    -webkit-backdrop-filter: saturate(140%) blur(var(--glass-blur));
}

    /* ACTIVE (centre, full) */
    .svc-reviews .tx-review-card.is-active[b-6vmqm6w63e] {
        opacity: 1;
        pointer-events: auto;
        z-index: 3;
        transform: translateY(-50%) translateX(0) scale(1);
        filter: none;
    }

    /* NEXT (top-right, behind) */
    .svc-reviews .tx-review-card.is-next[b-6vmqm6w63e] {
        opacity: 0.45;
        z-index: 2;
        transform: translateY(-120%) translateX(20%) scale(0.8);
        filter: blur(0.8px);
    }

    /* PREV (bottom-right, behind) */
    .svc-reviews .tx-review-card.is-prev[b-6vmqm6w63e] {
        opacity: 0.45;
        z-index: 1;
        transform: translateY(30%) translateX(20%) scale(0.8);
        filter: blur(0.8px);
    }

    /* Pop animation when becoming active */
    .svc-reviews .tx-review-card.pop[b-6vmqm6w63e] {
        animation: txReviewPop-b-6vmqm6w63e 360ms cubic-bezier(.2,.9,.2,1);
    }

@keyframes txReviewPop-b-6vmqm6w63e {
    0% {
        transform: translateY(-50%) scale(0.97);
    }

    60% {
        transform: translateY(-50%) scale(1.02);
    }

    100% {
        transform: translateY(-50%) scale(1);
    }
}

/* Card internals */
.svc-reviews .tx-review-card__top[b-6vmqm6w63e] {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.svc-reviews .tx-review-card__avatar[b-6vmqm6w63e] {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(var(--primary-color-rgba), .12);
    background: rgba(255,255,255,0.35);
    display: grid;
    place-items: center;
}

    .svc-reviews .tx-review-card__avatar img[b-6vmqm6w63e] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.svc-reviews .tx-review-card__initials[b-6vmqm6w63e] {
    font-weight: 800;
    color: rgba(var(--text-color-rgba), .75);
}

.svc-reviews .tx-review-card__name-row[b-6vmqm6w63e] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.svc-reviews .tx-review-card__name[b-6vmqm6w63e] {
    font-weight: 800;
    font-size: 13px;
}

.svc-reviews .tx-review-card__verified[b-6vmqm6w63e] {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid rgba(var(--primary-color-rgba), .18);
    background: rgba(var(--primary-color-rgba), .10);
    color: rgba(var(--text-color-rgba), .85);
}

.svc-reviews .tx-review-card__sub[b-6vmqm6w63e] {
    font-size: 11px;
    color: rgba(var(--text-color-rgba), .65);
    margin-top: 2px;
}

.svc-reviews .tx-review-card__rating[b-6vmqm6w63e] {
    white-space: nowrap;
    font-size: 25px;
    letter-spacing: 0.5px;
}

.svc-reviews .tx-star[b-6vmqm6w63e] {
    margin-left: 1px;
}

    .svc-reviews .tx-star.is-on[b-6vmqm6w63e] {
        opacity: 1;
        color: var(--tertiary-color);
    }

    .svc-reviews .tx-star.is-off[b-6vmqm6w63e] {
        opacity: 0.18;
    }

.svc-reviews .tx-review-card__body[b-6vmqm6w63e] {
    display: grid;
    gap: 8px;
}

.svc-reviews .tx-review-card__message[b-6vmqm6w63e] {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(var(--text-color-rgba), .85);
    /* default: clamp to 3 lines */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.svc-reviews .tx-review-card.is-expanded .tx-review-card__message[b-6vmqm6w63e] {
    /* expanded: 6 lines then scroll */
    -webkit-line-clamp: 8;
    overflow: auto;
    max-height: calc(6 * 1.45em);
    padding-right: 6px;
}

.svc-reviews .tx-review-card__more[b-6vmqm6w63e] {
    justify-self: start;
    font-size: 12px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    color: rgba(var(--text-color-rgba), .70);
    text-decoration: underline;
}

    .svc-reviews .tx-review-card__more:hover[b-6vmqm6w63e] {
        color: rgba(var(--text-color-rgba), .90);
    }

/* Empty state */
.svc-reviews .tx-review-empty[b-6vmqm6w63e] {
    padding: 12px;
    border-radius: var(--glass-radius);
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    box-shadow: var(--glass-shadow);
    color: rgba(var(--text-color-rgba), .70);
    backdrop-filter: saturate(140%) blur(var(--glass-blur));
    -webkit-backdrop-filter: saturate(140%) blur(var(--glass-blur));
}

.tx-review-card__more[b-6vmqm6w63e] {
    display: none;
}

.tx-review-card.is-active .tx-review-card__more.is-visible[b-6vmqm6w63e] {
    display: inline;
}
/* /Site/Pages/Booking/Reviews/ReviewsSummary.razor.rz.scp.css */
.review-summary[b-zzen9v5l5i] {
    padding: 0px clamp(16px, 4vw, 24px);
}

.review-summary__card[b-zzen9v5l5i] {
    display: grid;
    grid-template-columns: 220px 1px 1fr;
    gap: 16px;
    align-items: center;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    box-shadow: var(--glass-shadow);
    border-radius: var(--glass-radius);
    padding: 16px;
    backdrop-filter: saturate(140%) blur(var(--glass-blur));
    -webkit-backdrop-filter: saturate(140%) blur(var(--glass-blur));
}

.review-summary__left[b-zzen9v5l5i] {
    display: grid;
    justify-items: center;
    gap: 8px;
}

.review-summary__score[b-zzen9v5l5i] {
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
    color: var(--tertiary-color);
}

.review-summary__stars[b-zzen9v5l5i] {
    font-size: 18px;
    letter-spacing: 0.5px;
    color: var(--tertiary-color);
}

.review-summary__count[b-zzen9v5l5i] {
    color: var(--muted-text-color);
    font-weight: 600;
}

.review-summary__divider[b-zzen9v5l5i] {
    width: 1px;
    height: 100%;
    background: rgba(var(--text-color-rgba), 0.10);
}

.review-summary__right[b-zzen9v5l5i] {
    display: grid;
    gap: 10px;
}

/* Each row: "5 ★ | bar | count" */
.rating-row[b-zzen9v5l5i] {
    display: grid;
    grid-template-columns: 38px 1fr 46px;
    align-items: center;
    gap: 10px;
}

.rating-row__label[b-zzen9v5l5i] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(var(--text-color-rgba), 0.75);
    font-weight: 700;
}

.rating-row__star[b-zzen9v5l5i] {
    opacity: 0.35;
}

.rating-row__bar[b-zzen9v5l5i] {
    position: relative;
    height: 8px;
    border-radius: 999px;
    background: rgba(var(--text-color-rgba), 0.08);
    overflow: hidden;
}

.rating-row__fill[b-zzen9v5l5i] {
    position: absolute;
    inset: 0;
    width: 50%;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary-color), var(--tertiary-color));
}

.rating-row__value[b-zzen9v5l5i] {
    text-align: right;
    color: rgba(var(--text-color-rgba), 0.70);
    font-weight: 700;
}

.review-summary.simple .review-summary__card[b-zzen9v5l5i] {
    display: grid;
    gap: unset;
    border-radius: var(--glass-radius);
    padding: 10px;
    background: unset;
    border: unset;
    backdrop-filter: unset;
    box-sizing: unset;
    -webkit-backdrop-filter: unset;
    box-shadow: unset;
}

.review-summary.simple .review-summary__left[b-zzen9v5l5i] {
    grid-template-columns: 2fr;
    align-items: center;
    gap:unset;
}

.review-summary.simple .review-summary__score[b-zzen9v5l5i] {
    grid-column: span 1;
    font-size: 35px;
}
.review-summary.simple .review-summary__stars[b-zzen9v5l5i] {
    grid-column: span 1;
    font-size: 25px;
}
.review-summary.simple .review-summary__count[b-zzen9v5l5i] {
    grid-column: span 2;
    font-size: 12px;
}

.review-summary.simple .review-summary__count:hover[b-zzen9v5l5i] {
    color: var(--tertiary-color);
    text-decoration:underline;
    cursor: pointer;
}
.review-summary.simple .review-summary__right[b-zzen9v5l5i],
.review-summary.simple .review-summary__divider[b-zzen9v5l5i] {
    display: none;
}

.review-summary__card[b-zzen9v5l5i] {
    position: relative;
}

.review-summary__toggle[b-zzen9v5l5i] {
    display: none;
    border: 1px solid rgba(var(--text-color-rgba), 0.10);
    background: rgba(var(--text-color-rgba), 0.04);
    border-radius: 10px;
    padding: 8px 10px;
    cursor: pointer;
    line-height: 1;
}

.review-summary__toggle-icon[b-zzen9v5l5i] {
    display: inline-block;
    transition: transform 160ms ease;
    opacity: 0.85;
}

.review-summary .review-summary__toggle[b-zzen9v5l5i],
.review-summary .review-summary__drawer-header[b-zzen9v5l5i] {
    display: none;
}


@media (max-width: 1024px) {

    .review-summary .review-summary__toggle[b-zzen9v5l5i],
    .review-summary .review-summary__drawer-header[b-zzen9v5l5i] {
        display: flex;
    }


    .review-summary:not(.simple) .review-summary__toggle[b-zzen9v5l5i] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 8px;
    }

    .review-summary__divider[b-zzen9v5l5i] {
        display: none;
    }

    .review-summary__right[b-zzen9v5l5i] {
        display: grid;
        gap: 10px;
    }

    .review-summary.is-drawer-open[b-zzen9v5l5i] {
        position: relative;
        z-index: 200;
        isolation: isolate;
    }

    .review-summary__drawer[b-zzen9v5l5i] {
        display: block;
        position: absolute;
        inset: 0; /* anchors to the card */
        pointer-events: none; /* only becomes interactive when open */
        z-index: 200;
    }

    .review-summary__drawer-backdrop[b-zzen9v5l5i] {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.35);
        opacity: 0;
        border: none;
        padding: 0;
        z-index: 200;
    }

    .review-summary__drawer-panel[b-zzen9v5l5i] {
        position: fixed;
        left: 16px;
        right: 16px;
        top: 120px;
        border-radius: 16px;
        border: 1px solid rgba(var(--text-color-rgba), 0.10);
        background: var(--main-content-color);
        box-shadow: 0 10px 30px rgba(0,0,0,0.25);
        padding: 14px;
        transform: translateY(10px);
        opacity: 0;
        max-height: 55vh;
        overflow: auto;
        transition: transform 180ms ease, opacity 180ms ease;
        z-index: 201;
    }

    .review-summary__drawer.is-open[b-zzen9v5l5i] {
        pointer-events: auto;
    }

        .review-summary__drawer.is-open .review-summary__drawer-backdrop[b-zzen9v5l5i] {
            opacity: 1;
        }

        .review-summary__drawer.is-open .review-summary__drawer-panel[b-zzen9v5l5i] {
            transform: translateY(0);
            opacity: 1;
        }

    .review-summary__drawer-header[b-zzen9v5l5i] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(var(--text-color-rgba), 0.08);
    }

    .review-summary__drawer-title[b-zzen9v5l5i] {
        font-weight: 900;
        color: rgba(var(--text-color-rgba), 0.90);
    }

    .review-summary__drawer-close[b-zzen9v5l5i] {
        border: 1px solid rgba(var(--text-color-rgba), 0.10);
        background: rgba(var(--text-color-rgba), 0.04);
        border-radius: 10px;
        padding: 6px 10px;
        cursor: pointer;
    }

    .review-summary__toggle[aria-expanded="true"] .review-summary__toggle-icon[b-zzen9v5l5i] {
        transform: rotate(180deg);
    }

    .review-summary__card[b-zzen9v5l5i] {
        grid-template-columns: 1fr;
    }

    .review-summary__divider[b-zzen9v5l5i] {
        display: none;
    }

    .review-summary__left[b-zzen9v5l5i] {
        justify-items: start;
    }

    .review-summary[b-zzen9v5l5i] {
        margin: unset;
    }

    .review-summary__left[b-zzen9v5l5i] {
        display: flex;
        justify-items: center;
        gap: 8px;
        align-items: center;
        justify-content: space-between;
    }

    .review-summary__card[b-zzen9v5l5i] {
        gap: 5px;
    }
}


/* /Site/Pages/Booking/_ConfirmationCards.razor.rz.scp.css */
.confirm-grid[b-md4pkj35gp] {
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(12, 1fr);
    margin-block: 14px 18px;
    padding: 0 10px;
}

.confirm-card[b-md4pkj35gp] {
    grid-column: span 6; /* 2-up on desktop */
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 14px 16px;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    min-height: 92px;
}



.card-icon[b-md4pkj35gp] {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: var(--primary-color);
    background: color-mix(in srgb, var(--primary-color) 12%, transparent);
}

[b-md4pkj35gp].card-icon svg {
    height: 22px;
    width: 22px;
    fill: var(--primary-color);
}

.card-content[b-md4pkj35gp] {
    min-width: 0;
}

.card-label[b-md4pkj35gp] {
    font-size: .60rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--muted);
    margin-bottom: 2px;
}

.card-value[b-md4pkj35gp] {
    font-weight: 600;
    font-size: 1.02rem;
    line-height: 1.35;
}

.card-sub[b-md4pkj35gp] {
    color: var(--muted);
    font-size: .7rem;
    margin-top: 2px;
    white-space: pre-line;
}

@media (max-width: 1024px) {

    .confirm-grid[b-md4pkj35gp] {
        grid-template-columns: repeat(2, 1fr);
        padding: unset;
        margin-block: unset;
    }

    .confirm-card[b-md4pkj35gp] {
        grid-column: span 1;
        display: flex;
        flex-direction: column;
        gap: unset;
    }

    .card-icon[b-md4pkj35gp] {
        width: fit-content;
        height: fit-content;
        display: flex;
        justify-content: flex-end;
        padding: 3px;
    }

    [b-md4pkj35gp].confirm-wrap .grid-col-2,
    [b-md4pkj35gp].confirm-wrap .grid-col-3,
    [b-md4pkj35gp].confirm-wrap .grid-col-4 {
        grid-column: span 2;
    }
}

/* Print-friendly tweaks */
@media print {

    .confirm-card[b-md4pkj35gp] {
        box-shadow: none;
    }
}
/* /Site/Pages/Company/CompanyInfo/AvailabilityDisplay.razor.rz.scp.css */
.card[b-g46v6pkghu] {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--glass-bg);
    box-shadow: var(--shadow);
    padding: 12px 14px;
    min-width: 0; /* allow content to shrink inside grid tracks */
}

.hours[b-g46v6pkghu] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 10px;
    margin: 0;
}

    .hours > div[b-g46v6pkghu] {
        display: contents;
    }

    .hours dt[b-g46v6pkghu] {
        color: #111827;
        font-weight: 600;
    }

    .hours dd[b-g46v6pkghu] {
        margin: 0;
        color: #374151;
    }

@media (min-width: 1400px) {
    .card[b-g46v6pkghu] {
        padding: 14px 16px;
    }
}
/* /Site/Pages/Company/CompanyInfo/CompanyInformation.razor.rz.scp.css */
/* Container stays flexible inside a 40vw parent */
.info-tab[b-edaxr9aqg4] {
    --radius: 15px;
    --border: #e8e8ec;
    --bg: #fff;
    --muted: #6b7280;
    --title: #111827;
    --shadow: 0 6px 18px rgba(0,0,0,.06);
    display: grid;
    gap: 14px;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 5px;
    width: 40vw;
}

    .info-tab > h2[b-edaxr9aqg4],
    .info-tab > .info-cards[b-edaxr9aqg4] {
        padding: 0px clamp(16px, 4vw, 24px);
    }

    .info-tab > .info-hero[b-edaxr9aqg4] {
        margin: 0px clamp(16px, 4vw, 24px);
    }

/* Hero keeps a simple block layout (reads well in narrow columns) */
.info-hero[b-edaxr9aqg4] {
    display: grid;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--glass-bg);
}

/* Cards: AUTO-FIT columns based on available width in this 40vw container */
.info-cards[b-edaxr9aqg4] {
    display: grid;
    gap: 12px;
    /* Each card wants at least 260px, but will shrink to 100% if needed.
     This means: 3-up if ~≥780px available, 2-up if ~≥520px, otherwise 1-up. */
    grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));

}

.card[b-edaxr9aqg4] {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--glass-bg);
    box-shadow: var(--shadow);
    padding: 12px 14px;
    min-width: 0; /* allow content to shrink inside grid tracks */
}

/* Contact list stays tidy in narrow widths */
.contact-list[b-edaxr9aqg4] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.contact-link[b-edaxr9aqg4] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0; /* text can truncate */
    color: #0f172a;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 10px;
    transition: background .2s ease, box-shadow .2s ease, transform .08s ease;
}

    .contact-link .icon[b-edaxr9aqg4] {
        height: 25px;
        width: 20px;
        fill: url(#icon-gradient);
    }

    .contact-link span[b-edaxr9aqg4] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .contact-link:hover .icon[b-edaxr9aqg4] {
        -webkit-animation: bounceright .3s alternate ease infinite;
        animation: bounceright .3s alternate ease infinite;
    }
    

/* Staff grid: auto-fit avatars; collapses naturally */
.staff-grid[b-edaxr9aqg4] {
    --cell: 88px; /* avatar cell target width */
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    justify-items: center;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(var(--cell), 1fr));
}

.name[b-edaxr9aqg4] {
    display: block;
    margin-top: 6px;
    font-size: .95rem;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Extras row keeps to a single line or wraps if too narrow */
.info-extras[b-edaxr9aqg4] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.badges[b-edaxr9aqg4] {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
}

    .badges li[b-edaxr9aqg4] {
        width: 32px;
        height: 32px;
        display: grid;
        place-items: center;
        border: 1px solid var(--border);
        border-radius: 10px;
        background: #fff;
    }

/* Brand header tweaks for narrow spaces */
.info-brand[b-edaxr9aqg4] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.info-title[b-edaxr9aqg4] {
    margin: 0;
    font-weight: 700;
    color: var(--title);
    font-size: clamp(1rem, 1.2vw + .8rem, 1.25rem);
}

.info-subtitle[b-edaxr9aqg4], .info-about[b-edaxr9aqg4] {
    margin: 2px 0 0;
    color: #374151;
    line-height: 1.45;
}

.staff-item[b-edaxr9aqg4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.staff-item:hover[b-edaxr9aqg4] {
    cursor:pointer;
}

/* Optional: when the whole page is really wide,
   give the 40vw column a little more breathing room inside the cards */
@media (min-width: 1400px) {
    .card[b-edaxr9aqg4] {
        padding: 14px 16px;
    }
}

@media (max-width: 1024px) {
    .info-tab[b-edaxr9aqg4] {
        width:100%;
    }
}


@-webkit-keyframes bounceright {
    from {
        -webkit-transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(3px);
    }
}
/* /Site/Pages/Company/CompanyInfo/SocialLinksDisplay.razor.rz.scp.css */
.twx-social-icons[b-pdd2dvn27f] {
    fill: url(#icon-gradient);
}
/* /Site/Pages/Company/CompanyPage.razor.rz.scp.css */
/* company page background */
.company-bg-animated[b-n7g2ponpqn] {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(40% 30% at 20% 20%, rgba(var(--primary-color-rgba), .18), transparent 60%), radial-gradient(35% 30% at 80% 25%, rgba(var(--secondary-color-rgba), .14), transparent 60%), radial-gradient(30% 25% at 50% 80%, rgba(var(--tertiary-color-rgba), .12), transparent 60%), var(--main-body-color);
    filter: saturate(120%);
    animation: floatGrad-b-n7g2ponpqn 18s ease-in-out infinite alternate;
}

@keyframes floatGrad-b-n7g2ponpqn {
    0% {
        transform: translate3d(0,0,0) scale(1);
    }

    100% {
        transform: translate3d(0,-12px,0) scale(1.02);
    }
}


.company-shell[b-n7g2ponpqn] {
    position: relative;
    justify-items: center;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}


.map-container[b-n7g2ponpqn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .4;
    z-index: 1;
    height: 100%;
}

[b-n7g2ponpqn].company-shell .division-step {
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    margin: 10px;
}

[b-n7g2ponpqn].company-shell .division-card,
[b-n7g2ponpqn].company-shell .stepper {
    z-index: 10;
}

[b-n7g2ponpqn].map-container:has(.leaflet-marker-icon:hover) {
    opacity: .8;
}





.company-shell[b-n7g2ponpqn] {
    position: relative;
    justify-items: center;
}

[b-n7g2ponpqn].company-shell .stepper {
    position: absolute;
    width: 100%;
}

[b-n7g2ponpqn].company-shell:not(:has(.division-card)) .stepper {
    width: 40vw;
    transition: width 1s ease-in-out;
}

.map-container[b-n7g2ponpqn] {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .4;
    z-index: 1;
    transition: height ease-in-out 1s, opacity ease-in-out .6s, top ease-in-out 1s, width ease-in-out 1s;
}

[b-n7g2ponpqn].map-container .twx-map {
    height: calc(90vh - 85px);
    width: 100%;
}

.map-container.selected[b-n7g2ponpqn] {
    margin-top: 65px;
    opacity: 1;
    height: 155px;
    width: 40vw;
    flex-shrink: 0;
}

[b-n7g2ponpqn].map-container.selected .twx-map-card {
    height:unset;
}

[b-n7g2ponpqn].map-container.selected .twx-map {
    height: 155px;
    width: 100%;
    transition: height ease-in-out 1s;
}

.map-container .profile-container[b-n7g2ponpqn] {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 10000;
    background: var(--main-content-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3px;
    border-radius: 50%;
    height: 75px;
    width: 75px;
}

.profile-container .profile-image[b-n7g2ponpqn] {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    overflow: hidden;
}

.profile-container .profile-image img[b-n7g2ponpqn] {
    object-fit: cover;
}

.image-container[b-n7g2ponpqn] {
    visibility: hidden;
    height: 0px;
}

[b-n7g2ponpqn].image-container .images-carousel {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.image-container.visible[b-n7g2ponpqn] {
    height: 10vh;
    visibility: visible;
    flex-shrink: 0;
}

[b-n7g2ponpqn].image-container.visible .images-carousel {
    height: unset;
    overflow: unset;
    opacity: 1;
}

[b-n7g2ponpqn].company-shell .stepper .step.revealtext.availability:hover {
    width: 120px;
}

[b-n7g2ponpqn].company-shell .stepper .step.revealtext.accomodation:hover {
    width: 140px;
}


[b-n7g2ponpqn].company-shell .stepper .step.revealtext.confirmation:hover {
    width: 130px;
}

[b-n7g2ponpqn].company-shell .stepper .step.revealtext.availability.active {
    width: 120px;
}

    [b-n7g2ponpqn].company-shell .stepper .step.revealtext.availability.active .label {
        opacity: 1;
    }

[b-n7g2ponpqn].company-shell .stepper .step.revealtext.confirmation.active {
    width: 130px;
}

[b-n7g2ponpqn].company-shell .stepper .step.revealtext.accomodation.active {
    width: 130px;
}

[b-n7g2ponpqn].company-shell .stepper .step.revealtext.confirmation.active .label{
    opacity: 1;
}

.review-container[b-n7g2ponpqn] {
    visibility: hidden;
    position: fixed;
    right: -20%;
    opacity: 0.3;
    top: 15vh;
    transition: right ease-in-out 2s, opacity ease-in-out 2s;
}

    .review-container.visible[b-n7g2ponpqn] {
        visibility: visible;
        width: 25vw;
        right: 20px;
        opacity: 1;
    }

[b-n7g2ponpqn].company-shell .tab-container {
    width: 100%;
}

.company-booking-panel[b-n7g2ponpqn] {
    position: relative;
    z-index: 20;
    width: 40vw;
    flex: 1 1 auto;
    min-height: 0;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
}

[b-n7g2ponpqn].company-shell .tabcontrol {
    width: 100%;
    flex-shrink: 0;
}

[b-n7g2ponpqn].company-shell .spacer {
    flex-shrink: 0;
}

[b-n7g2ponpqn].company-shell .tab-contents {
    background: unset;
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
    border-radius: var(--glass-radius);
    backdrop-filter: saturate(140%) blur(var(--glass-blur));
    -webkit-backdrop-filter: saturate(140%) blur(var(--glass-blur));
}

[b-n7g2ponpqn].company-shell .tab-container .tab {
    flex-grow: 1;
    min-width: unset;
}

/* The step content (availability → confirmation → payment) is the scroll container.
   Sizing it from the flex chain instead of a fixed viewport calculation keeps its
   bottom edge on screen, so scrolling always reaches the action buttons. */
[b-n7g2ponpqn].company-shell .tab-contents {
    position: relative;
    z-index: 20;
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    padding: 10px 0px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-bottom: max(24px, calc(env(safe-area-inset-bottom, 0px) + 16px));
    scrollbar-width: none;
    -ms-overflow-style: none;
}

[b-n7g2ponpqn].company-shell .tab-contents::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

@media (max-width: 1024px) {
    .map-container.selected[b-n7g2ponpqn] {
        width: 94vw;
    }

    .company-booking-panel[b-n7g2ponpqn] {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow-x: hidden;
    }

    [b-n7g2ponpqn].company-shell:not(:has(.division-card)) .stepper {
        width: 100%;
    }

    [b-n7g2ponpqn].company-shell .tabcontrol {
        width: 100%;
    }

    [b-n7g2ponpqn].company-shell .tab-contents {
        max-height: none;
        width: 100%;
        min-width: 0;
        overflow-x: hidden;
    }

}
/* /Site/Pages/Company/DivisionSelector.razor.rz.scp.css */

.globe-wrap[b-84gnuc53t9] {
    position: relative;
    margin-top: 16px;
    border-radius: var(--glass-radius);
    overflow: hidden;
}

    .globe-wrap canvas[b-84gnuc53t9] {
        width: 100%;
        height: auto;
        display: block;
    }

.postcode-search-row[b-84gnuc53t9] {
    min-width: 410px;
    width: 40%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.5rem;
}

.postcode-search-row[b-84gnuc53t9]  .search-row {
    min-width: 0;
    width: 100%;
}

.postcode-search-row[b-84gnuc53t9]  .search-row input {
    min-width: 0;
    background: var(--main-content-color);
}

.division-step[b-84gnuc53t9] {
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    pointer-events: none;
}

    .division-step > *[b-84gnuc53t9] {
        pointer-events: auto;
    }

.division-card[b-84gnuc53t9] {
    padding: clamp(16px, 4vw, 24px);
    color: var(--primary-color-text);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.division-list-scroll[b-84gnuc53t9] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    padding: 8px 0 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.division-list-scroll[b-84gnuc53t9]::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.division-card .hero-title[b-84gnuc53t9] {
    color: var(--text-color);
    text-align: center;
}

.division-card .hero-sub[b-84gnuc53t9] {
    color: var(--muted-text-color);
    text-align: center;
}


.division-card-item[b-84gnuc53t9] {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 12px;
    width: 100%;
    text-align: left;
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 12px;
    cursor: pointer;
    align-items: center;
}

    .division-card-item:hover[b-84gnuc53t9] {
        outline: 2px solid rgba(var(--primary-color-rgba), .25);
    }

.division-card-left[b-84gnuc53t9] {
    display: grid;
    place-items: center;
}

.division-logo[b-84gnuc53t9] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: rgba(var(--primary-color-rgba), .12);
    font-weight: 800;
}

    .division-logo img[b-84gnuc53t9] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.division-card-body[b-84gnuc53t9] {
    min-width: 0;
}

.division-title[b-84gnuc53t9] {
    font-weight: 800;
    line-height: 1.2;
}

.division-address[b-84gnuc53t9] {
    color: var(--muted-text-color);
    font-size: .95rem;
    margin-top: 4px;
}

.division-stats[b-84gnuc53t9] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.chip[b-84gnuc53t9] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 1px solid var(--glass-border);
    background: rgba(var(--main-content-color-rgba), .6);
    border-radius: 999px;
    padding: 6px 10px;
    font-weight: 700;
    font-size: .9rem;
    white-space: nowrap;
}

    .chip.accent[b-84gnuc53t9] {
        background: rgba(var(--primary-color-rgba), .1);
        border-color: rgba(var(--primary-color-rgba), .25);
    }

.chip-extra[b-84gnuc53t9] {
    color: var(--primary-color);
    font-weight: 800;
}

.division-card-right .cta[b-84gnuc53t9] {
    font-weight: 800;
    color: var(--primary-color);
}

.division-card .grid[b-84gnuc53t9] {
    margin-top: 12px;
    padding-right: 2rem;
}


    .division-card .grid li[b-84gnuc53t9] {
        display: flex;
        margin-bottom: 10px;
    }

[b-84gnuc53t9].division-card .loading-container {
    min-height: 200px;
    height: unset;
}

.grid[b-84gnuc53t9] {
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .grid li[b-84gnuc53t9] {
        display:flex;
        width: 30vw;
        max-width: 600px;
    }


@media (max-width: 1024px) {
    .postcode-search-row[b-84gnuc53t9] {
        min-width: unset;
        width: 100%;
    }

    .grid[b-84gnuc53t9] {
        width: 100%;
    }

        .grid li[b-84gnuc53t9] {
            width: 100%;
            max-width: unset;
        }
}


@media (max-width: 520px) {
    .postcode-search-row[b-84gnuc53t9] {
        grid-template-columns: minmax(0, 1fr);
    }

    .postcode-search-row[b-84gnuc53t9]  > .button {
        justify-self: end;
    }
}


/* /Site/Pages/Company/ServiceCards/AccountDetailsDialog.razor.rz.scp.css */
.account-detail-dialog[b-apwb8yu648] {
    display: grid;
    gap: 16px;
    min-width: min(100%, 640px);
    max-width: 720px;
    margin: 8px;
}

.account-detail-header[b-apwb8yu648] {
    display: grid;
    justify-items: center;
    gap: 8px;
    text-align: center;
}

.account-detail-name[b-apwb8yu648] {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.account-detail-body[b-apwb8yu648] {
    display: grid;
    gap: 12px;
    padding: 8px 4px 16px;
}

.account-detail-company[b-apwb8yu648] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid var(--glass-border);
    background: rgba(var(--primary-color-rgba), .06);
}

.account-detail-meta-item[b-apwb8yu648] {
    display: grid;
    gap: 2px;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid var(--glass-border);
    background: rgba(var(--primary-color-rgba), .06);
}

.account-detail-meta-label[b-apwb8yu648] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: rgba(var(--text-color-rgba), .55);
}

.account-detail-meta-value[b-apwb8yu648] {
    font-weight: 700;
    font-size: 15px;
    color: inherit;
    text-decoration: none;
}

a.account-detail-meta-value:hover[b-apwb8yu648] {
    color: var(--primary-color);
}

[b-apwb8yu648] .tabcontrol {
    margin-top: 4px;
}
/* /Site/Pages/Company/ServiceCards/AppointmentServiceCard.razor.rz.scp.css */
.svc-item[b-npj4ytdwa7] {
    text-align: left;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    border-radius: 15px;
    padding: 10px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

    .svc-item:hover[b-npj4ytdwa7] {
        outline: 2px solid rgba(var(--primary-color-rgba), .25);
    }

.svc-content[b-npj4ytdwa7] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 0;
}

.svc-meta-main[b-npj4ytdwa7] {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.svc-meta-pricing[b-npj4ytdwa7] {
    flex-shrink: 0;
    text-align: right;
    align-items: flex-end;
}

.svc-title[b-npj4ytdwa7],
.svc-meta .price[b-npj4ytdwa7] {
    font-weight: 600;
}

.svc-item .svc-sub[b-npj4ytdwa7] {
    color: rgba(var(--text-color-rgba), .7);
    margin-top: 2px;
    font-size: 14px;
    letter-spacing: .09px;
    font-weight: 400;
    text-align: left;
}

.svc-sub-clamped[b-npj4ytdwa7] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.svc-info-btn[b-npj4ytdwa7] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    background: rgba(var(--main-content-color-rgba), .85);
    color: var(--primary-color);
    cursor: pointer;
}

    .svc-info-btn:hover[b-npj4ytdwa7] {
        border-color: rgba(var(--primary-color-rgba), .35);
        background: rgba(var(--primary-color-rgba), .1);
    }

[b-npj4ytdwa7].svc-info-btn svg {
    width: 16px;
    height: 16px;
}

.svc-meta .duration[b-npj4ytdwa7] {
    color: rgba(var(--text-color-rgba), .7);
    margin-top: 2px;
    font-size: 10px;
    letter-spacing: .09px;
    font-weight: 400;
}

.svc-actions button[b-npj4ytdwa7] {
    padding: 5px 10px;
    border-radius: 6px;
    color: var(--main-content-color);
    background: linear-gradient(135deg, var(--primary-color), var(--tertiary-color));
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.svc-meta[b-npj4ytdwa7] {
    display: flex;
    margin-top: 0;
    font-weight: 700;
    flex-direction: column;
}

.svc-title[b-npj4ytdwa7] {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}

.svc-item--detailed[b-npj4ytdwa7] {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-top: 36px;
}

    .svc-item--detailed .svc-content[b-npj4ytdwa7] {
        width: 100%;
    }

    .svc-item--detailed .svc-actions[b-npj4ytdwa7] {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }

@media (max-width: 1024px) {
    .svc-content[b-npj4ytdwa7] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .svc-meta-pricing[b-npj4ytdwa7] {
        align-items: flex-start;
        text-align: left;
    }
}
/* /Site/Pages/Company/ServiceCards/GroupClassServiceCard.razor.rz.scp.css */
.gc-card[b-482zudr7wr] {
    text-align: left;
    border: 1px solid var(--glass-border);
    background:
        linear-gradient(145deg, rgba(var(--primary-color-rgba), .10), transparent 42%),
        var(--glass-bg);
    border-radius: 15px;
    padding: 14px 14px 12px;
    cursor: pointer;
    display: grid;
    gap: 10px;
    transition: outline-color .15s ease, transform .15s ease;
    position: relative;
}

    .gc-card:hover[b-482zudr7wr] {
        outline: 2px solid rgba(var(--primary-color-rgba), .28);
        transform: translateY(-1px);
    }

.gc-header[b-482zudr7wr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.gc-badge[b-482zudr7wr] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--primary-color);
    background: rgba(var(--primary-color-rgba), .12);
    border: 1px solid rgba(var(--primary-color-rgba), .18);
    border-radius: 999px;
    padding: 4px 9px;
}

.gc-price[b-482zudr7wr] {
    font-weight: 700;
    font-size: 14px;
    color: var(--text-color);
    text-align: right;
}

.gc-title[b-482zudr7wr] {
    font-weight: 800;
    font-size: 18px;
    line-height: 1.25;
}

.gc-description[b-482zudr7wr] {
    margin: 0;
    color: rgba(var(--text-color-rgba), .72);
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: .01px;
}

.gc-description-clamped[b-482zudr7wr] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.gc-info-btn[b-482zudr7wr] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    background: rgba(var(--main-content-color-rgba), .85);
    color: var(--primary-color);
    cursor: pointer;
}

    .gc-info-btn:hover[b-482zudr7wr] {
        border-color: rgba(var(--primary-color-rgba), .35);
        background: rgba(var(--primary-color-rgba), .1);
    }

[b-482zudr7wr].gc-info-btn svg {
    width: 16px;
    height: 16px;
}

.gc-schedule[b-482zudr7wr] {
    display: grid;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(var(--primary-color-rgba), .06);
    border: 1px solid rgba(var(--primary-color-rgba), .12);
}

.gc-schedule-label[b-482zudr7wr] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(var(--text-color-rgba), .55);
}

.gc-schedule-value[b-482zudr7wr] {
    font-weight: 600;
    font-size: 14px;
}

.gc-days[b-482zudr7wr] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 2px;
}

.gc-day[b-482zudr7wr] {
    min-width: 2.4rem;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 6px;
    border-radius: 8px;
    color: var(--primary-color);
    background: rgba(var(--primary-color-rgba), .12);
    border: 1px solid rgba(var(--primary-color-rgba), .16);
}

.gc-facts[b-482zudr7wr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 8px;
}

.gc-fact[b-482zudr7wr] {
    display: grid;
    gap: 2px;
    padding: 8px 10px;
    border-radius: 12px;
    border: 1px solid var(--glass-border);
    background: rgba(255, 255, 255, .04);
}

.gc-fact-label[b-482zudr7wr] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: rgba(var(--text-color-rgba), .55);
}

.gc-fact-value[b-482zudr7wr] {
    font-weight: 700;
    font-size: 13px;
}

.gc-card--detailed[b-482zudr7wr] {
    padding-top: 36px;
}

    .gc-card--detailed .gc-footer[b-482zudr7wr] {
        justify-content: end;
    }

.gc-footer[b-482zudr7wr] {
    display: flex;
    justify-content: flex-end;
}

    .gc-footer button[b-482zudr7wr] {
        padding: 7px 14px;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        color: var(--main-content-color);
        background: linear-gradient(135deg, var(--primary-color), var(--tertiary-color));
        font-weight: 700;
    }
/* /Site/Pages/Company/ServiceCards/ServiceDetailsDialog.razor.rz.scp.css */
.service-detail-dialog[b-a3x7nvmusb] {
    display: grid;
    gap: 14px;
    text-align: center;
    max-width: 450px;
    margin: 10px;
}

.service-detail-avatar[b-a3x7nvmusb] {
    display: grid;
    justify-items: center;
    gap: 8px;
}

.service-detail-staff-name[b-a3x7nvmusb] {
    font-weight: 600;
    font-size: 14px;
    color: rgba(var(--text-color-rgba), .75);
}

.service-detail-name[b-a3x7nvmusb] {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
}

.service-detail-description[b-a3x7nvmusb] {
    margin: 0;
    text-align: left;
    color: rgba(var(--text-color-rgba), .75);
    font-size: 14px;
    line-height: 1.5;
    white-space: normal;
}

.service-detail-meta[b-a3x7nvmusb] {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.service-detail-meta-item[b-a3x7nvmusb] {
    display: grid;
    gap: 2px;
    min-width: 110px;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid var(--glass-border);
    background: rgba(var(--primary-color-rgba), .06);
}

.service-detail-meta-label[b-a3x7nvmusb] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: rgba(var(--text-color-rgba), .55);
}

.service-detail-meta-value[b-a3x7nvmusb] {
    font-weight: 700;
    font-size: 15px;
}
/* /Site/Pages/Company/ServiceImages/ImageCarousel.razor.rz.scp.css */
.images-carousel[b-nprn0ueebg] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px;
    padding: 8px 48px;
    z-index: 10;

}

    /* arrows */
    .images-carousel .nav[b-nprn0ueebg] {
        position: absolute;
        bottom: 5%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #ddd;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,.06);
        cursor: pointer;
        display: grid;
        place-items: center;
    }

        .images-carousel .nav:hover[b-nprn0ueebg] {
            background: #f7f7f7;
        }

        .images-carousel .nav.prev[b-nprn0ueebg] {
            left: 8px;
        }

        .images-carousel .nav.next[b-nprn0ueebg] {
            right: 8px;
        }

    /* viewport & track */
    .images-carousel .viewport[b-nprn0ueebg] {
        overflow: visible;
    }

.images-track[b-nprn0ueebg] {
    display: flex;
    align-items: flex-end;
    gap: var(--gap, 10px);
    will-change: transform;
    margin-left: 15px;
    margin-right: 15px;
}

/* cell sizing: 10 across using gap calc */
.img-cell[b-nprn0ueebg] {
    width: 100%;
    display: grid;
    place-items: center;
    transition: transform .25s ease, opacity .25s ease, filter .25s ease;
    transform-origin: center;
    opacity: .6;
    filter: saturate(.9);
    z-index: 0;
    transition: opacity .35s ease, filter .35s ease, transform .35s ease;
}

    .img-cell picture[b-nprn0ueebg] {
        width: 100%;
    }

    .img-cell img[b-nprn0ueebg] {
        width: 100%;
        height: 10vh;
        object-fit: cover;
        border-radius: 12px;
        border: 1px solid var(--glass-border, #eee);
        display: block;
        user-select: none;
        -webkit-user-drag: none;
        transition: height .35s ease, width .35s ease, box-shadow .35s ease, transform .35s ease;
    }

    .img-cell.active[b-nprn0ueebg] {
        opacity: 1;
        filter: none;
        z-index: 1;
        width:0px;
        margin-right: 20vw;
        position: relative;

    }


        .img-cell.active img[b-nprn0ueebg] {
            height: 40vh;
            width: 20vw;
            position: absolute;
            left: 0;
            bottom: 0;
            box-shadow: 0 12px 32px rgba(0,0,0,.18);
        }

    .img-cell:hover[b-nprn0ueebg] {
        cursor: pointer;
        opacity: 1;
    }

@media (prefers-reduced-motion: reduce) {
    .img-cell[b-nprn0ueebg], .img-cell img[b-nprn0ueebg] {
        transition: none !important;
    }
}




/* base transitions (unchanged) */
.img-cell[b-nprn0ueebg] {
    transition: opacity .35s ease, filter .35s ease, transform .35s ease;
}

    /* container still makes the active slot “big” */
    .img-cell.active[b-nprn0ueebg] {
        opacity: 1;
        filter: none;
        position: relative;
        z-index: 1;
    }

        .img-cell.active img[b-nprn0ueebg] {
            height: 40vh;
            width: 20vw;
            position: absolute;
            left: 0;
            bottom: 0;
            box-shadow: 0 12px 32px rgba(0,0,0,.18);
            transition: height .35s ease, width .35s ease, box-shadow .35s ease, transform .35s ease, opacity .35s ease;
        }

/* animate in whenever a new active <img> is mounted */
.active-img[b-nprn0ueebg] {
    animation: growIn-b-nprn0ueebg .35s ease both;
}

@keyframes growIn-b-nprn0ueebg {
    from {
        opacity: 0;
        transform: scale(.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .img-cell[b-nprn0ueebg], .img-cell img[b-nprn0ueebg] {
        transition: none !important;
        animation: none !important;
    }
}
/* /Site/Pages/Company/ServiceImages/ListImages.razor.rz.scp.css */

.image-list[b-nktumn0tcb] {
    display: block;
    padding: 0px;
    width: 40vw;
    display: flex;
    gap: 14px;
    flex-direction: column;
}

.image-list.compact[b-nktumn0tcb] {
    width: 100%;
}

    .image-list.compact .division-block[b-nktumn0tcb] {
        margin: 0;
    }

    .image-list.compact .empty[b-nktumn0tcb] {
        padding: 16px 4px;
    }

    .image-list h2[b-nktumn0tcb] {
        padding: 0px clamp(16px, 4vw, 24px);
    }

    .image-list .division-block[b-nktumn0tcb] {
        margin: 0px clamp(16px, 4vw, 24px);
    }

.division-block[b-nktumn0tcb] {
    border-radius: 12px;
    margin-bottom: 18px;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    border-radius: 15px;
}

.division-head[b-nktumn0tcb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid #f0f0f0;
}

    .division-head .left[b-nktumn0tcb] {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    .division-head .name[b-nktumn0tcb] {
        font-weight: 700;
    }

    .division-head .sub[b-nktumn0tcb] {
        color: #777;
        font-size: 12px;
    }

    .division-head .avatar[b-nktumn0tcb] {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        object-fit: cover;
    }

.thumb-grid[b-nktumn0tcb] {
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
}

.thumb[b-nktumn0tcb] {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #fafafa;
    position: relative;
}

    .thumb img[b-nktumn0tcb] {
        width: 100%;
        height: 140px;
        object-fit: cover;
        display: block;
        cursor: pointer;
    }

.empty[b-nktumn0tcb] {
    padding: 14px;
    color: #777;
}

.grid-skeleton[b-nktumn0tcb] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
    padding: 12px;
}

.skel[b-nktumn0tcb] {
    height: 140px;
    border-radius: 10px;
    background: linear-gradient(90deg, #eee 25%, #f5f5f5 37%, #eee 63%);
    background-size: 400% 100%;
    animation: shimmer-b-nktumn0tcb 1.2s infinite linear;
}

.thumb > .icon[b-nktumn0tcb] {
    margin-left: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--main-content-color);
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(136, 165, 191, 0.48) -6px -2px 16px 0px;
    position: absolute;
    top: 5px;
    right: 5px;
    visibility: hidden;
}

    .thumb > .icon:hover[b-nktumn0tcb] {
        cursor: pointer;
    }

[b-nktumn0tcb].thumb > .icon svg {
    width: 32px;
    height: 32px;
    fill: url(#icon-gradient);
    fill: rgba(96, 93, 255, 0.2);
}

[b-nktumn0tcb].thumb > .icon.selected svg {
    fill: url(#icon-gradient);
}

.thumb > .icon.selected[b-nktumn0tcb] {
    visibility: visible;
}

.thumb:hover .icon[b-nktumn0tcb] {
    visibility: visible;
}

@keyframes shimmer-b-nktumn0tcb {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@media (max-width: 1024px) {
    .image-list[b-nktumn0tcb] {
        width: 100%;
    }
}
/* /Site/Pages/Company/ServiceSelector.razor.rz.scp.css */
.service-page[b-7x5ejds08b] {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.svc-shell[b-7x5ejds08b] {
    width: 40vw;
}

/* Grid behavior */
.svc-grid[b-7x5ejds08b] {
    display: flex;
    flex-direction: column;
}

.svc-main[b-7x5ejds08b] {
    grid-area: main;
    padding: clamp(16px, 4vw, 24px);
    padding-top: 0;
    padding-bottom: 5px;
    animation: fadeUp-b-7x5ejds08b .5s ease both;
}

.svc-reviews[b-7x5ejds08b] {
    grid-area: reviews;
    padding: 12px;
    position: sticky;
    top: calc(var(--header-h) + 10px);
    height: fit-content;
    animation: slideIn-b-7x5ejds08b .6s ease .1s both;
}

.svc-images[b-7x5ejds08b] {
    grid-area: images;
    padding: 12px;
    animation: fadeUp-b-7x5ejds08b .6s ease .15s both;
}

.svc-blurb[b-7x5ejds08b] {
    grid-area: blurb;
    padding: 12px;
    animation: fadeUp-b-7x5ejds08b .6s ease .2s both;
}

@keyframes fadeUp-b-7x5ejds08b {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn-b-7x5ejds08b {
    from {
        opacity: 0;
        transform: translateX(12px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.map-container[b-7x5ejds08b] {
    width: 100%;
    position: relative;
}

/* Header + list */
.svc-header[b-7x5ejds08b] {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
    align-items: center;
}

    .svc-logo[b-7x5ejds08b] {
        width: 5vw;
        height: 5vw;
        border-radius: 10px;
        border: solid 2px rgba(var(--primary-color-rgba), .12);
        object-fit: contain;
        max-width: 150px;
        max-height: 150px;
    }

.member-row[b-7x5ejds08b] {
    display: grid;
    gap: 6px;
    margin: 8px 0 12px;
}

.staff-overview[b-7x5ejds08b] {
    display: grid;
    gap: 16px;
    margin-bottom: 12px;
}

.staff-overview-section[b-7x5ejds08b] {
    display: grid;
    gap: 12px;
}

.staff-overview-heading[b-7x5ejds08b] {
    font-size: 18px;
    font-weight: 700;
    width: fit-content;
    margin: 4px 0 0;
}

.staff-overview-loading[b-7x5ejds08b] {
    color: rgba(var(--text-color-rgba), .7);
    font-weight: 600;
    padding: 12px 0;
}

.staff-detail-bar[b-7x5ejds08b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
}

.staff-back-btn[b-7x5ejds08b] {
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    border-radius: 10px;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 13px;
    color: rgba(var(--text-color-rgba), .8);
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}

    .staff-back-btn:hover[b-7x5ejds08b] {
        color: var(--primary-color);
        border-color: rgba(var(--primary-color-rgba), .35);
        background: rgba(var(--primary-color-rgba), .08);
    }

.staff-detail-member[b-7x5ejds08b] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.staff-detail-identity[b-7x5ejds08b] {
    display: grid;
    gap: 1px;
    min-width: 0;
}

.staff-detail-name[b-7x5ejds08b] {
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.staff-detail-title[b-7x5ejds08b] {
    font-size: 12px;
    font-weight: 500;
    color: rgba(var(--text-color-rgba), .65);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.label[b-7x5ejds08b] {
    font-weight: 700;
    color: var(--muted-text-color);
}

.svc-list[b-7x5ejds08b] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}

.svc-list .title[b-7x5ejds08b] {
    font-size: 20px;
    font-weight: 700;
    width: fit-content;
    margin-bottom: 14px;
}

    .svc-list .group-title[b-7x5ejds08b] {
        text-align: right;
        font-size: 16px;
        font-weight: 700;
        width: 100%;
        color: var(--primary-color);
    }

.panel-title[b-7x5ejds08b] {
    font-weight: 800;
    margin: 0 0 8px;
}

.blurb-body[b-7x5ejds08b] {
    color: var(--muted-text-color);
}

[b-7x5ejds08b].svc-shell .tab-container {
    width: 100%;
}

[b-7x5ejds08b].svc-shell .tab-contents {
    background: unset;
    border: 1px solid var(--glass-border);
    box-shadow: var(--glass-shadow);
    border-radius: var(--glass-radius);
    backdrop-filter: saturate(140%) blur(var(--glass-blur));
    -webkit-backdrop-filter: saturate(140%) blur(var(--glass-blur));
}

[b-7x5ejds08b].svc-shell .tab-container .tab {
    flex-grow:1;
    min-width: unset;
}

[b-7x5ejds08b].svc-shell .tab-contents {
    position: relative;
    z-index: 20;
}


/* Panels hidden by tabs on small screens */
@media (max-width: 1024px) {
    [data-panel][hidden][b-7x5ejds08b] {
        display: none !important;
    }

    .service-page[b-7x5ejds08b],
    .svc-shell[b-7x5ejds08b],
    .svc-grid[b-7x5ejds08b],
    .svc-main[b-7x5ejds08b],
    .staff-overview[b-7x5ejds08b],
    .staff-overview-section[b-7x5ejds08b] {
        min-width: 0;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .svc-shell[b-7x5ejds08b] {
        margin-bottom: 40px;
    }
}
/* /Site/Pages/Company/StaffMemberServiceCard.razor.rz.scp.css */
.staff-svc-card[b-ail1zg1g57] {
    position: relative;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    border-radius: var(--glass-radius, 15px);
    box-shadow: var(--glass-shadow, 0 6px 18px rgba(0, 0, 0, .06));
    padding: 14px 16px;
    cursor: pointer;
    display: grid;
    gap: 12px;
    transition: border-color .2s ease, box-shadow .2s ease, transform .15s ease, outline-color .2s ease;
    outline: 2px solid transparent;
}

.staff-svc-info-btn[b-ail1zg1g57] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    background: rgba(var(--main-content-color-rgba), .85);
    color: var(--primary-color);
    cursor: pointer;
}

    .staff-svc-info-btn:hover[b-ail1zg1g57] {
        border-color: rgba(var(--primary-color-rgba), .35);
        background: rgba(var(--primary-color-rgba), .1);
    }

[b-ail1zg1g57].staff-svc-info-btn svg {
    width: 16px;
    height: 16px;
}

    .staff-svc-card:hover[b-ail1zg1g57],
    .staff-svc-card:focus-visible[b-ail1zg1g57] {
        outline-color: rgba(var(--primary-color-rgba), .25);
        border-color: rgba(var(--primary-color-rgba), .35);
        box-shadow: 0 10px 24px rgba(0, 0, 0, .1);
        transform: translateY(-2px);
    }

        .staff-svc-card:hover .staff-svc-cta[b-ail1zg1g57],
        .staff-svc-card:focus-visible .staff-svc-cta[b-ail1zg1g57] {
            color: var(--primary-color);
            background: rgba(var(--primary-color-rgba), .08);
        }

.staff-svc-card--static[b-ail1zg1g57] {
    cursor: default;
}

    .staff-svc-card--static:hover[b-ail1zg1g57],
    .staff-svc-card--static:focus-visible[b-ail1zg1g57] {
        outline-color: transparent;
        border-color: var(--glass-border);
        box-shadow: var(--glass-shadow, 0 6px 18px rgba(0, 0, 0, .06));
        transform: none;
    }

.staff-svc-header[b-ail1zg1g57] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    margin-top:10px;
}

.staff-svc-identity[b-ail1zg1g57] {
    flex: 1;
    min-width: 0;
    display: grid;
    gap: 2px;
}

.staff-svc-name[b-ail1zg1g57] {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.staff-svc-title[b-ail1zg1g57] {
    color: rgba(var(--text-color-rgba), .7);
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.staff-svc-stat[b-ail1zg1g57] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    padding: 6px 10px;
    border-radius: 10px;
    background: rgba(var(--primary-color-rgba), .08);
    line-height: 1.15;
}

.staff-svc-stat-count[b-ail1zg1g57] {
    font-weight: 800;
    font-size: 18px;
    color: var(--primary-color);
}

.staff-svc-stat-label[b-ail1zg1g57] {
    font-size: 11px;
    font-weight: 600;
    color: rgba(var(--text-color-rgba), .65);
    text-transform: uppercase;
    letter-spacing: .04em;
}

.staff-svc-popular[b-ail1zg1g57] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.staff-svc-popular-row[b-ail1zg1g57] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 8px;
    border-radius: 10px;
    border: 1px solid var(--glass-border);
    background: rgba(255, 255, 255, .35);
}

.staff-svc-popular-name[b-ail1zg1g57] {
    font-weight: 600;
    font-size: 14px;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.staff-svc-popular-actions[b-ail1zg1g57] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.staff-svc-service-info-btn[b-ail1zg1g57] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid var(--glass-border);
    border-radius: 50%;
    background: rgba(var(--main-content-color-rgba), .85);
    color: var(--primary-color);
    cursor: pointer;
}

    .staff-svc-service-info-btn:hover[b-ail1zg1g57] {
        border-color: rgba(var(--primary-color-rgba), .35);
        background: rgba(var(--primary-color-rgba), .1);
    }

[b-ail1zg1g57] .staff-svc-service-info-btn svg {
    width: 16px;
    height: 16px;
}

.staff-svc-book[b-ail1zg1g57] {
    flex-shrink: 0;
    padding: 5px 10px;
    border-radius: 6px;
    color: var(--main-content-color);
    background: linear-gradient(135deg, var(--primary-color), var(--tertiary-color));
    border: none;
    cursor: pointer;
    font-weight: 600;
}

    .staff-svc-book:hover[b-ail1zg1g57] {
        filter: brightness(1.05);
    }

.staff-svc-cta[b-ail1zg1g57] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    color: rgba(var(--text-color-rgba), .75);
    transition: color .2s ease, background .2s ease;
}

@media (max-width: 1024px) {
    .staff-svc-card[b-ail1zg1g57] {
        min-width: 0;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .staff-svc-popular[b-ail1zg1g57],
    .staff-svc-popular-row[b-ail1zg1g57] {
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }

    .staff-svc-popular-name[b-ail1zg1g57] {
        flex: 1 1 0;
    }
}
/* /Site/Pages/Home.razor.rz.scp.css */
.page[b-ok8vj6rqwt]::after {
    content: "";
    position: absolute;
    bottom: -130px;
    right: 0;
    width: 100%;
    height: 90%;
    background: url(/images/home-background.png) bottom right / contain no-repeat;
    opacity: 0.6;
    z-index: -2;
    filter: blur(1px);
    mask: linear-gradient(to right, transparent 0, black 12%, black 88%, transparent 100%), linear-gradient(to bottom, transparent 0, black 12%, black 88%, transparent 100%);
    -webkit-mask: linear-gradient(to right, transparent 0, black 12%, black 88%, transparent 100%), linear-gradient(to bottom, transparent 0, black 12%, black 88%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: destination-in;
    rotate: 15deg;
}

.page[b-ok8vj6rqwt] {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes gradient-b-ok8vj6rqwt {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.container[b-ok8vj6rqwt] {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


body:has(.app-header.sticky-header) .page .container[b-ok8vj6rqwt] {
    margin-top: 10vh;
}


.home-hero[b-ok8vj6rqwt] {
    display: grid;
    gap: 18px;
    padding: clamp(16px, 4vw, 36px);
}

.hero-title[b-ok8vj6rqwt] {
    font-size: clamp(22px, 3vw, 36px);
    line-height: 1.2;
    font-weight: 800;
    filter: drop-shadow(1px 2px 10px #fff);
}

.hero-sub[b-ok8vj6rqwt] {
    color: var(--muted-text-color);
    font-weight: 500;
}

.search-row[b-ok8vj6rqwt] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.input[b-ok8vj6rqwt] {
    width: 100%;
    font: inherit;
    color: var(--text-color);
    background: rgba(var(--main-content-color-rgba), .65);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 12px 14px;
}

.search-btn[b-ok8vj6rqwt] {
    composes: btn-primary;
}

/* Company results grid */
.grid[b-ok8vj6rqwt] {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(1, 1fr);
    max-height: 0vh;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: max-height 1s ease-in-out;
}

    .grid.visible[b-ok8vj6rqwt] {
        max-height: 58vh;
    }


.company-card[b-ok8vj6rqwt] {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 12px;
    padding: 14px;
    align-items: center;
    text-decoration: none;
    box-shadow: unset;
}

    .company-card:hover[b-ok8vj6rqwt] {
        outline: 2px solid rgba(var(--primary-color-rgba), .25);
        transform: scale(0.95);
        transition: transform .5s ease, outline .5s ease;
    }

.company-logo[b-ok8vj6rqwt] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: rgba(var(--primary-color-rgba), .12);
}

.company-name[b-ok8vj6rqwt] {
    font-weight: 700;
    color: var(--primary-color);
    filter: drop-shadow(1px 2px 10px #fff);
}

.company-tags[b-ok8vj6rqwt] {
    color: var(--muted-text-color);
    font-size: 0.9rem;
}


.field-input:focus[b-ok8vj6rqwt] {
    border: solid 2px var(--tertiary-color);
}

input:focus-visible[b-ok8vj6rqwt] {
    outline: unset !important;
}


.btn-primary:focus[b-ok8vj6rqwt] {
    border-color: unset;
    box-shadow: unset;
}

.btn-primary:focus-visible[b-ok8vj6rqwt] {
    outline: unset;
}

@media (min-width: 640px) {
    .grid[b-ok8vj6rqwt] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    .grid[b-ok8vj6rqwt] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .page[b-ok8vj6rqwt]::after {
        rotate:unset;
        bottom:0px;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        height: 300px;
    }
}



/* /Site/Pages/Payment/PaymentConfirmation.razor.rz.scp.css */
.confirm-complete-wrap[b-bwyui3qano] {
    margin-top: 20px;
}

.confirm-grid[b-bwyui3qano] {
    display: grid;
    gap: var(--gap);
    grid-template-columns: repeat(12, 1fr);
    margin-block: 14px 18px;
    padding: 0 10px;
}

.confirm-card[b-bwyui3qano] {
    grid-column: span 6; /* 2-up on desktop */
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 14px 16px;
    background: var(--bg);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    min-height: 92px;
}



.card-icon[b-bwyui3qano] {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: var(--primary-color);
    background: color-mix(in srgb, var(--primary-color) 12%, transparent);
}



    .confirm-complete-wrap .confirm-card[b-bwyui3qano] {
        display: flex;
        flex-direction: column;
        border: 1px solid var(--glass-border);
        background: var(--glass-bg);
        margin: 0px 10px;
    }

    .confirm-complete-wrap .icon-circle[b-bwyui3qano] {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #eef3ff;
        color: #2d5bff;
        margin-bottom: 1rem;
    }

    .confirm-complete-wrap h1[b-bwyui3qano] {
        margin: 0 0 .25rem 0;
        font-size: clamp(1.3rem, 2.5vw, 1.75rem);
    }

    .confirm-complete-wrap .lead[b-bwyui3qano] {
        margin: 0 0 1rem 0;
        color: #3a3a3a;
        font-size: 1rem;
    }

    .confirm-complete-wrap .summary[b-bwyui3qano] {
        border: 1px solid #e9e9ee;
        border-radius: 12px;
        padding: .75rem 1rem;
        background: #fcfcff;
        margin: 1rem 0;
    }

    .confirm-complete-wrap .summary-row[b-bwyui3qano] {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .confirm-complete-wrap .summary-label[b-bwyui3qano] {
        color: #666;
    }

    .confirm-complete-wrap .summary-value[b-bwyui3qano] {
        font-weight: 600;
        font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    }

    .confirm-complete-wrap .next-steps[b-bwyui3qano] {
        margin: 1rem 0 1.25rem 1.25rem;
        color: #363636;
    }

    .confirm-complete-wrap .actions[b-bwyui3qano] {
        display: flex;
        flex-wrap: wrap;
        gap: .75rem;
        margin-bottom: .75rem;
    }

    .confirm-complete-wrap .help[b-bwyui3qano] {
        margin: 0;
        color: #666;
        font-size: .95rem;
    }

[b-bwyui3qano].confirm-actions .button.cancel {
    color: var(--primary-color-text);
    fill: var(--primary-color-text);
    border: solid 1px var(--primary-color-text);
}

.confirm-actions[b-bwyui3qano] {
    margin: 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: max(24px, calc(env(safe-area-inset-bottom, 0px) + 16px));
}



.cancellation-policy[b-bwyui3qano] {
    padding-top: 14px;
    border-top: 1px solid #e6e8f5;
    font-size: 0.85rem; /* Smaller text */
    line-height: 1.6;
    color: #666a7a; /* Soft neutral */

    padding: 14px 16px;
    border-radius: 6px;
}

    .cancellation-policy p[b-bwyui3qano] {
        margin: 0 0 8px 0;
    }

    .cancellation-policy ul[b-bwyui3qano],
    .cancellation-policy ol[b-bwyui3qano] {
        margin: 6px 0 10px 20px;
    }

    .cancellation-policy li[b-bwyui3qano] {
        margin-bottom: 4px;
    }

    .cancellation-policy strong[b-bwyui3qano] {
        font-weight: 600;
        color: #4b4f63;
    }

    .cancellation-policy h1[b-bwyui3qano],
    .cancellation-policy h2[b-bwyui3qano],
    .cancellation-policy h3[b-bwyui3qano],
    .cancellation-policy h4[b-bwyui3qano] {
        font-size: 0.9rem;
        margin: 0 0 6px 0;
        font-weight: 600;
        color: #4b4f63;
    }

    .cancellation-policy a[b-bwyui3qano] {
        color: #605DFF;
        text-decoration: none;
    }

        .cancellation-policy a:hover[b-bwyui3qano] {
            text-decoration: underline;
        }



@media (prefers-contrast: more) {
    .confirm-complete-wrap .summary[b-bwyui3qano] {
        border-color: #c8c8d2;
    }
}


@media (min-width: 920px) {
    .confirm-card[b-bwyui3qano] {
        grid-column: span 4;
    }
    /* 3-up */
}


@media (max-width: 1024px) {
    .confirm-wrap[b-bwyui3qano] {
        width: 100%;
        margin-bottom: 30px;
    }

    .confirm-grid[b-bwyui3qano] {
        grid-template-columns: repeat(2, 1fr);
        padding: unset;
        margin-block: unset;
    }

    .confirm-card[b-bwyui3qano] {
        grid-column: span 1;
        display: flex;
        flex-direction: column;
        gap: unset;
    }

    .card-icon[b-bwyui3qano] {
        width: unset;
        height: unset;
        place-items: flex-end;
    }

    [b-bwyui3qano].confirm-wrap .section-container {
        margin: unset;
        margin-top: 10px;
    }
}

/* Print-friendly tweaks */
@media print {
    .confirm-wrap[b-bwyui3qano] {
        box-shadow: none;
    }

    .confirm-card[b-bwyui3qano] {
        box-shadow: none;
    }

    .confirm-actions[b-bwyui3qano] {
        display: none;
    }
}
/* /Site/Pages/Payment/PaymentPage.razor.rz.scp.css */
.payment-loading[b-15kabhylln] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    margin: 0 0 1rem 0;
    padding: 1rem 1.1rem;
    border-radius: 0.9rem;
    border: 1px solid #e5e7eb;
    background-color: #f9fafb;
}

.payment-loading__text[b-15kabhylln] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #4b5563;
}

.payment-loading__retry[b-15kabhylln] {
    margin-top: 0.75rem;
}

.booking-payment-layout[b-15kabhylln] {
    display: grid;
    gap: 1.5rem;
    margin-top: 1rem;
}

.booking-summary[b-15kabhylln],
.booking-payment-panel[b-15kabhylln] {
    padding: 1.25rem 1.5rem;
    border-radius: 0.9rem;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
}

    .booking-summary h3[b-15kabhylln],
    .booking-payment-panel h3[b-15kabhylln] {
        margin-top: 0;
        margin-bottom: 0.75rem;
    }

    .booking-summary dl[b-15kabhylln] {
        margin: 0;
    }

        .booking-summary dl > div[b-15kabhylln] {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px dashed #e5e7eb;
            padding: 0.4rem 0;
        }

    .booking-summary dt[b-15kabhylln] {
        font-weight: 500;
        color: #4b5563;
    }

    .booking-summary dd[b-15kabhylln] {
        margin: 0;
        font-weight: 600;
        color: #111827;
    }

.payment-choice[b-15kabhylln] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

    .payment-choice label[b-15kabhylln] {
        display: flex;
        align-items: center;
        gap: 0.4rem;
    }

.primary-btn[b-15kabhylln] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.4rem;
    border-radius: 999px;
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(135deg, #635bff, #00d4ff);
    color: #fff;
    box-shadow: 0 8px 18px rgba(64, 87, 109, 0.25);
    transition: transform 0.08s ease-out, box-shadow 0.08s ease-out, opacity 0.1s;
}

    .primary-btn:hover:not(:disabled)[b-15kabhylln] {
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(64, 87, 109, 0.3);
    }

    .primary-btn:disabled[b-15kabhylln] {
        opacity: 0.65;
        cursor: default;
    }

.payment-subscription-notice[b-15kabhylln] {
    margin: 0 0 1rem 0;
    padding: 0.75rem 0.9rem;
    border-radius: 0.6rem;
    border: 1px solid #dbeafe;
    background-color: #eff6ff;
    color: #1e3a8a;
    font-size: 0.9rem;
    line-height: 1.45;
}

.in-app-browser-warning[b-15kabhylln] {
    margin: 0 0 1rem 0;
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(245, 158, 11, 0.45);
    background-color: #fffbeb;
    color: #92400e;
    font-size: 0.9rem;
    line-height: 1.45;
}

.in-app-browser-warning p[b-15kabhylln] {
    margin: 0.4rem 0 0.6rem;
}

.in-app-browser-warning__steps[b-15kabhylln] {
    margin: 0 0 0.75rem 1.1rem;
    padding: 0;
}

.in-app-browser-warning__copy[b-15kabhylln] {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(146, 64, 14, 0.35);
    background: #fff;
    color: #92400e;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

.in-app-browser-warning__copy:hover[b-15kabhylln] {
    background: #fef3c7;
}

.error[b-15kabhylln] {
    margin-top: 0.5rem;
    color: #b91c1c;
    font-size: 0.85rem;
}

.actions-container[b-15kabhylln] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

/* ---- Reservation timer (clean, professional) ---- */
.reservation-timer[b-15kabhylln] {
    margin: 0 0 1rem 0;
    padding: 0.9rem 1rem;
    border-radius: 0.9rem;
    border: 1px solid #e5e7eb;
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
}

.reservation-timer__title[b-15kabhylln] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.35rem;
    line-height: 1.3;
}

.reservation-timer__countdown[b-15kabhylln] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: #4b5563;
}

#reservation-timer-value[b-15kabhylln] {
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    color: #111827;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

/* Optional “warning state” if you decide to add a class in JS, e.g. timerContainer.classList.add("is-warning") at < 2 mins */
.reservation-timer.is-warning[b-15kabhylln] {
    border-color: rgba(245, 158, 11, 0.35);
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
}

    .reservation-timer.is-warning #reservation-timer-value[b-15kabhylln] {
        border-color: rgba(245, 158, 11, 0.35);
        background-color: #fff7ed;
    }

/* Expired state */
.reservation-timer__expired[b-15kabhylln] {
    margin-top: 0.6rem;
    padding: 0.6rem 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(185, 28, 28, 0.25);
    background-color: #fef2f2;
    color: #991b1b;
    font-size: 0.9rem;
    line-height: 1.35;
}

/* Optional: make the whole payment panel feel slightly more “Stripe-like” */
.booking-payment-panel h4[b-15kabhylln] {
    margin: 0 0 0.75rem 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
}

/* Keep buttons aligned nicely with Stripe element content */
.actions-container[b-15kabhylln] {
    margin-top: 0.9rem;
    gap: 0.75rem;
    padding-bottom: max(24px, calc(env(safe-area-inset-bottom, 0px) + 16px));
}

.payment-card-storage-notice[b-15kabhylln] {
    margin: 1.1rem 0 0;
    font-size: 0.75rem;
    line-height: 1.45;
    color: #6b7280;
    font-weight: 400;
}

/* Mobile polish */
@media (max-width: 768px) {
    .reservation-timer[b-15kabhylln] {
        padding: 0.85rem 0.9rem;
    }

    .reservation-timer__countdown[b-15kabhylln] {
        align-items: flex-start;
        flex-direction: column;
    }

    #reservation-timer-value[b-15kabhylln] {
        align-self: flex-start;
    }
}

@media (max-width: 768px) {
    .booking-payment-layout[b-15kabhylln] {
        grid-template-columns: minmax(0, 1fr);
    }

    .actions-container[b-15kabhylln] {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 10px;
    }
}
