/*! NBC v7110: shared navigation, scoped away from page content. */
@layer nbc-navigation-v7110 {
 .site-header nav :is(a[aria-current=page],a[data-current-section=true],summary[data-current-section=true]) {color:#b9e8c7!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:6px!important;}
 .site-header :is(a,button,summary):focus-visible,.site-footer a:focus-visible {outline:2px solid #edc782!important;outline-offset:4px!important;}
 .site-footer .footer-navigation-row {display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:start!important;border:0!important;}
 .site-footer .footer-nav-group {min-width:0!important;display:grid!important;gap:4px!important;}
 .site-footer .footer-nav-group h2 {font:500 .75rem/1.5 'IBM Plex Mono',monospace!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:#a9dcbc!important;margin:0 0 12px!important;}
 .site-footer .footer-nav-group a {display:flex!important;align-items:center!important;font:400 .9375rem/1.5 Archivo,Arial,sans-serif!important;color:#d5ddd7!important;min-height:44px!important;padding:8px 0!important;white-space:normal!important;overflow-wrap:break-word!important;border:0!important;}
 .site-footer .footer-nav-group a::before,.site-footer .footer-nav-group a::after {display:none!important;}
 .site-footer a[aria-current=page],.site-footer a[data-current-section=true] {color:#b9e8c7!important;text-decoration:underline!important;text-underline-offset:5px!important;}
 @media(max-width:1100px){
  .site-footer .footer-main {display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:36px!important;}
  .site-footer .footer-navigation-row {width:100%!important;margin-top:0!important;}
 }
 @media(max-width:600px){
  .site-footer .footer-navigation-row {grid-template-columns:minmax(0,1fr)!important;gap:28px!important;}
  .site-footer .footer-nav-group {border-top:1px solid #a9dcbc33!important;padding-top:24px!important;}
  .site-footer .footer-nav-group a {min-height:48px!important;}
 }
}
