/* /Components/Layout/AccountMenu.razor.rz.scp.css */
.account-menu[b-2dt7n1h0zq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    white-space: nowrap;
}

.account-menu__link[b-2dt7n1h0zq] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #10233f;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    transition: background 150ms ease, color 150ms ease;
}

.account-menu__link:hover[b-2dt7n1h0zq],
.account-menu__link:focus-visible[b-2dt7n1h0zq] {
    background: rgba(16, 35, 63, 0.07);
    color: #c52127;
    outline: none;
}

.account-menu__icon[b-2dt7n1h0zq] {
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
}

.account-menu__name[b-2dt7n1h0zq] {
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-menu__btn[b-2dt7n1h0zq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.3rem 0.85rem;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #fff;
    color: #10233f;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
    font-family: inherit;
    line-height: 1;
}

.account-menu__btn:hover[b-2dt7n1h0zq],
.account-menu__btn:focus-visible[b-2dt7n1h0zq] {
    background: rgba(16, 35, 63, 0.06);
    border-color: #9ca3af;
    outline: none;
}

.account-menu__btn--register[b-2dt7n1h0zq] {
    background: #c52127;
    color: #fff;
    border-color: #c52127;
}

.account-menu__btn--register:hover[b-2dt7n1h0zq],
.account-menu__btn--register:focus-visible[b-2dt7n1h0zq] {
    background: #a81c22;
    border-color: #a81c22;
    color: #fff;
}

.account-menu__btn--logout[b-2dt7n1h0zq] {
    border-color: transparent;
    background: none;
    color: #6b7280;
    font-size: 0.8rem;
}

.account-menu__btn--logout:hover[b-2dt7n1h0zq],
.account-menu__btn--logout:focus-visible[b-2dt7n1h0zq] {
    color: #c52127;
    background: rgba(197, 33, 39, 0.06);
}

@media (max-width: 991.98px) {
    .account-menu__name[b-2dt7n1h0zq] {
        display: none;
    }
}
/* /Components/Layout/Footer.razor.rz.scp.css */
footer[b-by926jqi9x] {
    background-color: #343a40; /* Dark background for contrast */
    color: #f8f9fa; /* Light text for readability */
    padding: 2em 1em;
    text-align: left;
}

footer h3[b-by926jqi9x] {
    text-transform: uppercase;
    font-size: 1rem; /* Slightly larger for better visibility */
    line-height: 1.5rem;
    letter-spacing: 0.1rem;
    color: #adb5bd; /* Subtle heading color */
    margin-bottom: 1em;
}

footer a[b-by926jqi9x] {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

footer a:hover[b-by926jqi9x] {
    color: #c23; /* Highlight color on hover */
    transform: scale(1.05); /* Slight zoom effect */
}

.social-list[b-by926jqi9x] {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1em; /* Space between icons */
}

.social-list li[b-by926jqi9x] {
    display: inline-block;
}

.social-list a[b-by926jqi9x] {
    font-size: 1.5rem; /* Larger icons for better visibility */
    color: #f8f9fa;
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-list a:hover[b-by926jqi9x] {
    transform: scale(1.2); /* Slight zoom effect */
    color: #ffc107;
}

#copyright[b-by926jqi9x] {
    font-size: 0.875rem;
    margin-top: 1.5em;
    color: #adb5bd; /* Subtle text color */
}

.footer-founded[b-by926jqi9x] {
    margin: 1.75rem 0 0;
    color: #f8f9fa;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
}

#copyright ul[b-by926jqi9x] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1em; /* Space between items */
}

#copyright li[b-by926jqi9x] {
    display: inline-block;
    vertical-align: top;
    font-size: 0.875rem;
    font-weight: 400;
}

#copyright li + li[b-by926jqi9x]::before {
    content: "|";
    color: #adb5bd;
    margin: 0 0.5em;
}

@media (max-width: 768px) {
    #footer[b-by926jqi9x] {
        text-align: left;
        padding: 2em;
    }

    .social-list[b-by926jqi9x] {
        justify-content: flex-start;
    }

    #copyright ul[b-by926jqi9x] {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
/* /Components/Layout/Header.razor.rz.scp.css */
header[b-dm2zv6nwec], nav[b-dm2zv6nwec] {
    display: block;
}

ul[b-dm2zv6nwec] {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header[b-dm2zv6nwec] {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .9);
    padding: 1.25rem 0;
    z-index: 400;
}

@media (min-width: 992px) {
    header.header--redesign[b-dm2zv6nwec] {
        padding-left: 50px;
        padding-right: 50px;
    }
}

header.header--redesign[b-dm2zv6nwec] {
    border-bottom: 0;
}

@media (min-width: 1280px) {
    .header[b-dm2zv6nwec] {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}

@media (min-width: 992px) {
    .header[b-dm2zv6nwec] {
        padding: 0;
    }
}




header.header--redesign .header__top-mobile .header__logo[b-dm2zv6nwec] {
    margin-right: 1%;
}

@media (min-width: 992px) {
    header.header--redesign .header__logo[b-dm2zv6nwec] {
        padding-top: 14px;
    }
}

@media screen and (min-width: 1100px) {
    header.header--redesign .header__logo[b-dm2zv6nwec] {
        min-width: 13%;
    }
}

@media (min-width: 1280px) {
    .header .header__logo[b-dm2zv6nwec] {
        padding-right: 0;
        width: 13%;
        padding-left: .625rem;
    }
}

@media (min-width: 992px) {
    .header__logo[b-dm2zv6nwec] {
        padding-top: 1.1875rem;
    }
}

@media (min-width: 576px) {
    .header__logo[b-dm2zv6nwec] {
        padding-top: .9375rem;
    }
}

.header__logo[b-dm2zv6nwec] {
    font-size: 0;
    float: left;
    padding-top: 1.25rem;
}

header.header--redesign .header__logo .main-logo[b-dm2zv6nwec] {
    display: block;
    height: 46px;
    width: 145px;
}

@media (min-width: 1280px) {
    .header .header__logo .main-logo[b-dm2zv6nwec] {
        max-height: 54px;
        width: 8.75rem;
    }
}

@media (min-width: 992px) {
    .header__logo .main-logo[b-dm2zv6nwec] {
        display: block;
    }
}

@media (min-width: 992px) {
    .header__menu[b-dm2zv6nwec] {
        display: block !important;
    }
}

@media (min-width: 1280px) {
    header.header--redesign .header-left[b-dm2zv6nwec] {
        width: 38%;
    }
}

@media (min-width: 992px) {
    .header .header-left[b-dm2zv6nwec] {
        max-width: 50%;
        display: block;
        float: left;
        overflow: visible;
        padding: 0;
    }
}


.nav--main[b-dm2zv6nwec] {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
}

@media (min-width: 992px) {
    .nav--main > ul[b-dm2zv6nwec] {
        max-width: 100%;
        overflow: visible;
        white-space: nowrap;
    }
}

header.header--redesign .nav--main ul li[b-dm2zv6nwec] {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .nav--main > ul > li[b-dm2zv6nwec] {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .nav--main > ul[b-dm2zv6nwec] {
        max-width: 100%;
        overflow: visible;
        white-space: nowrap;
    }
}

@media screen and (min-width: 1500px) {
    header.header--redesign .nav--main > ul > li > a.parent-item[b-dm2zv6nwec] {
        font-size: .9375rem;
    }
}

header.header--redesign .nav--main > ul > li > a.parent-item[b-dm2zv6nwec] {
    font-weight: 700;
}

    header.header--redesign .nav--main > ul > li > a.parent-item:hover[b-dm2zv6nwec] {
        background-color: #f6f7f9;
    }

header.header--redesign .nav--main > ul > li > a[b-dm2zv6nwec] {
    padding: 32.5px 11px;
    color: #000000;
}

@media (min-width: 1280px) {
    .nav--main > ul > li > a[b-dm2zv6nwec] {
        font-size: .8125rem;
        padding: 1.5625rem .6875rem;
    }
}

@media (min-width: 992px) {
    .nav--main > ul > li > a[b-dm2zv6nwec] {
        font-size: .75rem;
        line-height: .9375rem;
        padding: 1.5625rem .6875rem;
    }
}

.nav--main > ul > li > a[b-dm2zv6nwec] {
    display: block;
    color: #fff;
    font-size: .8125rem;
    letter-spacing: .0375rem;
    line-height: 1;
    position: relative;
    padding: 1.25rem .9375rem;
    text-decoration: none;
}

.site-header[b-dm2zv6nwec] {
    position: fixed;
    inset: 0 0 auto;
    z-index: 400;
    border-bottom: 1px solid rgba(16, 35, 63, 0.08);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(16, 35, 63, 0.08);
}

.site-header__inner[b-dm2zv6nwec] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 0.85rem 1rem 1rem;
}

.site-header__brand[b-dm2zv6nwec] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.site-header__logo[b-dm2zv6nwec] {
    display: block;
    width: 8.75rem;
    max-width: 100%;
    height: auto;
}

.site-header__actions[b-dm2zv6nwec] {
    justify-self: end;
}

.site-header__nav[b-dm2zv6nwec] {
    grid-column: 1 / -1;
}

.site-header__nav-list[b-dm2zv6nwec] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header__nav-link[b-dm2zv6nwec] {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    color: #10233f;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background-color 150ms ease, color 150ms ease;
}

    .site-header__nav-link:hover[b-dm2zv6nwec],
    .site-header__nav-link:focus-visible[b-dm2zv6nwec] {
        background: rgba(16, 35, 63, 0.07);
        color: #c52127;
        outline: none;
    }

.site-header__search[b-dm2zv6nwec] {
    grid-column: 1 / -1;
}

@media (min-width: 992px) {
    .site-header__inner[b-dm2zv6nwec] {
        grid-template-columns: auto 1fr auto;
        gap: 1.25rem;
        padding: 1rem 1.5rem;
    }

    .site-header__actions[b-dm2zv6nwec] {
        grid-column: 3;
        grid-row: 1;
    }

    .site-header__nav[b-dm2zv6nwec] {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .site-header__nav-list[b-dm2zv6nwec] {
        justify-content: center;
        gap: 0.35rem;
    }

    .site-header__search[b-dm2zv6nwec] {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: end;
        width: auto;
        min-width: 22rem;
    }
}

@media (min-width: 1200px) {
    .site-header__inner[b-dm2zv6nwec] {
        grid-template-columns: auto auto minmax(20rem, 30rem) auto;
        grid-template-rows: 1fr;
    }

    .site-header__actions[b-dm2zv6nwec] {
        grid-column: 4;
        grid-row: 1;
    }

    .site-header__nav[b-dm2zv6nwec] {
        grid-column: 2;
        grid-row: 1;
    }

    .site-header__search[b-dm2zv6nwec] {
        grid-column: 3;
        grid-row: 1;
        width: 100%;
    }
}

/*Hide "Where To Buy" link on very small screens */
#nav-wtb[b-dm2zv6nwec] {
    display: none;
}

@media (min-width: 358px) {
    #nav-wtb[b-dm2zv6nwec] {
        display: block;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4v1nai71hr] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: var(--site-header-scroll-offset, 15.5rem);
}

main[b-4v1nai71hr] {
    flex: 1 0 auto;
}

[b-4v1nai71hr] footer {
    flex-shrink: 0;
}

#blazor-error-ui[b-4v1nai71hr] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-4v1nai71hr] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vd5n8tyujg] {
    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-vd5n8tyujg] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-vd5n8tyujg] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vd5n8tyujg] {
    font-size: 1.1rem;
}

.bi[b-vd5n8tyujg] {
    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-vd5n8tyujg] {
    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-vd5n8tyujg] {
    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-vd5n8tyujg] {
    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");
}

.bi-lock-nav-menu[b-vd5n8tyujg] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-vd5n8tyujg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-vd5n8tyujg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-vd5n8tyujg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-vd5n8tyujg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-vd5n8tyujg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vd5n8tyujg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vd5n8tyujg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vd5n8tyujg]  .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-vd5n8tyujg]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-vd5n8tyujg]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-vd5n8tyujg] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-vd5n8tyujg] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vd5n8tyujg] {
        display: none;
    }

    .nav-scrollable[b-vd5n8tyujg] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-9kdpbtpou4],
.components-reconnect-repeated-attempt-visible[b-9kdpbtpou4],
.components-reconnect-failed-visible[b-9kdpbtpou4],
.components-pause-visible[b-9kdpbtpou4],
.components-resume-failed-visible[b-9kdpbtpou4],
.components-rejoining-animation[b-9kdpbtpou4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-9kdpbtpou4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-9kdpbtpou4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-9kdpbtpou4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-9kdpbtpou4],
#components-reconnect-modal.components-reconnect-retrying[b-9kdpbtpou4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-9kdpbtpou4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-9kdpbtpou4],
#components-reconnect-modal.components-reconnect-failed[b-9kdpbtpou4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-9kdpbtpou4] {
    display: block;
}


#components-reconnect-modal[b-9kdpbtpou4] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-9kdpbtpou4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-9kdpbtpou4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-9kdpbtpou4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-9kdpbtpou4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-9kdpbtpou4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-9kdpbtpou4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-9kdpbtpou4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-9kdpbtpou4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-9kdpbtpou4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-9kdpbtpou4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-9kdpbtpou4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-9kdpbtpou4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-9kdpbtpou4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-9kdpbtpou4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-9kdpbtpou4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-9kdpbtpou4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-9kdpbtpou4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-9kdpbtpou4 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/Search.razor.rz.scp.css */
.header-search[b-gkrys5hyaa] {
    position: relative;
    width: 100%;
    max-width: 34rem;
}

