.main-nav a { position: relative; }
.main-nav a[aria-current="page"] { opacity: 1; }
.main-nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: currentColor; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
