/* /Components/Layout/NavMenu.razor.rz.scp.css */
.category-header[b-9e0dathqjo] {
    color: #d7d7d7;
    padding: 0.5rem;
    text-decoration: none;
    font-weight: 500;
}

.category-header:hover[b-9e0dathqjo] {
    color: white;
    background-color: rgba(255,255,255,0.1);
}

.category-header:focus[b-9e0dathqjo] {
    box-shadow: none;
}

.category-chevron[b-9e0dathqjo] {
    transition: transform 0.2s ease-in-out;
    font-size: 0.75rem;
}

.category-header:not(.collapsed) .category-chevron[b-9e0dathqjo] {
    transform: rotate(90deg);
}

.category-header .badge[b-9e0dathqjo] {
    font-size: 0.7rem;
}

[b-9e0dathqjo] .nav-link {
    color: #d7d7d7;
    padding: 0.25rem 0.5rem;
}

[b-9e0dathqjo] .nav-link:hover {
    color: white;
    background-color: rgba(255,255,255,0.1);
}

[b-9e0dathqjo] .nav-link.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
    font-weight: bold;
}

[b-9e0dathqjo] .component-link {
    border-radius: 0.25rem;
}

[b-9e0dathqjo] .component-link.small {
    font-size: 0.85rem;
    opacity: 0.9;
}

@media (max-width: 767.98px) {
    .nav-category[b-9e0dathqjo] {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
}
