#menu .nav-item.active > .nav-link,
#menu .nav-item.active > .nav-link:link,
#menu .nav-item.active > .nav-link:visited {
    /* Gold D4AF37 */
    /* Green 99E300 */
    background-color: #D4AF37 !important; 
    
    /* Force white color on all devices */
    color: #ffffff !important; 
    
    /* Force underline visibility */
    text-decoration: underline !important;
    text-decoration-color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    
    border-radius: 4px;
    margin: 0 5px;
    font-weight: 600;
    text-underline-offset: 4px;
}