/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ── Navigatiebalk ───────────────────────────────────────────────── */
.site-nav[b-68qvdaw5es] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 252, 245, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #e8dfcf;
    box-shadow: 0 4px 14px rgba(79, 66, 43, 0.08);
}

.site-nav-inner[b-68qvdaw5es] {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1rem;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.site-nav-brand[b-68qvdaw5es] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
    flex-shrink: 0;
}

.site-nav-logo[b-68qvdaw5es] {
    width: 178px;
    height: 36px;
    display: block;
}

.site-nav-links[b-68qvdaw5es] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-link[b-68qvdaw5es] {
    padding: 0.38rem 0.8rem;
    border-radius: 12px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #526762;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

.nav-link:hover[b-68qvdaw5es] {
    background: #eef7f2;
    color: #3f7561;
}

.nav-link.active[b-68qvdaw5es] {
    background: #e4f1ea;
    color: #3f7561;
}

/* ── Main content (ruimte onder navbar) ─────────────────────────── */
.site-main[b-68qvdaw5es] {
    min-height: calc(100vh - 56px - 60px);
}

/* ── Footer ─────────────────────────────────────────────────────── */
.site-footer[b-68qvdaw5es] {
    text-align: center;
    padding: 1.25rem 1rem;
    font-size: 0.82rem;
    color: #87948f;
    border-top: 1px solid #e8dfcf;
    background: rgba(255, 252, 245, 0.65);
}

.site-footer a[b-68qvdaw5es] {
    color: #5f726c;
    text-decoration: none;
}

.site-footer a:hover[b-68qvdaw5es] {
    color: #3f7561;
}

/* ── Blazor error UI ─────────────────────────────────────────────── */
#blazor-error-ui[b-68qvdaw5es] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-68qvdaw5es] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* ── Hamburger-knop (enkel zichtbaar op smalle schermen) ──────────── */
.site-nav-toggle[b-68qvdaw5es] {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
}

.site-nav-toggle:hover[b-68qvdaw5es] {
    background: #eef7f2;
}

.site-nav-toggle-bar[b-68qvdaw5es] {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #3f7561;
}

/* ── Mobiel: navigatie klapt in achter de hamburger-knop ──────────── */
@media (max-width: 680px) {
    .site-nav-inner[b-68qvdaw5es] {
        flex-wrap: wrap;
        height: auto;
        min-height: 56px;
    }

    .site-nav-toggle[b-68qvdaw5es] {
        display: flex;
    }

    .site-nav-links[b-68qvdaw5es] {
        display: none;
        flex-basis: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0.15rem;
        padding: 0.6rem 0 0.85rem;
        margin-top: 0.6rem;
        border-top: 1px solid #e8dfcf;
    }

    .site-nav-links.is-open[b-68qvdaw5es] {
        display: flex;
    }

    .nav-link[b-68qvdaw5es] {
        border-radius: 10px;
    }
}

/* ── Zeer smalle schermen: kleinere labels/logo ───────────────────── */
@media (max-width: 480px) {
    .nav-link[b-68qvdaw5es] {
        padding: 0.6rem 0.8rem;
        font-size: 0.9rem;
    }

    .site-nav-logo[b-68qvdaw5es] {
        width: 150px;
        height: 31px;
    }
}
/* /Components/ProfileNavigation.razor.rz.scp.css */
/* ProfileNavigation styling - matches MainLayout nav-link styles */
.nav-link[b-stpq56dh6c] {
    padding: 0.38rem 0.8rem;
    border-radius: 12px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #526762;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

.nav-link:hover[b-stpq56dh6c] {
    background: #eef7f2;
    color: #3f7561;
}

.nav-link.active[b-stpq56dh6c] {
    background: #e4f1ea;
    color: #3f7561;
}
