/* Custom Seller Sidebar Section Headers */
.aiz-side-nav-header {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin: 8px 0 4px 0;
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    border-left: 3px solid #007bff;
}

.aiz-side-nav-header i {
    font-size: 12px;
    margin-right: 6px;
    color: #007bff;
}

/* Improved spacing for section groups */
.aiz-side-nav-item.mt-3 {
    margin-top: 1rem !important;
}

/* Better visual separation */
.aiz-side-nav-item:first-child .aiz-side-nav-header {
    margin-top: 0;
}

/* Hover effects for section headers */
.aiz-side-nav-header:hover {
    background-color: #e9ecef !important;
}

/* Custom badge styling for seller sections */
.aiz-side-nav-item .badge {
    font-size: 10px;
    padding: 2px 6px;
}

/* Seller business section specific styling */
.aiz-side-nav-header:has(i.la-store) {
    border-left-color: #28a745;
}

.aiz-side-nav-header:has(i.la-store) i {
    color: #28a745;
}

/* Shopping section specific styling */
.aiz-side-nav-header:has(i.la-shopping-bag) {
    border-left-color: #ffc107;
}

.aiz-side-nav-header:has(i.la-shopping-bag) i {
    color: #ffc107;
}

/* Account features section specific styling */
.aiz-side-nav-header:has(i.la-user-circle) {
    border-left-color: #6f42c1;
}

.aiz-side-nav-header:has(i.la-user-circle) i {
    color: #6f42c1;
}