/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout styling lives in wwwroot/app.css (global, Fjeld tokens). Only the framework error UI stays scoped here. */
#blazor-error-ui[b-7vng69nzcb] {
    background: var(--band-fair-wash);
    color: var(--band-fair-ink);
    border-top: 1px solid var(--band-fair);
    bottom: 0;
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 8px 24px 10px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-7vng69nzcb] {
        cursor: pointer;
        position: absolute;
        right: 12px;
        top: 8px;
    }
