/*
Theme Name: ClassiadsPro Child
Theme URI: http://themeforest.net/user/designinvento
Description: Child theme for the ClassiadsPro theme
Author: Designinvento
Template: classiadspro
Version: 1.0
*/

/* Afficher l'icône login sur mobile */
.hfb-login-menu .hfb-login-menu-link::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2bd";
    font-size: 28px;
    color: #1588EE;
    display: block !important;
    visibility: visible !important;
}

.hfb-login-menu .hfb-login-menu-link i,
.hfb-login-menu .hfb-login-menu-link .fa-user-circle {
    display: block !important;
    font-size: 28px !important;
    color: #1588EE !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Masquer le texte Login/Register, garder seulement l'icône */
.hfb-login-menu .hfb-login-menu-link span {
    display: none !important;
}