.header-search__form[b-gkrys5hyaa] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.header-search__input[b-gkrys5hyaa] {
    min-width: 0;
    width: 100%;
    height: 3rem;
    padding: 0 1rem;
    border: 1px solid color-mix(in srgb, #10233f 16%, white);
    border-radius: 999px;
    background: #fff;
    color: #10233f;
    font-size: 0.95rem;
    line-height: 1.5;
    box-shadow: 0 1px 2px rgba(16, 35, 63, 0.05);
    transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.header-search__input[b-gkrys5hyaa]::placeholder {
    color: #6b7280;
}

.header-search__input:focus[b-gkrys5hyaa] {
    outline: none;
    border-color: #c52127;
    box-shadow: 0 0 0 4px rgba(197, 33, 39, 0.14);
}

.header-search__submit[b-gkrys5hyaa] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6.75rem;
    height: 3rem;
    padding: 0 1.1rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #c52127 0%, #a5141a 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(197, 33, 39, 0.18);
    transition: transform 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

.header-search__submit:hover[b-gkrys5hyaa],
.header-search__submit:focus-visible[b-gkrys5hyaa] {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(197, 33, 39, 0.24);
}

.header-search__submit:focus-visible[b-gkrys5hyaa] {
    outline: 3px solid rgba(197, 33, 39, 0.24);
    outline-offset: 2px;
}

.header-search__results[b-gkrys5hyaa] {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0;
    right: 0;
    z-index: 30;
    overflow: hidden;
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 32px rgba(16, 35, 63, 0.10);
}

.header-search__results-list[b-gkrys5hyaa] {
    margin: 0;
    padding: 0.75rem;
    list-style: none;
    display: grid;
    gap: 0.75rem;
}

[b-gkrys5hyaa] .header-search__results-item {
    margin: 0;
}

[b-gkrys5hyaa] .header-search__results-option {
    display: grid;
    gap: 0.22rem;
    width: 100%;
    padding: 1rem;
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: 0.9rem;
    background: #fff;
    box-shadow: 0 10px 30px rgba(16, 35, 63, 0.05);
    color: #10233f;
    text-decoration: none;
    transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease, color 150ms ease;
}

[b-gkrys5hyaa] .header-search__results-option--with-thumb {
    grid-template-columns: auto 1fr;
    column-gap: 0.75rem;
    align-items: center;
}

[b-gkrys5hyaa] .header-search__results-content {
    display: grid;
    gap: 0.22rem;
    min-width: 0;
}

[b-gkrys5hyaa] .header-search__results-thumb-wrap {
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: 0.5rem;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

[b-gkrys5hyaa] .header-search__results-thumb {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

[b-gkrys5hyaa] .header-search__results-item.is-active .header-search__results-option,
[b-gkrys5hyaa] .header-search__results-option:hover,
[b-gkrys5hyaa] .header-search__results-option:focus-visible {
    border-color: rgba(197, 33, 39, 0.35);
    background: rgba(197, 33, 39, 0.04);
    box-shadow: 0 10px 28px rgba(197, 33, 39, 0.12);
    color: #10233f;
    outline: none;
}

[b-gkrys5hyaa] .header-search__results-type {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7280;
}

[b-gkrys5hyaa] .header-search__results-metadata {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

[b-gkrys5hyaa] .header-search__results-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

[b-gkrys5hyaa] .header-search__results-badge--discontinued {
    background: rgba(197, 33, 39, 0.12);
    color: #a5141a;
}

[b-gkrys5hyaa] .header-search__results-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

[b-gkrys5hyaa] .header-search__results-description {
    font-size: 0.86rem;
    line-height: 1.5;
    color: #4b5563;
}

.header-search__results-footer[b-gkrys5hyaa] {
    display: flex;
    justify-content: flex-end;
    padding: 0 1rem 1rem;
    border-top: 1px solid rgba(16, 35, 63, 0.06);
}

.header-search__results-link[b-gkrys5hyaa] {
    color: #c52127;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}

.header-search__results-link:hover[b-gkrys5hyaa],
.header-search__results-link:focus-visible[b-gkrys5hyaa] {
    text-decoration: underline;
}

.header-search__noscript[b-gkrys5hyaa] {
    margin: 0.75rem 0 0;
    font-size: 0.85rem;
    color: #4b5563;
}

@media (max-width: 767.98px) {
    .header-search[b-gkrys5hyaa] {
        max-width: none;
    }

    .header-search__form[b-gkrys5hyaa] {
        grid-template-columns: 1fr;
    }

    .header-search__submit[b-gkrys5hyaa] {
        width: 100%;
    }
}
/* /Components/Pages/Admin/BomPartNumberAutocomplete.razor.rz.scp.css */
.bom-part-autocomplete[b-7boer02qql] {
    position: relative;
}

.bom-part-autocomplete__results[b-7boer02qql] {
    position: absolute;
    z-index: 1080;
    top: calc(100% + 0.2rem);
    right: 0;
    left: 0;
    max-height: 16rem;
    overflow-y: auto;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background: #fff;
    box-shadow: 0 0.35rem 0.9rem rgba(33, 37, 41, 0.14);
}

.bom-part-autocomplete:not(:focus-within) .bom-part-autocomplete__results[b-7boer02qql] {
    display: none;
}

.bom-part-autocomplete__option[b-7boer02qql] {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0.45rem 0.6rem;
    border: 0;
    border-bottom: 1px solid #e9ecef;
    background: #fff;
    color: #212529;
    text-align: left;
}

.bom-part-autocomplete__option:last-child[b-7boer02qql] {
    border-bottom: 0;
}

.bom-part-autocomplete__option:hover[b-7boer02qql],
.bom-part-autocomplete__option:focus-visible[b-7boer02qql] {
    background: #f1f3f5;
    outline: 0;
}

.bom-part-autocomplete__option span[b-7boer02qql] {
    font-size: 0.88rem;
    font-weight: 600;
}

.bom-part-autocomplete__option small[b-7boer02qql] {
    overflow: hidden;
    color: #6c757d;
    font-size: 0.78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bom-part-autocomplete__state[b-7boer02qql] {
    padding: 0.55rem 0.6rem;
    color: #6c757d;
    font-size: 0.82rem;
}

.bom-part-autocomplete__state--error[b-7boer02qql] {
    color: #b02a37;
}
/* /Components/Pages/Admin/Catalog.razor.rz.scp.css */
.catalog-admin-link[b-nsa7qzp9z3] {
    border-radius: 8px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.catalog-admin-link:hover[b-nsa7qzp9z3] {
    border-color: #9aa8b8;
    box-shadow: 0 0.35rem 1rem rgba(15, 23, 42, 0.08);
}
/* /Components/Pages/Admin/CatalogAttributes.razor.rz.scp.css */
.attribute-filter[b-zboe8zz42l] {
    width: min(100%, 20rem);
}

.attribute-value-cell[b-zboe8zz42l] {
    min-width: 18rem;
}

.attribute-value-text[b-zboe8zz42l] {
    display: inline-block;
    max-width: 48rem;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.attribute-action-column[b-zboe8zz42l] {
    width: 7rem;
}

@media (max-width: 575.98px) {
    .attribute-filter[b-zboe8zz42l] {
        width: 100%;
    }

    .attribute-value-cell[b-zboe8zz42l] {
        min-width: 12rem;
    }
}
/* /Components/Pages/Admin/CatalogBarcode.razor.rz.scp.css */
.barcode-page[b-j9to2dyaep] {
    max-width: 1200px;
}

.barcode-mode[b-j9to2dyaep] {
    width: 100%;
}

.barcode-mode .btn[b-j9to2dyaep] {
    flex: 1 1 0;
}

.barcode-preview[b-j9to2dyaep] {
    align-items: center;
    background: #fff;
    border: 1px solid #dbe1e8;
    display: flex;
    justify-content: center;
    min-height: 26rem;
    overflow: auto;
    padding: 1.5rem;
}

.barcode-preview--empty[b-j9to2dyaep] {
    background: #f8fafc;
    text-align: center;
}

.barcode-preview img[b-j9to2dyaep] {
    display: block;
    height: auto;
    max-height: 32rem;
    max-width: 100%;
}

.barcode-value[b-j9to2dyaep] {
    color: #334155;
    font-family: var(--bs-font-monospace);
    font-size: 0.875rem;
    overflow-wrap: anywhere;
    padding-top: 0.75rem;
    text-align: center;
}

@media (max-width: 575.98px) {
    .barcode-preview[b-j9to2dyaep] {
        min-height: 18rem;
        padding: 0.75rem;
    }
}
/* /Components/Pages/Admin/CatalogBkProducts.razor.rz.scp.css */
.bk-product-admin[b-5tvxmnydnw] {
    max-width: 1500px;
}

.bk-product-admin__table th[b-5tvxmnydnw],
.bk-product-admin__table td[b-5tvxmnydnw] {
    vertical-align: middle;
}

.bk-product-admin__table th:first-child[b-5tvxmnydnw],
.bk-product-admin__table th:nth-child(2)[b-5tvxmnydnw] {
    min-width: 140px;
}

.bk-product-admin__table th:nth-child(3)[b-5tvxmnydnw] {
    min-width: 190px;
}

.bk-product-admin[b-5tvxmnydnw]  .validation-message {
    color: #b02a37;
    display: block;
    font-size: .82rem;
    margin-top: .25rem;
}

@media (max-width: 767.98px) {
    .bk-product-admin[b-5tvxmnydnw] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* /Components/Pages/Admin/CatalogBom.razor.rz.scp.css */
.bom-admin-table-wrap[b-0wdkqyn2wu] {
    border: 1px solid #dee2e6;
}

.bom-admin-table[b-0wdkqyn2wu] {
    min-width: 64rem;
}

.bom-admin-table__part[b-0wdkqyn2wu] {
    font-weight: 600;
    white-space: nowrap;
}

.bom-admin-table__description[b-0wdkqyn2wu] {
    min-width: 16rem;
    color: #4b5563;
}

.bom-admin-table__actions[b-0wdkqyn2wu] {
    display: flex;
    justify-content: flex-end;
    gap: 0.35rem;
    min-width: 14rem;
}
/* /Components/Pages/Admin/CatalogCustomerInquiries.razor.rz.scp.css */
.service-inquiry-table[b-wjxyd7dzre] {
    font-size: 0.875rem;
}

.service-inquiry-table th[b-wjxyd7dzre] {
    background: #f8fafc;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.service-inquiry-table td[b-wjxyd7dzre] {
    padding-bottom: 0.55rem;
    padding-top: 0.55rem;
    white-space: nowrap;
}

.service-inquiry-details[b-wjxyd7dzre] {
    display: grid;
    grid-template-columns: 9rem minmax(0, 1fr);
    gap: 0.35rem 0.75rem;
    margin: 0;
    font-size: 0.9rem;
}

.service-inquiry-details dt[b-wjxyd7dzre] {
    color: #64748b;
    font-weight: 700;
}

.service-inquiry-details dd[b-wjxyd7dzre] {
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

.service-inquiry-preline[b-wjxyd7dzre] {
    white-space: pre-line;
}
/* /Components/Pages/Admin/CatalogDocumentPicker.razor.rz.scp.css */
.article-document-picker[b-tukq0t25nr] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.5rem;
    background: #fff;
}

.article-document-picker__selected[b-tukq0t25nr] {
    min-height: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
    font-size: 0.88rem;
}

.article-document-picker__title[b-tukq0t25nr] {
    font-weight: 600;
    color: #212529;
}

.article-document-picker__type[b-tukq0t25nr] {
    font-size: 0.75rem;
    color: #6c757d;
    background: #f1f3f5;
    border-radius: 0.25rem;
    padding: 0.1rem 0.4rem;
}

.article-document-picker__clear[b-tukq0t25nr] {
    padding: 0;
    font-size: 0.8rem;
    text-decoration: none;
}

.article-document-picker__results[b-tukq0t25nr] {
    margin-top: 0.4rem;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    max-height: 13rem;
    overflow-y: auto;
}

.article-document-picker__result[b-tukq0t25nr] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e9ecef;
    background: #fff;
    color: #212529;
    padding: 0.45rem 0.55rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.article-document-picker__result:last-child[b-tukq0t25nr] {
    border-bottom: 0;
}

.article-document-picker__result:hover:not(:disabled)[b-tukq0t25nr],
.article-document-picker__result:focus-visible[b-tukq0t25nr] {
    background: #f8f9fa;
}

.article-document-picker__result span[b-tukq0t25nr] {
    font-size: 0.85rem;
    font-weight: 600;
}

.article-document-picker__result small[b-tukq0t25nr] {
    color: #6c757d;
}

.article-document-picker__empty[b-tukq0t25nr] {
    margin-top: 0.35rem;
    color: #6c757d;
    font-size: 0.82rem;
}
/* /Components/Pages/Admin/CatalogHtmlEditor.razor.rz.scp.css */
.catalog-html-editor[b-8u16w7rlua] {
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.catalog-html-editor__host[b-8u16w7rlua] {
    display: block;
}

.catalog-html-editor[b-8u16w7rlua]  .ql-toolbar.ql-snow {
    border: 0;
    border-bottom: 1px solid #dee2e6;
}

.catalog-html-editor[b-8u16w7rlua]  .ql-container.ql-snow {
    display: block;
    height: auto;
    min-height: 14rem;
    border: 0;
}

.catalog-html-editor[b-8u16w7rlua]  .ql-editor {
    min-height: 14rem;
    max-height: 32rem;
    overflow-y: auto;
}

.catalog-html-editor--large[b-8u16w7rlua]  .ql-container.ql-snow,
.catalog-html-editor--large[b-8u16w7rlua]  .ql-editor {
    min-height: 20rem;
}
/* /Components/Pages/Admin/CatalogSeries.razor.rz.scp.css */
.series-configuration-options[b-pxmontevl9] {
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.series-configuration-options__heading[b-pxmontevl9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.series-configuration-options__heading .btn[b-pxmontevl9] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.series-configuration-options__empty[b-pxmontevl9] {
    margin-top: 0.65rem;
    padding: 0.75rem;
    color: #6b7280;
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 0.85rem;
}

.series-configuration-options__list[b-pxmontevl9] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-top: 0.75rem;
}

.series-configuration-option[b-pxmontevl9] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.series-configuration-option .form-control[b-pxmontevl9] {
    min-width: 0;
}

.series-configuration-option__icon[b-pxmontevl9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    flex: 0 0 2rem;
}

@media (max-width: 575.98px) {
    .series-configuration-options__heading[b-pxmontevl9] {
        align-items: stretch;
        flex-direction: column;
    }

    .series-configuration-options__heading .btn[b-pxmontevl9] {
        align-self: flex-start;
    }
}
/* /Components/Pages/Admin/Engineering.razor.rz.scp.css */
.catalog-admin-link[b-8sb03cox5n] {
    border-radius: 8px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.catalog-admin-link:hover[b-8sb03cox5n] {
    border-color: #9aa8b8;
    box-shadow: 0 0.35rem 1rem rgba(15, 23, 42, 0.08);
}
/* /Components/Pages/Admin/EngineeringActivity.razor.rz.scp.css */
.engineering-admin-table[b-545b4vbxyc] {
    font-size: 0.875rem;
}

.engineering-admin-table th[b-545b4vbxyc] {
    background: #f8fafc;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.engineering-admin-table td[b-545b4vbxyc] {
    padding-bottom: 0.55rem;
    padding-top: 0.55rem;
}

.engineering-code-heading[b-545b4vbxyc],
.engineering-code-cell[b-545b4vbxyc],
.engineering-date-heading[b-545b4vbxyc],
.engineering-date-cell[b-545b4vbxyc] {
    white-space: nowrap;
}

.engineering-code-cell[b-545b4vbxyc] {
    color: #0f172a;
    font-family: var(--bs-font-monospace);
    font-size: 0.86rem;
    font-weight: 600;
    min-width: 6rem;
}

.engineering-date-cell[b-545b4vbxyc] {
    color: #475569;
    font-variant-numeric: tabular-nums;
}
/* /Components/Pages/Admin/EngineeringControlledAssignments.razor.rz.scp.css */
.engineering-admin-table[b-zhqm6g4v20] {
    font-size: 0.875rem;
}

.engineering-admin-table th[b-zhqm6g4v20] {
    background: #f8fafc;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.engineering-admin-table td[b-zhqm6g4v20] {
    padding-bottom: 0.55rem;
    padding-top: 0.55rem;
}

.engineering-code-heading[b-zhqm6g4v20],
.engineering-code-cell[b-zhqm6g4v20],
.engineering-date-heading[b-zhqm6g4v20],
.engineering-date-cell[b-zhqm6g4v20] {
    white-space: nowrap;
}

.engineering-code-cell[b-zhqm6g4v20] {
    color: #0f172a;
    font-family: var(--bs-font-monospace);
    font-size: 0.86rem;
    font-weight: 600;
    min-width: 7.5rem;
}

.engineering-date-cell[b-zhqm6g4v20] {
    color: #475569;
    font-variant-numeric: tabular-nums;
}
/* /Components/Pages/Admin/EngineeringCtAssignments.razor.rz.scp.css */
.engineering-admin-table[b-h9lhckc3yd] {
    font-size: 0.875rem;
}

.engineering-admin-table th[b-h9lhckc3yd] {
    background: #f8fafc;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.engineering-admin-table td[b-h9lhckc3yd] {
    padding-bottom: 0.55rem;
    padding-top: 0.55rem;
}

.engineering-code-heading[b-h9lhckc3yd],
.engineering-code-cell[b-h9lhckc3yd],
.engineering-date-heading[b-h9lhckc3yd],
.engineering-date-cell[b-h9lhckc3yd] {
    white-space: nowrap;
}

.engineering-code-cell[b-h9lhckc3yd] {
    color: #0f172a;
    font-family: var(--bs-font-monospace);
    font-size: 0.86rem;
    font-weight: 600;
    min-width: 7.5rem;
}

.engineering-date-cell[b-h9lhckc3yd] {
    color: #475569;
    font-variant-numeric: tabular-nums;
}
/* /Components/Pages/Admin/EngineeringHistory.razor.rz.scp.css */
.engineering-admin-table[b-1o87ic6s4q] {
    font-size: 0.875rem;
}

.engineering-admin-table th[b-1o87ic6s4q] {
    background: #f8fafc;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.engineering-admin-table td[b-1o87ic6s4q] {
    padding-bottom: 0.55rem;
    padding-top: 0.55rem;
}

.engineering-code-heading[b-1o87ic6s4q],
.engineering-code-cell[b-1o87ic6s4q],
.engineering-date-heading[b-1o87ic6s4q],
.engineering-date-cell[b-1o87ic6s4q] {
    white-space: nowrap;
}

.engineering-code-cell[b-1o87ic6s4q] {
    color: #0f172a;
    font-family: var(--bs-font-monospace);
    font-size: 0.86rem;
    font-weight: 600;
    min-width: 6rem;
}

.engineering-date-cell[b-1o87ic6s4q] {
    color: #475569;
    font-variant-numeric: tabular-nums;
}
/* /Components/Pages/Admin/EngineeringProjects.razor.rz.scp.css */
.engineering-admin-table[b-c4g9js368f] {
    font-size: 0.875rem;
}

.engineering-admin-table th[b-c4g9js368f] {
    background: #f8fafc;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.engineering-admin-table td[b-c4g9js368f] {
    padding-bottom: 0.55rem;
    padding-top: 0.55rem;
}

.engineering-code-heading[b-c4g9js368f],
.engineering-code-cell[b-c4g9js368f],
.engineering-date-heading[b-c4g9js368f],
.engineering-date-cell[b-c4g9js368f] {
    white-space: nowrap;
}

.engineering-code-cell[b-c4g9js368f] {
    color: #0f172a;
    font-family: var(--bs-font-monospace);
    font-size: 0.86rem;
    font-weight: 600;
    min-width: 6rem;
}

.engineering-date-cell[b-c4g9js368f] {
    color: #475569;
    font-variant-numeric: tabular-nums;
}
/* /Components/Pages/Admin/EngineeringUncontrolledAssignments.razor.rz.scp.css */
.engineering-admin-table[b-ltd217yvhy] {
    font-size: 0.875rem;
}

.engineering-admin-table th[b-ltd217yvhy] {
    background: #f8fafc;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.engineering-admin-table td[b-ltd217yvhy] {
    padding-bottom: 0.55rem;
    padding-top: 0.55rem;
}

.engineering-code-heading[b-ltd217yvhy],
.engineering-code-cell[b-ltd217yvhy],
.engineering-date-heading[b-ltd217yvhy],
.engineering-date-cell[b-ltd217yvhy] {
    white-space: nowrap;
}

.engineering-code-cell[b-ltd217yvhy] {
    color: #0f172a;
    font-family: var(--bs-font-monospace);
    font-size: 0.86rem;
    font-weight: 600;
    min-width: 7.5rem;
}

.engineering-date-cell[b-ltd217yvhy] {
    color: #475569;
    font-variant-numeric: tabular-nums;
}
/* /Components/Pages/Admin/WebSettings.razor.rz.scp.css */
.web-settings-page code[b-sb3cn6voil] {
    font-size: 0.825rem;
}

.web-settings-page .table td[b-sb3cn6voil],
.web-settings-page .table th[b-sb3cn6voil] {
    vertical-align: middle;
}

.web-settings-page .table td.text-break[b-sb3cn6voil] {
    max-width: 22rem;
}
/* /Components/Pages/ArticleDetail.razor.rz.scp.css */
.article-detail-page[b-ffm0bbwyot] {
    background: #f8fafc;
    color: #10233f;
    min-height: 100vh;
    padding: 3rem 0 4rem;
}

.article-detail[b-ffm0bbwyot] {
    max-width: 1180px;
}

.article-detail--status[b-ffm0bbwyot] {
    max-width: 920px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.5rem;
}

.article-detail-layout[b-ffm0bbwyot] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 1.5rem;
    align-items: start;
    margin-top: 2rem;
}

.article-detail-layout--single[b-ffm0bbwyot] {
    grid-template-columns: minmax(0, 920px);
}

.article-detail__main[b-ffm0bbwyot] {
    min-width: 0;
}

.article-detail-sidebar[b-ffm0bbwyot] {
    display: grid;
    gap: 1rem;
}

.article-detail__back[b-ffm0bbwyot] {
    color: #cc2233;
    text-decoration: none;
    font-weight: 700;
}

.article-detail__back:hover[b-ffm0bbwyot] {
    color: #a01a28;
    text-decoration: underline;
}

.article-detail__eyebrow[b-ffm0bbwyot] {
    margin: 1.2rem 0 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #cc2233;
    font-size: 0.78rem;
    font-weight: 800;
}

.article-detail h1[b-ffm0bbwyot] {
    margin: 0;
    color: #1f2937;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
}

.article-detail__meta[b-ffm0bbwyot] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.8rem;
    margin-top: 0.9rem;
    color: #6b7280;
    font-size: 0.92rem;
    font-weight: 600;
}

.article-detail__body[b-ffm0bbwyot] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.4rem;
    line-height: 1.72;
}

.article-detail__body[b-ffm0bbwyot]  p:last-child,
.article-detail__body[b-ffm0bbwyot]  ul:last-child,
.article-detail__body[b-ffm0bbwyot]  ol:last-child {
    margin-bottom: 0;
}

.article-detail__body[b-ffm0bbwyot]  img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 1.25rem auto;
}

.article-detail__body[b-ffm0bbwyot]  a {
    color: #cc2233;
}

.article-detail__related[b-ffm0bbwyot] {
    margin-top: 1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.1rem 1.2rem;
}

.article-detail__related h2[b-ffm0bbwyot] {
    margin: 0 0 0.7rem;
    color: #1f2937;
    font-size: 1.1rem;
    font-weight: 800;
}

.article-detail-sidebar .article-detail__related[b-ffm0bbwyot] {
    margin-top: 0;
}

.article-series-list[b-ffm0bbwyot] {
    display: grid;
    gap: 0.75rem;
}

.article-series-card[b-ffm0bbwyot] {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    color: inherit;
    text-decoration: none;
}

a.article-series-card:hover[b-ffm0bbwyot] {
    border-color: #cc2233;
    box-shadow: 0 4px 16px rgba(204, 34, 51, 0.08);
}

.article-series-card__image[b-ffm0bbwyot],
.article-series-card__placeholder[b-ffm0bbwyot] {
    width: 92px;
    height: 70px;
    border-radius: 6px;
    background: #f3f4f6;
    object-fit: contain;
}

.article-series-card h3[b-ffm0bbwyot] {
    margin: 0 0 0.25rem;
    color: #1f2937;
    font-size: 1rem;
    font-weight: 800;
}

.article-series-card p[b-ffm0bbwyot] {
    margin: 0;
    color: #4b5563;
    font-size: 0.92rem;
    line-height: 1.4;
}

.article-detail-sidebar .article-series-card[b-ffm0bbwyot] {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 0.65rem;
    padding: 0.65rem;
}

.article-detail-sidebar .article-series-card__image[b-ffm0bbwyot],
.article-detail-sidebar .article-series-card__placeholder[b-ffm0bbwyot] {
    width: 72px;
    height: 54px;
}

.article-detail-sidebar .article-series-card h3[b-ffm0bbwyot] {
    font-size: 0.95rem;
}

.article-detail-sidebar .article-series-card p[b-ffm0bbwyot] {
    font-size: 0.84rem;
}

.pd-doc-list[b-ffm0bbwyot] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pd-doc-list li[b-ffm0bbwyot] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.article-detail-sidebar .pd-doc-list li[b-ffm0bbwyot] {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
}

.pd-doc-list a[b-ffm0bbwyot] {
    color: #cc2233;
    font-weight: 700;
    text-decoration: none;
}

.pd-doc-list a:hover[b-ffm0bbwyot] {
    text-decoration: underline;
}

.pd-doc-type[b-ffm0bbwyot] {
    font-size: 0.78rem;
    color: #9ca3af;
    background: #f3f4f6;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
}

.article-trending[b-ffm0bbwyot] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.1rem 1.2rem;
}

.article-trending h2[b-ffm0bbwyot] {
    margin: 0 0 0.45rem;
    color: #1f2937;
    font-size: 1.05rem;
    font-weight: 800;
}

.article-trending__list[b-ffm0bbwyot] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.article-trending__list li[b-ffm0bbwyot] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.85rem 0;
    border-top: 1px solid #e5e7eb;
}

.article-trending__list li:first-child[b-ffm0bbwyot] {
    border-top: 0;
}

.article-trending__list a[b-ffm0bbwyot] {
    color: #374151;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.article-trending__list a:hover[b-ffm0bbwyot] {
    color: #cc2233;
    text-decoration: underline;
}

.article-trending__list span[b-ffm0bbwyot] {
    color: #a01a28;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .article-detail[b-ffm0bbwyot] {
        max-width: 920px;
    }

    .article-detail-layout[b-ffm0bbwyot] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .article-series-card[b-ffm0bbwyot] {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .article-series-card__image[b-ffm0bbwyot],
    .article-series-card__placeholder[b-ffm0bbwyot] {
        width: 76px;
        height: 58px;
    }
}
/* /Components/Pages/Articles.razor.rz.scp.css */
.articles-page[b-p3pl0ns5aw] {
    background: #f8fafc;
    color: #10233f;
    min-height: 100vh;
}

.articles-hero[b-p3pl0ns5aw] {
    background: linear-gradient(135deg, #cc2233, #a01a28);
    color: #fff;
    padding: 4rem 0 3rem;
}

.articles-hero__eyebrow[b-p3pl0ns5aw] {
    margin: 0 0 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    font-weight: 700;
    opacity: 0.9;
}

.articles-hero h1[b-p3pl0ns5aw] {
    margin: 0;
    font-size: clamp(2rem, 3.7vw, 2.8rem);
    font-weight: 800;
}

.articles-hero p[b-p3pl0ns5aw] {
    margin: 0.85rem 0 0;
    max-width: 760px;
    font-size: 1.05rem;
    opacity: 0.95;
}

.articles-content[b-p3pl0ns5aw] {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.articles-status[b-p3pl0ns5aw] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 0.85rem 1rem;
    background: #fff;
    margin-bottom: 1rem;
}

.articles-status--error[b-p3pl0ns5aw] {
    border-color: #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.articles-filters[b-p3pl0ns5aw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.articles-filter[b-p3pl0ns5aw] {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    color: #374151;
    padding: 0.45rem 0.75rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.articles-filter:hover[b-p3pl0ns5aw],
.articles-filter--active[b-p3pl0ns5aw] {
    border-color: #cc2233;
    background: #cc2233;
    color: #fff;
}

.articles-list[b-p3pl0ns5aw] {
    display: grid;
    gap: 1rem;
}

.articles-item[b-p3pl0ns5aw] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.1rem 1.2rem;
}

.articles-item__meta[b-p3pl0ns5aw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.8rem;
    align-items: center;
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 600;
}

.articles-type-badge[b-p3pl0ns5aw] {
    display: inline-flex;
    align-items: center;
    min-height: 1.55rem;
    padding: 0.15rem 0.55rem;
    border-radius: 999px;
    background: #fff1f2;
    color: #a01a28;
    border: 1px solid #fecdd3;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.articles-item h2[b-p3pl0ns5aw] {
    margin: 0.45rem 0 0.5rem;
    font-size: 1.25rem;
}

.articles-item h2 a[b-p3pl0ns5aw] {
    color: #1f2937;
    text-decoration: none;
}

.articles-item h2 a:hover[b-p3pl0ns5aw] {
    color: #cc2233;
    text-decoration: underline;
}

.articles-item p[b-p3pl0ns5aw] {
    margin: 0 0 0.75rem;
    color: #4b5563;
    line-height: 1.55;
}

.articles-item__link[b-p3pl0ns5aw] {
    color: #cc2233;
    text-decoration: none;
    font-weight: 700;
}

.articles-item__link:hover[b-p3pl0ns5aw] {
    color: #a01a28;
    text-decoration: underline;
}

.articles-empty[b-p3pl0ns5aw] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem 1.2rem;
    color: #6b7280;
}

.articles-pager[b-p3pl0ns5aw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
    justify-content: center;
    padding-top: 1.2rem;
}

.articles-pager__link[b-p3pl0ns5aw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.5rem;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151;
    border-radius: 6px;
    font-size: 0.86rem;
    font-weight: 600;
}

.articles-pager__link:hover:not(.articles-pager__link--disabled):not(.articles-pager__link--current)[b-p3pl0ns5aw] {
    border-color: #d1d5db;
    background: #f3f4f6;
    color: #374151;
}

.articles-pager__link--current[b-p3pl0ns5aw] {
    background: #cc2233;
    border-color: #cc2233;
    color: #fff;
    font-weight: 700;
}

.articles-pager__link--disabled[b-p3pl0ns5aw] {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}
/* /Components/Pages/BkAccessories.razor.rz.scp.css */
.bk-page[b-9aj4yqalb5] {
    background: #f5f6f6;
    color: #202428;
    min-height: 70vh;
}

.bk-page__intro[b-9aj4yqalb5] {
    background: #fff;
    border-bottom: 1px solid #dfe2e4;
}

.bk-page__intro-inner[b-9aj4yqalb5],
.bk-page__catalog-inner[b-9aj4yqalb5] {
    margin: 0 auto;
    max-width: 1440px;
    padding-left: clamp(1rem, 4vw, 3.5rem);
    padding-right: clamp(1rem, 4vw, 3.5rem);
}

.bk-page__intro-inner[b-9aj4yqalb5] {
    padding-bottom: clamp(2.1rem, 6vw, 4rem);
    padding-top: clamp(2rem, 5vw, 3.5rem);
}

.bk-page__eyebrow[b-9aj4yqalb5] {
    color: #b51f2f;
    display: block;
    font-size: .78rem;
    font-weight: 800;
    margin-bottom: .65rem;
    text-transform: uppercase;
}

.bk-page__intro h1[b-9aj4yqalb5] {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 760;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
    max-width: 920px;
}

.bk-page__intro p[b-9aj4yqalb5] {
    color: #565e64;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 1rem 0 0;
    max-width: 760px;
}

.bk-page__catalog[b-9aj4yqalb5] {
    padding: clamp(2rem, 5vw, 4rem) 0;
}

.bk-page__section-heading[b-9aj4yqalb5] {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.25rem;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.bk-page__section-heading h2[b-9aj4yqalb5] {
    font-size: 1.45rem;
    font-weight: 750;
    letter-spacing: 0;
    margin: 0;
}

.bk-page__section-heading span[b-9aj4yqalb5] {
    color: #687077;
    font-size: .88rem;
    font-weight: 650;
}

.bk-page__grid[b-9aj4yqalb5] {
    display: grid;
    gap: 1.1rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
}

.bk-page__status[b-9aj4yqalb5] {
    margin: 0 auto;
    max-width: 920px;
    padding: 4rem 1rem;
    text-align: center;
}

@media (max-width: 575.98px) {
    .bk-page__intro h1[b-9aj4yqalb5] {
        font-size: 2rem;
    }

    .bk-page__section-heading[b-9aj4yqalb5] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Components/Pages/CategoryPage.razor.rz.scp.css */
.category-page[b-r9wf41ijlf] {
    color: #111827;
    background: #f8fafc;
    min-height: 100vh;
}

/* ── Hero / header ───────────────────────────────────────────── */

.category-hero[b-r9wf41ijlf] {
    background: linear-gradient(120deg, #1f2937, var(--ct-secondary));
    color: #ffffff;
    padding: 3rem 0 2.5rem;
}

.category-hero h1[b-r9wf41ijlf] {
    margin: 0.5rem 0 0;
    font-size: clamp(1.6rem, 3.6vw, 2.6rem);
    line-height: 1.15;
}

.category-hero__subtitle[b-r9wf41ijlf] {
    margin: 0.6rem 0 0;
    max-width: 44rem;
    font-size: clamp(0.95rem, 2vw, 1.2rem);
    opacity: 0.9;
}

.back-link[b-r9wf41ijlf] {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    transition: color 120ms ease;
}

.back-link:hover[b-r9wf41ijlf] {
    color: #ffffff;
}

/* ── Category listing ────────────────────────────────────────── */

.category-listing[b-r9wf41ijlf] {
    padding: 2.75rem 0 4rem;
}

.category-empty[b-r9wf41ijlf] {
    color: #6b7280;
    margin: 0.75rem 0 0;
}

.category-grid[b-r9wf41ijlf] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25rem;
}

/* ── Card ────────────────────────────────────────────────────── */

.category-card[b-r9wf41ijlf] {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.07);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.category-card:hover[b-r9wf41ijlf] {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
}

.category-card img[b-r9wf41ijlf] {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    padding: 0.25rem;
}

.category-card__body[b-r9wf41ijlf] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.category-card__body h2[b-r9wf41ijlf] {
    margin: 0;
    color: var(--ct-primary);
    font-size: 1.15rem;
}

.category-card__body p[b-r9wf41ijlf] {
    margin: 0.5rem 0 0;
    color: #374151;
    flex: 1;
}

.category-card__count[b-r9wf41ijlf] {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0.25rem 0.65rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--ct-primary);
    background: rgba(204, 34, 51, 0.08);
    border-radius: 999px;
    width: fit-content;
}

/* ── Responsive ──────────────────────────────────────────────── */

@media (max-width: 575.98px) {
    .category-grid[b-r9wf41ijlf] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Customer/DistributorPortal.razor.rz.scp.css */
.portal-hero[b-bt0w9zmalm] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #111827, #374151);
    color: #fff;
}

.portal-hero h1[b-bt0w9zmalm] {
    margin: 0;
    font-size: clamp(1.5rem, 2.8vw, 2.1rem);
}

.portal-hero p[b-bt0w9zmalm] {
    color: rgba(255, 255, 255, 0.9);
}

.portal-order-filter[b-bt0w9zmalm] {
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: #f8f9fa;
}

.tracking-list[b-bt0w9zmalm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.contract-field[b-bt0w9zmalm] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.contract-label[b-bt0w9zmalm] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6b7280;
}

.contract-value[b-bt0w9zmalm] {
    font-size: 0.95rem;
    color: #111827;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-5j8akb6471] {
    color: #111827;
    background: #f8fafc;
}

.hero[b-5j8akb6471] {
    min-height: clamp(420px, 72vh, 760px);
    display: grid;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-content[b-5j8akb6471] {
    color: #ffffff;
    text-align: center;
    padding-block: 5rem;
}

.hero-eyebrow[b-5j8akb6471] {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.9;
}

.hero h1[b-5j8akb6471] {
    margin: 0.75rem 0 0;
    font-size: clamp(2rem, 4.8vw, 3.6rem);
    line-height: 1.1;
}

.hero-subtitle[b-5j8akb6471] {
    margin: 1rem auto 0;
    max-width: 40rem;
    font-size: clamp(1rem, 2.2vw, 1.35rem);
    opacity: 0.95;
}

.hero-trust[b-5j8akb6471] {
    display: inline-flex;
    align-items: center;
    margin: 1.1rem auto 0;
    padding: 0.4rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.hero-trust:hover[b-5j8akb6471],
.hero-trust:focus[b-5j8akb6471] {
    color: #fff;
    text-decoration: none;
}

.hero-cta[b-5j8akb6471] {
    margin-top: 1.75rem;
    display: inline-block;
    background-color: var(--ct-primary);
    color: #fff;
    border-radius: 999px;
    padding: 0.8rem 1.4rem;
    text-decoration: none;
    font-weight: 600;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.hero-cta:hover[b-5j8akb6471] {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.quick-links[b-5j8akb6471] {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 2.75rem 0;
}

.quick-links__header[b-5j8akb6471] {
    margin-bottom: 1rem;
}

.quick-links__title[b-5j8akb6471] {
    margin: 0;
    font-size: clamp(1.4rem, 2.8vw, 2rem);
}

.quick-links__subtitle[b-5j8akb6471] {
    margin: 0.45rem 0 0;
    color: #4b5563;
}

.quick-links__empty[b-5j8akb6471] {
    margin: 0.75rem 0 0;
    color: #6b7280;
}

.link-grid[b-5j8akb6471] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1rem;
}

.feature-card[b-5j8akb6471] {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.07);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.feature-card:hover[b-5j8akb6471] {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
}

.feature-card img[b-5j8akb6471] {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    padding: 0.25rem;
}

.feature-card-body[b-5j8akb6471] {
    padding: 1rem;
}

.feature-card-body h2[b-5j8akb6471] {
    margin: 0;
    color: var(--ct-primary);
    font-size: 1.2rem;
}

.feature-card-body p[b-5j8akb6471] {
    margin-top: 0.6rem;
    color: #374151;
}

.featured-panel[b-5j8akb6471],
.video-panel[b-5j8akb6471] {
    padding: 4rem 0;
}

.video-panel[b-5j8akb6471] {
    color: #fff;
    background: linear-gradient(120deg, #1f2937, var(--ct-secondary));
}

.featured-grid[b-5j8akb6471] {
    display: grid;
    align-items: center;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.featured-media[b-5j8akb6471] {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 30px rgba(15, 23, 42, 0.15);
}

.feature-link[b-5j8akb6471] {
    margin-top: 1rem;
    display: inline-block;
    color: var(--ct-primary);
    font-weight: 700;
    text-decoration: none;
}

.feature-link--light[b-5j8akb6471] {
    color: #ffffff;
}

.video-wrapper[b-5j8akb6471] {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 32px rgba(0, 0, 0, 0.25);
}

.video-wrapper iframe[b-5j8akb6471] {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 767.98px) {
    .hero-content[b-5j8akb6471] {
        text-align: left;
    }
}
/* /Components/Pages/Other/About.razor.rz.scp.css */
.about4[b-bz4nhu2srm] {
    --about-accent: #b62e27;
    --about-accent-dark: #8f211d;
    --about-ink: #171a1f;
    --about-muted: #58616c;
    --about-line: #d9dee4;
    color: var(--about-ink);
    background: #ffffff;
}

.about4-hero[b-bz4nhu2srm] {
    position: relative;
    height: 66svh;
    min-height: 30rem;
    max-height: 43rem;
    overflow: hidden;
}

.about4-hero__image[b-bz4nhu2srm],
.about4-hero__overlay[b-bz4nhu2srm] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.about4-hero__image[b-bz4nhu2srm] {
    object-fit: cover;
    object-position: center;
}

.about4-hero__overlay[b-bz4nhu2srm] {
    background: rgba(12, 16, 20, 0.64);
}

.about4-hero__content[b-bz4nhu2srm] {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-block: 4.25rem;
    color: #ffffff;
}

.about4-label[b-bz4nhu2srm] {
    margin: 0 0 0.7rem;
    color: var(--about-accent);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about4-label--light[b-bz4nhu2srm] {
    color: #ffffff;
}

.about4-hero h1[b-bz4nhu2srm] {
    max-width: 48rem;
    margin: 0;
    font-size: 3.65rem;
    line-height: 1.04;
    letter-spacing: 0;
}

.about4-hero__statement[b-bz4nhu2srm] {
    max-width: 48rem;
    margin: 1rem 0 0;
    font-size: 1.45rem;
    font-weight: 650;
    line-height: 1.4;
}

.about4-hero__support[b-bz4nhu2srm] {
    max-width: 43rem;
    margin: 0.55rem 0 0;
    color: #e7eaed;
    font-size: 1.02rem;
    line-height: 1.55;
}

.about4-actions[b-bz4nhu2srm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.65rem;
}

.about4-button[b-bz4nhu2srm] {
    display: inline-flex;
    min-height: 2.85rem;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.15rem;
    border: 1px solid transparent;
    border-radius: 0.35rem;
    font-weight: 750;
    text-decoration: none;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.about4-button:hover[b-bz4nhu2srm],
.about4-button:focus-visible[b-bz4nhu2srm] {
    transform: translateY(-1px);
}

.about4-button:focus-visible[b-bz4nhu2srm],
.about4-index a:focus-visible[b-bz4nhu2srm] {
    outline: 3px solid var(--about-accent);
    outline-offset: 3px;
}

.about4-button--primary[b-bz4nhu2srm] {
    background: var(--about-accent);
    color: #ffffff;
}

.about4-button--primary:hover[b-bz4nhu2srm],
.about4-button--primary:focus-visible[b-bz4nhu2srm] {
    background: var(--about-accent-dark);
    color: #ffffff;
}

.about4-button--secondary[b-bz4nhu2srm] {
    border-color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.about4-button--secondary:hover[b-bz4nhu2srm],
.about4-button--secondary:focus-visible[b-bz4nhu2srm] {
    background: #ffffff;
    color: var(--about-ink);
}

.about4-index[b-bz4nhu2srm] {
    border-top: 4px solid var(--about-accent);
    border-bottom: 1px solid var(--about-line);
    background: #f4f6f8;
}

.about4-index__inner[b-bz4nhu2srm] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.about4-index a[b-bz4nhu2srm] {
    display: flex;
    min-height: 4.35rem;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1rem;
    border-right: 1px solid var(--about-line);
    color: var(--about-ink);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 150ms ease, color 150ms ease;
}

.about4-index a:first-child[b-bz4nhu2srm] {
    border-left: 1px solid var(--about-line);
}

.about4-index a:hover[b-bz4nhu2srm],
.about4-index a:focus-visible[b-bz4nhu2srm] {
    background: #ffffff;
    color: var(--about-accent);
}

.about4-index a span[b-bz4nhu2srm] {
    color: var(--about-accent);
    font-weight: 850;
}

.about4-facts[b-bz4nhu2srm] {
    border-bottom: 1px solid var(--about-line);
    background: #ffffff;
}

.about4-facts__grid[b-bz4nhu2srm] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about4-facts__grid > div[b-bz4nhu2srm] {
    display: flex;
    min-height: 8.25rem;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem 2rem;
    border-right: 1px solid var(--about-line);
}

.about4-facts__grid > div:first-child[b-bz4nhu2srm] {
    border-left: 1px solid var(--about-line);
}

.about4-facts strong[b-bz4nhu2srm] {
    color: var(--about-accent);
    font-size: 2rem;
    line-height: 1;
}

.about4-facts span[b-bz4nhu2srm] {
    margin-top: 0.55rem;
    color: var(--about-muted);
    font-size: 0.92rem;
}

.about4-section[b-bz4nhu2srm] {
    padding-block: 5.25rem;
    scroll-margin-top: 8rem;
}

.about4-history__grid[b-bz4nhu2srm],
.about4-custom__grid[b-bz4nhu2srm] {
    display: grid;
    align-items: center;
    gap: 4.25rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.about4-history__media[b-bz4nhu2srm] {
    border: 1px solid var(--about-line);
    border-radius: 0.35rem;
    background: #f6f7f8;
    overflow: hidden;
}

.about4-history__media img[b-bz4nhu2srm] {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    padding: 2rem;
    object-fit: contain;
    background: #ffffff;
}

.about4-history__media span[b-bz4nhu2srm] {
    display: block;
    padding: 0.85rem 1rem;
    color: var(--about-muted);
    font-size: 0.82rem;
}

.about4-history__years[b-bz4nhu2srm] {
    margin: 0;
    color: var(--about-accent);
    font-size: 4.4rem;
    font-weight: 850;
    line-height: 0.9;
}

.about4-history h2[b-bz4nhu2srm],
.about4-heading h2[b-bz4nhu2srm],
.about4-custom h2[b-bz4nhu2srm] {
    margin: 1rem 0 1.2rem;
    font-size: 2.35rem;
    line-height: 1.15;
    letter-spacing: 0;
}

.about4-history__copy > p:not(.about4-label):not(.about4-history__years)[b-bz4nhu2srm],
.about4-custom p:not(.about4-label)[b-bz4nhu2srm] {
    color: var(--about-muted);
    font-size: 1.03rem;
    line-height: 1.75;
}

.anniversary-callout[b-bz4nhu2srm] {
    margin: 0 0 1.5rem;
    padding: 1.15rem 1.25rem;
    border-left: 4px solid var(--about-accent);
    background: #f4f6f8;
}

.anniversary-callout span[b-bz4nhu2srm],
.anniversary-callout strong[b-bz4nhu2srm] {
    display: block;
}

.anniversary-callout span[b-bz4nhu2srm] {
    color: var(--about-accent);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.anniversary-callout strong[b-bz4nhu2srm] {
    margin-top: 0.25rem;
    color: var(--about-ink);
    font-size: 1.05rem;
}

.anniversary-callout p[b-bz4nhu2srm] {
    margin: 0.45rem 0 0;
    color: var(--about-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.about4-principles[b-bz4nhu2srm] {
    padding-block: 4.75rem;
    border-top: 1px solid var(--about-line);
    border-bottom: 1px solid var(--about-line);
    background: #f4f6f8;
    scroll-margin-top: 8rem;
}

.about4-heading[b-bz4nhu2srm] {
    max-width: 43rem;
    margin-bottom: 2.35rem;
}

.about4-principles__grid[b-bz4nhu2srm] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--about-line);
}

.about4-principles article[b-bz4nhu2srm] {
    min-height: 16rem;
    padding: 2rem;
    border-right: 1px solid var(--about-line);
}

.about4-principles article:first-child[b-bz4nhu2srm] {
    border-left: 1px solid var(--about-line);
}

.about4-principles article > span[b-bz4nhu2srm] {
    color: var(--about-accent);
    font-weight: 850;
}

.about4-principles h3[b-bz4nhu2srm] {
    margin: 1.15rem 0 0.7rem;
    font-size: 1.25rem;
}

.about4-principles article p[b-bz4nhu2srm] {
    margin: 0;
    color: var(--about-muted);
    line-height: 1.7;
}

.about4-standards[b-bz4nhu2srm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 1rem 0;
    padding: 0;
    list-style: none;
}

.about4-standards li[b-bz4nhu2srm] {
    padding: 0.25rem 0.5rem;
    border: 1px solid #bdc7bf;
    border-radius: 0.25rem;
    background: #ffffff;
    color: #2f6841;
    font-size: 0.76rem;
    font-weight: 750;
}

.about4-principles__link[b-bz4nhu2srm] {
    color: var(--about-accent);
    font-size: 0.86rem;
    font-weight: 750;
    text-underline-offset: 0.18rem;
}

.about4-principles__link:hover[b-bz4nhu2srm],
.about4-principles__link:focus-visible[b-bz4nhu2srm] {
    color: var(--about-accent-dark);
}

.about4-custom[b-bz4nhu2srm] {
    padding-block: 5rem;
    background: #24272b;
    color: #ffffff;
    scroll-margin-top: 8rem;
}

.about4-custom__grid[b-bz4nhu2srm] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
}

.about4-custom img[b-bz4nhu2srm] {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 0.35rem;
    object-fit: cover;
    background: #ffffff;
}

.about4-custom p:not(.about4-label)[b-bz4nhu2srm] {
    color: #d8dde3;
}

.about4-button--light[b-bz4nhu2srm] {
    margin-top: 0.65rem;
    background: #ffffff;
    color: var(--about-ink);
}

.about4-button--light:hover[b-bz4nhu2srm],
.about4-button--light:focus-visible[b-bz4nhu2srm] {
    background: var(--about-accent);
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .about4-hero h1[b-bz4nhu2srm] {
        font-size: 3rem;
    }

    .about4-index__inner[b-bz4nhu2srm] {
        overflow-x: auto;
        grid-template-columns: repeat(5, minmax(9.5rem, 1fr));
    }

    .about4-history__grid[b-bz4nhu2srm],
    .about4-custom__grid[b-bz4nhu2srm] {
        gap: 2.5rem;
    }

    .about4-principles__grid[b-bz4nhu2srm] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about4-principles article:nth-child(3)[b-bz4nhu2srm] {
        border-left: 1px solid var(--about-line);
    }

    .about4-principles article:nth-child(n + 3)[b-bz4nhu2srm] {
        border-top: 1px solid var(--about-line);
    }
}

@media (max-width: 767.98px) {
    .about4-hero[b-bz4nhu2srm] {
        height: auto;
        min-height: 29rem;
    }

    .about4-hero__content[b-bz4nhu2srm] {
        min-height: 29rem;
        padding-block: 3rem;
    }

    .about4-hero h1[b-bz4nhu2srm] {
        font-size: 2.5rem;
    }

    .about4-hero__statement[b-bz4nhu2srm] {
        font-size: 1.15rem;
    }

    .about4-facts__grid[b-bz4nhu2srm],
    .about4-history__grid[b-bz4nhu2srm],
    .about4-principles__grid[b-bz4nhu2srm],
    .about4-custom__grid[b-bz4nhu2srm] {
        grid-template-columns: 1fr;
    }

    .about4-facts__grid > div[b-bz4nhu2srm],
    .about4-facts__grid > div:first-child[b-bz4nhu2srm] {
        min-height: auto;
        padding: 1.15rem 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid var(--about-line);
    }

    .about4-facts__grid > div:last-child[b-bz4nhu2srm] {
        border-bottom: 0;
    }

    .about4-section[b-bz4nhu2srm],
    .about4-principles[b-bz4nhu2srm],
    .about4-custom[b-bz4nhu2srm] {
        padding-block: 3.5rem;
    }

    .about4-history__years[b-bz4nhu2srm] {
        font-size: 3.75rem;
    }

    .about4-history h2[b-bz4nhu2srm],
    .about4-heading h2[b-bz4nhu2srm],
    .about4-custom h2[b-bz4nhu2srm] {
        font-size: 1.9rem;
    }

    .about4-principles article[b-bz4nhu2srm],
    .about4-principles article:first-child[b-bz4nhu2srm] {
        min-height: auto;
        padding: 1.5rem 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid var(--about-line);
    }

    .about4-principles article:nth-child(3)[b-bz4nhu2srm] {
        border-left: 0;
    }

    .about4-principles article:nth-child(n + 3)[b-bz4nhu2srm] {
        border-top: 0;
    }
}

@media (max-width: 479.98px) {
    .about4-hero h1[b-bz4nhu2srm] {
        font-size: 2.15rem;
    }

    .about4-actions[b-bz4nhu2srm],
    .about4-button[b-bz4nhu2srm] {
        width: 100%;
    }
}
/* /Components/Pages/Other/AboutComponents/About4BrandFamily.razor.rz.scp.css */
.about4-brands[b-owjfrqvzue] {
    padding-block: 5rem;
    background: #ffffff;
    scroll-margin-top: 8rem;
}

.about4-brands__heading[b-owjfrqvzue] {
    max-width: 49rem;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.about4-brands__heading > span[b-owjfrqvzue],
.about4-brand > div > span[b-owjfrqvzue] {
    color: var(--about-accent, #b62e27);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about4-brands__heading h2[b-owjfrqvzue] {
    margin: 0.75rem 0 0.9rem;
    color: #171a1f;
    font-size: 2.35rem;
    line-height: 1.15;
    letter-spacing: 0;
}

.about4-brands__heading p[b-owjfrqvzue] {
    margin: 0;
    color: #58616c;
    font-size: 1.05rem;
    line-height: 1.7;
}

.about4-brands__grid[b-owjfrqvzue] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about4-brand[b-owjfrqvzue] {
    display: grid;
    min-height: 22rem;
    align-content: start;
    gap: 1.5rem;
    grid-template-rows: 7rem 1fr;
    padding: 2rem;
    border: 1px solid #d9dee4;
    border-radius: 0.35rem;
    color: inherit;
    text-decoration: none;
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.about4-brand:hover[b-owjfrqvzue],
.about4-brand:focus-visible[b-owjfrqvzue] {
    border-color: #aeb6bf;
    color: inherit;
    box-shadow: 0 12px 30px rgba(23, 26, 31, 0.1);
    transform: translateY(-2px);
}

.about4-brand:focus-visible[b-owjfrqvzue] {
    outline: 3px solid var(--about-accent, #b62e27);
    outline-offset: 3px;
}

.about4-brand__logo[b-owjfrqvzue] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about4-brand__logo img[b-owjfrqvzue] {
    width: auto;
    max-width: 13rem;
    max-height: 5.5rem;
    object-fit: contain;
}

.about4-brand h3[b-owjfrqvzue] {
    margin: 0.35rem 0 0.75rem;
    color: #171a1f;
    font-size: 1.45rem;
}

.about4-brand p[b-owjfrqvzue] {
    margin: 0;
    color: #58616c;
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .about4-brands__grid[b-owjfrqvzue] {
        grid-template-columns: 1fr;
    }

    .about4-brand[b-owjfrqvzue] {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .about4-brands[b-owjfrqvzue] {
        padding-block: 3.5rem;
    }

    .about4-brands__heading[b-owjfrqvzue] {
        margin-bottom: 2rem;
        text-align: left;
    }

    .about4-brands__heading h2[b-owjfrqvzue] {
        font-size: 1.9rem;
    }

    .about4-brand[b-owjfrqvzue] {
        padding: 1.5rem;
    }
}
/* /Components/Pages/Other/AboutComponents/About4Employment.razor.rz.scp.css */
.about4-employment[b-2g7x3juo66] {
    padding-block: 3.75rem;
    border-top: 5px solid var(--about-accent, #b62e27);
    background: #f4f6f8;
    scroll-margin-top: 8rem;
}

.about4-employment__grid[b-2g7x3juo66] {
    display: grid;
    align-items: center;
    gap: 3.25rem;
    grid-template-columns: minmax(17rem, 0.75fr) minmax(0, 1.25fr);
}

.about4-employment__hero[b-2g7x3juo66] {
    display: flex;
    min-height: 16rem;
    flex-direction: column;
    justify-content: center;
    padding: 2.25rem;
    border-radius: 0.35rem;
    background: var(--about-accent, #b62e27);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 150ms ease, transform 150ms ease;
}

.about4-employment__hero:hover[b-2g7x3juo66],
.about4-employment__hero:focus-visible[b-2g7x3juo66] {
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(23, 26, 31, 0.2);
    transform: translateY(-2px);
}

.about4-employment__hero:focus-visible[b-2g7x3juo66] {
    outline: 3px solid #171a1f;
    outline-offset: 3px;
}

.about4-employment__hero span[b-2g7x3juo66] {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about4-employment__hero h2[b-2g7x3juo66] {
    margin: 0.7rem 0 0.5rem;
    font-size: 2.15rem;
    line-height: 1.15;
    letter-spacing: 0;
}

.about4-employment__hero p[b-2g7x3juo66] {
    margin: 0;
    font-size: 1.05rem;
}

.about4-employment__content > p[b-2g7x3juo66] {
    margin: 0 0 0.8rem;
    color: #58616c;
    line-height: 1.7;
}

.about4-employment__content h3[b-2g7x3juo66] {
    margin: 1.2rem 0 0.55rem;
    color: #171a1f;
    font-size: 1.05rem;
}

.about4-employment__content ul[b-2g7x3juo66] {
    display: grid;
    gap: 0.35rem 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
    margin: 0;
    list-style: none;
}

.about4-employment__content li[b-2g7x3juo66] {
    position: relative;
    padding-left: 1.3rem;
    color: #58616c;
    line-height: 1.5;
}

.about4-employment__content li[b-2g7x3juo66]::before {
    position: absolute;
    left: 0;
    color: var(--about-accent, #b62e27);
    content: "\2713";
    font-weight: 800;
}

.about4-employment__content .about4-employment__empty[b-2g7x3juo66] {
    margin-bottom: 0;
    color: #6d7680;
}

@media (max-width: 767.98px) {
    .about4-employment[b-2g7x3juo66] {
        padding-block: 3rem;
    }

    .about4-employment__grid[b-2g7x3juo66] {
        gap: 2rem;
        grid-template-columns: 1fr;
    }

    .about4-employment__hero[b-2g7x3juo66] {
        min-height: 13rem;
    }
}

@media (max-width: 479.98px) {
    .about4-employment__content ul[b-2g7x3juo66] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Other/CompanyDocuments.razor.rz.scp.css */
.company-documents-page[b-mtpzwxjq3m] {
    max-width: 920px;
    margin: 0 auto;
    padding: 2.5rem 1rem 3rem;
}

.company-documents-page__hero[b-mtpzwxjq3m] {
    margin-bottom: 1.5rem;
}

.company-documents-page__eyebrow[b-mtpzwxjq3m] {
    margin: 0;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 600;
}

.company-documents-page__hero h1[b-mtpzwxjq3m] {
    margin: 0.4rem 0 0.35rem;
    font-size: clamp(1.8rem, 3.2vw, 2.4rem);
}

.company-documents-page__hero p[b-mtpzwxjq3m] {
    margin: 0;
    color: #4b5563;
}

.company-documents-page__status[b-mtpzwxjq3m] {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 10px;
    background: #f3f4f6;
    color: #111827;
}

.company-documents-page__status--error[b-mtpzwxjq3m] {
    background: #fef2f2;
    color: #991b1b;
}

.company-documents-page__count[b-mtpzwxjq3m] {
    margin: 1rem 0 0.75rem;
    color: #6b7280;
    font-size: 0.92rem;
}

.company-documents-page__list[b-mtpzwxjq3m] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.company-documents-page__item[b-mtpzwxjq3m] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem 1.1rem;
    background: #fff;
}

.company-documents-page__item h2[b-mtpzwxjq3m] {
    margin: 0;
    font-size: 1.05rem;
}

.company-documents-page__item a[b-mtpzwxjq3m] {
    color: #b91c1c;
    text-decoration: none;
}

.company-documents-page__item a:hover[b-mtpzwxjq3m] {
    text-decoration: underline;
}

.company-documents-page__item p[b-mtpzwxjq3m] {
    margin: 0.45rem 0 0;
    color: #4b5563;
}
/* /Components/Pages/Other/CustomerInquiry/CadModelRequestPage.razor.rz.scp.css */
.cad-request-page[b-jv8ovr0pet] {
    padding: 3rem 0 4rem;
    background: #f6f7f9;
}

.cad-request-layout[b-jv8ovr0pet] {
    width: min(100%, 720px);
    margin: 0 auto;
}

.cad-request-card[b-jv8ovr0pet] {
    padding: 2rem;
    background: #fff;
    border: 1px solid #dde1e7;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(17, 30, 54, 0.06);
}

.cad-request-header[b-jv8ovr0pet] {
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid #b7302a;
}

.cad-request-eyebrow[b-jv8ovr0pet] {
    margin: 0 0 0.35rem;
    color: #b7302a;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cad-request-header h1[b-jv8ovr0pet],
.cad-request-success h1[b-jv8ovr0pet] {
    margin: 0 0 0.75rem;
    color: #111e36;
    font-size: 1.75rem;
    font-weight: 700;
}

.cad-request-header p[b-jv8ovr0pet] {
    margin: 0;
    color: #4f5969;
    line-height: 1.6;
}

[b-jv8ovr0pet] .form-label {
    margin-bottom: 0.35rem;
    color: #303a4b;
    font-size: 0.9rem;
    font-weight: 600;
}

[b-jv8ovr0pet] .form-control {
    min-height: 2.75rem;
    border-color: #cbd1da;
    border-radius: 6px;
}

[b-jv8ovr0pet] .form-control:focus {
    border-color: #b7302a;
    box-shadow: 0 0 0 0.2rem rgba(183, 48, 42, 0.14);
}

[b-jv8ovr0pet] .form-control[readonly] {
    background: #f3f5f7;
    color: #303a4b;
}

[b-jv8ovr0pet] .validation-message {
    display: block;
    margin-top: 0.25rem;
    color: #b42318;
    font-size: 0.82rem;
}

[b-jv8ovr0pet] .validation-errors {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    color: #842029;
    background: #fff5f5;
    border: 1px solid #f1b8bd;
    border-radius: 6px;
}

.cad-request-submit[b-jv8ovr0pet] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 10.5rem;
    margin-top: 1.5rem;
    padding: 0.65rem 1.25rem;
    color: #fff;
    background: #b7302a;
    border-color: #b7302a;
    font-weight: 700;
}

.cad-request-submit:hover[b-jv8ovr0pet],
.cad-request-submit:focus-visible[b-jv8ovr0pet] {
    color: #fff;
    background: #962720;
    border-color: #962720;
}

.cad-request-success[b-jv8ovr0pet] {
    text-align: center;
}

.cad-request-success__icon[b-jv8ovr0pet] {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1rem;
    color: #fff;
    background: #2f7d4a;
    border-radius: 50%;
    place-items: center;
    font-size: 1.75rem;
    font-weight: 700;
}

.cad-request-success p[b-jv8ovr0pet] {
    margin: 0 auto 1.5rem;
    color: #4f5969;
    line-height: 1.6;
}

@media (max-width: 575.98px) {
    .cad-request-page[b-jv8ovr0pet] {
        padding: 1.5rem 0 2.5rem;
    }

    .cad-request-card[b-jv8ovr0pet] {
        padding: 1.25rem;
    }

    .cad-request-header h1[b-jv8ovr0pet],
    .cad-request-success h1[b-jv8ovr0pet] {
        font-size: 1.5rem;
    }

    .cad-request-submit[b-jv8ovr0pet] {
        width: 100%;
    }
}
/* /Components/Pages/Other/CustomerInquiry/CustomerInquiryForm.razor.rz.scp.css */
.form-card[b-nd6dq68fux] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.form-header[b-nd6dq68fux] {
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid #cc2233;
}

.form-title[b-nd6dq68fux] {
    font-weight: 700;
    font-size: 1.5rem;
    color: #222;
    margin-bottom: 0.25rem;
}

.form-subtitle[b-nd6dq68fux] {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.section-label[b-nd6dq68fux] {
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #888;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #eee;
}

[b-nd6dq68fux] .form-label {
    font-weight: 500;
    font-size: 0.875rem;
    color: #444;
    margin-bottom: 0.3rem;
}

[b-nd6dq68fux] .form-control,
[b-nd6dq68fux] .form-select {
    border-radius: 0.5rem;
    border: 1px solid #d0d0d0;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}

[b-nd6dq68fux] .form-control:focus,
[b-nd6dq68fux] .form-select:focus {
    border-color: #cc2233;
    box-shadow: 0 0 0 0.2rem rgba(204, 34, 51, 0.15);
}

.btn-submit[b-nd6dq68fux] {
    background-color: #cc2233;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    padding: 0.65rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 0.5rem;
    transition: background-color 0.2s, transform 0.1s;
}

.btn-submit:hover[b-nd6dq68fux] {
    background-color: #a81c2b;
    color: #fff;
}

.btn-submit:active[b-nd6dq68fux] {
    transform: scale(0.98);
}

.btn-submit:disabled[b-nd6dq68fux] {
    background-color: #d99;
    cursor: not-allowed;
}

.success-icon[b-nd6dq68fux] {
    color: #198754;
}

[b-nd6dq68fux] .validation-message {
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 0.2rem;
}

[b-nd6dq68fux] .validation-errors {
    background: #fff5f5;
    border: 1px solid #f5c6cb;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #842029;
}
/* /Components/Pages/Other/CustomSolutionComponents/CustomSolutionInquiryWizard.razor.rz.scp.css */
.cs-wizard[b-yl3csrg3ay] {
    background: #fff;
    border: 1px solid #d3dade;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(27, 35, 40, .08);
    margin: 0 auto;
    max-width: 1120px;
    overflow: hidden;
}

.cs-wizard__header[b-yl3csrg3ay] {
    align-items: center;
    border-bottom: 1px solid #e0e5e7;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.5rem 2rem;
}

.cs-wizard__header span:first-child[b-yl3csrg3ay] {
    color: #a91e2c;
    display: block;
    font-size: .75rem;
    font-weight: 800;
    margin-bottom: .2rem;
    text-transform: uppercase;
}

.cs-wizard__header h3[b-yl3csrg3ay] {
    font-size: 1.3rem;
    font-weight: 750;
    letter-spacing: 0;
    margin: 0;
}

.cs-wizard__time[b-yl3csrg3ay] {
    color: #667078;
    font-size: .86rem;
    font-weight: 650;
}

.cs-wizard__progress[b-yl3csrg3ay] {
    background: #f7f8f8;
    border-bottom: 1px solid #e0e5e7;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 1rem 2rem;
}

.cs-wizard__progress li[b-yl3csrg3ay] {
    align-items: center;
    color: #747d83;
    display: flex;
    font-size: .78rem;
    gap: .5rem;
    min-width: 0;
    position: relative;
}

.cs-wizard__progress li:not(:last-child)[b-yl3csrg3ay]::after {
    background: #d2d8db;
    content: "";
    flex: 1 1 1rem;
    height: 1px;
    margin: 0 .65rem 0 .15rem;
    min-width: .75rem;
}

.cs-wizard__progress span[b-yl3csrg3ay] {
    align-items: center;
    background: #dfe4e6;
    border-radius: 50%;
    color: #4a5359;
    display: flex;
    flex: 0 0 2rem;
    font-weight: 800;
    height: 2rem;
    justify-content: center;
}

.cs-wizard__progress strong[b-yl3csrg3ay] {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cs-wizard__progress li.is-active[b-yl3csrg3ay],
.cs-wizard__progress li.is-complete[b-yl3csrg3ay] {
    color: #23282c;
}

.cs-wizard__progress li.is-active span[b-yl3csrg3ay] {
    background: #c23;
    color: #fff;
}

.cs-wizard__progress li.is-complete span[b-yl3csrg3ay] {
    background: #2d7658;
    color: #fff;
}

.cs-wizard[b-yl3csrg3ay]  .cs-wizard__validation-summary,
.cs-wizard__form-error[b-yl3csrg3ay] {
    background: #fff2f3;
    border: 1px solid #e6aeb4;
    border-radius: 4px;
    color: #8d1724;
    margin: 1.5rem 2rem 0;
    padding: .85rem 1rem;
}

.cs-wizard[b-yl3csrg3ay]  .cs-wizard__validation-summary:empty {
    display: none;
}

.cs-wizard[b-yl3csrg3ay]  .cs-wizard__validation-summary ul {
    margin: 0;
    padding-left: 1.2rem;
}

.cs-wizard[b-yl3csrg3ay]  .cs-wizard__step {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 2.25rem 2rem 2.5rem;
}

.cs-wizard.is-enhanced[b-yl3csrg3ay]  .cs-wizard__step {
    display: none;
}

.cs-wizard.is-enhanced[b-yl3csrg3ay]  .cs-wizard__step.is-active {
    display: block;
}

.cs-wizard[b-yl3csrg3ay]  .cs-wizard__step legend {
    color: #22272b;
    float: none;
    font-size: 1.55rem;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cs-wizard[b-yl3csrg3ay]  .cs-wizard__step legend > span {
    color: #af1f2d;
    display: block;
    font-size: .76rem;
    font-weight: 800;
    margin-bottom: .45rem;
    text-transform: uppercase;
}

.cs-wizard[b-yl3csrg3ay]  .cs-wizard__step-intro {
    color: #667078;
    line-height: 1.55;
    margin: .7rem 0 1.75rem;
}

.cs-wizard[b-yl3csrg3ay]  .cs-wizard__grid {
    display: grid;
    gap: 1.15rem 1.5rem;
}

.cs-wizard[b-yl3csrg3ay]  .cs-wizard__grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cs-wizard[b-yl3csrg3ay]  .cs-field {
    min-width: 0;
}

.cs-wizard[b-yl3csrg3ay]  .cs-field > label,
.cs-wizard[b-yl3csrg3ay]  .cs-requirement-group > h4 {
    color: #30373c;
    display: block;
    font-size: .86rem;
    font-weight: 720;
    margin: 0 0 .45rem;
}

.cs-wizard[b-yl3csrg3ay]  .cs-field > label span[aria-hidden="true"] {
    color: #b81f2e;
}

.cs-wizard[b-yl3csrg3ay]  .cs-input,
.cs-wizard[b-yl3csrg3ay]  .cs-select,
.cs-wizard[b-yl3csrg3ay]  .cs-textarea,
.cs-wizard[b-yl3csrg3ay]  .cs-file-input {
    background: #fff;
    border: 1px solid #aeb8bd;
    border-radius: 4px;
    color: #22272b;
    display: block;
    font: inherit;
    min-height: 2.85rem;
    padding: .65rem .75rem;
    width: 100%;
}

.cs-wizard[b-yl3csrg3ay]  .cs-textarea {
    line-height: 1.55;
    min-height: 12rem;
    resize: vertical;
}

.cs-wizard[b-yl3csrg3ay]  .cs-file-input {
    padding: .55rem;
}

.cs-wizard[b-yl3csrg3ay]  .cs-input:focus,
.cs-wizard[b-yl3csrg3ay]  .cs-select:focus,
.cs-wizard[b-yl3csrg3ay]  .cs-textarea:focus,
.cs-wizard[b-yl3csrg3ay]  .cs-file-input:focus {
    border-color: #a91e2c;
    box-shadow: 0 0 0 3px rgba(194, 34, 51, .14);
    outline: 0;
}

.cs-wizard[b-yl3csrg3ay]  .cs-input.invalid,
.cs-wizard[b-yl3csrg3ay]  .cs-select.invalid,
.cs-wizard[b-yl3csrg3ay]  .cs-textarea.invalid {
    border-color: #bd2333;
}

.cs-wizard[b-yl3csrg3ay]  .validation-message {
    color: #a61927;
    display: block;
    font-size: .8rem;
    margin-top: .35rem;
}

.cs-wizard[b-yl3csrg3ay]  .cs-field__help {
    color: #667078;
    font-size: .8rem;
    line-height: 1.5;
    margin: .45rem 0 0;
}

.cs-wizard[b-yl3csrg3ay]  .cs-field--spaced {
    margin-top: 1rem;
}

.cs-wizard[b-yl3csrg3ay]  .cs-field--checkbox {
    align-self: end;
}

.cs-wizard[b-yl3csrg3ay]  .cs-check {
    align-items: center;
    border: 1px solid #d0d7da;
    border-radius: 4px;
    color: #32393e;
    cursor: pointer;
    display: flex;
    gap: .65rem;
    min-height: 2.75rem;
    padding: .6rem .75rem;
}

.cs-wizard[b-yl3csrg3ay]  .cs-check:hover {
    border-color: #909da3;
}

.cs-wizard[b-yl3csrg3ay]  .cs-check input {
    accent-color: #b51f2f;
    flex: 0 0 auto;
    height: 1.05rem;
    width: 1.05rem;
}

.cs-wizard[b-yl3csrg3ay]  .cs-check--wide {
    align-items: flex-start;
    min-height: 4rem;
}

.cs-wizard[b-yl3csrg3ay]  .cs-check--wide span {
    color: #5d676d;
    display: grid;
    font-size: .82rem;
    gap: .15rem;
    line-height: 1.4;
}

.cs-wizard[b-yl3csrg3ay]  .cs-check--wide strong {
    color: #30373c;
    font-size: .9rem;
}

.cs-wizard[b-yl3csrg3ay]  .cs-requirement-group {
    border-top: 1px solid #e1e5e7;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.cs-wizard[b-yl3csrg3ay]  .cs-requirement-group:first-of-type {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.cs-wizard[b-yl3csrg3ay]  .cs-choice-grid {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cs-wizard[b-yl3csrg3ay]  .cs-choice-grid--colors {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cs-wizard[b-yl3csrg3ay]  .cs-check--color {
    gap: .5rem;
}

.cs-wizard[b-yl3csrg3ay]  .cs-color-swatch {
    border: 1px solid rgba(0, 0, 0, .28);
    border-radius: 50%;
    flex: 0 0 .9rem;
    height: .9rem;
    width: .9rem;
}

.cs-wizard[b-yl3csrg3ay]  .cs-color--orange { background: #ef7d20; }
.cs-wizard[b-yl3csrg3ay]  .cs-color--green-yellow { background: linear-gradient(90deg, #27934b 50%, #f0d62d 50%); }
.cs-wizard[b-yl3csrg3ay]  .cs-color--violet { background: #7751a8; }
.cs-wizard[b-yl3csrg3ay]  .cs-color--red { background: #c92632; }
.cs-wizard[b-yl3csrg3ay]  .cs-color--yellow { background: #f0cf25; }
.cs-wizard[b-yl3csrg3ay]  .cs-color--black { background: #17191b; }
.cs-wizard[b-yl3csrg3ay]  .cs-color--blue { background: #2d62a8; }
.cs-wizard[b-yl3csrg3ay]  .cs-color--green { background: #2d8549; }
.cs-wizard[b-yl3csrg3ay]  .cs-color--grey { background: #8a9298; }
.cs-wizard[b-yl3csrg3ay]  .cs-color--brown { background: #76513b; }
.cs-wizard[b-yl3csrg3ay]  .cs-color--white { background: #fff; }
.cs-wizard[b-yl3csrg3ay]  .cs-color--other {
    background: conic-gradient(#c92632 0 25%, #f0cf25 0 50%, #2d62a8 0 75%, #fff 0);
}

.cs-wizard.is-enhanced[b-yl3csrg3ay]  .cs-field--conditional {
    display: none;
}

.cs-wizard.is-enhanced[b-yl3csrg3ay]  .cs-field--conditional.is-visible {
    display: block;
}

.cs-wizard[b-yl3csrg3ay]  .cs-honeypot {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.cs-wizard__actions[b-yl3csrg3ay] {
    align-items: center;
    background: #f7f8f8;
    border-top: 1px solid #e0e5e7;
    display: flex;
    gap: .75rem;
    justify-content: flex-end;
    min-height: 5rem;
    padding: 1rem 2rem;
}

.cs-wizard__button[b-yl3csrg3ay] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 720;
    justify-content: center;
    min-height: 2.8rem;
    padding: .65rem 1.2rem;
}

.cs-wizard__button--secondary[b-yl3csrg3ay] {
    background: #fff;
    border-color: #aeb8bd;
    color: #30373c;
}

.cs-wizard__button--primary[b-yl3csrg3ay],
.cs-wizard__button--submit[b-yl3csrg3ay] {
    background: #c23;
    border-color: #c23;
    color: #fff;
}

.cs-wizard__button:hover[b-yl3csrg3ay],
.cs-wizard__button:focus-visible[b-yl3csrg3ay] {
    filter: brightness(.92);
}

.cs-wizard__button:disabled[b-yl3csrg3ay] {
    cursor: wait;
    opacity: .65;
}

.cs-wizard__enhanced-only[b-yl3csrg3ay] {
    display: none;
}

.cs-wizard.is-enhanced .cs-wizard__enhanced-only[b-yl3csrg3ay] {
    display: inline-flex;
}

.cs-wizard__final-actions[b-yl3csrg3ay] {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
}

.cs-wizard.is-enhanced .cs-wizard__final-actions[b-yl3csrg3ay] {
    display: none;
}

.cs-wizard.is-enhanced[data-current-step="5"] .cs-wizard__final-actions[b-yl3csrg3ay] {
    display: grid;
}

.cs-wizard__final-actions p[b-yl3csrg3ay] {
    color: #626c72;
    font-size: .8rem;
    line-height: 1.45;
    margin: 0;
    max-width: 42rem;
}

.cs-wizard__final-actions strong[b-yl3csrg3ay] {
    color: #30373c;
}

.cs-wizard__final-actions a[b-yl3csrg3ay] {
    color: #9f1b29;
}

@media (max-width: 800px) {
    .cs-wizard__progress[b-yl3csrg3ay] {
        gap: .4rem;
        padding: .85rem 1rem;
    }

    .cs-wizard__progress li[b-yl3csrg3ay] {
        justify-content: center;
    }

    .cs-wizard__progress strong[b-yl3csrg3ay],
    .cs-wizard__progress li[b-yl3csrg3ay]::after {
        display: none;
    }

    .cs-wizard[b-yl3csrg3ay]  .cs-wizard__grid--two {
        grid-template-columns: 1fr;
    }

    .cs-wizard[b-yl3csrg3ay]  .cs-choice-grid,
    .cs-wizard[b-yl3csrg3ay]  .cs-choice-grid--colors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .cs-wizard__header[b-yl3csrg3ay],
    .cs-wizard__actions[b-yl3csrg3ay] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cs-wizard__time[b-yl3csrg3ay] {
        display: none;
    }

    .cs-wizard[b-yl3csrg3ay]  .cs-wizard__step {
        padding: 1.75rem 1rem 2rem;
    }

    .cs-wizard[b-yl3csrg3ay]  .cs-wizard__validation-summary,
    .cs-wizard__form-error[b-yl3csrg3ay] {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .cs-wizard__actions[b-yl3csrg3ay] {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .cs-wizard__button[b-yl3csrg3ay] {
        flex: 1 1 auto;
    }

    .cs-wizard__final-actions[b-yl3csrg3ay],
    .cs-wizard.is-enhanced[data-current-step="5"] .cs-wizard__final-actions[b-yl3csrg3ay] {
        grid-template-columns: 1fr;
    }

    .cs-wizard__button--submit[b-yl3csrg3ay] {
        width: 100%;
    }
}
/* /Components/Pages/Other/CustomSolutionComponents/CustomSolutionProcessTimeline.razor.rz.scp.css */
.cs-process[b-a5eunxkt8n] {
    background: #20252a;
    color: #fff;
    padding: 5rem 0;
}

.cs-process__inner[b-a5eunxkt8n] {
    display: grid;
    gap: 4rem;
    grid-template-columns: minmax(220px, .75fr) minmax(0, 1.5fr);
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 2rem;
}

.cs-process__heading[b-a5eunxkt8n] {
    align-self: start;
    position: sticky;
    top: 6rem;
}

.cs-process__heading > span[b-a5eunxkt8n] {
    color: #ef6875;
    display: block;
    font-size: .78rem;
    font-weight: 800;
    margin-bottom: .7rem;
    text-transform: uppercase;
}

.cs-process__heading h2[b-a5eunxkt8n] {
    font-size: 2.2rem;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0;
}

.cs-process__heading p[b-a5eunxkt8n] {
    color: #cbd0d4;
    line-height: 1.65;
    margin: 1rem 0 0;
    max-width: 28rem;
}

.cs-process__timeline[b-a5eunxkt8n] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cs-process__timeline li[b-a5eunxkt8n] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 3.5rem minmax(0, 1fr);
    padding: 0 0 2.5rem;
    position: relative;
}

.cs-process__timeline li:not(:last-child)[b-a5eunxkt8n]::before {
    background: #555d63;
    content: "";
    height: calc(100% - 2rem);
    left: 1.65rem;
    position: absolute;
    top: 2.5rem;
    width: 1px;
}

.cs-process__number[b-a5eunxkt8n] {
    align-items: center;
    background: #c23;
    border-radius: 50%;
    display: flex;
    font-size: .78rem;
    font-weight: 800;
    height: 3.35rem;
    justify-content: center;
    position: relative;
    width: 3.35rem;
    z-index: 1;
}

.cs-process__timeline h3[b-a5eunxkt8n] {
    font-size: 1.2rem;
    font-weight: 720;
    letter-spacing: 0;
    margin: .2rem 0 .55rem;
}

.cs-process__timeline p[b-a5eunxkt8n] {
    color: #cbd0d4;
    line-height: 1.65;
    margin: 0;
    max-width: 44rem;
}

@media (max-width: 800px) {
    .cs-process[b-a5eunxkt8n] {
        padding: 3.5rem 0;
    }

    .cs-process__inner[b-a5eunxkt8n] {
        gap: 2.5rem;
        grid-template-columns: 1fr;
        padding: 0 1.25rem;
    }

    .cs-process__heading[b-a5eunxkt8n] {
        position: static;
    }

    .cs-process__heading h2[b-a5eunxkt8n] {
        font-size: 1.85rem;
    }
}

@media (max-width: 480px) {
    .cs-process__timeline li[b-a5eunxkt8n] {
        gap: 1rem;
        grid-template-columns: 2.75rem minmax(0, 1fr);
    }

    .cs-process__number[b-a5eunxkt8n] {
        height: 2.65rem;
        width: 2.65rem;
    }

    .cs-process__timeline li:not(:last-child)[b-a5eunxkt8n]::before {
        left: 1.3rem;
        top: 2rem;
    }
}
/* /Components/Pages/Other/CustomSolutions.razor.rz.scp.css */
.custom-solutions[b-33ypt9w7un] {
    background: #fff;
    color: #22272b;
}

.custom-solutions__hero[b-33ypt9w7un] {
    align-items: center;
    display: flex;
    min-height: 520px;
    overflow: hidden;
    position: relative;
}

.custom-solutions__hero-media[b-33ypt9w7un],
.custom-solutions__hero-overlay[b-33ypt9w7un] {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.custom-solutions__hero-media[b-33ypt9w7un] {
    object-fit: cover;
    object-position: center 42%;
}

.custom-solutions__hero-overlay[b-33ypt9w7un] {
    background: rgba(21, 25, 29, .8);
}

.custom-solutions__hero-content[b-33ypt9w7un] {
    color: #fff;
    margin: 0 auto;
    max-width: 1280px;
    padding: 4.5rem 2rem;
    position: relative;
    width: 100%;
    z-index: 1;
}

.custom-solutions__eyebrow[b-33ypt9w7un],
.custom-solutions__section-label[b-33ypt9w7un] {
    color: #bd2333;
    display: block;
    font-size: .78rem;
    font-weight: 800;
    margin-bottom: .7rem;
    text-transform: uppercase;
}

.custom-solutions__hero .custom-solutions__eyebrow[b-33ypt9w7un] {
    color: #ff8b96;
}

.custom-solutions__hero h1[b-33ypt9w7un] {
    font-size: 3.6rem;
    font-weight: 780;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0;
    max-width: 800px;
}

.custom-solutions__hero-heading[b-33ypt9w7un] {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 650;
    margin: 1rem 0 0;
}

.custom-solutions__hero-content > p:not(.custom-solutions__hero-heading)[b-33ypt9w7un] {
    color: #e3e6e8;
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 1rem 0 1.7rem;
    max-width: 720px;
}

.custom-solutions__hero-cta[b-33ypt9w7un] {
    align-items: center;
    background: #c23;
    border: 1px solid #c23;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-weight: 750;
    justify-content: center;
    min-height: 3.2rem;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease;
    width: min(100%, 420px);
}

.custom-solutions__hero-cta:hover[b-33ypt9w7un],
.custom-solutions__hero-cta:focus-visible[b-33ypt9w7un] {
    background: #a71d2b;
    border-color: #a71d2b;
    color: #fff;
}

.custom-solutions__introduction[b-33ypt9w7un],
.custom-solutions__components[b-33ypt9w7un] {
    padding: 5rem 0;
}

.custom-solutions__components[b-33ypt9w7un] {
    background: #f1f4f5;
    border-bottom: 1px solid #dce1e3;
    border-top: 1px solid #dce1e3;
}

.custom-solutions__content-grid[b-33ypt9w7un] {
    display: grid;
    gap: 4rem;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.45fr);
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 2rem;
}

.custom-solutions__content-grid h2[b-33ypt9w7un],
.custom-solutions__inquiry-heading h2[b-33ypt9w7un] {
    font-size: 2.35rem;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0;
}

.custom-solutions__prose p[b-33ypt9w7un] {
    color: #4d565c;
    font-size: 1.02rem;
    line-height: 1.75;
    margin: 0;
}

.custom-solutions__prose p + p[b-33ypt9w7un] {
    margin-top: 1.15rem;
}

.custom-solutions__inquiry[b-33ypt9w7un] {
    background: #eef2f3;
    padding: 5rem 2rem 6rem;
}

.custom-solutions__inquiry-heading[b-33ypt9w7un] {
    margin: 0 auto 2rem;
    max-width: 1120px;
}

.custom-solutions__inquiry-heading p[b-33ypt9w7un] {
    color: #566169;
    line-height: 1.65;
    margin: 1rem 0 0;
    max-width: 760px;
}

.custom-solutions__success[b-33ypt9w7un],
.custom-solutions__unavailable[b-33ypt9w7un] {
    background: #fff;
    border: 1px solid #d5dcdf;
    border-radius: 8px;
    margin: 0 auto;
    max-width: 1120px;
    padding: 2.5rem;
}

.custom-solutions__success[b-33ypt9w7un] {
    align-items: flex-start;
    display: flex;
    gap: 1.25rem;
}

.custom-solutions__success-mark[b-33ypt9w7un] {
    align-items: center;
    background: #2d7658;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 2.8rem;
    font-size: 1.3rem;
    height: 2.8rem;
    justify-content: center;
}

.custom-solutions__success h3[b-33ypt9w7un] {
    font-size: 1.45rem;
    letter-spacing: 0;
    margin: 0 0 .5rem;
}

.custom-solutions__success p[b-33ypt9w7un] {
    color: #566169;
    margin: 0 0 1rem;
}

.custom-solutions__success a[b-33ypt9w7un] {
    color: #a91e2c;
    font-weight: 700;
}

@media (max-width: 850px) {
    .custom-solutions__hero[b-33ypt9w7un] {
        min-height: 480px;
    }

    .custom-solutions__hero h1[b-33ypt9w7un] {
        font-size: 2.8rem;
    }

    .custom-solutions__content-grid[b-33ypt9w7un] {
        gap: 2rem;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .custom-solutions__hero[b-33ypt9w7un] {
        min-height: 500px;
    }

    .custom-solutions__hero-content[b-33ypt9w7un] {
        padding: 3.25rem 1.25rem;
    }

    .custom-solutions__hero h1[b-33ypt9w7un] {
        font-size: 2.25rem;
    }

    .custom-solutions__hero-heading[b-33ypt9w7un] {
        font-size: 1.2rem;
    }

    .custom-solutions__introduction[b-33ypt9w7un],
    .custom-solutions__components[b-33ypt9w7un] {
        padding: 3.5rem 0;
    }

    .custom-solutions__content-grid[b-33ypt9w7un] {
        padding: 0 1.25rem;
    }

    .custom-solutions__content-grid h2[b-33ypt9w7un],
    .custom-solutions__inquiry-heading h2[b-33ypt9w7un] {
        font-size: 1.85rem;
    }

    .custom-solutions__inquiry[b-33ypt9w7un] {
        padding: 3.5rem 1rem 4rem;
    }

    .custom-solutions__success[b-33ypt9w7un],
    .custom-solutions__unavailable[b-33ypt9w7un] {
        padding: 1.5rem;
    }
}
/* /Components/Pages/Other/News.razor.rz.scp.css */
.news-page[b-t9why3hr67] {
    background: #f8fafc;
    color: #10233f;
    min-height: 100vh;
}

.news-hero[b-t9why3hr67] {
    background: linear-gradient(135deg, #cc2233, #a01a28);
    color: #fff;
    padding: 4rem 0 3rem;
}

.news-hero__eyebrow[b-t9why3hr67] {
    margin: 0 0 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    font-weight: 700;
    opacity: 0.9;
}

.news-hero h1[b-t9why3hr67] {
    margin: 0;
    font-size: clamp(2rem, 3.7vw, 2.8rem);
    font-weight: 800;
}

.news-hero p[b-t9why3hr67] {
    margin: 0.85rem 0 0;
    max-width: 760px;
    font-size: 1.05rem;
    opacity: 0.95;
}

.news-content[b-t9why3hr67] {
    padding-top: 2rem;
    padding-bottom: 3rem;
    display: grid;
    gap: 1.25rem;
}

.news-status[b-t9why3hr67] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0.85rem 1rem;
    background: #fff;
}

.news-status--error[b-t9why3hr67] {
    border-color: #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.news-panel[b-t9why3hr67] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.news-panel__header[b-t9why3hr67] {
    padding: 1rem 1.2rem;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.news-panel__header h2[b-t9why3hr67] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1f2937;
}

.news-panel__header p[b-t9why3hr67] {
    margin: 0.35rem 0 0;
    color: #4b5563;
    font-size: 0.95rem;
}

.news-empty[b-t9why3hr67] {
    margin: 0;
    padding: 1rem 1.2rem 1.2rem;
    color: #6b7280;
}

.news-series-carousel[b-t9why3hr67] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 1rem 0.6rem 1.2rem;
}

.news-series-arrow[b-t9why3hr67] {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #374151;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s, color 0.15s;
}

.news-series-arrow:hover[b-t9why3hr67] {
    border-color: #cc2233;
    color: #cc2233;
}

.news-series-track[b-t9why3hr67] {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    padding: 0.25rem 0.4rem;
}

.news-series-track[b-t9why3hr67]::-webkit-scrollbar {
    display: none;
}

.news-series-card[b-t9why3hr67] {
    min-width: 220px;
    max-width: 280px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    padding: 0.9rem;
    scroll-snap-align: start;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.news-series-card:hover[b-t9why3hr67] {
    border-color: #cc2233;
    box-shadow: 0 4px 16px rgba(204, 34, 51, 0.08);
}

.news-series-card--disabled[b-t9why3hr67] {
    pointer-events: none;
    opacity: 0.7;
}

.news-series-card__image[b-t9why3hr67] {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    object-fit: cover;
    background: #f8fafc;
    margin-bottom: 0.6rem;
}

.news-series-card__date[b-t9why3hr67] {
    margin: 0;
    color: #6b7280;
    font-size: 0.82rem;
    font-weight: 600;
}

.news-series-card h3[b-t9why3hr67] {
    margin: 0.45rem 0 0.35rem;
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
}

.news-series-card__desc[b-t9why3hr67] {
    margin: 0 0 0.65rem;
    font-size: 0.85rem;
    color: #4b5563;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-series-card__cta[b-t9why3hr67] {
    margin-top: auto;
    color: #cc2233;
    font-weight: 600;
    font-size: 0.88rem;
}

.news-series-card--disabled .news-series-card__cta[b-t9why3hr67] {
    color: #9ca3af;
}

.news-press-grid[b-t9why3hr67] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem 1.2rem;
}

.news-press-card[b-t9why3hr67] {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.news-press-card:hover[b-t9why3hr67] {
    border-color: #cc2233;
    box-shadow: 0 4px 16px rgba(204, 34, 51, 0.08);
}

.news-press-card__image[b-t9why3hr67] {
    width: 180px;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #f8fafc;
    flex-shrink: 0;
}

.news-press-card__body[b-t9why3hr67] {
    padding: 0.85rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.news-press-card__date[b-t9why3hr67] {
    margin: 0;
    color: #6b7280;
    font-size: 0.82rem;
    font-weight: 600;
}

.news-press-card h3[b-t9why3hr67] {
    margin: 0.4rem 0 0.6rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.35;
}

.news-press-card__cta[b-t9why3hr67] {
    margin-top: auto;
    color: #cc2233;
    font-weight: 600;
    font-size: 0.88rem;
}

.news-press-card:hover .news-press-card__cta[b-t9why3hr67] {
    text-decoration: underline;
}

.news-pager[b-t9why3hr67] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
    justify-content: center;
    padding: 0 1.2rem 1.2rem;
}

.news-pager__link[b-t9why3hr67] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.5rem;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151;
    border-radius: 6px;
    font-size: 0.86rem;
    font-weight: 600;
    transition: background 100ms ease, border-color 100ms ease, color 100ms ease;
}

.news-pager__link:hover:not(.news-pager__link--disabled):not(.news-pager__link--current)[b-t9why3hr67] {
    border-color: #d1d5db;
    background: #f3f4f6;
    color: #374151;
}

.news-pager__link--current[b-t9why3hr67] {
    background: #cc2233;
    border-color: #cc2233;
    color: #fff;
    font-weight: 700;
}

.news-pager__link--disabled[b-t9why3hr67] {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

.news-event-list[b-t9why3hr67] {
    margin: 0;
    padding: 1rem 1.2rem 1.2rem;
    list-style: none;
    display: grid;
    gap: 0.75rem;
}

.news-event-item[b-t9why3hr67] {
    border: 1px solid #f1f5f9;
    border-radius: 10px;
    padding: 0.85rem;
}

.news-event-item h3[b-t9why3hr67] {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    color: #1f2937;
}

.news-event-item p[b-t9why3hr67] {
    margin: 0 0 0.35rem;
    color: #374151;
}

.news-event-item a[b-t9why3hr67] {
    color: #cc2233;
    text-decoration: none;
    font-weight: 600;
}

.news-event-item a:hover[b-t9why3hr67] {
    color: #a01a28;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .news-hero[b-t9why3hr67] {
        padding: 3rem 0 2.25rem;
    }
}
/* /Components/Pages/Other/PrivacyPolicy.razor.rz.scp.css */
.legal-nav[b-aechg6v0ps] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 1rem 0;
    border-bottom: 2px solid #e0e0e0;
}

.legal-nav a[b-aechg6v0ps] {
    color: #c23;
    font-weight: 600;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.legal-nav a:hover[b-aechg6v0ps] {
    background-color: #c23;
    color: white;
}

.legal-section[b-aechg6v0ps] {
    padding-top: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
}

.legal-section:last-child[b-aechg6v0ps] {
    border-bottom: none;
}

.legal-section h2[b-aechg6v0ps] {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.legal-section h3[b-aechg6v0ps] {
    font-size: 1.35rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #444;
    font-weight: 600;
}

.legal-section h4[b-aechg6v0ps] {
    font-size: 1.1rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    color: #555;
    font-weight: 600;
    font-style: italic;
}

.legal-section p[b-aechg6v0ps] {
    line-height: 1.8;
    color: #555;
    margin-bottom: 1rem;
}

.legal-section ul[b-aechg6v0ps] {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.legal-section li[b-aechg6v0ps] {
    line-height: 1.8;
    color: #555;
    margin-bottom: 0.5rem;
}

.legal-section a[b-aechg6v0ps] {
    color: #c23;
    text-decoration: underline;
}

.legal-section a:hover[b-aechg6v0ps] {
    color: #a01d1d;
}

.logo-preview[b-aechg6v0ps] {
    margin: 2rem 0;
}

.logo-download-card[b-aechg6v0ps] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 2rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    background: #fafafa;
    transition: box-shadow 0.2s ease;
}

.logo-download-card:hover[b-aechg6v0ps] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.logo-download-card img[b-aechg6v0ps] {
    max-width: 300px;
    height: auto;
}

.logo-format-label[b-aechg6v0ps] {
    font-size: 0.85rem;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
    .legal-nav[b-aechg6v0ps] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .legal-nav a[b-aechg6v0ps] {
        padding: 0.75rem 1rem;
    }

    .legal-section[b-aechg6v0ps] {
        padding-top: 2rem;
    }

    .legal-section h2[b-aechg6v0ps] {
        font-size: 1.75rem;
    }

    .logo-download-card[b-aechg6v0ps] {
        width: 100%;
        padding: 1.5rem;
    }

    .logo-download-card img[b-aechg6v0ps] {
        max-width: 100%;
    }
}
/* /Components/Pages/Other/Search/SearchPage.razor.rz.scp.css */
.search-page[b-xn7euifhm0] {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 2rem 1rem 4rem;
}

.search-page__hero[b-xn7euifhm0] {
    display: grid;
    gap: 0.9rem;
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(197, 33, 39, 0.08) 0%, rgba(16, 35, 63, 0.06) 100%);
}

.search-page__eyebrow[b-xn7euifhm0] {
    margin: 0;
    color: #c52127;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.search-page__title[b-xn7euifhm0] {
    margin: 0;
    color: #10233f;
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    line-height: 1.1;
}

.search-page__subtitle[b-xn7euifhm0] {
    margin: 0;
    max-width: 44rem;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.6;
}

.search-page__search[b-xn7euifhm0] {
    margin-top: 0.4rem;
}

.search-page__results-header[b-xn7euifhm0] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.search-page__results-count[b-xn7euifhm0] {
    margin: 0 0 0.35rem;
    color: #6b7280;
    font-size: 0.9rem;
    font-weight: 700;
}

.search-page__results-title[b-xn7euifhm0] {
    margin: 0;
    color: #10233f;
    font-size: 1.5rem;
}

.search-page__results-list[b-xn7euifhm0] {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search-page__result-card[b-xn7euifhm0] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 10px 30px rgba(16, 35, 63, 0.05);
}

.search-page__result-card--discontinued[b-xn7euifhm0] {
    border-color: rgba(197, 33, 39, 0.28);
}

.search-page__status-badges[b-xn7euifhm0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.65rem;
}

.search-page__status-badges .badge[b-xn7euifhm0] {
    font-size: 0.78rem;
    letter-spacing: 0;
}

.search-page__result-thumb-wrap[b-xn7euifhm0] {
    width: 8rem;
    height: 8rem;
    border: 1px solid rgba(16, 35, 63, 0.08);
    border-radius: 0.75rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.search-page__result-thumb[b-xn7euifhm0] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.search-page__result-content[b-xn7euifhm0] {
    min-width: 0;
}

.search-page__result-type[b-xn7euifhm0] {
    display: flex;
    width: fit-content;
    margin-bottom: 0.55rem;
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.search-page__result-title[b-xn7euifhm0] {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.35;
}

.search-page__result-title a[b-xn7euifhm0] {
    color: #10233f;
    text-decoration: none;
}

.search-page__result-title a:hover[b-xn7euifhm0],
.search-page__result-title a:focus-visible[b-xn7euifhm0] {
    color: #c52127;
    text-decoration: underline;
}

.search-page__result-description[b-xn7euifhm0] {
    margin: 0.65rem 0 0;
    color: #4b5563;
    line-height: 1.6;
}

.search-page__result-tlb[b-xn7euifhm0] {
    margin: 0.5rem 0 0;
    font-size: 0.84rem;
}

.search-page__result-tlb a[b-xn7euifhm0] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #006bb7;
    font-weight: 600;
    text-decoration: none;
}

.search-page__result-tlb a:hover[b-xn7euifhm0],
.search-page__result-tlb a:focus-visible[b-xn7euifhm0] {
    text-decoration: underline;
}

.search-page__status[b-xn7euifhm0] {
    margin-top: 1.5rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(16, 35, 63, 0.05);
    color: #10233f;
}

.search-page__status--error[b-xn7euifhm0] {
    background: rgba(197, 33, 39, 0.08);
    color: #7e1217;
}

@media (min-width: 768px) {
    .search-page[b-xn7euifhm0] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .search-page__hero[b-xn7euifhm0] {
        padding: 2rem;
    }

    .search-page__result-card[b-xn7euifhm0] {
        grid-template-columns: auto 1fr;
        align-items: start;
    }
}
/* /Components/Pages/Other/ServiceEstimate.razor.rz.scp.css */
.se-page[b-qurbg5rhvj] {
    background: #f8fafc;
    color: #10233f;
    min-height: 100vh;
}

.se-hero[b-qurbg5rhvj] {
    background: linear-gradient(135deg, #cc2233, #a01a28);
    color: #fff;
    padding: 4rem 0 3rem;
}

.se-hero__eyebrow[b-qurbg5rhvj] {
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    font-weight: 700;
    opacity: 0.9;
}

.se-hero__title[b-qurbg5rhvj] {
    margin: 0;
    font-size: clamp(2rem, 3.8vw, 2.75rem);
    font-weight: 800;
}

.se-hero__subtitle[b-qurbg5rhvj] {
    margin: 0.85rem 0 0;
    max-width: 760px;
    font-size: 1.05rem;
    opacity: 0.95;
}

.se-content[b-qurbg5rhvj] {
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.se-search[b-qurbg5rhvj] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.se-search__label[b-qurbg5rhvj] {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 0.5rem;
}

.se-search__row[b-qurbg5rhvj] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
}

.se-search__input[b-qurbg5rhvj] {
    width: 100%;
    min-height: 2.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 0.55rem 0.8rem;
    color: #111827;
    background: #fff;
}

.se-search__input:focus[b-qurbg5rhvj] {
    outline: none;
    border-color: #cc2233;
    box-shadow: 0 0 0 3px rgba(204, 34, 51, 0.2);
}

.se-search__button[b-qurbg5rhvj] {
    min-height: 2.75rem;
    border: 0;
    border-radius: 8px;
    padding: 0.55rem 1rem;
    background: #cc2233;
    color: #fff;
    font-weight: 700;
    transition: background-color 0.2s ease;
}

.se-search__button:hover[b-qurbg5rhvj] {
    background: #a01a28;
}

.se-status[b-qurbg5rhvj] {
    margin-top: 1rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 10px;
    padding: 0.85rem 1rem;
    color: #374151;
}

.se-status--error[b-qurbg5rhvj] {
    border-color: #fecaca;
    background: #fef2f2;
    color: #991b1b;
}

.se-result[b-qurbg5rhvj] {
    margin-top: 1.25rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.se-result__header[b-qurbg5rhvj] {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}

.se-result__header h2[b-qurbg5rhvj] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1f2937;
}

.se-table-wrap[b-qurbg5rhvj] {
    overflow-x: auto;
}

.se-table[b-qurbg5rhvj] {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.se-table th[b-qurbg5rhvj],
.se-table td[b-qurbg5rhvj] {
    text-align: left;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f1f5f9;
}

.se-table th[b-qurbg5rhvj] {
    background: #f8fafc;
    color: #374151;
    font-size: 0.85rem;
    font-weight: 700;
    white-space: nowrap;
}

.se-table td[b-qurbg5rhvj] {
    color: #111827;
    font-size: 0.95rem;
}

.se-table tbody tr:hover[b-qurbg5rhvj] {
    background: #f8fafc;
}

.se-info[b-qurbg5rhvj] {
    margin-top: 1.5rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.se-info__header[b-qurbg5rhvj] {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb;
}

.se-info__header h2[b-qurbg5rhvj] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1f2937;
}

.se-info__header p[b-qurbg5rhvj] {
    margin: 0.4rem 0 0;
    color: #4b5563;
    font-size: 0.95rem;
}

.se-tabs[b-qurbg5rhvj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
}

.se-tab[b-qurbg5rhvj] {
    text-decoration: none;
    border: 1px solid #d1d5db;
    color: #374151;
    border-radius: 999px;
    padding: 0.4rem 0.85rem;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.se-tab:hover[b-qurbg5rhvj] {
    border-color: #cc2233;
}

.se-tab--active[b-qurbg5rhvj] {
    background: #cc2233;
    border-color: #cc2233;
    color: #fff;
}

.se-tab-panel[b-qurbg5rhvj] {
    padding: 1.1rem 1.25rem 1.25rem;
    color: #111827;
}

.se-tab-panel h3[b-qurbg5rhvj] {
    margin: 0 0 0.6rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1f2937;
}

.se-tab-panel p[b-qurbg5rhvj] {
    margin: 0 0 0.8rem;
    line-height: 1.7;
    color: #374151;
}

.se-tab-panel ul[b-qurbg5rhvj] {
    margin: 0 0 0.9rem;
    padding-left: 1.2rem;
}

.se-tab-panel li[b-qurbg5rhvj] {
    margin: 0 0 0.45rem;
    color: #374151;
    line-height: 1.6;
}

.se-tab-panel a[b-qurbg5rhvj] {
    color: #cc2233;
    font-weight: 600;
}

.se-tab-panel a:hover[b-qurbg5rhvj] {
    color: #a01a28;
}

@media (max-width: 767.98px) {
    .se-hero[b-qurbg5rhvj] {
        padding: 3rem 0 2.25rem;
    }

    .se-search[b-qurbg5rhvj] {
        padding: 1rem;
    }

    .se-search__row[b-qurbg5rhvj] {
        grid-template-columns: 1fr;
    }

    .se-search__button[b-qurbg5rhvj] {
        width: 100%;
    }

    .se-tabs[b-qurbg5rhvj] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .se-tab[b-qurbg5rhvj] {
        text-align: center;
    }
}
/* /Components/Pages/Other/Support.razor.rz.scp.css */
.support-hero[b-ytqp1wmy5x] {
    background: linear-gradient(135deg, #cc2233, #a01a28);
    color: white;
    padding: 5rem 0 4rem;
}

.support-hero h1[b-ytqp1wmy5x] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.support-hero .lead[b-ytqp1wmy5x] {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.support-cards-section[b-ytqp1wmy5x] {
    padding: 4rem 0 5rem;
    background-color: #f8f9fa;
}

.support-card[b-ytqp1wmy5x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 0.75rem;
    padding: 2.5rem 2rem;
    height: 100%;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.support-card:hover[b-ytqp1wmy5x] {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    color: inherit;
}

.support-card-icon[b-ytqp1wmy5x] {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    background: #fef2f2;
    border-radius: 50%;
    padding: 1.5rem;
}

.support-card-icon img[b-ytqp1wmy5x] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.support-card h2[b-ytqp1wmy5x] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.75rem;
}

.support-card p[b-ytqp1wmy5x] {
    color: #666;
    line-height: 1.7;
    flex-grow: 1;
    margin-bottom: 1.5rem;
}

.support-card-link[b-ytqp1wmy5x] {
    font-weight: 600;
    color: #cc2233;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.support-card:hover .support-card-link[b-ytqp1wmy5x] {
    color: #a01a28;
}

@media screen and (max-width: 768px) {
    .support-hero[b-ytqp1wmy5x] {
        padding: 3rem 0 2.5rem;
    }

    .support-hero h1[b-ytqp1wmy5x] {
        font-size: 2.25rem;
    }

    .support-hero .lead[b-ytqp1wmy5x] {
        font-size: 1.1rem;
    }

    .support-cards-section[b-ytqp1wmy5x] {
        padding: 2rem 0 3rem;
    }

    .support-card[b-ytqp1wmy5x] {
        padding: 2rem 1.5rem;
    }

    .support-card-icon[b-ytqp1wmy5x] {
        width: 100px;
        height: 100px;
        padding: 1.25rem;
    }
}

@media screen and (max-width: 500px) {
    .support-hero h1[b-ytqp1wmy5x] {
        font-size: 1.75rem;
    }

    .support-card h2[b-ytqp1wmy5x] {
        font-size: 1.25rem;
    }
}
/* /Components/Pages/Other/TestLeadBuilder/TestLeadBuilder.razor.rz.scp.css */
/* ── Layout ────────────────────────────────────────────────────── */
.tlb[b-8by0kh97os] {
    color: #111827;
    background: #f8fafc;
    min-height: 100vh;
}

.tlb__header[b-8by0kh97os] {
    background: linear-gradient(120deg, #1f2937, #2d4a5a);
    color: #fff;
    padding: 2.5rem 0 2rem;
    margin-bottom: 1.75rem;
}

.tlb__header h1[b-8by0kh97os] {
    margin: 0 0 0.4rem;
    font-size: clamp(1.5rem, 3.2vw, 2.2rem);
}

.tlb__header p[b-8by0kh97os] {
    margin: 0;
    opacity: 0.85;
    max-width: 48rem;
    font-size: 0.95rem;
}

.tlb__loading[b-8by0kh97os],
.tlb__error[b-8by0kh97os] {
    padding: 4rem 0;
    text-align: center;
    font-size: 1.1rem;
    color: #6b7280;
}

.tlb__layout[b-8by0kh97os] {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 1.5rem;
    align-items: start;
    padding-bottom: 4rem;
}

@media (max-width: 899.98px) {
    .tlb__layout[b-8by0kh97os] {
        grid-template-columns: 1fr;
    }
}

/* ── Sidebar / Summary ─────────────────────────────────────────── */
.tlb__summary[b-8by0kh97os] {
    position: sticky;
    top: 1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    padding: 1.25rem;
}

.tlb__summary h2[b-8by0kh97os] {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin: 0 0 0.75rem;
    font-weight: 700;
}

.tlb__summary-list[b-8by0kh97os] {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.tlb__summary-list li[b-8by0kh97os] {
    display: flex;
    justify-content: space-between;
    font-size: 0.84rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid #f3f4f6;
    color: #9ca3af;
    transition: color 0.15s;
}

.tlb__summary-list li.done[b-8by0kh97os] {
    color: #111827;
}

.tlb__summary-list .label[b-8by0kh97os] {
    font-weight: 600;
}

.tlb__summary-list .value[b-8by0kh97os] {
    text-align: right;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

/* ── Search ─────────────────────────────────────────────────────── */
.tlb__search[b-8by0kh97os] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

.tlb__search label[b-8by0kh97os] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    margin-bottom: 0.35rem;
}

.tlb__search-row[b-8by0kh97os] {
    display: flex;
    gap: 0.4rem;
    align-items: stretch;
}

.tlb__search-row input[b-8by0kh97os] {
    flex: 1;
    min-width: 0;
    padding: 0.4rem 0.6rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.84rem;
    line-height: 1.4;
}

.tlb__search-row input:focus[b-8by0kh97os] {
    outline: none;
    border-color: #006bb7;
    box-shadow: 0 0 0 2px rgba(0, 107, 183, 0.15);
}

/* ── Steps ──────────────────────────────────────────────────────── */
.tlb__step[b-8by0kh97os] {
    margin-bottom: 2.5rem;
}

.tlb__step h2[b-8by0kh97os] {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e5e7eb;
    color: #1f2937;
}

/* ── Card grid (connectors) ────────────────────────────────────── */
.tlb__card-grid[b-8by0kh97os] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 0.65rem;
}

.tlb__card[b-8by0kh97os] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    padding: 0.75rem 0.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: border-color 120ms ease, box-shadow 120ms ease, transform 100ms ease;
    font-size: 0.82rem;
    text-align: center;
    text-decoration: none;
    color: #111827;
}

.tlb__card:hover[b-8by0kh97os] {
    border-color: #006bb7;
    box-shadow: 0 2px 8px rgba(0, 107, 183, 0.1);
    transform: translateY(-1px);
    text-decoration: none;
    color: #111827;
}

.tlb__card--selected[b-8by0kh97os] {
    border-color: #006bb7;
    background: #f0f7ff;
    box-shadow: 0 0 0 2px rgba(0, 107, 183, 0.2);
}

.tlb__card img[b-8by0kh97os] {
    max-height: 56px;
    object-fit: contain;
}

.tlb__card-label[b-8by0kh97os] {
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.3;
}

/* ── Table (wires) ──────────────────────────────────────────────── */
.tlb__table-wrap[b-8by0kh97os] {
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
}

.tlb__table[b-8by0kh97os] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.84rem;
}

.tlb__table th[b-8by0kh97os] {
    text-align: left;
    padding: 0.65rem 0.75rem;
    background: #f9fafb;
    border-bottom: 2px solid #e5e7eb;
    white-space: nowrap;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6b7280;
}

.tlb__table td[b-8by0kh97os] {
    padding: 0.6rem 0.75rem;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

.tlb__table tbody tr[b-8by0kh97os] {
    transition: background 100ms ease;
}

.tlb__table tbody tr:hover[b-8by0kh97os] {
    background: #f9fafb;
}

.tlb__table-row--clickable td[b-8by0kh97os] {
    padding: 0;
}

.tlb__table-link[b-8by0kh97os] {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr 1fr 1.2fr;
    text-decoration: none;
    color: #111827;
    padding: 0.6rem 0.75rem;
    transition: background 100ms ease;
    cursor: pointer;
}

.tlb__table-link--header[b-8by0kh97os] {
    cursor: default;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6b7280;
}

.tlb__table-link:hover[b-8by0kh97os] {
    background: #f0f7ff;
    text-decoration: none;
    color: #111827;
}

.tlb__table-row--selected .tlb__table-link[b-8by0kh97os] {
    background: #f0f7ff;
}

.tlb__table-row--selected[b-8by0kh97os] {
    background: #f0f7ff !important;
}

/* ── Length ──────────────────────────────────────────────────────── */
.tlb__length-layout[b-8by0kh97os] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.tlb__length-custom[b-8by0kh97os] {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 0.5rem;
}

.tlb__length-custom form[b-8by0kh97os] {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 0.5rem;
}

.tlb__length-custom label[b-8by0kh97os] {
    font-size: 0.82rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.2rem;
    width: 100%;
}

.tlb__length-custom input[type="number"][b-8by0kh97os] {
    width: 9rem;
    padding: 0.4rem 0.6rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.875rem;
    line-height: 1.4;
}

.tlb__length-custom input[type="number"]:focus[b-8by0kh97os] {
    outline: none;
    border-color: #006bb7;
    box-shadow: 0 0 0 2px rgba(0, 107, 183, 0.15);
}

.tlb__length-presets-label[b-8by0kh97os] {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.tlb__length-chips[b-8by0kh97os] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.tlb__chip[b-8by0kh97os] {
    padding: 0.4rem 0.85rem;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
    font-size: 0.82rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.3;
    transition: border-color 120ms ease, background 120ms ease, transform 100ms ease;
    text-decoration: none;
    color: #374151;
}

.tlb__chip:hover[b-8by0kh97os] {
    border-color: #006bb7;
    transform: translateY(-1px);
    text-decoration: none;
    color: #374151;
}

.tlb__chip--selected[b-8by0kh97os] {
    background: #006bb7;
    color: #fff;
    border-color: #006bb7;
}

.tlb__chip--selected:hover[b-8by0kh97os] {
    color: #fff;
}

.tlb__chip-sub[b-8by0kh97os] {
    font-size: 0.7rem;
    opacity: 0.65;
}

/* ── Color ──────────────────────────────────────────────────────── */
.tlb__color-grid[b-8by0kh97os] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.tlb__color-btn[b-8by0kh97os] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.8rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    font-size: 0.84rem;
    transition: border-color 120ms ease, box-shadow 120ms ease, transform 100ms ease;
    text-decoration: none;
    color: #374151;
}

.tlb__color-btn:hover[b-8by0kh97os] {
    border-color: #006bb7;
    transform: translateY(-1px);
    text-decoration: none;
    color: #374151;
}

.tlb__color-btn--selected[b-8by0kh97os] {
    border-color: #006bb7;
    background: #f0f7ff;
    box-shadow: 0 0 0 2px rgba(0, 107, 183, 0.15);
}

.tlb__color-dot[b-8by0kh97os] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

/* ── Build action ───────────────────────────────────────────────── */
.tlb__build-action[b-8by0kh97os] {
    text-align: center;
    padding: 1.5rem 0;
}

/* ── Validation ─────────────────────────────────────────────────── */
.tlb__validation[b-8by0kh97os] {
    color: #dc2626;
    font-size: 0.82rem;
    margin: 0.35rem 0 0.75rem;
}

/* ── Buttons ────────────────────────────────────────────────────── */
.tlb-btn[b-8by0kh97os] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.5rem 1.15rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    text-decoration: none;
    border: none;
    transition: background 120ms ease, transform 100ms ease, filter 120ms ease;
    font-family: inherit;
    line-height: 1.2;
}

.tlb-btn--primary[b-8by0kh97os] {
    background: #006bb7;
    color: #fff;
}

.tlb-btn--primary:hover[b-8by0kh97os] {
    filter: brightness(1.1);
    transform: translateY(-1px);
    text-decoration: none;
    color: #fff;
}

.tlb-btn--outline[b-8by0kh97os] {
    background: #fff;
    color: #006bb7;
    border: 1px solid #d1d5db;
}

.tlb-btn--outline:hover[b-8by0kh97os] {
    background: #f0f7ff;
    border-color: #006bb7;
    text-decoration: none;
    color: #006bb7;
}

.tlb-btn--sm[b-8by0kh97os] {
    padding: 0.35rem 0.7rem;
    font-size: 0.8rem;
}

.tlb-btn--lg[b-8by0kh97os] {
    padding: 0.65rem 2rem;
    font-size: 0.95rem;
}

.tlb-btn:disabled[b-8by0kh97os] {
    opacity: 0.5;
    cursor: not-allowed;
}
/* /Components/Pages/Other/TestLeadBuilder/TlbResultPanel.razor.rz.scp.css */
/* ── Buttons ────────────────────────────────────────────────────── */
.tlb-btn[b-8i0yl7ssjl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.5rem 1.15rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    text-decoration: none;
    border: none;
    transition: background 120ms ease, transform 100ms ease, filter 120ms ease;
    font-family: inherit;
    line-height: 1.2;
}

.tlb-btn--primary[b-8i0yl7ssjl] {
    background: #006bb7;
    color: #fff;
}

.tlb-btn--primary:hover[b-8i0yl7ssjl] {
    filter: brightness(1.1);
    transform: translateY(-1px);
    text-decoration: none;
    color: #fff;
}

.tlb-btn--outline[b-8i0yl7ssjl] {
    background: #fff;
    color: #006bb7;
    border: 1px solid #d1d5db;
}

.tlb-btn--outline:hover[b-8i0yl7ssjl] {
    background: #f0f7ff;
    border-color: #006bb7;
    text-decoration: none;
    color: #006bb7;
}

.tlb-btn--sm[b-8i0yl7ssjl] {
    padding: 0.35rem 0.7rem;
    font-size: 0.8rem;
}

.tlb-btn--lg[b-8i0yl7ssjl] {
    padding: 0.65rem 2rem;
    font-size: 0.95rem;
}

/* ── Result Panel ───────────────────────────────────────────────── */
.tlb-result[b-8i0yl7ssjl] {
    animation: tlb-fadeIn-b-8i0yl7ssjl 0.3s ease;
}

@keyframes tlb-fadeIn-b-8i0yl7ssjl {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.tlb-result__standard-banner[b-8i0yl7ssjl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: #dcfce7;
    color: #166534;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    border: 1px solid #bbf7d0;
}

.tlb-result__grid[b-8i0yl7ssjl] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

@media (max-width: 700px) {
    .tlb-result__grid[b-8i0yl7ssjl] {
        grid-template-columns: 1fr;
    }
}

/* ── Specs card ─────────────────────────────────────────────────── */
.tlb-result__specs[b-8i0yl7ssjl] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    padding: 1.5rem;
}

.tlb-result__specs h3[b-8i0yl7ssjl] {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin: 0 0 1rem;
    font-weight: 700;
}

.tlb-result__dl[b-8i0yl7ssjl] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1rem;
    font-size: 0.875rem;
    margin: 0 0 1.5rem;
}

.tlb-result__dl dt[b-8i0yl7ssjl],
.tlb-result__dl dd[b-8i0yl7ssjl] {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f3f4f6;
    margin: 0;
}

.tlb-result__dl dt[b-8i0yl7ssjl] {
    font-weight: 600;
    white-space: nowrap;
    color: #6b7280;
}

.tlb-result__dl dd[b-8i0yl7ssjl] {
    color: #111827;
}

.tlb-result__dl code[b-8i0yl7ssjl] {
    font-size: 0.82rem;
    background: #f0f7ff;
    color: #006bb7;
    padding: 0.15rem 0.45rem;
    border-radius: 6px;
    font-weight: 600;
}

.tlb-result__actions[b-8i0yl7ssjl] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

/* ── Diagram card ───────────────────────────────────────────────── */
.tlb-result__diagram[b-8i0yl7ssjl] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}

.tlb-result__diagram h3[b-8i0yl7ssjl] {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin: 0 0 1rem;
    font-weight: 700;
}

.tlb-result__diagram-frame[b-8i0yl7ssjl] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    text-align: center;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tlb-result__diagram-frame img[b-8i0yl7ssjl] {
    max-width: 100%;
    height: auto;
}

.tlb-result__diagram > .tlb-btn[b-8i0yl7ssjl] {
    align-self: flex-start;
}
/* /Components/Pages/Other/WhereToBuy.razor.rz.scp.css */
.wtb-hero[b-azcaazff9l] {
    background: linear-gradient(135deg, #cc2233, #a01a28);
    color: white;
    padding: 5rem 0 4rem;
}

.wtb-hero h1[b-azcaazff9l] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.wtb-hero .lead[b-azcaazff9l] {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 550px;
    margin: 0 auto;
}

/* ── Search Panel ── */
.search-panel[b-azcaazff9l] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 0.75rem;
    padding: 2rem;
    position: sticky;
    top: 100px;
}

.search-panel h3[b-azcaazff9l] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.search-panel p[b-azcaazff9l] {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.search-panel .btn-primary[b-azcaazff9l] {
    background-color: #cc2233;
    border-color: #cc2233;
}

.search-panel .btn-primary:hover[b-azcaazff9l] {
    background-color: #a01a28;
    border-color: #a01a28;
}

.search-panel .form-control[b-azcaazff9l] {
    border-radius: 0.5rem;
    padding: 0.625rem 1rem;
}

.search-panel .form-control:focus[b-azcaazff9l] {
    border-color: #cc2233;
    box-shadow: 0 0 0 0.2rem rgba(204, 34, 51, 0.15);
}

.autocomplete-wrapper[b-azcaazff9l] {
    position: relative;
}

.suggestions-dropdown[b-azcaazff9l] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 0.5rem 0.5rem;
    max-height: 220px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.suggestions-dropdown:empty[b-azcaazff9l] {
    display: none;
}

[b-azcaazff9l] .suggestions-dropdown li {
    padding: 0.6rem 1rem;
    cursor: pointer;
    font-size: 0.95rem;
    color: #333;
    transition: background-color 0.15s ease;
}

[b-azcaazff9l] .suggestions-dropdown li:hover {
    background-color: #fef2f2;
    color: #cc2233;
}

/* ── Distributor Cards ── */
.distributor-card[b-azcaazff9l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 0.75rem;
    padding: 1.75rem 1.5rem;
    height: 100%;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.distributor-card:hover[b-azcaazff9l] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
}

.distributor-country[b-azcaazff9l] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #999;
    margin-bottom: 1rem;
}

.distributor-logo[b-azcaazff9l] {
    width: 140px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.distributor-logo img[b-azcaazff9l] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.distributor-card h4[b-azcaazff9l] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.35rem;
}

.distributor-phone[b-azcaazff9l] {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 0.75rem;
}

.distributor-visit[b-azcaazff9l] {
    margin-top: auto;
    font-size: 0.9rem;
    font-weight: 600;
    color: #cc2233;
    transition: color 0.2s ease;
}

.distributor-card:hover .distributor-visit[b-azcaazff9l] {
    color: #a01a28;
}

/* ── Stock Results ── */
.stock-results h3[b-azcaazff9l] {
    font-size: 1.35rem;
    color: #333;
    margin: 0;
}

.stock-table[b-azcaazff9l] {
    border-collapse: separate;
    border-spacing: 0;
}

.stock-table thead th[b-azcaazff9l] {
    background: #f8f9fa;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #666;
    padding: 0.75rem 1rem;
    border-bottom: 2px solid #e0e0e0;
}

.stock-table tbody td[b-azcaazff9l] {
    padding: 0.85rem 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    color: #444;
}

.stock-table tbody tr:hover[b-azcaazff9l] {
    background-color: #fef8f8;
}

.btn-buy[b-azcaazff9l] {
    background-color: #cc2233;
    color: white;
    border: none;
    border-radius: 0.35rem;
    font-weight: 600;
    padding: 0.35rem 1rem;
    transition: background-color 0.2s ease;
}

.btn-buy:hover[b-azcaazff9l] {
    background-color: #a01a28;
    color: white;
}

.no-results[b-azcaazff9l] {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 0.75rem;
    padding: 3rem 2rem;
    text-align: center;
    color: #666;
}

.no-results a[b-azcaazff9l] {
    color: #cc2233;
    font-weight: 600;
}

/* ── Responsive ── */
@media screen and (max-width: 992px) {
    .search-panel[b-azcaazff9l] {
        position: static;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .wtb-hero[b-azcaazff9l] {
        padding: 3rem 0 2.5rem;
    }

    .wtb-hero h1[b-azcaazff9l] {
        font-size: 2.25rem;
    }

    .wtb-hero .lead[b-azcaazff9l] {
        font-size: 1.1rem;
    }

    .distributor-card[b-azcaazff9l] {
        padding: 1.5rem 1rem;
    }

    .distributor-logo[b-azcaazff9l] {
        width: 120px;
        height: 60px;
    }
}

@media screen and (max-width: 500px) {
    .wtb-hero h1[b-azcaazff9l] {
        font-size: 1.75rem;
    }

    .stock-table thead th[b-azcaazff9l],
    .stock-table tbody td[b-azcaazff9l] {
        padding: 0.6rem 0.5rem;
        font-size: 0.85rem;
    }
}
/* /Components/Pages/ProductDetail.razor.rz.scp.css */
/* ── Page ──────────────────────────────────────────────────── */

.pd-page[b-8e4e0t4n55] {
    color: #111827;
    background: #f8fafc;
    min-height: 100vh;
}

/* ── Breadcrumbs ──────────────────────────────────────────── */

.pd-breadcrumbs[b-8e4e0t4n55] {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 0.75rem 0;
    font-size: 0.85rem;
}

.pd-breadcrumbs ol[b-8e4e0t4n55] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pd-breadcrumbs li + li[b-8e4e0t4n55]::before {
    content: "\203A";
    margin-right: 0.25rem;
    color: #9ca3af;
}

.pd-breadcrumbs a[b-8e4e0t4n55] {
    color: var(--ct-primary);
    text-decoration: none;
}

.pd-breadcrumbs a:hover[b-8e4e0t4n55] {
    text-decoration: underline;
}

/* ── Discontinued banner ──────────────────────────────────── */

.pd-discontinued-banner[b-8e4e0t4n55] {
    background: #fef2f2;
    border-bottom: 2px solid #fca5a5;
    padding: 0.85rem 0;
    font-size: 0.95rem;
    color: #991b1b;
}

.pd-discontinued-banner a[b-8e4e0t4n55] {
    color: var(--ct-primary);
    font-weight: 600;
    margin-left: 0.5rem;
}

/* ── Status badge (inline) ────────────────────────────────── */

.pd-status-badge[b-8e4e0t4n55] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.pd-status--active[b-8e4e0t4n55] {
    background: #dcfce7;
    color: #166534;
}

.pd-status--special[b-8e4e0t4n55] {
    background: #e0f2fe;
    color: #075985;
}

.pd-status--discontinued[b-8e4e0t4n55] {
    background: #fee2e2;
    color: #991b1b;
}

/* ── Body ─────────────────────────────────────────────────── */

.pd-body[b-8e4e0t4n55] {
    padding-block: 2rem;
}

/* ── Top: gallery + info ──────────────────────────────────── */

.pd-top[b-8e4e0t4n55] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .pd-top[b-8e4e0t4n55] {
        grid-template-columns: 1fr;
    }
}

/* ── Gallery ──────────────────────────────────────────────── */

.pd-gallery[b-8e4e0t4n55] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.pd-product-resources[b-8e4e0t4n55] {
    padding-block: 0.9rem;
    border-block: 1px solid #e1e5ea;
}

.pd-product-resources__label[b-8e4e0t4n55] {
    display: block;
    margin-bottom: 0.55rem;
    color: #687284;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.pd-product-resources__actions[b-8e4e0t4n55] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.pd-product-resource[b-8e4e0t4n55] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.5rem;
    padding: 0.5rem 0.85rem;
    color: #10233f;
    background: #fff;
    border: 1px solid #cfd5dd;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 150ms ease, color 150ms ease, filter 150ms ease;
}

.pd-product-resource:hover[b-8e4e0t4n55],
.pd-product-resource:focus-visible[b-8e4e0t4n55] {
    color: var(--ct-primary);
    border-color: var(--ct-primary);
}

/*.pd-product-resource--cad {
    color: #fff;
    background: var(--ct-primary);
    border-color: var(--ct-primary);
}

.pd-product-resource--cad:hover,
.pd-product-resource--cad:focus-visible {
    color: #fff;
    filter: brightness(1.1);
}*/

@media (max-width: 575.98px) {
    .pd-product-resources__actions[b-8e4e0t4n55] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pd-product-resource[b-8e4e0t4n55] {
        width: 100%;
    }
}

/*
 * The [data-pd-main] container's children are swapped by JS,
 * so they lack Blazor's scoped-CSS attribute.
 * Use ::deep so styles penetrate into JS-injected markup.
 *
 * The container itself is a fixed-aspect-ratio placeholder (9 / 7 ≈ 540×420)
 * so the thumbnails never shift when the main content swaps.
 */
[b-8e4e0t4n55] [data-pd-main] {
    aspect-ratio: 9 / 7;
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-8e4e0t4n55] [data-pd-main] .pd-main-image-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

[b-8e4e0t4n55] [data-pd-main] .pd-main-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
    transition: box-shadow 150ms ease;
}

[b-8e4e0t4n55] [data-pd-main] .pd-main-image-link:hover .pd-main-image {
    box-shadow: inset 0 0 0 2px var(--ct-primary);
}

[b-8e4e0t4n55] [data-pd-main] .pd-main-video {
    position: relative;
    width: 100%;
    height: 100%;
}

[b-8e4e0t4n55] [data-pd-main] .pd-main-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pd-thumbnails[b-8e4e0t4n55] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pd-thumb-btn[b-8e4e0t4n55] {
    position: relative;
    width: 64px;
    height: 64px;
    padding: 0.2rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color 150ms ease;
    overflow: hidden;
}

.pd-thumb-btn img[b-8e4e0t4n55] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pd-thumb-btn--active[b-8e4e0t4n55],
.pd-thumb-btn:hover[b-8e4e0t4n55] {
    border-color: var(--ct-primary);
}

.pd-thumb-btn--video img[b-8e4e0t4n55] {
    object-fit: cover;
    filter: brightness(0.7);
}

.pd-play-icon[b-8e4e0t4n55] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    pointer-events: none;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.pd-no-image[b-8e4e0t4n55] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    border: 1px dashed #d1d5db;
    border-radius: 12px;
    color: #9ca3af;
    font-size: 0.95rem;
}

/* ── Info panel ───────────────────────────────────────────── */

.pd-info[b-8e4e0t4n55] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pd-brand-logo[b-8e4e0t4n55] {
    display: block;
    max-width: 180px;
    height: auto;
    object-fit: contain;
    padding: 0.5rem 0.75rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.pd-part-number[b-8e4e0t4n55] {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 800;
    color: #10233f;
}

.pd-series-name[b-8e4e0t4n55] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #6b7280;
}

.pd-title[b-8e4e0t4n55] {
    margin: 0;
    font-size: 1.05rem;
    color: #374151;
}

.pd-short-desc[b-8e4e0t4n55] {
    margin: 0;
    color: #4b5563;
    line-height: 1.5;
}

.pd-price-row[b-8e4e0t4n55] {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin-top: 0.5rem;
}

.pd-price[b-8e4e0t4n55] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #10233f;
}

.pd-warranty[b-8e4e0t4n55] {
    font-size: 0.9rem;
    color: #6b7280;
}

/* ── Where to Buy (inline) ───────────────────────────────── */

.pd-wtb-section[b-8e4e0t4n55] {
    margin-top: 1.25rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.pd-wtb-section h3[b-8e4e0t4n55] {
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
    font-weight: 700;
}

[b-8e4e0t4n55] .stock-table {
    font-size: 0.88rem;
    margin-bottom: 0;
}

[b-8e4e0t4n55] .btn-buy {
    background: var(--ct-primary);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    white-space: nowrap;
}

[b-8e4e0t4n55] .btn-buy:hover {
    filter: brightness(1.1);
    color: #fff;
}

/* ── Section nav ──────────────────────────────────────────── */

.pd-section-nav[b-8e4e0t4n55] {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    background: var(--ct-primary);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.pd-section-nav a[b-8e4e0t4n55] {
    display: inline-flex;
    align-items: center;
    padding: 0.85rem 1.25rem;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 150ms ease;
}

.pd-section-nav a:hover[b-8e4e0t4n55] {
    background: rgba(0, 0, 0, 0.1);
}

/* ── Section titles ───────────────────────────────────────── */

.pd-section[b-8e4e0t4n55] {
    margin-bottom: 2.5rem;
}

.pd-section-title[b-8e4e0t4n55] {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid var(--ct-primary);
    display: inline-block;
}

/* ── Overview ─────────────────────────────────────────────── */

.pd-overview-text[b-8e4e0t4n55] {
    line-height: 1.7;
    color: #374151;
}

.pd-overview-text[b-8e4e0t4n55]  img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.25rem auto;
}

.pd-features[b-8e4e0t4n55] {
    padding-left: 1.25rem;
    line-height: 1.8;
}

/* ── Models table ─────────────────────────────────────────── */

.pd-models-table[b-8e4e0t4n55] {
    font-size: 0.88rem;
}

.pd-models-table th[b-8e4e0t4n55] {
    white-space: nowrap;
}

.pd-model-img-cell[b-8e4e0t4n55] {
    width: 56px;
    padding: 0.3rem 0.5rem;
}

.pd-model-part-cell[b-8e4e0t4n55] {
    width: 1%;
    min-width: 7.5rem;
    white-space: nowrap;
    word-break: keep-all;
}

.pd-model-part-cell a[b-8e4e0t4n55],
.pd-model-part-cell strong[b-8e4e0t4n55] {
    display: inline-block;
    white-space: nowrap;
}

.pd-model-thumb[b-8e4e0t4n55] {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
}

.pd-models-table a[b-8e4e0t4n55] {
    color: var(--ct-primary);
    font-weight: 600;
    text-decoration: none;
}

.pd-models-table a:hover[b-8e4e0t4n55] {
    text-decoration: underline;
}

/* ── Documents ────────────────────────────────────────────── */

.pd-spec-color[b-8e4e0t4n55] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.pd-spec-color-dot[b-8e4e0t4n55] {
    width: 0.8rem;
    height: 0.8rem;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    display: inline-block;
}

.pd-spec-list[b-8e4e0t4n55] {
    display: grid;
    grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
    margin: 0;
    border-top: 1px solid #e5e7eb;
}

.pd-spec-row[b-8e4e0t4n55] {
    display: contents;
}

.pd-spec-row dt[b-8e4e0t4n55],
.pd-spec-row dd[b-8e4e0t4n55] {
    padding: 0.2rem 0.9rem;
    border-bottom: 1px solid #e5e7eb;
}

.pd-spec-row dt[b-8e4e0t4n55] {
    margin: 0;
    font-weight: 700;
    color: #374151;
    background: #f9fafb;
}

.pd-spec-row dd[b-8e4e0t4n55] {
    margin: 0;
    color: #111827;
}

.pd-spec-row a[b-8e4e0t4n55] {
    color: var(--ct-primary);
    font-weight: 600;
    text-decoration: none;
}

.pd-spec-row a:hover[b-8e4e0t4n55] {
    text-decoration: underline;
}

.pd-kit-list[b-8e4e0t4n55] {
    padding-left: 1.25rem;
    margin: 0;
    line-height: 1.8;
    color: #374151;
}

.pd-kit-list li + li[b-8e4e0t4n55] {
    margin-top: 0.35rem;
}

@media (max-width: 640px) {
    .pd-spec-list[b-8e4e0t4n55] {
        display: block;
        border-top: 0;
    }

    .pd-spec-row[b-8e4e0t4n55] {
        display: block;
        border-bottom: 1px solid #e5e7eb;
        padding: 0.75rem 0;
    }

    .pd-spec-row dt[b-8e4e0t4n55],
    .pd-spec-row dd[b-8e4e0t4n55] {
        border-bottom: 0;
        padding: 0;
        background: transparent;
    }

    .pd-spec-row dd[b-8e4e0t4n55] {
        margin-top: 0.2rem;
    }
}

.pd-doc-list[b-8e4e0t4n55] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pd-doc-list li[b-8e4e0t4n55] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pd-doc-list a[b-8e4e0t4n55] {
    color: var(--ct-primary);
    font-weight: 600;
    text-decoration: none;
}

.pd-doc-list a:hover[b-8e4e0t4n55] {
    text-decoration: underline;
}

.pd-doc-type[b-8e4e0t4n55] {
    font-size: 0.78rem;
    color: #9ca3af;
    background: #f3f4f6;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
}

.pd-related-carousel[b-8e4e0t4n55] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.pd-related-arrow[b-8e4e0t4n55] {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #374151;
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.15s, color 0.15s;
}

.pd-related-arrow:hover[b-8e4e0t4n55] {
    border-color: var(--ct-primary);
    color: var(--ct-primary);
}

.pd-related-track[b-8e4e0t4n55] {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
    padding: 0.25rem 0.4rem;
}

.pd-related-track[b-8e4e0t4n55]::-webkit-scrollbar {
    display: none;
}

.pd-related-card[b-8e4e0t4n55] {
    min-width: 220px;
    max-width: 280px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    padding: 0.9rem;
    scroll-snap-align: start;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.pd-related-card:hover[b-8e4e0t4n55] {
    border-color: var(--ct-primary);
    box-shadow: 0 4px 16px rgba(204, 34, 51, 0.08);
}

.pd-related-card--disabled[b-8e4e0t4n55] {
    pointer-events: none;
    opacity: 0.7;
}

.pd-related-card__image[b-8e4e0t4n55] {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    object-fit: contain;
    background: #f8fafc;
    margin-bottom: 0.6rem;
}

.pd-related-card h3[b-8e4e0t4n55] {
    margin: 0.45rem 0 0.35rem;
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
}

.pd-related-card__desc[b-8e4e0t4n55] {
    margin: 0 0 0.65rem;
    font-size: 0.85rem;
    color: #4b5563;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pd-related-card__cta[b-8e4e0t4n55] {
    margin-top: auto;
    color: var(--ct-primary);
    font-weight: 600;
    font-size: 0.88rem;
}

.pd-related-card--disabled .pd-related-card__cta[b-8e4e0t4n55] {
    color: #9ca3af;
}

@media (max-width: 640px) {
    .pd-related-arrow[b-8e4e0t4n55] {
        display: none;
    }

    .pd-related-card[b-8e4e0t4n55] {
        min-width: 210px;
    }
}

/* ── Variant quick-select ────────────────────────────────── */

.pd-variant-section[b-8e4e0t4n55] {
    margin-top: 1.25rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.pd-variant-section h3[b-8e4e0t4n55] {
    margin: 0 0 0.75rem;
    font-size: 1.05rem;
    font-weight: 700;
}

.pd-variant-grid[b-8e4e0t4n55] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.pd-variant-btn[b-8e4e0t4n55] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.65rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
    color: #374151;
    font-size: 0.82rem;
    font-weight: 500;
    transition: border-color 150ms ease, box-shadow 150ms ease;
    cursor: pointer;
}

.pd-variant-btn:hover[b-8e4e0t4n55] {
    border-color: var(--ct-primary);
    box-shadow: 0 0 0 1px var(--ct-primary);
    color: #374151;
}

.pd-variant-btn--active[b-8e4e0t4n55] {
    border-color: var(--ct-primary);
    background: #f0f4ff;
    font-weight: 700;
}

.pd-variant-thumb[b-8e4e0t4n55] {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.pd-variant-label[b-8e4e0t4n55] {
    line-height: 1.2;
}

/* ── Variant dimension selector ──────────────────────────── */

.pd-variant-dim[b-8e4e0t4n55] {
    margin-bottom: 0.75rem;
}

.pd-variant-dim:last-child[b-8e4e0t4n55] {
    margin-bottom: 0;
}

.pd-variant-dim-label[b-8e4e0t4n55] {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.4rem;
}

.pd-variant-pills[b-8e4e0t4n55] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.pd-variant-pill[b-8e4e0t4n55] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border: 2px solid #e5e7eb;
    border-radius: 999px;
    background: #fff;
    color: #374151;
    font-size: 0.82rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 150ms ease, background 150ms ease, opacity 150ms ease;
    cursor: pointer;
}

.pd-variant-pill:hover[b-8e4e0t4n55] {
    border-color: var(--ct-primary);
    color: #374151;
}

.pd-variant-pill--active[b-8e4e0t4n55] {
    border-color: var(--ct-primary);
    background: #f0f4ff;
    font-weight: 700;
}

.pd-variant-pill--unavailable[b-8e4e0t4n55] {
    opacity: 0.4;
    text-decoration: line-through;
    cursor: not-allowed;
}

.pd-variant-pill--color[b-8e4e0t4n55] {
    padding-left: 0.5rem;
}

.pd-variant-color-dot[b-8e4e0t4n55] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1.5px solid #d1d5db;
    flex-shrink: 0;
}

/* ── Test Lead Builder link ─────────────────────────────────────── */
.pd-tlb-link[b-8e4e0t4n55] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin: 1rem 0 0;
    font-size: 0.84rem;
    color: #4b5563;
}

.pd-tlb-link a[b-8e4e0t4n55] {
    color: #006bb7;
    font-weight: 600;
    text-decoration: none;
}

.pd-tlb-link a:hover[b-8e4e0t4n55],
.pd-tlb-link a:focus-visible[b-8e4e0t4n55] {
    text-decoration: underline;
}
/* /Components/Pages/ProductList.razor.rz.scp.css */
/* ── Page shell ──────────────────────────────────────────────── */

.product-list-page[b-6uq7p8z7zw] {
    color: #111827;
    background: #f8fafc;
    min-height: 100vh;
}

/* ── Header ─────────────────────────────────────────────────── */

.pl-header[b-6uq7p8z7zw] {
    background: linear-gradient(120deg, #1f2937, var(--ct-secondary));
    color: #fff;
    padding: 2.5rem 0 2rem;
}

.pl-header h1[b-6uq7p8z7zw] {
    margin: 0.4rem 0 0;
    font-size: clamp(1.5rem, 3.2vw, 2.4rem);
}

.pl-count[b-6uq7p8z7zw] {
    margin: 0.35rem 0 0;
    font-size: 0.95rem;
    opacity: 0.85;
}

.pl-back-link[b-6uq7p8z7zw] {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    transition: color 120ms ease;
}

.pl-back-link:hover[b-6uq7p8z7zw] {
    color: #fff;
}

/* ── Layout ─────────────────────────────────────────────────── */

.pl-layout[b-6uq7p8z7zw] {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 1.5rem;
    padding-block: 1.75rem;
    align-items: start;
    overflow: hidden;
}

@media (max-width: 899.98px) {
    .pl-layout[b-6uq7p8z7zw] {
        grid-template-columns: 1fr;
    }
}

/* ── Content column ─────────────────────────────────────────── */

.pl-content[b-6uq7p8z7zw] {
    min-width: 0;
}

/* ── Sidebar ────────────────────────────────────────────────── */

.pl-sidebar[b-6uq7p8z7zw] {
    position: sticky;
    top: 1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    padding: 1.25rem;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
}

.pl-sidebar-header[b-6uq7p8z7zw] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.75rem;
}

.pl-sidebar-header h2[b-6uq7p8z7zw] {
    margin: 0;
    font-size: 1.15rem;
}

.pl-clear-link[b-6uq7p8z7zw] {
    font-size: 0.8rem;
    color: var(--ct-primary);
    text-decoration: none;
}

.pl-clear-link:hover[b-6uq7p8z7zw] {
    text-decoration: underline;
}

.pl-filter-group[b-6uq7p8z7zw] {
    border: none;
    padding: 0;
    margin: 0 0 1rem;
}

.pl-filter-group legend[b-6uq7p8z7zw] {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
    color: #374151;
}

.pl-filter-options[b-6uq7p8z7zw] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    max-height: 200px;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.pl-filter-option[b-6uq7p8z7zw] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 0.2rem 0;
    border-radius: 4px;
    transition: background 100ms ease;
}

.pl-filter-option:hover[b-6uq7p8z7zw] {
    background: #f3f4f6;
}

.pl-filter-option--disabled[b-6uq7p8z7zw] {
    opacity: 0.45;
    cursor: not-allowed;
    text-decoration: line-through;
}

.pl-filter-option input[type="checkbox"][b-6uq7p8z7zw] {
    accent-color: var(--ct-primary);
    flex-shrink: 0;
}

.pl-filter-label-wrap[b-6uq7p8z7zw] {
    flex: 1;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.pl-filter-label[b-6uq7p8z7zw] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pl-filter-count[b-6uq7p8z7zw] {
    color: #9ca3af;
    font-size: 0.78rem;
    flex-shrink: 0;
}

.pl-apply-btn[b-6uq7p8z7zw] {
    display: block;
    width: 100%;
    padding: 0.6rem;
    margin-bottom: 0.75rem;
    background: var(--ct-primary);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 120ms ease, transform 100ms ease;
    font-family: inherit;
    line-height: 1.2;
}

.pl-apply-btn:hover[b-6uq7p8z7zw] {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.pl-apply-btn--toolbar[b-6uq7p8z7zw] {
    width: auto;
    margin-bottom: 0;
    padding: 0.45rem 1rem;
    font-size: 0.85rem;
}

/* ── Toolbar ────────────────────────────────────────────────── */

.pl-toolbar[b-6uq7p8z7zw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.85rem 1rem;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    margin-bottom: 1rem;
}

.pl-sort-group[b-6uq7p8z7zw] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
}

.pl-sort-group label[b-6uq7p8z7zw] {
    white-space: nowrap;
    color: #6b7280;
}

.pl-sort-select[b-6uq7p8z7zw] {
    padding: 0.4rem 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.85rem;
    background: #fff;
    cursor: pointer;
}

/* ── Table ──*/

.pl-table-wrap[b-6uq7p8z7zw] {
    overflow-x: auto;
    max-width: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}

.pl-table[b-6uq7p8z7zw] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    white-space: nowrap;
}

.pl-table thead[b-6uq7p8z7zw] {
    background: #f9fafb;
    position: sticky;
    top: 0;
    z-index: 1;
}

.pl-table th[b-6uq7p8z7zw] {
    text-align: left;
    padding: 0.65rem 0.75rem;
    font-weight: 600;
    color: #374151;
    border-bottom: 2px solid #e5e7eb;
}

.pl-table td[b-6uq7p8z7zw] {
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid #f3f4f6;
    vertical-align: middle;
}

.pl-table tbody tr:hover[b-6uq7p8z7zw] {
    background: #f9fafb;
}

.pl-th-img[b-6uq7p8z7zw] {
    width: 64px;
}

.pl-td-img[b-6uq7p8z7zw] {
    width: 64px;
    padding: 0.35rem 0.5rem;
}

.pl-thumb[b-6uq7p8z7zw] {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.pl-series-link[b-6uq7p8z7zw] {
    color: var(--ct-primary);
    font-weight: 600;
    text-decoration: none;
}

.pl-series-link:hover[b-6uq7p8z7zw] {
    text-decoration: underline;
}

.pl-variant-count[b-6uq7p8z7zw] {
    display: block;
    font-size: 0.75rem;
    color: #9ca3af;
    margin-top: 0.15rem;
}

.pl-partnumber[b-6uq7p8z7zw] {
    font-family: monospace;
    letter-spacing: 0.02em;
}

.pl-desc-cell[b-6uq7p8z7zw] {
    white-space: normal;
    min-width: 240px;
    max-width: 320px;
    vertical-align: middle;
}

.pl-desc[b-6uq7p8z7zw] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: normal;
    line-height: 1.4;
    font-size: 0.84rem;
    color: #4b5563;
}

.pl-th-msrp[b-6uq7p8z7zw],
.pl-msrp[b-6uq7p8z7zw] {
    text-align: right;
    white-space: nowrap;
}

/* ── Varies legend ──────────────────────────────────────── */

.pl-varies-legend[b-6uq7p8z7zw] {
    margin: 0 0 0.5rem;
    font-size: 0.82rem;
    color: #6b7280;
}

.pl-asterisk[b-6uq7p8z7zw] {
    color: var(--ct-primary);
    font-weight: 700;
}

/* ── Color swatches ─────────────────────────────────────────── */

.pl-color-swatches[b-6uq7p8z7zw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    align-items: center;
}

.pl-color-dot[b-6uq7p8z7zw] {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid #d1d5db;
    flex-shrink: 0;
    cursor: default;
    transition: transform 100ms ease;
}

.pl-color-dot:hover[b-6uq7p8z7zw] {
    transform: scale(1.2);
}

.pl-color-dot[style*="transparent"][b-6uq7p8z7zw] {
    background-image: linear-gradient(45deg, #e5e7eb 25%, transparent 25%, transparent 75%, #e5e7eb 75%),
                      linear-gradient(45deg, #e5e7eb 25%, transparent 25%, transparent 75%, #e5e7eb 75%);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
}

.pl-filter-color-dot[b-6uq7p8z7zw] {
    width: 14px;
    height: 14px;
}

/* ── Pager ──────────────────────────────────────────────────── */

.pl-pager[b-6uq7p8z7zw] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    padding: 0.85rem 0;
    flex-wrap: wrap;
}

.pl-page-link[b-6uq7p8z7zw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.5rem;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    color: #374151;
    border: 1px solid #e5e7eb;
    background: #fff;
    transition: background 100ms ease, border-color 100ms ease;
}

.pl-page-link:hover:not(.pl-page-link--disabled):not(.pl-page-link--current)[b-6uq7p8z7zw] {
    background: #f3f4f6;
    border-color: #d1d5db;
}

.pl-page-link--current[b-6uq7p8z7zw] {
    background: var(--ct-primary);
    color: #fff;
    border-color: var(--ct-primary);
    font-weight: 700;
}

.pl-page-link--disabled[b-6uq7p8z7zw] {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

.pl-page-ellipsis[b-6uq7p8z7zw] {
    padding: 0 0.25rem;
    color: #9ca3af;
}

/* ── Empty state ────────────────────────────────────────────── */

.pl-empty[b-6uq7p8z7zw] {
    text-align: center;
    color: #6b7280;
    padding: 3rem 1rem;
    font-size: 1rem;
}

/* ── Responsive ─────────────────────────────────────────────── */

@media (max-width: 899.98px) {
    .pl-sidebar[b-6uq7p8z7zw] {
        position: static;
        max-height: none;
    }

    .pl-sort-group[b-6uq7p8z7zw] {
        flex-wrap: wrap;
    }
}
/* /Components/Shared/BkAccessoryCard.razor.rz.scp.css */
.bk-accessory-card[b-rymndrfslb] {
    background: #fff;
    border: 1px solid #dfe2e4;
    border-radius: 6px;
    color: #202428;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    text-decoration: none;
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.bk-accessory-card:hover[b-rymndrfslb],
.bk-accessory-card:focus-visible[b-rymndrfslb] {
    border-color: #c23;
    box-shadow: 0 12px 28px rgba(22, 27, 31, .12);
    color: #202428;
    transform: translateY(-2px);
}

.bk-accessory-card:focus-visible[b-rymndrfslb] {
    outline: 3px solid rgba(204, 34, 51, .2);
    outline-offset: 2px;
}

.bk-accessory-card__image-wrap[b-rymndrfslb] {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #f7f7f6;
    border-bottom: 1px solid #e7e9ea;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 1.25rem;
}

.bk-accessory-card__image[b-rymndrfslb] {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.bk-accessory-card__image-empty[b-rymndrfslb] {
    color: #70777d;
    font-size: .88rem;
    font-weight: 600;
}

.bk-accessory-card__body[b-rymndrfslb] {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.15rem;
}

.bk-accessory-card__meta[b-rymndrfslb] {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    justify-content: space-between;
    margin-bottom: .75rem;
}

.bk-accessory-card__category[b-rymndrfslb] {
    color: #687077;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.bk-accessory-card h2[b-rymndrfslb] {
    font-size: 1.18rem;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 .7rem;
    overflow-wrap: anywhere;
}

.bk-accessory-card__description[b-rymndrfslb] {
    color: #4d555b;
    font-size: .92rem;
    line-height: 1.55;
    margin: 0 0 1rem;
    white-space: pre-line;
}

.bk-accessory-card__action[b-rymndrfslb] {
    color: #a91d2b;
    font-size: .84rem;
    font-weight: 750;
    margin-top: auto;
}

@media (prefers-reduced-motion: reduce) {
    .bk-accessory-card[b-rymndrfslb] {
        transition: none;
    }
}
/* /Components/Shared/LucideIcon.razor.rz.scp.css */
.lucide-icon[b-6e2wvy7hvl] {
    display: block;
    flex: 0 0 auto;
}
/* /Components/Shared/NotFoundContent.razor.rz.scp.css */
.nf-page[b-rvygoyxqjs] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 160px);
    background: #f8fafc;
    color: #111827;
    padding: 2rem 1rem;
}

.nf-container[b-rvygoyxqjs] {
    text-align: center;
    max-width: 480px;
}

.nf-code[b-rvygoyxqjs] {
    display: block;
    font-size: clamp(4rem, 12vw, 7rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
    background: linear-gradient(135deg, var(--ct-primary), #6366f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.nf-heading[b-rvygoyxqjs] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    color: #1f2937;
}

.nf-message[b-rvygoyxqjs] {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0 0 2rem;
}

.nf-actions[b-rvygoyxqjs] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.nf-btn[b-rvygoyxqjs] {
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 1.5rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 120ms ease, box-shadow 120ms ease, transform 100ms ease;
}

.nf-btn:hover[b-rvygoyxqjs] {
    transform: translateY(-1px);
}

.nf-btn--primary[b-rvygoyxqjs] {
    background: var(--ct-primary);
    color: #fff;
}

.nf-btn--primary:hover[b-rvygoyxqjs] {
    filter: brightness(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.nf-btn--outline[b-rvygoyxqjs] {
    background: #fff;
    color: var(--ct-primary);
    border: 1.5px solid var(--ct-primary);
}

.nf-btn--outline:hover[b-rvygoyxqjs] {
    background: var(--ct-primary);
    color: #fff;
}
/* /Components/Shared/ProductConfigurationSelector.razor.rz.scp.css */
.product-configuration-selector[b-7cjy1eug1k] {
    margin-bottom: 0.75rem;
}

.product-configuration-selector__label[b-7cjy1eug1k] {
    display: block;
    margin-bottom: 0.4rem;
    color: #6b7280;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
}

.product-configuration-selector__pills[b-7cjy1eug1k] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.product-configuration-selector__pill[b-7cjy1eug1k] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border: 2px solid #e5e7eb;
    border-radius: 999px;
    background: #fff;
    color: #374151;
    font-size: 0.82rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 150ms ease, background 150ms ease, opacity 150ms ease;
}

a.product-configuration-selector__pill:hover[b-7cjy1eug1k],
a.product-configuration-selector__pill:focus-visible[b-7cjy1eug1k] {
    border-color: var(--ct-primary);
    color: #374151;
}

.product-configuration-selector__pill--active[b-7cjy1eug1k] {
    border-color: var(--ct-primary);
    background: #f0f4ff;
    font-weight: 700;
}

.product-configuration-selector__pill--unavailable[b-7cjy1eug1k] {
    opacity: 0.4;
    text-decoration: line-through;
    cursor: not-allowed;
}
/* /Components/Shared/RatedVoltageBadge.razor.rz.scp.css */
.rated-voltage-badge[b-mbx0xbaihh] {
    align-items: center;
    background: #f5f6f7;
    border: 1px solid #d8dcdf;
    border-radius: 4px;
    color: #202428;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: .78rem;
    font-weight: 700;
    gap: .35rem;
    line-height: 1.2;
    padding: .35rem .5rem;
}

.rated-voltage-badge__label[b-mbx0xbaihh] {
    color: #656c72;
    font-size: .66rem;
    font-weight: 700;
    text-transform: uppercase;
}

.rated-voltage-badge__value[b-mbx0xbaihh] {
    white-space: nowrap;
}

.rated-voltage-badge__value sup[b-mbx0xbaihh] {
    font-size: .62em;
    letter-spacing: 0;
    line-height: 0;
    position: relative;
    top: -.3em;
}
