/* ==========================================================
   FAVIER — Fix page de connexion personnalisée (/connexion/)
   1. Lien "Mot de passe oublié ?" → petit et blanc
   ========================================================== */

/* WordPress natif : .lost_password */
p.lost_password a,
.lost_password a,
#loginform .lost_password a {
    color: rgba(255, 255, 255, 0.70) !important;
    font-size: 0.72rem !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    letter-spacing: 0.01em !important;
}

p.lost_password a:hover,
.lost_password a:hover,
#loginform .lost_password a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

/* Elementor Login Widget */
.elementor-widget-login .lost-password a,
.elementor-login .lost-password a,
.e-form__field-type-text + .lost-password a,
.elementor-field-group .lost-password a {
    color: rgba(255, 255, 255, 0.70) !important;
    font-size: 0.72rem !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

.elementor-widget-login .lost-password a:hover,
.elementor-login .lost-password a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

/* Thèmes utilisant .login-form ou .wp-login-form */
.login-form .lost_password a,
.wp-login-form .lost_password a,
form.login .lost_password a {
    color: rgba(255, 255, 255, 0.70) !important;
    font-size: 0.72rem !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}
