/* Sovereign Trust Theme - Selected Menu Item Styling */

/* Selected menu item - Antique Gold */
.mud-nav-link.active {
    background-color: rgba(197, 160, 89, 0.15) !important;
    color: #C5A059 !important;
}

.mud-nav-link.active .mud-nav-link-text {
    color: #C5A059 !important;
    font-weight: 600 !important;
}

.mud-nav-link.active .mud-icon-root {
    color: #C5A059 !important;
}

/* Hover effect */
.mud-nav-link:hover {
    background-color: rgba(197, 160, 89, 0.08) !important;
}

/* Selected item in drawer */
.mud-drawer .mud-nav-link.active {
    border-left: 3px solid #C5A059 !important;
}
