/* ===================================
   Profile Dropdown Text Color Fix
   =================================== */

/* Force dropdown menu items to have dark text */
.profile-dropdown .profile-menu-item,
.lang-dropdown .lang-option {
    color: #333333 !important;
}

.profile-dropdown .profile-menu-item span,
.lang-dropdown .lang-option span {
    color: #333333 !important;
}

/* Hover states */
.profile-dropdown .profile-menu-item:hover,
.lang-dropdown .lang-option:hover {
    color: #2d7a3e !important;
}

.profile-dropdown .profile-menu-item:hover span,
.lang-dropdown .lang-option:hover span {
    color: #2d7a3e !important;
}

/* Logout item special color */
.profile-dropdown .logout-item {
    color: #dc3545 !important;
}

.profile-dropdown .logout-item span {
    color: #dc3545 !important;
}

.profile-dropdown .logout-item:hover {
    color: #c82333 !important;
}

.profile-dropdown .logout-item:hover span {
    color: #c82333 !important;
}

/* Override any parent styles */
.top-bar .profile-dropdown a,
.top-bar .lang-dropdown a {
    color: #333333 !important;
}

.top-bar .profile-dropdown a:hover,
.top-bar .lang-dropdown a:hover {
    color: #2d7a3e !important;
}

.top-bar .profile-dropdown .logout-item {
    color: #dc3545 !important;
}

.top-bar .profile-dropdown .logout-item:hover {
    color: #c82333 !important;
}
