/* Navigation presentation only: retain the existing header grid and links. */
:root{--jieli-navigation-underline:20260922}
@media(min-width:901px){
 body[data-structure-review] .site-header .desktop-nav>a,
 body[data-structure-review] .site-header .desktop-nav>.family-menu>summary{
  font-size:clamp(13px,1.08vw,14px)!important;
 }
 body[data-structure-review] .site-header .desktop-nav>a::after{
  left:0!important;right:0!important;transform:none!important;
 }
 body[data-structure-review] .site-header .desktop-nav>.family-menu>summary{
  position:relative;
 }
 body[data-structure-review] .site-header .desktop-nav>.family-menu>summary::after{
  content:"";position:absolute;inset-inline-start:0;inset-inline-end:16px;
  bottom:2px;height:2px;border-radius:999px;background:#376d87;
  opacity:.72;pointer-events:none;
 }
 body[data-structure-review] .site-header .desktop-nav>.family-menu:nth-child(even)>summary::after{background:#d66943}
 body[data-structure-review] .site-header .desktop-nav>.family-menu>summary:is(:hover,:focus-visible)::after{opacity:1}
}
/* Long Spanish labels keep their original scale at the narrow desktop boundary. */
@media(min-width:901px) and (max-width:980px){
 html:lang(es) body[data-structure-review] .site-header .desktop-nav>a,
 html:lang(es) body[data-structure-review] .site-header .desktop-nav>.family-menu>summary{font-size:12.5px!important}
}
