/* Modern Sidebar Section Styles */
.sidebar__nav-section {
    padding: 0 !important;
    margin: 10px 0 10px 0;
    pointer-events: none;
}

.sidebar__nav-section:first-child {
    margin-top: 10px;
}

.sidebar__nav-section-title {
    display: block;
    padding: 8px 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    /* color: rgba(255, 255, 255, 0.4); */
    opacity: 0.7;
}

/* Add subtle spacing after sections */
.sidebar__nav-item:has(+ .sidebar__nav-section) {
    margin-bottom: 5px;
}

/* Adjust first item after section */
.sidebar__nav-section + .sidebar__nav-item {
    margin-top: 5px;
}
