/* /Components/ManualVersionPanel.razor.rz.scp.css */
.sku-dropdown[b-g7o0xjxe0p] {
    max-width: 36rem;
    position: relative;
}

.sku-toggle-btn[b-g7o0xjxe0p] {
    background: #221F2E;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    -webkit-tap-highlight-color: transparent;
    z-index: 3;
    position: relative;
    padding: 1rem 2rem;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    cursor: pointer;
}

    .sku-toggle-btn:focus[b-g7o0xjxe0p],
    .sku-toggle-btn:focus-visible[b-g7o0xjxe0p] {
        outline: 0;
        box-shadow: none;
    }

.chevron-icon img[b-g7o0xjxe0p] {
    display: block;
}

/* Scoped: panel + language entries */
.language-panel[b-g7o0xjxe0p] {
    top: 100%;
    left: 0;
    width: 100%;
    background: #F2F2F2;
    padding: 3.5rem 2rem 1.5rem;
    border-radius: 0 0 20px 20px;
    border: 2px solid #221F2E;
    border-top: 0;
    margin-top: -2rem;
    z-index: 2;
}

.language-panel .row[b-g7o0xjxe0p] {
    max-width: 300px;
}

.language-panel a[b-g7o0xjxe0p],
.language-panel span.disabled[b-g7o0xjxe0p] {
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    padding: .25rem .35rem;
    border-radius: 6px;
    transition: background-color .15s ease, color .15s ease;
}

.language-panel a[b-g7o0xjxe0p] {
    color: #000;
}

.language-panel a:hover[b-g7o0xjxe0p],
.language-panel a:focus[b-g7o0xjxe0p] {
    text-decoration: underline;
}

    .language-panel a:focus[b-g7o0xjxe0p] {
        outline: 0;
        box-shadow: none;
    }

.language-panel span.disabled[b-g7o0xjxe0p] {
    color: #aaa;
    cursor: not-allowed;
}

@media (max-width: 480px) {
    .language-panel[b-g7o0xjxe0p] {
        padding: 2.75rem 1.25rem 1rem;
    }
    .sku-toggle-btn[b-g7o0xjxe0p] {
        font-size: 16px;
        padding: .85rem 1.25rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Root layout spans full viewport height to enable sticky footer */
.layout-root[b-ao0dp3t4gf] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Main horizontal/vertical container */
.page[b-ao0dp3t4gf] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1; /* Fill remaining height between header and footer */
}

main[b-ao0dp3t4gf] {
    flex: 1; /* Grow to push footer down when content is short */
}

.sidebar[b-ao0dp3t4gf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ao0dp3t4gf] {
    background: linear-gradient(90deg, #00A49D 0%, #88BC40 100%);
    color: #fff;
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 2rem;
    box-sizing: border-box;
    width: 100%;
    z-index: 5;
}

.top-row a[b-ao0dp3t4gf] {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.top-row a:hover[b-ao0dp3t4gf] {
    text-decoration: underline;
}

.top-row[b-ao0dp3t4gf]  a,
.top-row[b-ao0dp3t4gf]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-ao0dp3t4gf]  a:hover,
.top-row[b-ao0dp3t4gf]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-ao0dp3t4gf]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Logo white (assumes colored SVG). If SVG already supports currentColor, remove filter and rely on color. */
.logo-link[b-ao0dp3t4gf] {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    color: #fff;
}

.logo-link img[b-ao0dp3t4gf] {
    height: 48px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
}

/* Center menu; increase menu item font size to 27px */
.menu-center[b-ao0dp3t4gf] {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.menu-center a[b-ao0dp3t4gf] {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding: 0.25rem 0;
    font-size: 27px;
    line-height: 1.1;
}

.menu-center a:hover[b-ao0dp3t4gf] {
    text-decoration: underline;
}

.site-footer[b-ao0dp3t4gf] {
    background: #221F2E;
    height: 230px;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: auto;
}

    .site-footer .manufacturer-icon[b-ao0dp3t4gf] {
        max-height: 26px;
        margin-left: 20px;
        position: relative;
        bottom: 7px;
    }

@media (max-width: 900px) {
/*    .menu-center {
        gap: 1.75rem;
        font-size: 23px;
    }*/
}

@media (max-width: 767.98px) {
    article[b-ao0dp3t4gf] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
/*    .top-row {
        justify-content: space-between;
        flex-wrap: wrap;
        height: auto;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .top-row ::deep a,
    .top-row ::deep .btn-link {
        margin-left: 0;
    }

    .menu-center {
        order: 2;
        width: 100%;
        justify-content: space-around;
        margin-top: 0.5rem;
        gap: 1.5rem;
    }
*/
/*    .logo-link {
        order: 1;
        margin-right: 0;
    }*/
}

@media (min-width: 768px) {
    /* Only the inner area (sidebar + main) swaps to row; outer remains column for footer stickiness */
    /*.page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }*/

    .top-row[b-ao0dp3t4gf] {
        position: sticky;
        top: 0;
        z-index: 4;
    }

    /*.top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
*/
  
}
/* /Pages/Home.razor.rz.scp.css */
h2[b-6qx60czw1l] {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.15;
    padding: 4rem 0 0.75rem 0;
}

h3[b-6qx60czw1l] {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 0.5rem 0;
    scroll-margin-top: 90px;
}

h4[b-6qx60czw1l] {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    margin: 0.5rem 0;
}

hr[b-6qx60czw1l] {
    background-color: #249CA1;
    border: none;
    height: 4px;
    opacity: 1;
    width: 300px;
}

html[b-6qx60czw1l] {
    scroll-behavior: smooth;
}

section[b-6qx60czw1l] { margin-bottom: 0; }

.contact-link[b-6qx60czw1l] {
    align-items: center;
    background: #221F2E;
    border-radius: 20px;
    color: #fff;
    display: inline-flex;
    font-size: 36px;
    font-weight: bold;
    gap: 4rem;
    justify-content: center;
    padding: 1rem 2rem;
    text-decoration: none;
}

.contact-link:hover[b-6qx60czw1l],
.contact-link:focus[b-6qx60czw1l] {
    text-decoration: underline;
}

@media (max-width: 480px) {
    h2[b-6qx60czw1l] {
        font-size: 34px;
        padding: 1rem 0;
    }
    h3[b-6qx60czw1l] { font-size: 26px; }
/*    .contact-link {
        width: calc(100% - 2rem);
        font-size: 28px;
        height: 64px;
    }*/
}

@media (min-width: 768px) {
    section[b-6qx60czw1l] { margin-bottom: 20rem; }
}
