/* Shared links between the independently authored feature pages. */
.site-feature-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px 24px;padding-block:8px;border-bottom:1px solid var(--line,#d8d6cf)}
.site-feature-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;font-size:14px;line-height:1.5;white-space:nowrap;color:inherit;text-decoration:none}
.site-feature-nav a[aria-current=page]{color:var(--red,#bf3c32);font-weight:700}
.site-feature-nav a:hover{text-decoration:underline;text-underline-offset:5px}
.site-feature-nav a:focus-visible{outline:2px solid var(--red,#bf3c32);outline-offset:3px}
@media(max-width:699px){.site-feature-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px 10px}}
