.site-header nav.has-current a:first-child:not([aria-current="page"]) { color: #b8c5cd; }
.site-header nav.has-current a:first-child:not([aria-current="page"])::after { display: none; }
.site-header nav a[aria-current="page"] { color: var(--amber) !important; }
.site-header nav a[aria-current="page"]::after { content: ""; display: block !important; position: absolute; right: 0; bottom: -14px; left: 0; height: 2px; background: var(--amber); }
