
/* AUTH-OFF safety CSS to hide auth links if any remain visible */
a[href*="login"], a[href*="connexion"], a[href*="connect"], a[href*="signin"],
a[href*="register"], a[href*="signup"], a[href*="inscription"], a[href*="mon-compte"],
a[href*="my-account"], a[href*="account"], a[href*="compte"] {
  display: none !important;
}
