/* _content/BAVerwaltung.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout scoped styles - see app.css for global layout */
/* _content/BAVerwaltung.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-ehmfhb16nt] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.nav-link[b-ehmfhb16nt] {
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.15s;
}

.nav-link:hover[b-ehmfhb16nt] {
    background: rgba(255,255,255,0.15);
    color: white !important;
}

.nav-link.active[b-ehmfhb16nt] {
    background: rgba(255,255,255,0.25);
    font-weight: 600;
}
