/* ENNE Accesibilidad (sin tocar colores del sitio) */

/* Skip link visible al foco */
.enne-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.enne-skip-link:focus,
.enne-skip-link:active {
  position: fixed;
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: .6rem .8rem;
  background: #111; /* Sólo para el propio skip link */
  color: #fff;      /* Sin afectar colores del tema */
  z-index: 999999;
  border-radius: .25rem;
}

/* Focus visible global (si el tema lo oculta) */
:where(a, button, [role="button"], input, textarea, select):focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* Mantener subrayado solo mediante preferencia del tema; no forzamos colores ni estilos en footer */
