/* Preview-only footer state. Canonical production assets remain unchanged. */
.static-page-footer__nav a[aria-current="page"]::before { content: none !important; }
.static-page-footer__nav a { padding-bottom: 0; }
.static-page-footer__nav a[aria-current="page"]::after { opacity: 0; }
.static-page-footer__nav a:is(:hover,:focus-visible)::after { opacity: 1; transform: translate(0,-50%); }
