/* ============================================================
   Footer overrides — JSL Distribution
   Scope: footer.login-footer uniquement (isolé)
   Objectif: stabiliser le footer sans impacter le reste du site.
   ============================================================ */

footer.login-footer {
  margin-top: 0; /* neutralise le margin-top legacy */
  border-top: 1px solid var(--border-strong);
}

footer.login-footer a {
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

