 *:focus-visible { box-shadow: 0 0 0 1px var(--light-blue)!important; outline: none!important; }   a.alink_hover, .alink_hover a { position: relative; text-decoration: none; color: inherit; } a.alink_hover::before, .alink_hover a::before { content: ""; position: absolute; bottom: -4px; left: 0; height: 2px; width: 100%; background: var(--off-white); border-radius: 50px; transform: scaleX(0); transition: transform 0.2s linear; } a.alink_hover:hover::before, .alink_hover a:hover::before { transform: scaleX(1); } a.alink_hover[aria-current="page"]::before, .alink_hover a[aria-current="page"]::before { transform: scaleX(1); }