/* /Components/Infrastructure/Architecture/ArchitectureNavigation.razor.rz.scp.css */
.architecture-navigation[b-vm5me3ziae] {
    --architecture-boma: var(--var-kleur-boma, #0b3962);
    --architecture-simpel: var(--var-kleur-simpel, #09798b);
    --architecture-slim: var(--var-kleur-slim, #4cabbe);
    min-width: 0;
    line-height: normal;
    width: 100%;
}

.architecture-navigation ul[b-vm5me3ziae] {
    display: flex;
    justify-content: flex-end;
    gap: .18rem;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.architecture-navigation li[b-vm5me3ziae] {
    flex: 0 1 auto;
    min-width: 0;
}

.architecture-navigation a[b-vm5me3ziae] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--architecture-boma);
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    min-height: 2.3rem;
    padding: .45rem .72rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.architecture-navigation a:hover[b-vm5me3ziae],
.architecture-navigation a:focus-visible[b-vm5me3ziae] {
    border-color: rgba(9, 121, 139, .24);
    background: rgba(76, 171, 190, .11);
    color: var(--architecture-simpel);
}

.architecture-navigation a:focus-visible[b-vm5me3ziae] {
    outline: 3px solid rgba(76, 171, 190, .42);
    outline-offset: 2px;
}

.architecture-navigation a.is-active[b-vm5me3ziae] {
    border-color: var(--architecture-boma);
    background: var(--architecture-boma);
    color: #fff;
    box-shadow: 0 4px 10px rgba(11, 57, 98, .14);
}

@media (max-width: 1100px) {
    .architecture-navigation ul[b-vm5me3ziae] {
        justify-content: flex-start;
        margin-inline: -.2rem;
        overflow-x: auto;
        padding: .15rem .2rem .35rem;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }

    .architecture-navigation li[b-vm5me3ziae] {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
}

@media (max-width: 600px) {
    .architecture-navigation a[b-vm5me3ziae] {
        min-height: 2.25rem;
        padding-inline: .62rem;
        font-size: .86rem;
    }
}
/* /Components/Infrastructure/Architecture/ArchitecturePageHeader.razor.rz.scp.css */
.architecture-page-header[b-02wvdfwufz] {
    box-sizing: border-box;
    width: 100%;
    padding: clamp(1.35rem, 2.4vw, 2rem) clamp(1.35rem, 3vw, 2.5rem);
    border: 1px solid rgba(11, 57, 98, .13);
    border-left: .35rem solid var(--architecture-slim, #4cabbe);
    border-radius: 0 1rem 1rem 0;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 24px rgba(11, 57, 98, .045);
}

.architecture-page-header__eyebrow[b-02wvdfwufz] {
    margin: 0 0 .45rem;
    color: var(--architecture-simpel, #09798b);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.architecture-page-header h1[b-02wvdfwufz] {
    max-width: 30ch;
    margin: 0;
    color: var(--architecture-boma, #0b3962);
    font-size: clamp(2rem, 3.5vw, 3.15rem);
    line-height: 1.04;
    letter-spacing: -.03em;
}

.architecture-page-header__intro[b-02wvdfwufz] {
    max-width: 72ch;
    margin: .65rem 0 0;
    color: var(--architecture-muted, #587080);
    font-size: clamp(1rem, 1.5vw, 1.12rem);
    line-height: 1.55;
}

@media (max-width: 600px) {
    .architecture-page-header[b-02wvdfwufz] {
        padding: 1.15rem 1.1rem;
        border-left-width: .25rem;
        border-radius: 0 .8rem .8rem 0;
    }
}
/* /Components/Infrastructure/Architecture/ArchitecturePreviousNextNavigation.razor.rz.scp.css */
.architecture-previous-next[b-sf8pfx7s86] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.5rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(11, 57, 98, .13);
    color: var(--architecture-boma, #0b3962);
    background: transparent;
    box-shadow: none;
    line-height: normal;
}

.architecture-previous-next.has-next-only .architecture-previous-next__next[b-sf8pfx7s86] {
    grid-column: 2;
}

.architecture-previous-next.has-previous-only .architecture-previous-next__previous[b-sf8pfx7s86] {
    grid-column: 1;
}

.architecture-previous-next a[b-sf8pfx7s86] {
    display: grid;
    gap: .3rem;
    align-content: center;
    min-width: 0;
    min-height: 4.5rem;
    padding: .8rem 1.05rem;
    border: 1px solid rgba(11, 57, 98, .14);
    border-radius: .9rem;
    color: var(--architecture-boma, #0b3962);
    background:
        linear-gradient(135deg, rgba(76, 171, 190, .07), transparent 65%),
        #fff;
    text-decoration: none;
}

.architecture-previous-next__next[b-sf8pfx7s86] {
    text-align: right;
}

.architecture-previous-next span[b-sf8pfx7s86] {
    color: var(--architecture-muted, #587080);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.architecture-previous-next strong[b-sf8pfx7s86] {
    overflow-wrap: anywhere;
}

.architecture-previous-next a:hover[b-sf8pfx7s86] {
    border-color: var(--architecture-simpel, #09798b);
    color: var(--architecture-simpel, #09798b);
    background: rgba(76, 171, 190, .1);
}

.architecture-previous-next a:focus-visible[b-sf8pfx7s86] {
    outline: 3px solid rgba(76, 171, 190, .42);
    outline-offset: 3px;
}

@media (max-width: 560px) {
    .architecture-previous-next[b-sf8pfx7s86] {
        grid-template-columns: 1fr;
    }

    .architecture-previous-next.has-next-only .architecture-previous-next__next[b-sf8pfx7s86],
    .architecture-previous-next.has-previous-only .architecture-previous-next__previous[b-sf8pfx7s86] {
        grid-column: 1;
    }
}
/* /Components/Infrastructure/Architecture/ArchitectureShell.razor.rz.scp.css */
.architecture-shell[b-baxg0xfvym] {
    --architecture-boma: var(--var-kleur-boma, #0b3962);
    --architecture-simpel: var(--var-kleur-simpel, #09798b);
    --architecture-slim: var(--var-kleur-slim, #4cabbe);
    --architecture-leuk: var(--var-kleur-leuk, #9ac430);
    --architecture-ink: #17324b;
    --architecture-muted: #587080;
    --architecture-line: rgba(11, 57, 98, .14);
    --architecture-surface: #fff;
    --architecture-soft: rgba(76, 171, 190, .07);
    min-height: 100vh;
    color: var(--architecture-ink);
    background:
        linear-gradient(180deg, rgba(76, 171, 190, .08), transparent 18rem),
        #f8fafb;
    font-family: "Source Sans Pro", Arial, sans-serif;
}

.architecture-shell__skip-link[b-baxg0xfvym] {
    position: fixed;
    top: .75rem;
    left: .75rem;
    z-index: 100;
    padding: .65rem 1rem;
    border-radius: .65rem;
    color: #fff;
    background: var(--architecture-boma);
    font-weight: 800;
    transform: translateY(-180%);
    transition: transform .15s ease;
}

.architecture-shell__skip-link:focus[b-baxg0xfvym] {
    transform: translateY(0);
}

.architecture-shell__global-header[b-baxg0xfvym] {
    position: relative;
    z-index: 20;
    border-bottom: 3px solid rgba(76, 171, 190, .42);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 3px 14px rgba(11, 57, 98, .06);
}

.architecture-shell__global-header-inner[b-baxg0xfvym] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(1.25rem, 3vw, 3rem);
    width: min(100% - 2rem, 1440px);
    min-height: 4.25rem;
    margin-inline: auto;
}

.architecture-shell__brand[b-baxg0xfvym] {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    min-width: max-content;
    color: var(--architecture-boma);
    text-decoration: none;
}

.architecture-shell__brand-mark[b-baxg0xfvym] {
    display: grid;
    width: 2.15rem;
    height: 2.15rem;
    place-items: center;
    border-radius: .65rem;
    color: #fff;
    background: var(--architecture-boma);
    font-size: 1.05rem;
    font-weight: 900;
}

.architecture-shell__brand strong[b-baxg0xfvym],
.architecture-shell__brand small[b-baxg0xfvym] {
    display: block;
    line-height: 1.15;
}

.architecture-shell__brand strong[b-baxg0xfvym] {
    font-size: .96rem;
}

.architecture-shell__brand small[b-baxg0xfvym] {
    margin-top: .16rem;
    color: var(--architecture-muted);
    font-size: .72rem;
}

.architecture-shell__brand:focus-visible[b-baxg0xfvym] {
    border-radius: .7rem;
    outline: 3px solid rgba(76, 171, 190, .45);
    outline-offset: 4px;
}

.architecture-shell__main[b-baxg0xfvym] {
    width: min(100% - 2rem, 1440px);
    margin-inline: auto;
    padding: clamp(1.25rem, 2.5vw, 2rem) 0 3.5rem;
}

.architecture-shell__main:focus[b-baxg0xfvym] {
    outline: none;
}

.architecture-shell__body[b-baxg0xfvym] {
    margin-top: 1.75rem;
}

.architecture-shell__body.has-table-of-contents[b-baxg0xfvym] {
    display: grid;
    grid-template-columns: minmax(12rem, 14rem) minmax(0, 1fr);
    align-items: start;
    gap: clamp(1.5rem, 3vw, 3rem);
}

.architecture-shell__article[b-baxg0xfvym] {
    min-width: 0;
}

.architecture-shell__article[b-baxg0xfvym]  > .architecture-overview,
.architecture-shell__article[b-baxg0xfvym]  > .rendering-map-page,
.architecture-shell__article[b-baxg0xfvym]  > .component-catalog,
.architecture-shell__article[b-baxg0xfvym]  > .playground-page,
.architecture-shell__article[b-baxg0xfvym]  > .test-architecture-page,
.architecture-shell__article[b-baxg0xfvym]  > .reference-page,
.architecture-shell__article[b-baxg0xfvym]  > .health-page {
    width: 100%;
    min-height: 0;
    max-width: none;
    margin: 0;
    padding: 0;
    color: inherit;
    background: transparent;
    font-family: inherit;
}

.architecture-shell__article[b-baxg0xfvym]  pre {
    max-width: 100%;
    overflow-x: auto;
}

.architecture-shell__article[b-baxg0xfvym]  [id] {
    scroll-margin-top: 1.5rem;
}

@media (max-width: 1100px) {
    .architecture-shell__global-header-inner[b-baxg0xfvym] {
        grid-template-columns: 1fr;
        gap: .45rem;
        padding-block: .75rem .55rem;
    }
}

@media (max-width: 860px) {
    .architecture-shell__body.has-table-of-contents[b-baxg0xfvym] {
        display: block;
    }
}

@media (max-width: 600px) {
    .architecture-shell__global-header-inner[b-baxg0xfvym],
    .architecture-shell__main[b-baxg0xfvym] {
        width: min(100% - 1.25rem, 1440px);
    }

    .architecture-shell__brand small[b-baxg0xfvym] {
        display: none;
    }

    .architecture-shell__main[b-baxg0xfvym] {
        padding-top: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .architecture-shell__skip-link[b-baxg0xfvym] {
        transition: none;
    }
}
/* /Components/Infrastructure/Architecture/ArchitectureStatusStrip.razor.rz.scp.css */
.architecture-status-strip[b-lo1ng1cc4c] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
    gap: 1px;
    margin-top: .85rem;
    overflow: hidden;
    border: 1px solid rgba(11, 57, 98, .13);
    border-radius: .9rem;
    background: rgba(11, 57, 98, .12);
}

.architecture-status-strip article[b-lo1ng1cc4c] {
    min-width: 0;
    padding: .75rem .9rem;
    background: rgba(255, 255, 255, .96);
}

.architecture-status-strip strong[b-lo1ng1cc4c],
.architecture-status-strip span[b-lo1ng1cc4c],
.architecture-status-strip small[b-lo1ng1cc4c] {
    display: block;
}

.architecture-status-strip strong[b-lo1ng1cc4c] {
    color: var(--architecture-boma, #0b3962);
    font-size: 1.05rem;
    line-height: 1.15;
}

.architecture-status-strip span[b-lo1ng1cc4c] {
    margin-top: .18rem;
    color: var(--architecture-muted, #587080);
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.25;
}

.architecture-status-strip small[b-lo1ng1cc4c] {
    margin-top: .3rem;
    color: #6d7f88;
    font-size: .72rem;
    line-height: 1.3;
}

.architecture-status-strip article.is-success[b-lo1ng1cc4c] {
    box-shadow: inset 0 3px 0 #6c9720;
}

.architecture-status-strip article.is-warning[b-lo1ng1cc4c] {
    box-shadow: inset 0 3px 0 #c58a20;
}

.architecture-status-strip article.is-warning strong[b-lo1ng1cc4c] {
    color: #875f19;
}

@media (max-width: 600px) {
    .architecture-status-strip[b-lo1ng1cc4c] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .architecture-status-strip article[b-lo1ng1cc4c] {
        min-width: 0;
    }
}

@media (max-width: 380px) {
    .architecture-status-strip[b-lo1ng1cc4c] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Infrastructure/Architecture/ArchitectureTableOfContents.razor.rz.scp.css */
.architecture-table-of-contents[b-0jzqxim0ej] {
    min-width: 0;
}

.architecture-table-of-contents__desktop[b-0jzqxim0ej] {
    position: sticky;
    top: 1rem;
    padding: 1rem;
    border-left: 3px solid rgba(76, 171, 190, .35);
}

.architecture-table-of-contents p[b-0jzqxim0ej] {
    margin: 0 0 .65rem;
    color: var(--architecture-boma, #0b3962);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.architecture-table-of-contents ol[b-0jzqxim0ej] {
    display: grid;
    gap: .2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.architecture-table-of-contents a[b-0jzqxim0ej] {
    display: block;
    padding: .46rem .6rem;
    border-radius: .55rem;
    color: var(--architecture-muted, #587080);
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

.architecture-table-of-contents a:hover[b-0jzqxim0ej] {
    color: var(--architecture-simpel, #09798b);
    background: rgba(76, 171, 190, .09);
}

.architecture-table-of-contents a:focus-visible[b-0jzqxim0ej] {
    color: var(--architecture-boma, #0b3962);
    outline: 3px solid rgba(76, 171, 190, .42);
    outline-offset: 2px;
}

.architecture-table-of-contents a[aria-current="location"][b-0jzqxim0ej] {
    color: #fff;
    background: var(--architecture-boma, #0b3962);
}

.architecture-table-of-contents__mobile[b-0jzqxim0ej] {
    display: none;
}

@media (max-width: 860px) {
    .architecture-table-of-contents__desktop[b-0jzqxim0ej] {
        display: none;
    }

    .architecture-table-of-contents__mobile[b-0jzqxim0ej] {
        display: block;
        margin-bottom: 1rem;
        border: 1px solid rgba(11, 57, 98, .14);
        border-radius: .8rem;
        background: #fff;
    }

    .architecture-table-of-contents__mobile summary[b-0jzqxim0ej] {
        padding: .8rem 1rem;
        color: var(--architecture-boma, #0b3962);
        font-weight: 800;
        cursor: pointer;
    }

    .architecture-table-of-contents__mobile [role="navigation"][b-0jzqxim0ej] {
        padding: 0 .55rem .7rem;
        border-top: 1px solid rgba(11, 57, 98, .1);
    }

    .architecture-table-of-contents__mobile ol[b-0jzqxim0ej] {
        padding-top: .55rem;
    }
}
/* /Components/Pages/ArchitectureOverview.razor.rz.scp.css */
.architecture-overview[b-pjrfsx3mb3] {
    --boma: var(--var-kleur-boma, #0b3962);
    --simpel: var(--var-kleur-simpel, #09798b);
    --slim: var(--var-kleur-slim, #4cabbe);
    --leuk: var(--var-kleur-leuk, #9ac430);
    --ink: var(--boma);
    --muted: #4f6571;
    --line: rgba(11, 57, 98, .15);
    --soft: rgba(76, 171, 190, .08);
    color: var(--ink);
}

.eyebrow[b-pjrfsx3mb3] {
    color: var(--simpel);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.audience-grid[b-pjrfsx3mb3] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 1.25rem 0 4rem;
}

.audience-grid article[b-pjrfsx3mb3],
.principles article[b-pjrfsx3mb3] {
    border: 1px solid var(--line);
    border-radius: 19px;
    padding: 1.35rem;
}

.audience-grid article[b-pjrfsx3mb3] {
    background: #fff;
    box-shadow: 0 8px 24px rgba(11, 57, 98, .06);
}

.audience-grid article:nth-child(1)[b-pjrfsx3mb3] { border-top: 6px solid var(--simpel); }
.audience-grid article:nth-child(2)[b-pjrfsx3mb3] { border-top: 6px solid var(--slim); }
.audience-grid article:nth-child(3)[b-pjrfsx3mb3] { border-top: 6px solid var(--leuk); }

.audience-grid span[b-pjrfsx3mb3] {
    color: var(--simpel);
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.audience-grid h2[b-pjrfsx3mb3] {
    font-size: 1.35rem;
    margin: .5rem 0;
}

.audience-grid p[b-pjrfsx3mb3],
.principles p[b-pjrfsx3mb3],
.section-heading > p:last-child[b-pjrfsx3mb3],
.journey li p[b-pjrfsx3mb3] {
    color: var(--muted);
    line-height: 1.55;
}

.audience-grid a[b-pjrfsx3mb3],
.overview-footer a[b-pjrfsx3mb3] {
    color: var(--simpel);
    font-weight: 800;
}

.section-heading[b-pjrfsx3mb3] {
    margin-bottom: 1.35rem;
    max-width: 70ch;
}

.section-heading h2[b-pjrfsx3mb3] {
    font-size: clamp(1.8rem, 4vw, 3rem);
    margin: .4rem 0;
}

.journey ol[b-pjrfsx3mb3] {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.journey li[b-pjrfsx3mb3] {
    background: var(--soft);
    border-radius: 15px;
    overflow: hidden;
}

.journey li > a[b-pjrfsx3mb3] {
    align-items: start;
    color: inherit;
    display: grid;
    gap: .8rem;
    grid-template-columns: auto 1fr auto;
    height: 100%;
    padding: 1.1rem;
    text-decoration: none;
}

.journey li > a:hover[b-pjrfsx3mb3],
.journey li > a:focus-visible[b-pjrfsx3mb3] {
    background: rgba(76, 171, 190, .14);
    outline: 2px solid var(--slim);
    outline-offset: -2px;
}

.journey li > a > span:first-child[b-pjrfsx3mb3] {
    background: var(--boma);
    border-radius: 999px;
    color: white;
    font-size: .75rem;
    font-weight: 800;
    padding: .4rem;
}

.journey li:nth-child(3n + 1) > a > span:first-child[b-pjrfsx3mb3] { background: var(--simpel); }
.journey li:nth-child(3n + 2) > a > span:first-child[b-pjrfsx3mb3] { background: var(--slim); }
.journey li:nth-child(3n) > a > span:first-child[b-pjrfsx3mb3] {
    background: var(--leuk);
    color: var(--boma);
}

.journey .layer-arrow[b-pjrfsx3mb3] {
    color: var(--leuk);
    font-size: 1.3rem;
    font-weight: 900;
}

.journey li p[b-pjrfsx3mb3] {
    margin: .35rem 0 0;
}

.principles[b-pjrfsx3mb3] {
    margin-top: 4rem;
}

.principles > div:last-child[b-pjrfsx3mb3] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.principles article p[b-pjrfsx3mb3] {
    margin-bottom: 0;
}

.principles article:nth-child(1)[b-pjrfsx3mb3] { background: rgba(9, 121, 139, .08); }
.principles article:nth-child(2)[b-pjrfsx3mb3] { background: rgba(76, 171, 190, .08); }
.principles article:nth-child(3)[b-pjrfsx3mb3] { background: rgba(154, 196, 48, .08); }
.principles article:nth-child(4)[b-pjrfsx3mb3] { background: rgba(11, 57, 98, .05); }

.overview-footer[b-pjrfsx3mb3] {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(16rem, 1.3fr) auto auto auto;
    gap: .75rem 1.15rem;
    margin-top: 3rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--line);
    border-left: .3rem solid var(--slim);
    border-radius: 0 .9rem .9rem 0;
    background: #fff;
    box-shadow: 0 7px 20px rgba(11, 57, 98, .04);
}

.overview-footer p[b-pjrfsx3mb3] {
    margin: 0;
}

.overview-footer .health-link[b-pjrfsx3mb3] {
    color: var(--muted);
    margin-left: 0;
}

@media (max-width: 900px) {
    .audience-grid[b-pjrfsx3mb3],
    .journey ol[b-pjrfsx3mb3] {
        grid-template-columns: 1fr;
    }

    .overview-footer[b-pjrfsx3mb3] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .overview-footer p[b-pjrfsx3mb3] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .principles > div:last-child[b-pjrfsx3mb3] {
        grid-template-columns: 1fr;
    }

    .overview-footer[b-pjrfsx3mb3] {
        grid-template-columns: 1fr;
    }

    .overview-footer p[b-pjrfsx3mb3] {
        grid-column: auto;
    }
}
/* /Components/Pages/BlazorSsrHealth.razor.rz.scp.css */
.health-page[b-ztosrsnkj1] {
    color: #18202a;
}

.status-grid[b-ztosrsnkj1] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 1120px;
    margin: 0 auto 24px;
}

.status-panel[b-ztosrsnkj1] {
    min-height: 190px;
    padding: 22px;
    border: 1px solid rgba(53, 71, 89, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 45px rgba(31, 41, 55, 0.08);
}

.panel-label[b-ztosrsnkj1] {
    display: block;
    margin-bottom: 18px;
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.status-panel strong[b-ztosrsnkj1] {
    display: block;
    overflow-wrap: anywhere;
    color: #1f2937;
    font-size: 1.18rem;
    line-height: 1.35;
}

.status-panel p[b-ztosrsnkj1] {
    margin: 14px 0 0;
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.55;
}

.pipeline[b-ztosrsnkj1] {
    display: grid;
    grid-template-columns: minmax(110px, 1fr) 28px minmax(140px, 1fr) 28px minmax(140px, 1fr) 28px minmax(140px, 1fr);
    align-items: center;
    gap: 10px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 18px;
    border: 1px solid rgba(53, 71, 89, 0.14);
    border-radius: 8px;
    background: rgba(17, 24, 39, 0.04);
}

.pipeline-step[b-ztosrsnkj1] {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border: 1px solid rgba(53, 71, 89, 0.16);
    border-radius: 6px;
    color: #374151;
    background: #ffffff;
    font-size: 0.92rem;
    font-weight: 700;
    text-align: center;
}

.pipeline-step.active[b-ztosrsnkj1] {
    border-color: rgba(37, 99, 108, 0.32);
    color: #164e63;
    background: #ecfeff;
}

.pipeline-step.muted[b-ztosrsnkj1] {
    color: #6b7280;
    background: #f9fafb;
}

.pipeline-arrow[b-ztosrsnkj1] {
    height: 2px;
    background: #94a3b8;
    position: relative;
}

.pipeline-arrow[b-ztosrsnkj1]::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #94a3b8;
    border-right: 2px solid #94a3b8;
    transform: translateY(-50%) rotate(45deg);
}

.health-actions[b-ztosrsnkj1] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: 18px auto 0;
}

.health-actions a[b-ztosrsnkj1] {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid rgba(37, 99, 108, 0.26);
    border-radius: 6px;
    color: #164e63;
    background: #ecfeff;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 840px) {
    .status-grid[b-ztosrsnkj1] {
        grid-template-columns: 1fr;
    }

    .status-panel[b-ztosrsnkj1] {
        min-height: auto;
    }

    .pipeline[b-ztosrsnkj1] {
        grid-template-columns: 1fr;
    }

    .pipeline-arrow[b-ztosrsnkj1] {
        width: 2px;
        height: 22px;
        margin: 0 auto;
    }

    .pipeline-arrow[b-ztosrsnkj1]::after {
        right: 50%;
        top: auto;
        bottom: -1px;
        transform: translateX(50%) rotate(135deg);
    }
}
/* /Components/Pages/ComponentCatalog.razor.rz.scp.css */
.component-browser[b-jc902ag5xd] {
    --boma: var(--var-kleur-boma, #0b3962);
    --simpel: var(--var-kleur-simpel, #09798b);
    --slim: var(--var-kleur-slim, #4cabbe);
    --leuk: var(--var-kleur-leuk, #9ac430);
    --boma-soft: color-mix(in srgb, var(--boma) 8%, white);
    --simpel-soft: color-mix(in srgb, var(--simpel) 8%, white);
    --leuk-soft: color-mix(in srgb, var(--leuk) 12%, white);
    --ink: var(--boma);
    --muted: #526976;
    --line: color-mix(in srgb, var(--boma) 16%, transparent);
    color: var(--ink);
    min-width: 0;
}

.component-browser *[b-jc902ag5xd],
.component-browser *[b-jc902ag5xd]::before,
.component-browser *[b-jc902ag5xd]::after {
    box-sizing: border-box;
}

.sr-only[b-jc902ag5xd] {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.eyebrow[b-jc902ag5xd] {
    color: var(--simpel);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .1em;
    margin: 0;
    text-transform: uppercase;
}

.view-switcher[b-jc902ag5xd] {
    background: var(--boma-soft);
    border: 1px solid var(--line);
    border-radius: 14px;
    display: grid;
    gap: .3rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0 0 1rem;
    padding: .35rem;
}

.view-switcher a[b-jc902ag5xd] {
    align-items: center;
    border-radius: 10px;
    color: var(--boma);
    display: flex;
    font-size: .76rem;
    font-weight: 800;
    gap: .45rem;
    justify-content: center;
    min-height: 2.55rem;
    padding: .5rem .65rem;
    text-align: center;
    text-decoration: none;
}

.view-switcher a:hover[b-jc902ag5xd],
.view-switcher a:focus-visible[b-jc902ag5xd] {
    background: #fff;
    color: var(--simpel);
}

.view-switcher a:focus-visible[b-jc902ag5xd],
.catalog-toolbar :is(input, select, summary, button, a):focus-visible[b-jc902ag5xd],
.card-actions a:focus-visible[b-jc902ag5xd],
.inventory-links a:focus-visible[b-jc902ag5xd] {
    outline: 3px solid var(--slim);
    outline-offset: 2px;
}

.view-switcher a.active[b-jc902ag5xd] {
    background: var(--boma);
    color: #fff;
}

.view-switcher a span[b-jc902ag5xd] {
    background: rgba(255, 255, 255, .68);
    border-radius: 999px;
    color: var(--boma);
    font-size: .65rem;
    min-width: 1.6rem;
    padding: .15rem .35rem;
}

.catalog-toolbar[b-jc902ag5xd] {
    align-items: end;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(11, 57, 98, .055);
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(250px, 1fr) minmax(0, 2fr) auto;
    margin-bottom: 1rem;
    padding: .85rem;
    position: sticky;
    top: .6rem;
    z-index: 4;
}

.catalog-toolbar label[b-jc902ag5xd] {
    display: grid;
    gap: .3rem;
}

.catalog-toolbar label > span[b-jc902ag5xd],
.filter-disclosure summary[b-jc902ag5xd] {
    color: var(--muted);
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.catalog-toolbar input[b-jc902ag5xd],
.catalog-toolbar select[b-jc902ag5xd] {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--ink);
    height: 2.55rem;
    min-width: 0;
    padding: 0 .75rem;
    width: 100%;
}

.catalog-search[b-jc902ag5xd] {
    grid-column: 1 / 3;
}

.view-select[b-jc902ag5xd] {
    display: none !important;
}

.filter-disclosure[b-jc902ag5xd] {
    grid-column: 1 / -1;
    grid-row: 2;
}

.filter-disclosure summary[b-jc902ag5xd] {
    cursor: pointer;
    list-style: none;
    padding: .2rem 0;
    width: fit-content;
}

.filter-disclosure summary[b-jc902ag5xd]::-webkit-details-marker {
    display: none;
}

.filter-disclosure summary[b-jc902ag5xd]::before {
    content: "+";
    display: inline-block;
    font-size: 1rem;
    margin-right: .35rem;
}

.filter-disclosure[open] summary[b-jc902ag5xd]::before {
    content: "−";
}

.filter-disclosure summary span[b-jc902ag5xd] {
    background: var(--simpel-soft);
    border-radius: 999px;
    color: var(--simpel);
    margin-left: .25rem;
    padding: .15rem .42rem;
}

.filter-fields[b-jc902ag5xd] {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-width: 0;
    padding-top: .65rem;
}

.filter-fields > label[b-jc902ag5xd] {
    min-width: 0;
}

.toolbar-actions[b-jc902ag5xd] {
    display: flex;
    gap: .35rem;
    grid-column: 3;
    grid-row: 1;
}

.toolbar-actions button[b-jc902ag5xd],
.toolbar-actions a[b-jc902ag5xd],
.catalog-empty a[b-jc902ag5xd],
.unclassified-notice a[b-jc902ag5xd] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: .75rem;
    font-weight: 850;
    justify-content: center;
    min-height: 2.55rem;
    padding: .48rem .85rem;
    text-decoration: none;
}

.toolbar-actions button[b-jc902ag5xd] {
    background: var(--boma);
    border: 1px solid var(--boma);
    color: #fff;
}

.toolbar-actions a[b-jc902ag5xd] {
    color: var(--simpel);
}

.catalog-summary[b-jc902ag5xd] {
    align-items: end;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: 1.4rem 0 2.25rem;
    padding-bottom: 1.1rem;
}

.catalog-summary > div[b-jc902ag5xd] {
    max-width: 68ch;
}

.catalog-summary h2[b-jc902ag5xd],
.domain-heading h2[b-jc902ag5xd],
.inventory-group h2[b-jc902ag5xd] {
    color: var(--boma);
    margin: .28rem 0 .35rem;
}

.catalog-summary p:last-child[b-jc902ag5xd],
.domain-heading + p[b-jc902ag5xd] {
    color: var(--muted);
}

.catalog-summary > strong[b-jc902ag5xd] {
    color: var(--muted);
    font-size: .8rem;
    white-space: nowrap;
}

.catalog-summary > strong span[b-jc902ag5xd] {
    color: var(--boma);
    font-size: 1.65rem;
    margin-right: .2rem;
}

.unclassified-notice[b-jc902ag5xd],
.catalog-empty[b-jc902ag5xd] {
    background: #fff9eb;
    border: 1px solid #e5bd62;
    border-radius: 14px;
    margin-bottom: 2rem;
    padding: 1.2rem;
}

.unclassified-notice[b-jc902ag5xd] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.unclassified-notice h2[b-jc902ag5xd],
.catalog-empty h2[b-jc902ag5xd] {
    font-size: 1.25rem;
    margin: .25rem 0;
}

.unclassified-notice p[b-jc902ag5xd],
.catalog-empty p[b-jc902ag5xd] {
    color: var(--muted);
    margin-bottom: 0;
}

.unclassified-notice a[b-jc902ag5xd],
.catalog-empty a[b-jc902ag5xd] {
    background: var(--boma);
    color: #fff;
    white-space: nowrap;
}

.catalog-empty[b-jc902ag5xd] {
    padding: 2rem;
    text-align: center;
}

.catalog-empty a[b-jc902ag5xd] {
    margin-top: .8rem;
}

.domain-group[b-jc902ag5xd],
.inventory-group[b-jc902ag5xd] {
    margin-bottom: 3.5rem;
    scroll-margin-top: 5rem;
}

.domain-group[b-jc902ag5xd] {
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--slim) 7%, white), #fff 52%);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(11, 57, 98, .045);
    padding: clamp(1rem, 2vw, 1.4rem);
}

.domain-heading[b-jc902ag5xd],
.inventory-group > header[b-jc902ag5xd] {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.domain-heading[b-jc902ag5xd] {
    border-bottom: 1px solid var(--line);
    padding-bottom: .9rem;
}

.domain-heading > span[b-jc902ag5xd],
.inventory-group > header > span[b-jc902ag5xd] {
    background: var(--boma-soft);
    border-radius: 999px;
    color: var(--boma);
    font-size: .72rem;
    font-weight: 800;
    padding: .35rem .6rem;
}

.role-group[b-jc902ag5xd] {
    margin-top: 1.6rem;
}

.role-group + .role-group[b-jc902ag5xd] {
    border-top: 1px dashed color-mix(in srgb, var(--boma) 18%, transparent);
    padding-top: 1.5rem;
}

.role-heading[b-jc902ag5xd] {
    border-left: 3px solid var(--slim);
    margin-bottom: .75rem;
    padding-left: .8rem;
}

.role-heading h3[b-jc902ag5xd] {
    font-size: 1rem;
    margin: 0 0 .15rem;
}

.role-heading p[b-jc902ag5xd] {
    color: var(--muted);
    font-size: .78rem;
    margin: 0;
}

.component-grid[b-jc902ag5xd] {
    align-items: stretch;
    display: grid;
    gap: .8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.component-grid.is-single[b-jc902ag5xd] {
    grid-template-columns: minmax(0, min(100%, 46rem));
}

.component-card[b-jc902ag5xd] {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(11, 57, 98, .045);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    padding: 1rem;
    scroll-margin-top: 5rem;
}

.card-topline[b-jc902ag5xd],
.card-heading[b-jc902ag5xd] {
    align-items: center;
    display: flex;
    gap: .65rem;
    justify-content: space-between;
}

.domain-chip[b-jc902ag5xd],
.status[b-jc902ag5xd],
.recommended[b-jc902ag5xd] {
    border-radius: 999px;
    font-size: .65rem;
    font-weight: 850;
    padding: .25rem .48rem;
}

.domain-chip[b-jc902ag5xd] {
    background: var(--simpel-soft);
    color: var(--simpel);
}

.status.documented[b-jc902ag5xd] {
    background: var(--leuk-soft);
    color: #4f7000;
}

.status.internal[b-jc902ag5xd] {
    background: var(--boma-soft);
    color: var(--boma);
}

.status.legacy[b-jc902ag5xd],
.status.unclassified[b-jc902ag5xd] {
    background: #fff0ea;
    color: #9a3412;
}

.card-heading[b-jc902ag5xd] {
    align-items: start;
    margin-top: .8rem;
}

.card-heading h4[b-jc902ag5xd] {
    font-size: 1.18rem;
    margin: 0 0 .15rem;
    overflow-wrap: anywhere;
}

.card-heading code[b-jc902ag5xd] {
    color: var(--simpel);
    font-size: .7rem;
    overflow-wrap: anywhere;
}

.recommended[b-jc902ag5xd] {
    background: var(--boma);
    color: #fff;
}

.component-summary[b-jc902ag5xd] {
    color: var(--muted);
    font-size: .88rem;
    line-height: 1.5;
    margin: .8rem 0;
}

.preview-state[b-jc902ag5xd] {
    align-items: center;
    background: var(--boma-soft);
    border-radius: 10px;
    display: flex;
    gap: .7rem;
    margin-bottom: .8rem;
    padding: .65rem .75rem;
}

.preview-state.interactive[b-jc902ag5xd] {
    background: var(--leuk-soft);
}

.preview-state > span[b-jc902ag5xd] {
    color: var(--simpel);
    font-family: monospace;
    font-size: 1.1rem;
    font-weight: 900;
    min-width: 1.5rem;
    text-align: center;
}

.preview-state strong[b-jc902ag5xd],
.preview-state small[b-jc902ag5xd] {
    display: block;
}

.preview-state strong[b-jc902ag5xd] {
    font-size: .72rem;
}

.preview-state small[b-jc902ag5xd] {
    color: var(--muted);
    font-size: .67rem;
    margin-top: .12rem;
}

.component-facts[b-jc902ag5xd] {
    display: grid;
    gap: .4rem;
    margin: 0 0 .85rem;
}

.component-facts > div[b-jc902ag5xd] {
    display: grid;
    gap: .5rem;
    grid-template-columns: 62px minmax(0, 1fr);
}

.component-facts dt[b-jc902ag5xd] {
    color: var(--muted);
    font-size: .67rem;
    font-weight: 800;
}

.component-facts dd[b-jc902ag5xd] {
    font-size: .7rem;
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

.card-actions[b-jc902ag5xd] {
    border-top: 1px solid var(--line);
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: auto;
    padding-top: .75rem;
}

.card-actions a[b-jc902ag5xd],
.inventory-links a[b-jc902ag5xd] {
    border-radius: 999px;
    color: var(--simpel);
    font-size: .68rem;
    font-weight: 850;
    padding: .4rem .58rem;
    text-decoration: none;
}

.card-actions a:hover[b-jc902ag5xd],
.inventory-links a:hover[b-jc902ag5xd] {
    background: var(--simpel-soft);
}

.card-actions a.primary[b-jc902ag5xd] {
    background: var(--boma);
    color: #fff;
}

.inventory-list[b-jc902ag5xd] {
    border: 1px solid var(--line);
    border-radius: 14px;
    margin-top: .8rem;
    overflow: hidden;
}

.inventory-row[b-jc902ag5xd] {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(170px, .8fr) minmax(220px, .9fr) minmax(260px, 1.5fr) auto;
    padding: .72rem .85rem;
    scroll-margin-top: 5rem;
}

.inventory-row > *[b-jc902ag5xd] {
    min-width: 0;
}

.inventory-row:last-child[b-jc902ag5xd] {
    border-bottom: 0;
}

.inventory-identity strong[b-jc902ag5xd],
.inventory-identity code[b-jc902ag5xd] {
    display: block;
}

.inventory-identity strong[b-jc902ag5xd] {
    font-size: .8rem;
}

.inventory-identity code[b-jc902ag5xd] {
    color: var(--simpel);
    font-size: .65rem;
    overflow-wrap: anywhere;
}

.inventory-classification[b-jc902ag5xd] {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem;
}

.inventory-classification span[b-jc902ag5xd] {
    background: var(--boma-soft);
    border-radius: 999px;
    color: var(--boma);
    font-size: .62rem;
    font-weight: 750;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: .22rem .4rem;
}

.inventory-row p[b-jc902ag5xd] {
    color: var(--muted);
    font-size: .72rem;
    line-height: 1.35;
    margin: 0;
}

.inventory-links[b-jc902ag5xd] {
    display: flex;
    gap: .2rem;
}

@media (max-width: 1100px) {
    .view-switcher[b-jc902ag5xd] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .catalog-toolbar[b-jc902ag5xd] {
        position: static;
    }

    .inventory-row[b-jc902ag5xd] {
        grid-template-columns: minmax(150px, .8fr) minmax(200px, 1fr) minmax(220px, 1.25fr);
    }

    .inventory-links[b-jc902ag5xd] {
        grid-column: 1 / -1;
        justify-content: end;
    }
}

@media (max-width: 760px) {
    .view-switcher[b-jc902ag5xd] {
        display: none;
    }

    .catalog-toolbar[b-jc902ag5xd] {
        grid-template-columns: 1fr auto;
    }

    .view-select[b-jc902ag5xd] {
        display: grid !important;
    }

    .catalog-search[b-jc902ag5xd] {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .filter-disclosure[b-jc902ag5xd] {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .toolbar-actions[b-jc902ag5xd] {
        grid-column: 2;
        grid-row: 1;
    }

    .filter-fields[b-jc902ag5xd],
    .component-grid[b-jc902ag5xd] {
        grid-template-columns: 1fr;
    }

    .catalog-summary[b-jc902ag5xd],
    .unclassified-notice[b-jc902ag5xd] {
        align-items: flex-start;
        flex-direction: column;
    }

    .inventory-row[b-jc902ag5xd] {
        grid-template-columns: 1fr;
    }

    .inventory-links[b-jc902ag5xd] {
        grid-column: auto;
        justify-content: start;
    }
}

@media (max-width: 460px) {
    .catalog-toolbar[b-jc902ag5xd] {
        grid-template-columns: 1fr;
    }

    .toolbar-actions[b-jc902ag5xd] {
        grid-column: 1;
        grid-row: auto;
    }

    .catalog-search[b-jc902ag5xd],
    .filter-disclosure[b-jc902ag5xd] {
        grid-column: 1;
        grid-row: auto;
    }

    .domain-heading[b-jc902ag5xd],
    .inventory-group > header[b-jc902ag5xd] {
        align-items: flex-start;
        flex-direction: column;
    }

    .card-heading[b-jc902ag5xd] {
        flex-direction: column;
    }
}
/* /Components/Pages/ComponentPlayground.razor.rz.scp.css */
.playground-page[b-ymj8hj6zq6] {
    --boma: var(--var-kleur-boma, #0b3962);
    --simpel: var(--var-kleur-simpel, #09798b);
    --slim: var(--var-kleur-slim, #4cabbe);
    --leuk: var(--var-kleur-leuk, #9ac430);
    --boma-soft: rgba(11, 57, 98, .08);
    --simpel-soft: rgba(9, 121, 139, .08);
    --slim-soft: rgba(76, 171, 190, .08);
    --leuk-soft: rgba(154, 196, 48, .08);
    color: var(--boma);
}

.component-workbench[b-ymj8hj6zq6],
.playground-layout[b-ymj8hj6zq6] {
    max-width: 1360px;
    margin: 0 auto;
}

.eyebrow[b-ymj8hj6zq6] {
    margin: 0 0 8px;
    color: var(--simpel);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

h2[b-ymj8hj6zq6],
p[b-ymj8hj6zq6] {
    margin-top: 0;
}

.component-workbench[b-ymj8hj6zq6] {
    margin-bottom: 24px;
    padding: clamp(20px, 3vw, 34px);
    border: 1px solid rgba(11, 57, 98, .15);
    border-radius: 25px;
    background:
        radial-gradient(circle at 93% 12%, rgba(154, 196, 48, .22) 0 4.5rem, transparent 4.6rem),
        linear-gradient(135deg, var(--simpel-soft), var(--leuk-soft));
}

.workbench-heading[b-ymj8hj6zq6] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 22px;
}

.workbench-heading h2[b-ymj8hj6zq6] {
    margin-bottom: 8px;
    color: var(--boma);
    font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.workbench-heading p[b-ymj8hj6zq6] {
    max-width: 70ch;
    margin-bottom: 0;
    color: #4f6571;
    line-height: 1.55;
}

.component-picker label[b-ymj8hj6zq6],
.parameter-controls label[b-ymj8hj6zq6] {
    display: grid;
    gap: 7px;
    color: var(--boma);
    font-size: .82rem;
    font-weight: 800;
}

.component-picker > div[b-ymj8hj6zq6] {
    display: flex;
    gap: 8px;
}

.component-picker select[b-ymj8hj6zq6],
.component-picker button[b-ymj8hj6zq6],
.parameter-controls input[b-ymj8hj6zq6],
.parameter-controls select[b-ymj8hj6zq6] {
    min-height: 43px;
    border: 1px solid rgba(11, 57, 98, .22);
    border-radius: 15px;
    background: #fff;
    color: var(--boma);
    font: inherit;
}

.component-picker select[b-ymj8hj6zq6] {
    min-width: 0;
    flex: 1;
    padding: 0 10px;
}

.component-picker button[b-ymj8hj6zq6] {
    padding: 0 18px;
    border-color: var(--boma);
    border-radius: 999px;
    background: var(--boma);
    color: #fff;
    cursor: pointer;
    font-weight: 800;
}

.contract-grid[b-ymj8hj6zq6] {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 14px;
}

.component-contract[b-ymj8hj6zq6],
.contract-controls[b-ymj8hj6zq6] {
    min-width: 0;
    padding: 20px;
    border: 1px solid rgba(11, 57, 98, .14);
    border-radius: 19px;
    background: rgba(255, 255, 255, .92);
}

.component-contract[b-ymj8hj6zq6] {
    border-top: 6px solid var(--simpel);
}

.contract-controls[b-ymj8hj6zq6] {
    border-top: 6px solid var(--slim);
}

.contract-title[b-ymj8hj6zq6] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}

.contract-title h3[b-ymj8hj6zq6] {
    margin: 4px 0 12px;
    color: var(--boma);
    font-size: 1.35rem;
}

.contract-status[b-ymj8hj6zq6] {
    padding: 5px 9px;
    border-radius: 999px;
    color: #527000;
    background: var(--leuk-soft);
    font-size: .72rem;
    font-weight: 900;
}

.component-contract > p[b-ymj8hj6zq6],
.contract-note[b-ymj8hj6zq6],
.empty-contract[b-ymj8hj6zq6] {
    color: #4f6571;
    line-height: 1.55;
}

.component-contract dl[b-ymj8hj6zq6] {
    display: grid;
    gap: 1px;
    margin: 18px 0;
    overflow: hidden;
    border: 1px solid rgba(11, 57, 98, .12);
    border-radius: 15px;
    background: rgba(11, 57, 98, .12);
}

.component-contract dl div[b-ymj8hj6zq6] {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 12px;
    padding: 9px 11px;
    background: #fff;
}

.component-contract dt[b-ymj8hj6zq6] {
    color: #6c7e78;
    font-size: .78rem;
    font-weight: 800;
}

.component-contract dd[b-ymj8hj6zq6] {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.contract-links[b-ymj8hj6zq6] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contract-links a[b-ymj8hj6zq6],
.contract-reset[b-ymj8hj6zq6] {
    padding: 8px 11px;
    border: 1px solid rgba(9, 121, 139, .25);
    border-radius: 999px;
    color: var(--simpel);
    background: var(--simpel-soft);
    font: inherit;
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
}

.contract-reset[b-ymj8hj6zq6] {
    cursor: pointer;
}

.parameter-controls[b-ymj8hj6zq6] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-height: 320px;
    padding: 4px 4px 8px 0;
    overflow: auto;
}

.parameter-controls label > span[b-ymj8hj6zq6] {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.parameter-controls small[b-ymj8hj6zq6] {
    color: #74867f;
    font-weight: 600;
}

.parameter-controls input[b-ymj8hj6zq6],
.parameter-controls select[b-ymj8hj6zq6] {
    width: 100%;
    padding: 8px 10px;
}

.parameter-controls input[type="checkbox"][b-ymj8hj6zq6] {
    width: 22px;
    min-height: 22px;
}

.generated-contract[b-ymj8hj6zq6] {
    margin: 16px 0 0;
    padding: 16px;
    overflow: auto;
    border-radius: 15px;
    color: #f4fff9;
    background: var(--boma);
    font-size: .85rem;
    line-height: 1.6;
}

.contract-note[b-ymj8hj6zq6] {
    margin: 12px 0 0;
    font-size: .82rem;
}

.page-links[b-ymj8hj6zq6] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.page-links a[b-ymj8hj6zq6],
.playground-button[b-ymj8hj6zq6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(9, 121, 139, .25);
    border-radius: 999px;
    color: var(--simpel);
    background: var(--simpel-soft);
    font-weight: 700;
    text-decoration: none;
}

.playground-button[b-ymj8hj6zq6] {
    appearance: none;
    font: inherit;
    line-height: 1.2;
}

.playground-button-primary[b-ymj8hj6zq6] {
    cursor: pointer;
    color: #ffffff;
    background: var(--boma);
}

.playground-layout[b-ymj8hj6zq6] {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.playground-layout.editor-closed[b-ymj8hj6zq6] {
    grid-template-columns: minmax(0, 1040px);
    justify-content: center;
}

.editor-panel[b-ymj8hj6zq6],
.preview-card[b-ymj8hj6zq6] {
    border: 1px solid rgba(11, 57, 98, .14);
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(11, 57, 98, .08);
}

.editor-panel[b-ymj8hj6zq6] {
    display: none;
    position: sticky;
    top: 18px;
    max-height: calc(100vh - 36px);
    overflow: auto;
    padding: 18px;
}

.editor-panel.is-open[b-ymj8hj6zq6] {
    display: block;
}

.editor-panel[data-active-editor="type"] .editor-group:not(.editor-for-type)[b-ymj8hj6zq6],
.editor-panel[data-active-editor="title"] .editor-group:not(.editor-for-title)[b-ymj8hj6zq6],
.editor-panel[data-active-editor="text"] .editor-group:not(.editor-for-text)[b-ymj8hj6zq6],
.editor-panel[data-active-editor="media"] .editor-group:not(.editor-for-media)[b-ymj8hj6zq6],
.editor-panel[data-active-editor="webvakCta"] .editor-group:not(.editor-for-webvak-cta)[b-ymj8hj6zq6],
.editor-panel[data-active-editor="button"] .editor-group:not(.editor-for-button)[b-ymj8hj6zq6] {
    display: none !important;
}

.editor-context[b-ymj8hj6zq6] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e7eb;
}

.editor-context h2[b-ymj8hj6zq6] {
    margin: 0;
    color: var(--boma);
    font-size: 1.1rem;
    line-height: 1.2;
}

.editor-close-button[b-ymj8hj6zq6] {
    appearance: none;
    min-height: 32px;
    padding: 5px 9px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    color: #475569;
    background: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 800;
}

.editor-close-button:hover[b-ymj8hj6zq6],
.editor-close-button:focus-visible[b-ymj8hj6zq6] {
    color: var(--simpel);
    border-color: rgba(9, 121, 139, .26);
    background: var(--simpel-soft);
    outline: 0;
}

.auto-render-status[b-ymj8hj6zq6] {
    display: grid;
    gap: 2px;
    margin-bottom: 16px;
    padding: 10px 12px;
    border: 1px solid rgba(154, 196, 48, .35);
    border-radius: 15px;
    color: var(--boma);
    background: var(--leuk-soft);
    font-size: 0.86rem;
    font-weight: 800;
}

.auto-render-status small[b-ymj8hj6zq6] {
    color: #475569;
    font-size: 0.78rem;
    font-weight: 600;
}

fieldset[b-ymj8hj6zq6] {
    margin: 0 0 18px;
    padding: 0 0 18px;
    border: 0;
    border-bottom: 1px solid #e5e7eb;
    scroll-margin-top: 18px;
}

.editor-section-active[b-ymj8hj6zq6] {
    margin-right: -8px;
    margin-left: -8px;
    padding: 10px 8px 18px;
    border-radius: 15px;
    background: var(--slim-soft);
    outline: 2px solid rgba(76, 171, 190, .4);
    transition: background 160ms ease, outline-color 160ms ease;
}

.editor-hidden[b-ymj8hj6zq6] {
    display: none !important;
}

legend[b-ymj8hj6zq6] {
    margin-bottom: 12px;
    color: var(--boma);
    font-weight: 800;
}

label[b-ymj8hj6zq6] {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
    color: #4b5563;
    font-size: 0.86rem;
    font-weight: 700;
}

.playground-control[b-ymj8hj6zq6] {
    display: block !important;
    position: static !important;
    box-sizing: border-box;
    width: 100%;
    min-height: 38px;
    height: auto;
    padding: 8px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 15px;
    color: var(--boma);
    background: #ffffff;
    font: inherit;
    line-height: 1.35;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
}

select.playground-control[b-ymj8hj6zq6] {
    cursor: pointer;
    appearance: auto;
}

textarea[b-ymj8hj6zq6] {
    min-height: 106px;
    resize: vertical;
}

.checkbox-row[b-ymj8hj6zq6] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-row input[b-ymj8hj6zq6] {
    display: inline-block !important;
    position: static !important;
    appearance: auto;
    width: auto;
    min-height: auto;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.editor-actions[b-ymj8hj6zq6] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.preview-panel[b-ymj8hj6zq6] {
    display: grid;
    gap: 18px;
    width: 100%;
}

.preview-card[b-ymj8hj6zq6] {
    overflow: hidden;
}

.preview-heading[b-ymj8hj6zq6] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 18px;
    border-bottom: 1px solid #e5e7eb;
    background: var(--boma-soft);
}

.preview-heading h2[b-ymj8hj6zq6] {
    margin: 0;
    font-size: 1.18rem;
}

.preview-heading-actions[b-ymj8hj6zq6] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.type-status[b-ymj8hj6zq6] {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid #dbe4ea;
    border-radius: 999px;
    color: #475569;
    background: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
}

.type-status strong[b-ymj8hj6zq6] {
    margin-left: 4px;
    color: var(--boma);
}

.type-status-warning[b-ymj8hj6zq6] {
    border-color: rgba(180, 83, 9, 0.32);
    color: #92400e;
    background: #fff7ed;
}

.preview-title-button[b-ymj8hj6zq6],
.code-button[b-ymj8hj6zq6] {
    appearance: none;
    border: 1px solid transparent;
    cursor: pointer;
    font: inherit;
    text-align: left;
    transition: background 140ms ease, border-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

.preview-title-button[b-ymj8hj6zq6] {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 5px 9px;
    margin: -5px -9px;
    border-radius: 999px;
    color: var(--boma);
    background: transparent;
    font-weight: 800;
}

.preview-title-button:hover[b-ymj8hj6zq6],
.preview-title-button:focus-visible[b-ymj8hj6zq6] {
    color: var(--simpel);
    background: var(--simpel-soft);
    border-color: rgba(9, 121, 139, .25);
    box-shadow: 0 1px 0 rgba(9, 121, 139, .08);
    outline: 0;
}

.component-label[b-ymj8hj6zq6] {
    display: block;
    margin-bottom: 5px;
    color: var(--simpel);
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
}

code[b-ymj8hj6zq6],
.code-button[b-ymj8hj6zq6] {
    padding: 2px 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: var(--boma);
    background: var(--boma-soft);
    font-family: Consolas, "Liberation Mono", monospace;
    font-size: 0.86em;
}

.code-button:hover[b-ymj8hj6zq6],
.code-button:focus-visible[b-ymj8hj6zq6] {
    color: var(--simpel);
    border-color: rgba(9, 121, 139, .25);
    background: var(--simpel-soft);
    outline: 0;
}

.component-surface[b-ymj8hj6zq6] {
    position: relative;
    padding: 18px;
    background:
        linear-gradient(90deg, rgba(148, 163, 184, 0.14) 1px, transparent 1px),
        linear-gradient(rgba(148, 163, 184, 0.14) 1px, transparent 1px);
    background-size: 18px 18px;
    cursor: pointer;
}

.component-surface[b-ymj8hj6zq6] (.section) {
    margin: 0;
    padding: 30px 0;
    outline: 1px solid transparent;
    outline-offset: 3px;
    transition: outline-color 140ms ease, box-shadow 140ms ease;
}

.component-surface:hover[b-ymj8hj6zq6] (.section) {
    outline-color: rgba(9, 121, 139, .3);
    box-shadow: 0 0 0 5px rgba(9, 121, 139, .05);
}

.component-surface[b-ymj8hj6zq6] (.container) {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.component-surface[b-ymj8hj6zq6] (.row) {
    margin-bottom: 0;
}

.playground-page .component-surface[b-ymj8hj6zq6] (.section.background-simpel) {
    background-color: rgba(9, 121, 139, 0.08) !important;
}

.playground-page .component-surface[b-ymj8hj6zq6] (.section.background-slim) {
    background-color: rgba(76, 171, 190, 0.08) !important;
}

.playground-page .component-surface[b-ymj8hj6zq6] (.section.background-leuk) {
    background-color: rgba(154, 196, 48, 0.08) !important;
}

.playground-page .component-surface[b-ymj8hj6zq6] (.section.background-default) {
    background-color: rgba(11, 57, 98, 0.08) !important;
}

.playground-page .component-surface[b-ymj8hj6zq6] (.text-simpel),
.playground-page .component-surface[b-ymj8hj6zq6] (.text-simpel *) {
    color: rgba(9, 121, 139, 1) !important;
}

.playground-page .component-surface[b-ymj8hj6zq6] (.text-slim),
.playground-page .component-surface[b-ymj8hj6zq6] (.text-slim *) {
    color: rgba(76, 171, 190, 1) !important;
}

.playground-page .component-surface[b-ymj8hj6zq6] (.text-leuk),
.playground-page .component-surface[b-ymj8hj6zq6] (.text-leuk *) {
    color: rgba(154, 196, 48, 1) !important;
}

.playground-page .component-surface[b-ymj8hj6zq6] (.text-boma),
.playground-page .component-surface[b-ymj8hj6zq6] (.text-boma *) {
    color: rgba(11, 57, 98, 1) !important;
}

.playground-page .component-surface[b-ymj8hj6zq6] (.text-wit),
.playground-page .component-surface[b-ymj8hj6zq6] (.text-wit *) {
    color: #ffffff !important;
}

.playground-page .component-surface[b-ymj8hj6zq6] (.text-default),
.playground-page .component-surface[b-ymj8hj6zq6] (.text-default *) {
    color: #0b3962 !important;
}

.component-surface[b-ymj8hj6zq6] (.clickable-marker),
.component-surface[b-ymj8hj6zq6] (.clickable-hover-overlay) {
    position: absolute;
    z-index: 6;
    pointer-events: none;
    font-family: "Source Sans Pro", Arial, sans-serif;
}

.component-surface[b-ymj8hj6zq6] (.clickable-marker) {
    width: 20px;
    height: 20px;
    overflow: hidden;
    border: 2px solid #ffffff;
    border-radius: 999px;
    color: transparent;
    box-shadow: 0 3px 8px rgba(15, 23, 42, 0.22);
}

.component-surface[b-ymj8hj6zq6] (.clickable-marker::after) {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: inherit;
    background: #ffffff;
    opacity: 0.86;
}

.component-surface[b-ymj8hj6zq6] (.clickable-marker-orange) {
    background: var(--leuk);
}

.component-surface[b-ymj8hj6zq6] (.clickable-marker-blue) {
    background: var(--simpel);
}

.component-surface[b-ymj8hj6zq6] (.clickable-hover-overlay) {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid currentColor;
    border-radius: 6px;
    background: color-mix(in srgb, currentColor 12%, transparent);
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 0 0 9999px rgba(15, 23, 42, 0.018), inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.component-surface[b-ymj8hj6zq6] (.clickable-hover-orange) {
    color: #6d8d00;
    background: rgba(154, 196, 48, .12);
}

.component-surface[b-ymj8hj6zq6] (.clickable-hover-blue) {
    color: var(--simpel);
    background: rgba(9, 121, 139, .11);
}

.preview-hotspots[b-ymj8hj6zq6] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 10px 18px;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
}

.preview-hotspots button[b-ymj8hj6zq6] {
    appearance: none;
    min-height: 30px;
    padding: 5px 10px;
    border: 1px solid rgba(9, 121, 139, .22);
    border-radius: 999px;
    color: var(--simpel);
    background: var(--simpel-soft);
    cursor: pointer;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 800;
}

.preview-hotspots button:hover[b-ymj8hj6zq6],
.preview-hotspots button:focus-visible[b-ymj8hj6zq6] {
    color: var(--boma);
    border-color: var(--slim);
    background: var(--slim-soft);
    outline: 0;
}

.playground-page .component-surface[b-ymj8hj6zq6] (a.btn),
.playground-page .component-surface[b-ymj8hj6zq6] (.btn) {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    height: auto;
    padding: 11px 18px;
    border: 0 !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none !important;
    white-space: normal;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
}

.playground-page .component-surface[b-ymj8hj6zq6] (a.btn:hover),
.playground-page .component-surface[b-ymj8hj6zq6] (.btn:hover),
.playground-page .component-surface[b-ymj8hj6zq6] (a.btn:focus),
.playground-page .component-surface[b-ymj8hj6zq6] (.btn:focus) {
    color: #ffffff !important;
    filter: brightness(0.94);
}

.playground-page .component-surface[b-ymj8hj6zq6] (a.btn.background-simpel),
.playground-page .component-surface[b-ymj8hj6zq6] (.btn.background-simpel) {
    background-color: #09798b !important;
}

.playground-page .component-surface[b-ymj8hj6zq6] (a.btn.background-slim),
.playground-page .component-surface[b-ymj8hj6zq6] (.btn.background-slim) {
    background-color: #4cabbe !important;
}

.playground-page .component-surface[b-ymj8hj6zq6] (a.btn.background-leuk),
.playground-page .component-surface[b-ymj8hj6zq6] (.btn.background-leuk) {
    background-color: #9ac430 !important;
}

.playground-page .component-surface[b-ymj8hj6zq6] (a.btn.background-default),
.playground-page .component-surface[b-ymj8hj6zq6] (.btn.background-default) {
    background-color: #0b3962 !important;
}

@media (max-width: 980px) {
    .workbench-heading[b-ymj8hj6zq6],
    .contract-grid[b-ymj8hj6zq6] {
        grid-template-columns: 1fr;
    }

    .page-links[b-ymj8hj6zq6] {
        margin-top: 18px;
    }

    .playground-layout[b-ymj8hj6zq6] {
        grid-template-columns: 1fr;
    }

    .playground-layout.editor-closed[b-ymj8hj6zq6] {
        grid-template-columns: 1fr;
    }

    .editor-panel[b-ymj8hj6zq6] {
        position: static;
        max-height: none;
    }
}

@media (max-width: 620px) {
    .component-picker > div[b-ymj8hj6zq6] {
        align-items: stretch;
        flex-direction: column;
    }

    .parameter-controls[b-ymj8hj6zq6] {
        grid-template-columns: 1fr;
    }

    .component-contract dl div[b-ymj8hj6zq6] {
        grid-template-columns: 1fr;
        gap: 3px;
    }
}
/* /Components/Pages/ComponentRenderingReference.razor.rz.scp.css */
.reference-page[b-2tj7dxxtcd] {
    --boma: var(--var-kleur-boma, #0b3962);
    --simpel: var(--var-kleur-simpel, #09798b);
    --slim: var(--var-kleur-slim, #4cabbe);
    --leuk: var(--var-kleur-leuk, #9ac430);
    --boma-soft: rgba(11, 57, 98, .08);
    --simpel-soft: rgba(9, 121, 139, .08);
    --slim-soft: rgba(76, 171, 190, .08);
    --leuk-soft: rgba(154, 196, 48, .08);
    color: var(--boma);
}

.reference-page *[b-2tj7dxxtcd],
.reference-page *[b-2tj7dxxtcd]::before,
.reference-page *[b-2tj7dxxtcd]::after {
    box-sizing: border-box;
}

.reference-section[b-2tj7dxxtcd],
.reference-grid[b-2tj7dxxtcd] {
    max-width: 1180px;
    margin: 0 auto;
}

.eyebrow[b-2tj7dxxtcd] {
    margin: 0 0 8px;
    color: var(--simpel);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

h2[b-2tj7dxxtcd],
h3[b-2tj7dxxtcd],
p[b-2tj7dxxtcd] {
    margin-top: 0;
}

h2[b-2tj7dxxtcd] {
    margin-bottom: 16px;
    font-size: 1.3rem;
}

h3[b-2tj7dxxtcd] {
    margin-bottom: 10px;
    font-size: 1rem;
}

.back-link[b-2tj7dxxtcd] {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(9, 121, 139, .25);
    border-radius: 999px;
    color: var(--simpel);
    background: var(--simpel-soft);
    font-weight: 700;
    text-decoration: none;
}

.page-links[b-2tj7dxxtcd] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.reference-section[b-2tj7dxxtcd] {
    scroll-margin-top: 24px;
    margin-bottom: 24px;
    padding: 22px;
    border: 1px solid rgba(11, 57, 98, .14);
    border-radius: 19px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(11, 57, 98, .05);
}

.architecture-flow[b-2tj7dxxtcd] {
    display: grid;
    grid-template-columns: repeat(9, auto);
    gap: 8px;
    align-items: center;
    margin: 22px 0;
}

.architecture-flow div[b-2tj7dxxtcd] {
    display: grid;
    gap: 5px;
    min-height: 92px;
    padding: 14px;
    border: 1px solid rgba(11, 57, 98, .13);
    border-radius: 15px;
    background: var(--slim-soft);
}

.architecture-flow div:nth-of-type(2)[b-2tj7dxxtcd],
.architecture-flow div:nth-of-type(4)[b-2tj7dxxtcd] {
    background: var(--simpel-soft);
}

.architecture-flow div:nth-of-type(3)[b-2tj7dxxtcd],
.architecture-flow div:nth-of-type(5)[b-2tj7dxxtcd] {
    background: var(--leuk-soft);
}

.architecture-flow span[b-2tj7dxxtcd] {
    color: #4f6571;
    font-size: .8rem;
    line-height: 1.4;
}

.architecture-flow i[b-2tj7dxxtcd] {
    color: var(--leuk);
    font-size: 1.2rem;
    font-style: normal;
}

.source-list[b-2tj7dxxtcd] {
    display: grid;
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(11, 57, 98, .12);
    border-radius: 15px;
    background: rgba(11, 57, 98, .12);
}

.source-list div[b-2tj7dxxtcd] {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 12px;
    background: #fff;
}

.source-list dt[b-2tj7dxxtcd] {
    margin: 0;
    color: #61756e;
    font-size: .78rem;
}

.source-list dd[b-2tj7dxxtcd] {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.inventory-reference[b-2tj7dxxtcd] {
    padding: clamp(20px, 3vw, 32px);
}

.inventory-heading[b-2tj7dxxtcd] {
    display: grid;
    gap: 4px;
}

.inventory-metrics[b-2tj7dxxtcd] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 14px;
}

.inventory-metrics span[b-2tj7dxxtcd],
.inventory-jump a[b-2tj7dxxtcd] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--simpel);
    background: var(--simpel-soft);
    font-size: .78rem;
    line-height: 1.2;
    text-decoration: none;
}

.inventory-metrics strong[b-2tj7dxxtcd] {
    font-size: 1rem;
}

.inventory-jump[b-2tj7dxxtcd] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    min-height: 0;
    margin: 0 0 26px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.inventory-jump a[b-2tj7dxxtcd] {
    border: 1px solid rgba(9, 121, 139, .2);
    font-weight: 800;
}

.inventory-jump span[b-2tj7dxxtcd],
.api-group h3 span[b-2tj7dxxtcd] {
    opacity: .65;
}

.api-group[b-2tj7dxxtcd] {
    scroll-margin-top: 24px;
    margin-top: 28px;
}

.api-group > h3[b-2tj7dxxtcd] {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(76, 171, 190, .24);
    color: var(--boma);
    font-size: 1.15rem;
}

.api-list[b-2tj7dxxtcd] {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.api-component[b-2tj7dxxtcd] {
    scroll-margin-top: 20px;
    border: 1px solid rgba(11, 57, 98, .13);
    border-radius: 11px;
    background: #fff;
}

.api-component[open][b-2tj7dxxtcd] {
    grid-column: 1 / -1;
    border-color: rgba(9, 121, 139, .34);
    box-shadow: 0 12px 30px rgba(11, 57, 98, .08);
}

.api-component:target[b-2tj7dxxtcd] {
    border-color: var(--simpel);
    box-shadow: 0 0 0 3px rgba(76, 171, 190, .16);
}

.api-component:target > summary[b-2tj7dxxtcd] {
    background: var(--simpel-soft);
}

.api-component summary[b-2tj7dxxtcd] {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    min-width: 0;
    min-height: 46px;
    padding: 10px 12px;
    cursor: pointer;
}

.api-component summary strong[b-2tj7dxxtcd] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.api-component summary:focus-visible[b-2tj7dxxtcd],
.reference-disclosure > summary:focus-visible[b-2tj7dxxtcd],
.inline-disclosure > summary:focus-visible[b-2tj7dxxtcd] {
    border-radius: 9px;
    outline: 3px solid rgba(76, 171, 190, .46);
    outline-offset: 2px;
}

.api-summary-meta[b-2tj7dxxtcd] {
    flex: 0 0 auto;
    color: var(--simpel);
    font-size: .76rem;
    font-weight: 800;
}

.api-body[b-2tj7dxxtcd] {
    padding: 14px 16px 18px;
    border-top: 1px solid rgba(11, 57, 98, .1);
}

.api-description[b-2tj7dxxtcd] {
    margin-bottom: 14px;
    color: #4f6571;
    line-height: 1.5;
}

.api-body .source-list[b-2tj7dxxtcd] {
    margin-bottom: 14px;
}

.api-links[b-2tj7dxxtcd] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.api-links a[b-2tj7dxxtcd] {
    padding: 8px 11px;
    border-radius: 999px;
    color: #fff;
    background: var(--boma);
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
}

.empty-api[b-2tj7dxxtcd] {
    color: #657a73;
}

.engineering-grid[b-2tj7dxxtcd],
.usage-comparison[b-2tj7dxxtcd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.engineering-grid article[b-2tj7dxxtcd],
.usage-comparison article[b-2tj7dxxtcd] {
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(11, 57, 98, .13);
    border-radius: 15px;
    background: var(--boma-soft);
}

.engineering-grid article:nth-child(3n + 1)[b-2tj7dxxtcd] { border-top: 6px solid var(--simpel); }
.engineering-grid article:nth-child(3n + 2)[b-2tj7dxxtcd] { border-top: 6px solid var(--slim); }
.engineering-grid article:nth-child(3n)[b-2tj7dxxtcd] { border-top: 6px solid var(--leuk); }

.engineering-grid ul[b-2tj7dxxtcd] {
    margin-bottom: 0;
    padding-left: 20px;
    color: #536b63;
    line-height: 1.6;
}

.engineering-grid li + li[b-2tj7dxxtcd] {
    margin-top: 6px;
}

.usage-comparison[b-2tj7dxxtcd] {
    margin-top: 16px;
}

.good-label[b-2tj7dxxtcd],
.bad-label[b-2tj7dxxtcd] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.good-label[b-2tj7dxxtcd] {
    color: #1c6a53;
}

.bad-label[b-2tj7dxxtcd] {
    color: #a44d38;
}

.legacy-details summary[b-2tj7dxxtcd] {
    cursor: pointer;
    color: var(--boma);
    font-weight: 800;
}

.legacy-details > p[b-2tj7dxxtcd] {
    margin: 14px 0;
    color: #647770;
}

.section-intro[b-2tj7dxxtcd] {
    max-width: 920px;
    margin-bottom: 18px;
    color: #4f6571;
    line-height: 1.55;
}

.reference-disclosure[b-2tj7dxxtcd] {
    overflow: hidden;
    border: 1px solid rgba(11, 57, 98, .14);
    border-radius: 13px;
    background: rgba(76, 171, 190, .035);
}

.reference-disclosure > summary[b-2tj7dxxtcd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 50px;
    padding: 12px 14px;
    color: var(--boma);
    font-weight: 850;
    cursor: pointer;
}

.reference-disclosure > summary > span:last-child[b-2tj7dxxtcd] {
    flex: 0 0 auto;
    padding: 4px 8px;
    border-radius: 999px;
    color: var(--simpel);
    background: var(--simpel-soft);
    font-size: .72rem;
}

.reference-disclosure__body[b-2tj7dxxtcd] {
    padding: 16px;
    border-top: 1px solid rgba(11, 57, 98, .1);
    background: #fff;
}

.reference-disclosure__body.table-wrap[b-2tj7dxxtcd] {
    padding: 0;
}

.inline-disclosure[b-2tj7dxxtcd] {
    margin-top: 14px;
}

.inline-disclosure > summary[b-2tj7dxxtcd] {
    width: fit-content;
    padding: 7px 10px;
    border: 1px solid rgba(9, 121, 139, .2);
    border-radius: 999px;
    color: var(--simpel);
    background: var(--simpel-soft);
    font-size: .8rem;
    font-weight: 800;
    cursor: pointer;
}

.inline-disclosure[open] > summary[b-2tj7dxxtcd] {
    margin-bottom: 10px;
}

.flow[b-2tj7dxxtcd] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.flow span[b-2tj7dxxtcd] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 12px;
    border-radius: 15px;
    color: var(--boma);
    background: var(--slim-soft);
    font-weight: 700;
    text-align: center;
}

.detail-grid[b-2tj7dxxtcd] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 16px;
}

.detail-grid article[b-2tj7dxxtcd],
.parameter-block[b-2tj7dxxtcd] {
    min-width: 0;
}

.table-wrap[b-2tj7dxxtcd] {
    overflow-x: auto;
}

table[b-2tj7dxxtcd] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

th[b-2tj7dxxtcd],
td[b-2tj7dxxtcd] {
    padding: 9px 10px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
}

td[b-2tj7dxxtcd] {
    line-height: 1.45;
}

th[b-2tj7dxxtcd] {
    color: var(--boma);
    background: var(--boma-soft);
    font-size: 0.76rem;
    text-transform: uppercase;
}

code[b-2tj7dxxtcd] {
    padding: 2px 5px;
    border-radius: 4px;
    color: var(--boma);
    background: var(--boma-soft);
    font-family: Consolas, "Liberation Mono", monospace;
    font-size: 0.86em;
}

.muted[b-2tj7dxxtcd] {
    color: #6b7280;
}

.status-pill[b-2tj7dxxtcd] {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}

.status-pill.ssr[b-2tj7dxxtcd] {
    color: #527000;
    background: var(--leuk-soft);
}

.status-pill.mvc[b-2tj7dxxtcd] {
    color: #374151;
    background: #e5e7eb;
}

.reference-grid[b-2tj7dxxtcd],
.code-grid[b-2tj7dxxtcd] {
    scroll-margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.reference-card[b-2tj7dxxtcd],
.code-grid article[b-2tj7dxxtcd] {
    padding: 20px;
    border: 1px solid rgba(11, 57, 98, .14);
    border-radius: 19px;
    background: #ffffff;
}

.reference-card:nth-child(3n + 1)[b-2tj7dxxtcd] { border-top: 6px solid var(--simpel); }
.reference-card:nth-child(3n + 2)[b-2tj7dxxtcd] { border-top: 6px solid var(--slim); }
.reference-card:nth-child(3n)[b-2tj7dxxtcd] { border-top: 6px solid var(--leuk); }

.parameter-block[b-2tj7dxxtcd] {
    margin-top: 22px;
}

.parameter-block:first-of-type[b-2tj7dxxtcd] {
    margin-top: 0;
}

.parameter-block h3[b-2tj7dxxtcd] {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}

dl[b-2tj7dxxtcd] {
    margin-bottom: 0;
}

dt[b-2tj7dxxtcd] {
    margin-top: 16px;
    margin-bottom: 6px;
    color: #4b5563;
    font-weight: 700;
}

dd[b-2tj7dxxtcd] {
    margin-left: 0;
    margin-bottom: 6px;
}

pre[b-2tj7dxxtcd] {
    overflow-x: auto;
    margin: 0;
    padding: 14px;
    border-radius: 15px;
    background: var(--boma);
    color: #e5e7eb;
    line-height: 1.45;
}

pre code[b-2tj7dxxtcd] {
    padding: 0;
    color: inherit;
    background: transparent;
}

.comparison-grid[b-2tj7dxxtcd] {
    display: grid;
    gap: 8px;
}

.comparison-row[b-2tj7dxxtcd] {
    display: grid;
    grid-template-columns: 180px 1fr 1fr;
    gap: 12px;
    padding: 12px;
    border-radius: 6px;
    background: #f9fafb;
}

.rule-list[b-2tj7dxxtcd] {
    margin: 0;
    padding-left: 22px;
    color: #374151;
    line-height: 1.65;
}

.rule-list li[b-2tj7dxxtcd] {
    margin-bottom: 8px;
}

@media (max-width: 860px) {
    .page-links[b-2tj7dxxtcd],
    .back-link[b-2tj7dxxtcd] {
        margin-top: 18px;
    }

    .flow[b-2tj7dxxtcd],
    .detail-grid[b-2tj7dxxtcd],
    .reference-grid[b-2tj7dxxtcd],
    .code-grid[b-2tj7dxxtcd],
    .comparison-row[b-2tj7dxxtcd],
    .engineering-grid[b-2tj7dxxtcd],
    .usage-comparison[b-2tj7dxxtcd] {
        grid-template-columns: 1fr;
    }

    .architecture-flow[b-2tj7dxxtcd] {
        grid-template-columns: 1fr;
    }

    .architecture-flow i[b-2tj7dxxtcd] {
        transform: rotate(90deg);
        text-align: center;
    }

    .inventory-heading[b-2tj7dxxtcd] {
        display: block;
    }

    .inventory-metrics[b-2tj7dxxtcd] {
        justify-content: flex-start;
        margin-bottom: 18px;
    }

    .api-component summary[b-2tj7dxxtcd] {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .api-list[b-2tj7dxxtcd] {
        grid-template-columns: 1fr;
    }

    .reference-disclosure > summary[b-2tj7dxxtcd] {
        align-items: flex-start;
    }

    .source-list div[b-2tj7dxxtcd] {
        grid-template-columns: 1fr;
        gap: 3px;
    }
}
/* /Components/Pages/OrderLastTenOrders.razor.rz.scp.css */
.last-ten-orders[b-1hupq48z5d] {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--md-sys-color-outline-variant, #dfe3e6);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(22 49 45 / 7%);
}

.last-ten-orders__header[b-1hupq48z5d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    background: var(--md-sys-color-surface-container-low, #f7f9fa);
    border-bottom: 1px solid var(--md-sys-color-outline-variant, #e5e7e9);
}

.last-ten-orders__title[b-1hupq48z5d] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 0;
}

.last-ten-orders__icon[b-1hupq48z5d] {
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    width: 2rem;
    height: 2rem;
    color: var(--md-sys-color-primary, var(--var-kleur-default));
    background: var(--md-sys-color-primary-container, #d7eff0);
    border-radius: 7px;
    font-size: 1.15rem;
}

.last-ten-orders__header h2[b-1hupq48z5d] {
    margin: 0;
    color: var(--md-sys-color-on-surface, #1b1c1d);
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.last-ten-orders__total[b-1hupq48z5d] {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    min-width: 1.65rem;
    height: 1.65rem;
    padding-inline: 0.45rem;
    color: var(--md-sys-color-on-secondary-container, #22323f);
    background: var(--md-sys-color-secondary-container, #d8e5f0);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}

.last-ten-orders__body[b-1hupq48z5d] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
    padding: 1rem;
}

.last-ten-orders__body[b-1hupq48z5d]  > * {
    grid-column: 1;
    min-width: 0;
}

@media (max-width: 600px) {
    .last-ten-orders__header[b-1hupq48z5d] {
        padding: 0.75rem;
    }

    .last-ten-orders__body[b-1hupq48z5d] {
        padding: 0.6rem;
    }
}
/* /Components/Primitives/Cards/ArticleCard.razor.rz.scp.css */
.article-card[b-2tgauuu9n8] {
    margin: 0;
    overflow: hidden;
    background: var(--article-card-background, #fff);
    border: 1px solid var(--article-card-border, var(--md-sys-color-outline-variant, #dfe3e6));
    border-left: 4px solid var(--article-card-accent, var(--md-sys-color-primary, var(--var-kleur-default)));
    border-radius: 8px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 8%);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.article-card:hover[b-2tgauuu9n8],
.article-card:focus-within[b-2tgauuu9n8] {
    border-color: color-mix(in srgb, var(--article-card-accent, #007c83) 45%, #dfe3e6);
    border-left-color: var(--article-card-accent, var(--md-sys-color-primary, var(--var-kleur-default)));
    box-shadow: 0 4px 12px rgb(22 49 45 / 11%);
}

.article-card__header[b-2tgauuu9n8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 0.75rem;
    background: var(--article-card-header-background, var(--md-sys-color-surface-container-low, #f7f9fa));
    border-bottom: 1px solid var(--article-card-header-border, var(--md-sys-color-outline-variant, #e5e7e9));
}

.article-card__body[b-2tgauuu9n8] {
    background: transparent;
    padding: var(--article-card-body-padding, 1rem);
}

.article-card__layout[b-2tgauuu9n8] {
    display: grid;
    grid-template-columns: var(--article-card-media-size, 6rem) minmax(0, 1fr) minmax(8.25rem, 9rem);
    grid-template-areas: "media content actions";
    align-items: start;
    gap: var(--article-card-layout-gap, 1rem);
}

.article-card__layout:not(:has(.article-card__actions))[b-2tgauuu9n8] {
    grid-template-columns: var(--article-card-media-size, 6rem) minmax(0, 1fr);
    grid-template-areas: "media content";
}

.article-card__media[b-2tgauuu9n8] {
    position: relative;
    grid-area: media;
    display: grid;
    place-items: start center;
    width: var(--article-card-media-size, 6rem);
    min-height: var(--article-card-media-size, 6rem);
    margin: 0;
    align-self: start;
}

.article-card__media > img.artikelfoto[b-2tgauuu9n8] {
    display: block;
    width: 100%;
    height: var(--article-card-media-size, 6rem);
    object-fit: contain;
    object-position: center top;
}

.article-card__content[b-2tgauuu9n8] {
    grid-area: content;
    align-self: start;
    min-width: 0;
}

.article-card__content[b-2tgauuu9n8]  .artikeltitel {
    display: inline-block;
    margin-top: 0.1rem;
    color: var(--md-sys-color-on-surface, #303336);
    font-size: var(--article-card-title-size, 0.95rem);
    line-height: 1.35;
}

.article-card__content[b-2tgauuu9n8]  .labels {
    margin-top: 0.45rem;
}

.article-card__actions[b-2tgauuu9n8] {
    grid-area: actions;
    align-self: start;
    width: auto;
    min-width: 0;
    padding-left: 0.85rem;
    border-left: 1px solid var(--md-sys-color-outline-variant, #e5e7e9);
}

.article-card--compact[b-2tgauuu9n8] {
    --article-card-body-padding: 0.75rem 0.8rem;
    --article-card-layout-gap: 0.85rem;
    --article-card-media-size: 5.5rem;
    --article-card-title-size: 0.92rem;
}

.article-card__expandable[b-2tgauuu9n8] {
    border-top: 1px solid var(--md-sys-color-outline-variant, #dfe3e6);
}

.article-card__expandable-summary[b-2tgauuu9n8] {
    display: grid;
    grid-template-columns: 1.75rem minmax(0, 1fr) 1.5rem;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 0.7rem;
    color: var(--md-sys-color-on-secondary-container, #253743);
    background: var(--md-sys-color-surface-container-low, #f3f6f8);
    cursor: pointer;
    list-style: none;
}

.article-card__expandable-summary[b-2tgauuu9n8]::-webkit-details-marker {
    display: none;
}

.article-card__expandable-summary:hover[b-2tgauuu9n8] {
    background: var(--md-sys-color-surface-container, #eaf0f3);
}

.article-card__expandable-summary:focus-visible[b-2tgauuu9n8] {
    outline: 2px solid var(--md-sys-color-primary, var(--var-kleur-default));
    outline-offset: -2px;
}

.article-card__expandable-icon[b-2tgauuu9n8] {
    display: grid;
    place-items: center;
    width: 1.7rem;
    height: 1.7rem;
    color: var(--md-sys-color-primary, var(--var-kleur-default));
    background: var(--md-sys-color-surface, #fff);
    border: 1px solid var(--md-sys-color-outline-variant, #dfe3e6);
    border-radius: 999px;
    font-size: 0.95rem;
}

.article-card__expandable-heading[b-2tgauuu9n8] {
    display: flex;
    align-items: baseline;
    gap: 0.45rem;
    min-width: 0;
}

.article-card__expandable-heading small[b-2tgauuu9n8] {
    color: var(--md-sys-color-on-surface-variant, #61676b);
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.article-card__expandable-heading strong[b-2tgauuu9n8] {
    overflow-wrap: anywhere;
    color: var(--md-sys-color-on-surface, #1b1c1d);
    font-size: 0.84rem;
}

.article-card__expandable-chevron[b-2tgauuu9n8] {
    justify-self: end;
    color: var(--md-sys-color-on-surface-variant, #61676b);
    font-size: 1.25rem;
    transition: transform 160ms ease;
}

.article-card__expandable[open] .article-card__expandable-chevron[b-2tgauuu9n8] {
    transform: rotate(180deg);
}

.article-card__expandable-content[b-2tgauuu9n8] {
    background: #f8fafb;
    border-top: 1px solid var(--md-sys-color-outline-variant, #e5e7e9);
    box-shadow: inset 3px 0 var(--md-sys-color-secondary, #6f8ea5);
}

.article-card__expandable-content[b-2tgauuu9n8]  > .col {
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.article-card__expandable-content[b-2tgauuu9n8]  [data-article-card] {
    --article-card-accent: var(--md-sys-color-primary, var(--var-kleur-default));
    --article-card-background: #fff;
    --article-card-border: var(--md-sys-color-outline-variant, #dfe3e6);
    --article-card-header-background: var(--md-sys-color-surface-container-low, #f7f9fa);
    --article-card-header-border: var(--md-sys-color-outline-variant, #e5e7e9);
    margin: 0;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.article-card .article-card__expandable-content[b-2tgauuu9n8]  [data-article-card] .article-card__header,
.article-card .article-card__expandable-content[b-2tgauuu9n8]  [data-article-card] .card-content {
    background: var(--article-card-header-background, #f7f9fa);
}

.article-card .article-card__expandable-content[b-2tgauuu9n8]  [data-article-card] .card-content {
    background: var(--article-card-background, #fff);
}

@media (max-width: 420px) {
    .article-card__header[b-2tgauuu9n8] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.4rem;
    }

    .article-card__expandable-heading[b-2tgauuu9n8] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 800px) {
    .article-card__layout[b-2tgauuu9n8],
    .article-card__layout:not(:has(.article-card__actions))[b-2tgauuu9n8] {
        --article-card-media-size: 4.75rem;
        grid-template-columns: var(--article-card-media-size) minmax(0, 1fr);
        grid-template-areas:
            "media content"
            "actions actions";
        align-items: start;
        gap: 0.7rem;
    }

    .article-card__layout:not(:has(.article-card__actions))[b-2tgauuu9n8] {
        grid-template-areas: "media content";
    }

    .article-card__actions[b-2tgauuu9n8] {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding-top: 0.65rem;
        padding-left: 0;
        border-top: 1px solid var(--md-sys-color-outline-variant, #e5e7e9);
        border-left: 0;
    }
}

@media (max-width: 420px) {
    .article-card__body[b-2tgauuu9n8] {
        padding: 0.7rem;
    }

    .article-card__layout[b-2tgauuu9n8],
    .article-card__layout:not(:has(.article-card__actions))[b-2tgauuu9n8] {
        --article-card-media-size: 4.25rem;
    }
}
/* /Components/Primitives/Cards/ArticleTile.razor.rz.scp.css */
.article-tile[b-sljtzk490j] {
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--md-sys-color-outline-variant, #dfe3e6);
    border-radius: 8px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 8%);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.article-tile:hover[b-sljtzk490j],
.article-tile:focus-visible[b-sljtzk490j] {
    border-color: color-mix(in srgb, var(--md-sys-color-primary, #007c83) 45%, #dfe3e6);
    box-shadow: 0 5px 14px rgb(22 49 45 / 12%);
    transform: translateY(-1px);
}

.article-tile .card-image[b-sljtzk490j] {
    display: block;
    padding: 0;
    background: transparent;
}

.article-tile .card-image img[b-sljtzk490j] {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
}

.article-tile .card-content[b-sljtzk490j] {
    min-height: 4.5rem;
    padding: 1.5rem;
    border-top: 0;
    color: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
/* /Components/Primitives/Cards/DownloadCard.razor.rz.scp.css */
.download-card[b-2688ubd8yt] {
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--md-sys-color-outline-variant, #dfe3e6);
    border-radius: 8px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 8%);
}

.download-card__content[b-2688ubd8yt] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    height: 100%;
    padding: 1rem;
}

.download-card-image[b-2688ubd8yt] {
    width: 100%;
    height: 15rem;
    object-fit: contain;
    background: var(--md-sys-color-surface-container-low, #f7f9fa);
    border-radius: 6px;
}

.download-card__title[b-2688ubd8yt] {
    flex: 1 1 auto;
    color: var(--md-sys-color-on-surface, #303336);
}

.download-card__title[b-2688ubd8yt]  h2,
.download-card__title[b-2688ubd8yt]  h3,
.download-card__title[b-2688ubd8yt]  h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.download-card-action[b-2688ubd8yt] {
    align-self: center;
    min-height: 2.5rem;
    border-radius: 999px;
}

@media (max-width: 420px) {
    .download-card-image[b-2688ubd8yt] {
        height: 13rem;
    }
}
/* /Components/Primitives/Cards/IconLinkCard.razor.rz.scp.css */
.icon-link-card[b-c1ch74a57i] {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 8%);
    transition: box-shadow 160ms ease, transform 160ms ease;
}

.icon-link-card--slim[b-c1ch74a57i] {
    background: var(--var-kleur-slim);
}

.icon-link-card--leuk[b-c1ch74a57i] {
    background: var(--var-kleur-leuk);
}

.icon-link-card--simpel[b-c1ch74a57i] {
    background: var(--var-kleur-simpel);
}

.icon-link-card:hover[b-c1ch74a57i],
.icon-link-card:focus-visible[b-c1ch74a57i] {
    box-shadow: 0 5px 14px rgb(22 49 45 / 12%);
    transform: translateY(-1px);
}

.icon-link-card--slim:hover[b-c1ch74a57i],
.icon-link-card--slim:focus-visible[b-c1ch74a57i] {
    background: var(--var-kleur-slim-hover);
}

.icon-link-card--leuk:hover[b-c1ch74a57i],
.icon-link-card--leuk:focus-visible[b-c1ch74a57i] {
    background: var(--var-kleur-leuk-hover);
}

.icon-link-card--simpel:hover[b-c1ch74a57i],
.icon-link-card--simpel:focus-visible[b-c1ch74a57i] {
    background: var(--var-kleur-simpel-hover);
}

.icon-link-card:focus-visible[b-c1ch74a57i] {
    outline: 3px solid var(--md-sys-color-primary, var(--var-kleur-default));
    outline-offset: 2px;
}

.icon-link-card .card-image[b-c1ch74a57i] {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.5rem 2.5rem 0;
    background: transparent;
}

.icon-link-card .card-image img[b-c1ch74a57i] {
    width: 75%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.icon-link-card .card-content[b-c1ch74a57i] {
    position: absolute;
    inset: auto 0 0;
    display: block;
    width: 100%;
    min-height: 0;
    padding: 1.5rem;
    color: var(--font-on-primary-color-main);
    background: transparent;
    border: 0;
}

.icon-link-card-title[b-c1ch74a57i] {
    display: inline-block;
    width: calc(100% - 1.875rem);
    color: var(--font-on-primary-color-main);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

.link-arrow[b-c1ch74a57i] {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    color: var(--font-on-primary-color-main);
}

@media (max-width: 600px) {
    .icon-link-card .card-image[b-c1ch74a57i] {
        padding: 1.25rem 1.25rem 0;
    }

    .icon-link-card .card-content[b-c1ch74a57i] {
        padding: 0.8rem 0.9rem;
    }

    .icon-link-card-title[b-c1ch74a57i] {
        width: calc(100% - 1.6rem);
        font-size: 0.8rem;
        line-height: 1.35;
    }

    .link-arrow[b-c1ch74a57i] {
        right: 0.9rem;
        bottom: 0.9rem;
    }

    .link-arrow i[b-c1ch74a57i] {
        font-size: 1.25rem;
    }
}
/* /Components/Primitives/Cards/LinkedMediaCard.razor.rz.scp.css */
.linked-media-card[b-tl6cxeu1q6] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    overflow: hidden;
    color: var(--var-kleur-tekst, #707070);
    border: 0;
    border-radius: 12px;
    box-shadow: none;
}

.linked-media-card > .card-content[b-tl6cxeu1q6] {
    flex: 1 1 auto;
    padding: 24px;
}

.linked-media-card .card-title[b-tl6cxeu1q6] {
    margin: 0 0 0.5rem;
    color: var(--var-kleur-simpel, #09798b);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
}

.linked-media-card__body[b-tl6cxeu1q6] {
    display: grid;
    grid-template-columns: minmax(7.5rem, 29.5%) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    height: 100%;
}

.linked-media-card__media[b-tl6cxeu1q6] {
    display: grid;
    place-items: center;
    min-width: 0;
}

.linked-media-card-image[b-tl6cxeu1q6] {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.linked-media-card__content[b-tl6cxeu1q6] {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.linked-media-card__text[b-tl6cxeu1q6] {
    width: 100%;
    color: var(--var-kleur-tekst, #707070);
}

.linked-media-card__text[b-tl6cxeu1q6]  :first-child {
    margin-top: 0;
}

.linked-media-card__text[b-tl6cxeu1q6]  :last-child {
    margin-bottom: 0;
}

.linked-media-card-primary[b-tl6cxeu1q6] {
    min-height: 2.5rem;
    margin-top: auto;
}

.linked-media-card > .card-action[b-tl6cxeu1q6] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5625rem;
    padding: 0;
    border-top: 1px solid var(--md-sys-color-outline-variant, #e5e7e9);
}

.linked-media-card > .card-action a[b-tl6cxeu1q6] {
    margin: 0;
    color: var(--var-kleur-default, #0b3962);
}

@media (max-width: 600px) {
    .linked-media-card .card-title[b-tl6cxeu1q6] {
        font-size: 14px;
        line-height: 20px;
    }

    .linked-media-card__body[b-tl6cxeu1q6] {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 21px;
    }

    .linked-media-card__content[b-tl6cxeu1q6] {
        gap: 28px;
    }

    .linked-media-card-primary[b-tl6cxeu1q6] {
        width: 100%;
    }

    .linked-media-card > .card-action[b-tl6cxeu1q6] {
        min-height: 3.3125rem;
    }
}
/* /Components/Primitives/Cards/ResultCard.razor.rz.scp.css */
.result-card[b-fmo9nqwwlc] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0 0 0.75rem;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--md-sys-color-outline-variant, #dfe3e6);
    border-radius: 8px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 8%);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.result-card:hover[b-fmo9nqwwlc],
.result-card:focus-visible[b-fmo9nqwwlc] {
    border-color: color-mix(in srgb, var(--md-sys-color-primary, #007c83) 45%, #dfe3e6);
    box-shadow: 0 4px 12px rgb(22 49 45 / 11%);
}

.result-card > .card-content[b-fmo9nqwwlc] {
    min-width: 0;
    padding: 0.9rem 1rem;
}

.result-card__title[b-fmo9nqwwlc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0;
    color: var(--md-sys-color-on-surface, #303336);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.result-card__body[b-fmo9nqwwlc] {
    margin-top: 0.65rem;
}

.result-card__body[b-fmo9nqwwlc]  .result-card-metadata {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem 1rem;
    margin: 0;
}

.result-card__body[b-fmo9nqwwlc]  .result-card-metadata > div {
    min-width: 0;
}

.result-card__body[b-fmo9nqwwlc]  dt {
    color: var(--md-sys-color-on-surface-variant, #61676b);
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.result-card__body[b-fmo9nqwwlc]  dd {
    margin: 0.1rem 0 0;
    overflow-wrap: anywhere;
    color: var(--md-sys-color-on-surface, #303336);
    font-size: 0.88rem;
    line-height: 1.35;
}

.result-card__title[b-fmo9nqwwlc]  .result-card-status,
.result-card__body[b-fmo9nqwwlc]  .result-card-status {
    display: inline-flex;
    align-items: center;
    min-height: 1.65rem;
    padding: 0.15rem 0.55rem;
    background: var(--md-sys-color-secondary-container, #d8e5f0);
    border-radius: 999px;
    color: var(--md-sys-color-on-secondary-container, #22323f);
    font-size: 0.76rem;
    font-weight: 700;
}

.result-card__title[b-fmo9nqwwlc]  .result-card-status--inactive,
.result-card__body[b-fmo9nqwwlc]  .result-card-status--inactive {
    background: #f4dfdc;
    color: #7d322d;
}

.result-card__action[b-fmo9nqwwlc] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 10rem;
    padding: 0.9rem 1rem;
    border-top: 0;
    border-left: 1px solid var(--md-sys-color-outline-variant, #e5e7e9);
    color: var(--md-sys-color-primary, var(--var-kleur-default));
    font-size: 0.84rem;
    font-weight: 700;
}

.result-card__action .material-symbols-outlined[b-fmo9nqwwlc] {
    font-size: 1.1rem;
}

@media (max-width: 700px) {
    .result-card[b-fmo9nqwwlc] {
        grid-template-columns: 1fr;
    }

    .result-card__body[b-fmo9nqwwlc]  .result-card-metadata {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .result-card__action[b-fmo9nqwwlc] {
        justify-content: space-between;
        min-width: 0;
        padding: 0.7rem 1rem;
        border-top: 1px solid var(--md-sys-color-outline-variant, #e5e7e9);
        border-left: 0;
    }
}

@media (max-width: 420px) {
    .result-card__body[b-fmo9nqwwlc]  .result-card-metadata {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }
}
/* /Components/Wrappers/CheckoutFlow/CheckoutArticleTable.razor.rz.scp.css */
.checkout-article-table table[b-pl7x7xmb14] {
	table-layout: fixed;
	width: 100%;
}

.checkout-article-table .checkout-price-value[b-pl7x7xmb14] {
	display: inline-block;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}
/* /Components/Wrappers/Cms/CmsAanbevolenArtikelen.razor.rz.scp.css */
.aanbevolen-card-row[b-g8bwhd0s1a] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gap-size);
}

.aanbevolen-card-row > .col[b-g8bwhd0s1a] {
    flex: 0 0 calc((100% - (3 * var(--gap-size))) / 4);
    max-width: calc((100% - (3 * var(--gap-size))) / 4);
    padding: 0;
}

.aanbevolen-card-row > .col:empty[b-g8bwhd0s1a] {
    display: none;
}

@media only screen and (max-width: 600.99px) {
    .aanbevolen-card-row > .col[b-g8bwhd0s1a] {
        flex-basis: 100%;
        max-width: 100%;
    }
}
/* /Components/Wrappers/Cms/CmsWebVak.razor.rz.scp.css */
.cms-semantic-media-link[b-mxl9opr6o2] {
    display: block;
    position: relative;
    color: inherit;
    text-decoration: none;
    border-radius: 25px;
    overflow: hidden;
    transition: box-shadow 160ms ease;
}

.cms-semantic-media-link[b-mxl9opr6o2]  > img {
    display: block;
}

.cms-semantic-media-link:hover[b-mxl9opr6o2] {
    color: inherit;
    box-shadow: 0 2px 8px rgba(11, 57, 98, 0.18);
}

.cms-semantic-media-link:focus-visible[b-mxl9opr6o2] {
    outline: 3px solid var(--md-sys-color-primary);
    outline-offset: 3px;
}
/* /Components/Wrappers/CustomerGroups/SectorCustomerGroups.razor.rz.scp.css */
.section.buttons.klantgroep .card-row[b-t0hbzix6j3] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gap-size);
}

.section.buttons.klantgroep .card-row > .col[b-t0hbzix6j3] {
    flex: 0 0 calc((100% - (3 * var(--gap-size))) / 4);
    max-width: calc((100% - (3 * var(--gap-size))) / 4);
    padding: 0;
}

@media only screen and (min-width: 601px) and (max-width: 992.99px) {
    .section.buttons.klantgroep .card-row > .col[b-t0hbzix6j3] {
        flex-basis: calc((100% - (2 * var(--gap-size))) / 3);
        max-width: calc((100% - (2 * var(--gap-size))) / 3);
    }
}

@media only screen and (max-width: 600.99px) {
    .section.buttons.klantgroep .card-row > .col[b-t0hbzix6j3] {
        flex-basis: 100%;
        max-width: 100%;
    }
}
/* /Components/Wrappers/Home/WebSolutionCard.razor.rz.scp.css */
.web-solution-card[b-4mkbxykrpz] {
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--md-sys-color-outline-variant, #dfe3e6);
    border-radius: 8px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 8%);
}

.web-solution-card .card-content[b-4mkbxykrpz] {
    display: grid;
    grid-template-rows: minmax(10rem, 1fr) auto;
    height: 100%;
    padding: 0;
}

.webuitdagingafbeelding[b-4mkbxykrpz] {
    display: grid;
    place-items: center;
    min-height: 0;
    padding: 1rem;
    background: var(--md-sys-color-surface-container-low, #f7f9fa);
}

.webuitdagingafbeelding img[b-4mkbxykrpz] {
    width: 100%;
    height: 100%;
    max-height: 15rem;
    object-fit: contain;
}

.webuitdaging-omschrijving[b-4mkbxykrpz] {
    min-height: 4.25rem;
    padding: 0.85rem 1rem;
    border-top: 1px solid var(--md-sys-color-outline-variant, #e5e7e9);
    color: var(--md-sys-color-on-surface, #303336);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
}
/* /Components/Wrappers/Machines/MachineCalculatorEnvironmentList.razor.rz.scp.css */
.machine-environment-primary[b-3vsf0o8s2l] {
    display: block;
    color: inherit;
    text-decoration: none;
}
/* /Components/Wrappers/Machines/MachineResult.razor.rz.scp.css */
.machine-results-toolbar[b-7ht7gc9zhq] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin: 0.75rem 0 1.25rem;
	padding: 1rem 1.125rem;
	border: 1px solid var(--md-sys-color-outline-variant, #dfe3e6);
	border-radius: 10px;
	background: var(--md-sys-color-surface-container-low, #f7f9fa);
}

.machine-results-summary[b-7ht7gc9zhq] {
	display: grid;
	gap: 0.1rem;
	min-width: max-content;
}

.machine-results-summary strong[b-7ht7gc9zhq] {
	color: var(--md-sys-color-on-surface, #1b1c1d);
	font-size: 1.05rem;
	line-height: 1.4;
}

.machine-results-summary span[b-7ht7gc9zhq] {
	color: var(--md-sys-color-on-surface-variant, #61676b);
	font-size: 0.875rem;
	line-height: 1.35;
}

.machine-results-search[b-7ht7gc9zhq] {
	position: relative;
	width: min(100%, 27rem);
}

.machine-results-search i[b-7ht7gc9zhq] {
	position: absolute;
	top: 50%;
	left: 0.85rem;
	z-index: 1;
	color: var(--md-sys-color-on-surface-variant, #61676b);
	font-size: 1.35rem;
	transform: translateY(-50%);
	pointer-events: none;
}

.machine-results-search input[type="search"][b-7ht7gc9zhq] {
	box-sizing: border-box;
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0 2.75rem 0 2.65rem;
	border: 1px solid var(--md-sys-color-outline, #72787d);
	border-radius: 8px;
	background: var(--md-sys-color-surface, #fff);
	box-shadow: none;
	color: var(--md-sys-color-on-surface, #1b1c1d);
	font: inherit;
}

.machine-results-search input[type="search"]:hover[b-7ht7gc9zhq] {
	border-color: var(--md-sys-color-on-surface-variant, #61676b);
}

.machine-results-search input[type="search"]:focus[b-7ht7gc9zhq] {
	border: 2px solid var(--md-sys-color-primary, #006495);
	box-shadow: none;
	outline: none;
}

.machine-results-search input[type="search"][b-7ht7gc9zhq]::placeholder {
	color: var(--md-sys-color-on-surface-variant, #61676b);
	opacity: 1;
}

.machine-result-list[b-7ht7gc9zhq] {
	display: grid;
	gap: 0.85rem;
}

.machine-result-card[b-7ht7gc9zhq] {
	display: grid;
	grid-template-columns: 5.5rem minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	min-width: 0;
	min-height: 7.5rem;
	padding: 0.9rem 1rem;
	overflow: hidden;
	border: 1px solid var(--md-sys-color-outline-variant, #dfe3e6);
	border-left: 4px solid var(--md-sys-color-primary, #006495);
	border-radius: 10px;
	background: var(--md-sys-color-surface, #fff);
	box-shadow: 0 1px 3px rgb(0 0 0 / 7%);
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.machine-result-card:hover[b-7ht7gc9zhq] {
	border-color: color-mix(in srgb, var(--md-sys-color-primary, #006495) 38%, #dfe3e6);
	box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
	transform: translateY(-1px);
}

.machine-result-card:focus-visible[b-7ht7gc9zhq] {
	outline: 2px solid var(--md-sys-color-primary, #006495);
	outline-offset: 2px;
}

.machine-result-card[hidden][b-7ht7gc9zhq] {
	display: none;
}

.machine-result-card__image[b-7ht7gc9zhq] {
	display: grid;
	place-items: center;
	width: 5.5rem;
	height: 5.5rem;
	padding: 0.35rem;
	border: 1px solid var(--md-sys-color-outline-variant, #e5e7e9);
	border-radius: 8px;
	background: #fff;
}

.machine-result-card__image img.artikelfoto[b-7ht7gc9zhq] {
	width: 100%;
	max-width: 4.8rem;
	height: 100%;
	max-height: 4.8rem;
	object-fit: contain;
}

.machine-result-card__body[b-7ht7gc9zhq] {
	width: 100%;
	min-width: 0;
}

.machine-result-card__identity[b-7ht7gc9zhq] {
	flex: 1;
	width: 100%;
	min-width: 0;
}

.machine-result-card__header[b-7ht7gc9zhq] {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.machine-result-card__number[b-7ht7gc9zhq],
.machine-result-card__meta dt[b-7ht7gc9zhq] {
	color: var(--md-sys-color-on-surface-variant, #61676b);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.045em;
	line-height: 1rem;
	text-transform: uppercase;
}

.machine-result-card h3[b-7ht7gc9zhq] {
	margin: 0.15rem 0 0;
	font-size: 1.075rem;
	line-height: 1.4;
}

.machine-result-card h3[b-7ht7gc9zhq] {
	color: var(--md-sys-color-on-surface, #1b1c1d);
}

.machine-result-card__status[b-7ht7gc9zhq] {
	flex: none;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	background: var(--md-sys-color-secondary-container, #d8e5f0);
	color: var(--md-sys-color-on-secondary-container, #22323f);
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.25rem;
}

.machine-result-card__meta[b-7ht7gc9zhq] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.5rem;
	margin: 0.7rem 0 0;
}

.machine-result-card__meta > div[b-7ht7gc9zhq] {
	display: grid;
	gap: 0.05rem;
	min-width: 7rem;
}

.machine-result-card__meta dt[b-7ht7gc9zhq],
.machine-result-card__meta dd[b-7ht7gc9zhq] {
	margin: 0;
}

.machine-result-card__meta dd[b-7ht7gc9zhq] {
	overflow-wrap: anywhere;
	color: var(--md-sys-color-on-surface, #303336);
	font-size: 0.9rem;
	line-height: 1.3rem;
}

.machine-result-card__action[b-7ht7gc9zhq] {
	align-self: stretch;
	display: flex;
	align-items: center;
	gap: 0.2rem;
	padding-left: 1rem;
	border-left: 1px solid var(--md-sys-color-outline-variant, #e5e7e9);
	color: var(--md-sys-color-primary, #006495);
	font-size: 0.9rem;
	font-weight: 700;
	white-space: nowrap;
}

.machine-result-card__action i[b-7ht7gc9zhq] {
	font-size: 1.25rem;
}

.machine-results-pagination[b-7ht7gc9zhq] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1.25rem;
}

.machine-results-page-button[b-7ht7gc9zhq] {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	min-height: 44px;
	padding: 0.5rem 0.75rem;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--md-sys-color-primary, #006495);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.machine-results-page-button:hover:not(:disabled)[b-7ht7gc9zhq] {
	background: var(--md-sys-color-primary-container, #cbe6ff);
}

.machine-results-page-button:focus-visible[b-7ht7gc9zhq] {
	outline: 2px solid var(--md-sys-color-primary, #006495);
	outline-offset: 2px;
}

.machine-results-page-button:disabled[b-7ht7gc9zhq] {
	color: var(--md-sys-color-on-surface-variant, #61676b);
	cursor: default;
	opacity: 0.45;
}

.machine-results-page-button i[b-7ht7gc9zhq] {
	font-size: 1.2rem;
}

@media only screen and (max-width: 600px) {
	.machine-results-toolbar[b-7ht7gc9zhq] {
		align-items: stretch;
		flex-direction: column;
		gap: 0.85rem;
		padding: 0.9rem;
	}

	.machine-results-summary[b-7ht7gc9zhq] {
		min-width: 0;
	}

	.machine-results-search[b-7ht7gc9zhq] {
		width: 100%;
	}

	.machine-result-card[b-7ht7gc9zhq] {
		grid-template-columns: 68px minmax(0, 1fr);
		gap: 0.8rem;
		min-height: 0;
		padding: 0.8rem;
	}

	.machine-result-card__image[b-7ht7gc9zhq] {
		align-self: start;
		width: 68px;
		height: 68px;
	}

	.machine-result-card__image img.artikelfoto[b-7ht7gc9zhq] {
		max-width: 60px;
		max-height: 60px;
	}

	.machine-result-card__header[b-7ht7gc9zhq] {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.45rem;
	}

	.machine-result-card__meta[b-7ht7gc9zhq] {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.45rem;
	}

	.machine-result-card__action[b-7ht7gc9zhq] {
		grid-column: 1 / -1;
		justify-content: flex-end;
		padding: 0.65rem 0 0;
		border-top: 1px solid var(--md-sys-color-outline-variant, #e5e7e9);
		border-left: 0;
	}

	.machine-results-page-button[b-7ht7gc9zhq] {
		padding-inline: 0.4rem;
		font-size: 0.875rem;
	}
}
/* /Components/Wrappers/Orders/LastTenOrdersArticleCard.razor.rz.scp.css */
.last-ten-orders-card[b-xiyurnumu1] {
    display: grid;
    gap: 0.55rem;
    min-width: 0;
}
.last-ten-orders-card--inactive[b-xiyurnumu1] >  [data-article-card] {
    --article-card-accent: #a95650;
    --article-card-background: #fffafa;
    --article-card-border: #e7c9c6;
    --article-card-header-background: #fbf3f2;
    --article-card-header-border: #ead4d1;
}

.last-ten-orders-card--inactive[b-xiyurnumu1] >  [data-article-card] .article-card__header {
    background: #fbf3f2;
    border-bottom-color: #ead4d1;
}

.last-ten-orders-card--inactive[b-xiyurnumu1] >  [data-article-card] .card-content {
    background: #fffafa;
}

.last-ten-orders-card[b-xiyurnumu1]  .last-ten-orders-card__title--inactive {
    color: #963f3a;
}

.last-ten-orders-card__identity[b-xiyurnumu1] {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
}

.last-ten-orders-card__header-meta[b-xiyurnumu1] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    min-width: 0;
}

.last-ten-orders-card__identity small[b-xiyurnumu1],
.last-ten-orders-card__field-label[b-xiyurnumu1] {
    display: block;
    color: var(--md-sys-color-on-surface-variant, #61676b);
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.last-ten-orders-card__identity strong[b-xiyurnumu1] {
    overflow-wrap: anywhere;
    color: var(--md-sys-color-on-surface, #1b1c1d);
    font-size: 0.95rem;
}

.last-ten-orders-card__order[b-xiyurnumu1] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
    padding: 0.32rem 0.55rem;
    color: var(--md-sys-color-on-surface, #303336);
    background: #fff;
    border: 1px solid var(--md-sys-color-outline-variant, #dfe3e6);
    border-radius: 6px;
}

.last-ten-orders-card__order > .material-symbols-outlined[b-xiyurnumu1] {
    color: var(--md-sys-color-primary, var(--var-kleur-default));
    font-size: 1.1rem;
}

.last-ten-orders-card__order-label[b-xiyurnumu1] {
    color: var(--md-sys-color-on-surface-variant, #61676b);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    white-space: nowrap;
}

.last-ten-orders-card__order strong[b-xiyurnumu1] {
    color: var(--md-sys-color-primary, var(--var-kleur-default));
    font-size: 0.82rem;
    font-weight: 700;
}

.last-ten-orders-card__order time[b-xiyurnumu1] {
    color: var(--md-sys-color-on-surface-variant, #61676b);
    font-size: 0.74rem;
    font-weight: 500;
}

/* Keep the card content aligned to the top. */
.last-ten-orders-card[b-xiyurnumu1]  .article-card__body,
.last-ten-orders-card[b-xiyurnumu1]  .article-card__content,
.last-ten-orders-card[b-xiyurnumu1]  .card-content {
    align-items: start;
}

/* Keep the title at the top of the content column. */
.last-ten-orders-card[b-xiyurnumu1]  .article-card__title,
.last-ten-orders-card[b-xiyurnumu1]  .artikeltitel {
    align-self: start;
    margin-top: 0;
}

/* Let the image column use the available card height. */
.last-ten-orders-card[b-xiyurnumu1]  .article-card__media,
.last-ten-orders-card[b-xiyurnumu1]  .article-card__image,
.last-ten-orders-card[b-xiyurnumu1]  .article-card__media-leading {
    align-self: stretch;
}

/* Give the product image enough room without distorting it. */
.last-ten-orders-card[b-xiyurnumu1]  .article-card__media img,
.last-ten-orders-card[b-xiyurnumu1]  .article-card__image img {
    width: 100%;
    max-width: 5.5rem;
    height: 100%;
    max-height: 7rem;

    object-fit: contain;
    object-position: center top;
}

/* Also handle images rendered directly inside the media wrapper. */
.last-ten-orders-card[b-xiyurnumu1]  img[itemprop="image"] {
    width: 100%;
    max-width: 5.5rem;
    height: 100%;
    max-height: 7rem;

    object-fit: contain;
    object-position: center top;
}

.last-ten-orders-card__recycled[b-xiyurnumu1] {
    position: absolute;
    top: 0;
    left: 0;
}

.last-ten-orders-card__badge[b-xiyurnumu1] {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
}

/* Keep the quantity control and current price together. */
.last-ten-orders-card[b-xiyurnumu1]  .article-purchase {
    display: flex;
    flex-direction: column;
    align-items: stretch;

    width: 8.6rem;
    max-width: 100%;

    margin-top: 0;

    box-sizing: border-box;
}

.last-ten-orders-card__login[b-xiyurnumu1] {
    display: inline-grid;
    place-items: center;

    width: 2.5rem;
    height: 2.5rem;

    padding: 0;
}

.last-ten-orders-card__login i[b-xiyurnumu1] {
    margin: 0;
}

@media (max-width: 600px) {
    .last-ten-orders-card__header-meta[b-xiyurnumu1] {
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .last-ten-orders-card[b-xiyurnumu1]  .article-purchase {
        width: 8.6rem;
        margin-top: 0;
    }
}
/* /Components/Wrappers/Orders/OrderProductTable.razor.rz.scp.css */
.order-product-table table[b-whp7srjgpe] {
    table-layout: fixed;
    width: 100%;
}

.order-product-table table .order-total-cell[b-whp7srjgpe] {
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.order-product-table table .order-total-value[b-whp7srjgpe] {
	display: inline-block;
	white-space: nowrap;
}

@media only screen and (max-width: 600.99px) {
	.order-product-table table col:first-child[b-whp7srjgpe] {
		width: auto;
	}

	.order-product-table table col:nth-child(2)[b-whp7srjgpe] {
		width: 56px !important;
	}

	.order-product-table table col:nth-child(3)[b-whp7srjgpe] {
		width: 80px !important;
	}

	.order-product-table table col:nth-child(4)[b-whp7srjgpe] {
		width: 112px !important;
	}

	.order-product-table table th[b-whp7srjgpe],
	.order-product-table table td[b-whp7srjgpe] {
		padding-inline: 0.35rem;
	}
}
/* /Components/Wrappers/Products/ProductAvailabilityNotices.razor.rz.scp.css */
.product-availability-notices[b-5betu4jwgf] {
    margin-top: 0.65rem;
}

.product-availability-notices__list[b-5betu4jwgf] {
    display: grid;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-availability-notices__item[b-5betu4jwgf] {
    display: grid;
    grid-template-columns: 1.15rem minmax(0, 1fr);
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0.6rem 0.7rem;
    color: #6d4b0c;
    background: #fff9e8;
    border: 1px solid #ecd899;
    border-radius: 8px;
    font-size: 0.85rem;
    line-height: 1.4;
}

.product-availability-notices__item--critical[b-5betu4jwgf] {
    color: #8a2f2f;
    background: #fff3f2;
    border-color: #efc1bd;
}

.product-availability-notices__item i[b-5betu4jwgf] {
    font-size: 1.05rem;
    line-height: 1.25;
}

.product-availability-notices__item span[b-5betu4jwgf] {
    display: block;
    min-width: 0;
}

.product-availability-notices__item span[b-5betu4jwgf]::first-line {
    font-weight: 700;
}

.product-availability-notices__item[b-5betu4jwgf]  a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.14em;
}

.product-availability-notices--compact[b-5betu4jwgf] {
    margin-top: 0.5rem;
}

.product-availability-notices--compact .product-availability-notices__item[b-5betu4jwgf] {
    gap: 0.4rem;
    padding: 0.45rem 0.55rem;
    font-size: 0.78rem;
    line-height: 1.35;
}
/* /Components/Wrappers/Products/ProductCard.razor.rz.scp.css */
.product-card--inactive[b-nr9pg2ifwm]  [data-article-card] {
    --article-card-accent: #a95650;
    --article-card-background: #fffafa;
    --article-card-border: #e7c9c6;
    --article-card-header-background: #fbf3f2;
    --article-card-header-border: #ead4d1;
}

.product-card[b-nr9pg2ifwm]  .article-card__header {
    padding: 0.85rem 1rem;
}

.product-card[b-nr9pg2ifwm]  .article-card__content {
    align-items: start;
}

.product-card[b-nr9pg2ifwm]  .product-card__identity {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
}

.product-card[b-nr9pg2ifwm]  .product-card__identity small,
.product-card[b-nr9pg2ifwm]  .product-card__field-label {
    display: block;
    color: var(--md-sys-color-on-surface-variant, #61676b);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1rem;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.product-card[b-nr9pg2ifwm]  .product-card__identity strong {
    overflow-wrap: anywhere;
    color: var(--md-sys-color-on-surface, #1b1c1d);
    font-size: 1.05rem;
}

.product-card[b-nr9pg2ifwm]  .product-card__header-meta,
.product-card[b-nr9pg2ifwm]  .product-card__badges {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-left: auto;
	gap: 0.4rem;
	min-width: 0;
}

.product-card[b-nr9pg2ifwm]  .product-card__badges .artikelbadge {
    position: static;
    display: inline-flex;
    align-items: center;

    min-height: 1.75rem;
    margin: 0;
    padding: 0.25rem 0.65rem;

    font-size: 0.75rem;
    line-height: 1;
    white-space: nowrap;
}

.product-card[b-nr9pg2ifwm]  .product-card__replacement-context {
    display: inline-flex;
    align-items: center;

    gap: 0.4rem;
    min-height: 0;
    margin: 0;
    padding: 0.32rem 0.55rem;

    border-radius: 6px;
    border: 1px solid #d7b9f4;
    box-shadow: 0 2px 6px rgb(49 26 70 / 18%);

    background: #ead7ff;

    line-height: 1;
    white-space: nowrap;
}

.product-card[b-nr9pg2ifwm]  .product-card__replacement-context-label {
    color: #61676b;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.product-card[b-nr9pg2ifwm]  .product-card__replacement-context-value {
    color: #3a1f4f;
    font-size: 0.82rem;
    font-weight: 700;
}

.product-card[b-nr9pg2ifwm]  .product-card__replacement-context > .material-symbols-outlined {
    color: #3a1f4f;
    font-size: 1.05rem;
    line-height: 1;
}

/* Keep the purchase column compact and aligned with last-ten-order cards. */
.product-card[b-nr9pg2ifwm]  .article-purchase {
    display: flex;
    flex-direction: column;
    align-items: stretch;

    width: 8.6rem;
    max-width: 100%;

    margin-top: 0;

    box-sizing: border-box;
}

.product-card[b-nr9pg2ifwm]  .product-card__login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;

    width: 100%;
    min-width: 0;
    height: 2.5rem;
    padding: 0 0.65rem;

    font-size: 0.75rem;
    line-height: 1;
    white-space: nowrap;
}

.product-card[b-nr9pg2ifwm]  .product-card__login i {
    margin: 0;
    font-size: 1.2rem;
}

.product-card[b-nr9pg2ifwm]  .product-card__login-label {
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card[b-nr9pg2ifwm]  .article-card--compact .article-card__header {
    padding: 0.65rem 0.8rem;
}

.product-card[b-nr9pg2ifwm]  .article-card--compact .product-card__identity small,
.product-card[b-nr9pg2ifwm]  .article-card--compact .product-card__field-label {
    font-size: 0.68rem;
    font-weight: 700;
}

.product-card[b-nr9pg2ifwm]  .article-card--compact .product-card__identity strong {
    font-size: 0.95rem;
}

@media (max-width: 600px) {
    .product-card[b-nr9pg2ifwm]  .product-card__header-meta {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .product-card[b-nr9pg2ifwm]  .article-purchase {
        width: 8.6rem;
        margin-top: 0;
    }
}

@media (max-width: 420px) {
    .product-card[b-nr9pg2ifwm]  .product-card__header-meta {
        flex-direction: column;
    }
}
/* /Components/Wrappers/Products/ProductRelatedArticles.razor.rz.scp.css */
.related-products[b-b2o0zxnemd] {
    margin: 0;
    padding: 0.9rem 1.25rem 1.25rem;
    background: transparent;
}

.related-products__header[b-b2o0zxnemd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 0 0.75rem;
    border-bottom: 1px solid var(--md-sys-color-outline-variant, #e5e7e9);
}

.related-products__title[b-b2o0zxnemd] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 0;
}

.related-products__icon[b-b2o0zxnemd] {
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--md-sys-color-primary, var(--var-kleur-default));
    font-size: 1.1rem;
}

.related-products__header h2[b-b2o0zxnemd] {
    margin: 0;
    color: var(--md-sys-color-on-surface, #1b1c1d);
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.related-products__total[b-b2o0zxnemd],
.related-products__count[b-b2o0zxnemd] {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    min-width: 1.65rem;
    height: 1.65rem;
    padding-inline: 0.45rem;
    color: var(--md-sys-color-on-secondary-container, #22323f);
    background: var(--md-sys-color-secondary-container, #d8e5f0);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}

.related-products__total[b-b2o0zxnemd] {
    white-space: nowrap;
}

.related-products__body[b-b2o0zxnemd] {
    display: grid;
    gap: 1.25rem;
    padding-top: 0.85rem;
}

.related-products__group + .related-products__group[b-b2o0zxnemd] {
    padding-top: 1.25rem;
    border-top: 1px solid var(--md-sys-color-outline-variant, #e5e7e9);
}

.related-products__group-heading[b-b2o0zxnemd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    margin-bottom: 0.75rem;
    padding: 0.55rem 0.7rem;
    background: var(--md-sys-color-surface-container-low, #f7f9fa);
    border-left: 3px solid var(--md-sys-color-primary, var(--var-kleur-default));
    border-radius: 0 5px 5px 0;
}

.related-products__group-heading h3[b-b2o0zxnemd] {
    margin: 0;
    color: var(--md-sys-color-on-surface, #303336);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: none;
}

.related-products__count[b-b2o0zxnemd] {
    min-width: 0;
    height: 1.5rem;
    padding-inline: 0.55rem;
    font-size: 0.72rem;
    white-space: nowrap;
}

.related-products__grid[b-b2o0zxnemd] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
}

.related-products__grid[b-b2o0zxnemd]  > .col {
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
}

@media (max-width: 800px) {
    .related-products[b-b2o0zxnemd] {
        padding-inline: 0.75rem;
    }
}

@media (max-width: 420px) {
    .related-products[b-b2o0zxnemd] {
        padding: 0.75rem 0.6rem 0.9rem;
    }
}
/* /Components/Wrappers/Products/ReplacementProductCard.razor.rz.scp.css */
.replacement-product-card[b-fmbvi8ugb0]  .article-purchase {
    margin-top: 0;
}

.replacement-product-card[b-fmbvi8ugb0]  .article-card__body {
    padding: 0.65rem 0.75rem;
    background: var(--md-sys-color-surface-container-low, #f7f9fa);
}

.replacement-product-card[b-fmbvi8ugb0]  .article-card__actions {
    padding-left: 0.65rem;
}

.replacement-product-card__fallback[b-fmbvi8ugb0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 0.9rem;
    color: var(--md-sys-color-primary, var(--var-kleur-default));
    background: var(--md-sys-color-surface, #fff);
}

.replacement-product-card__fallback:hover[b-fmbvi8ugb0],
.replacement-product-card__fallback:focus-visible[b-fmbvi8ugb0] {
    background: var(--md-sys-color-surface-container-low, #f3f6f8);
}

.replacement-product-card__fallback:focus-visible[b-fmbvi8ugb0] {
    outline: 2px solid currentColor;
    outline-offset: -2px;
}

.replacement-product-card__fallback strong[b-fmbvi8ugb0] {
    overflow-wrap: anywhere;
}
/* /Components/Wrappers/ShoppingCart/ShoppingcartProductForm.razor.rz.scp.css */
.shoppingcart-product-form[b-5lrczfqz67] {
    width: 160px;
    max-width: 100%;
    margin: 0;
}

.shoppingcart-product-form--compact[b-5lrczfqz67] {
    width: 116px;
}

.shoppingcart-product-form__label[b-5lrczfqz67] {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--font-color-medium);
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.2;
}

.shoppingcart-product-form__controls[b-5lrczfqz67] {
    display: grid;
    grid-template-columns: minmax(7.5rem, 1fr) 44px;
    align-items: start;
    gap: 0.55rem;
}

.shoppingcart-product-form--compact .shoppingcart-product-form__controls[b-5lrczfqz67] {
    grid-template-columns: 68px 40px;
    gap: 8px;
}

.shoppingcart-product-form__quantity[b-5lrczfqz67] {
    min-width: 0;
}

.shoppingcart-product-form__input[b-5lrczfqz67] {
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0 0.65rem;
    color: var(--var-kleur-tekst);
    background: #fff;
    border: 1px solid rgba(22, 49, 45, 0.28);
    border-radius: 8px;
    box-shadow: none;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 44px;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.shoppingcart-product-form__input:hover[b-5lrczfqz67] {
    border-color: rgba(22, 49, 45, 0.48);
}

.shoppingcart-product-form__input:focus[b-5lrczfqz67] {
    border-color: var(--var-kleur-default);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 150, 136, 0.14);
}

.shoppingcart-product-form--compact .shoppingcart-product-form__input[b-5lrczfqz67] {
    height: 40px;
    padding-inline: 0.55rem;
    line-height: 40px;
}

.shoppingcart-product-form__quantity .supporting-text[b-5lrczfqz67] {
    width: auto;
    height: auto;
    min-height: 0;
    font-size: 0.72rem;
    line-height: 1.25;
}

.shoppingcart-product-form__submit[b-5lrczfqz67] {
    display: grid;
    place-items: start center;
}

.shoppingcart-product-form__button.btn-large[b-5lrczfqz67] {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    line-height: 1;
    border-radius: 8px;
}

.shoppingcart-product-form__button i[b-5lrczfqz67] {
    display: block;
    margin: 0;
    font-size: 1.35rem;
    line-height: 1;
}

.shoppingcart-product-form--compact .shoppingcart-product-form__button.btn-large[b-5lrczfqz67] {
    width: 40px;
    height: 40px;
}

@media (max-width: 420px) {
    .shoppingcart-product-form:not(.shoppingcart-product-form--compact)[b-5lrczfqz67] {
        width: 100%;
    }
}
