/*
 * Skip links must become VISIBLE on focus (WCAG 2.4.1 / 2.4.7).
 * Bootstrap Italia's `.visually-hidden-focusable` + `.skiplinks` styles already
 * handle the hidden-by-default / visible-on-focus behaviour, so no override is
 * needed here. Do NOT re-add height/display rules on `.skiplinks a:focus` — they
 * collapse the link exactly when the keyboard user needs to see it.
 */

 .skiplinks {
  top: 0;
  position: fixed;
 }
