/*
Theme Name: Ultra Premium Enfant LegalHelp
Theme URI: https://www.legalhelpservices.es/
Description: Thème Enfant pour Ultra Premium.
Author: Miguel Aragon
Author URI: https://www.legalhelpservices.es/
Template: ultra
Version: 1.0.0
*/

/* --- Mise en Forme du Sélecteur de Langue --- */
#language-switcher-manual {
    float: right;
    padding: 15px 0;
    line-height: 20px;
    z-index: 100;
}

#language-switcher-manual a {
    margin-left: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    padding: 5px;
}

#language-switcher-manual a:hover {
    color: #059182; /* Nouveau vert au survol */
}

/* --- Ajuste del menú debajo del logo y centrado --- */
#main-nav {
    text-align: center;
    margin-top: 15px;
}

/* --- Ligne bleue sous les éléments au survol --- */
#main-nav a:hover::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #059182; /* Nouveau vert */
    margin-top: 5px;
}