/* =========================
   FOOTER LINK INTERACTION
========================= */

/* Mouse ONLY */
footer .links a:hover,
footer .footerUtilityBar a:hover {
    text-decoration: underline !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Fix legacy hover border (preserve layout, no resize) */
footer .inner .links ul li a:hover {
    border-color: transparent !important;
}

/* Keyboard ONLY */
footer .links a:focus-visible,
footer .footerUtilityBar a:focus-visible {
    text-decoration: none;
    outline: none;
    box-shadow: 0 0 0 2px var(--brand-alt-gold);
}

/* Remove default focus */
footer .links a:focus,
footer .footerUtilityBar a:focus {
    outline: none;
}