/* Custom Active State for Profile Settings Navigation */
.settings-nav-btn {
    transition: all 0.2s;
}

.settings-nav-btn.active {
    color: #2563eb;
    /* brand-600 */
    font-weight: 600;
}

.settings-nav-btn.active i {
    color: #2563eb;
    /* Ensure icon also gets the color */
}