/* Chemical EXS v2.9.77 · accesos móviles compactos junto al menú */
@media (max-width:900px){
  .site-header .site-nav{display:grid!important;grid-template-columns:minmax(78px,1fr) auto auto!important;grid-template-areas:"brand actions menu"!important;align-items:center!important;gap:6px!important}
  .site-header .site-nav>.brand{grid-area:brand!important;min-width:0!important}
  .site-header .site-nav>.nav-actions{grid-area:actions!important;display:flex!important;width:auto!important;margin:0!important;gap:5px!important;align-items:center!important;justify-content:flex-end!important}
  .site-header .site-nav>.menu-toggle{grid-area:menu!important;display:grid!important;margin:0!important;place-items:center!important}
  .site-header .site-nav>.nav-actions>a.nav-action-button,
  .site-header .site-nav>.nav-actions>a.nav-action-button:first-child{display:grid!important;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;grid-template:1fr/1fr!important;place-items:center!important;font-size:0!important;line-height:0!important;border-radius:13px!important}
  .site-header .site-nav>.nav-actions>a.nav-action-button>small{display:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;font-size:0!important;line-height:0!important;visibility:hidden!important}
  .site-header .site-nav>.nav-actions>a.nav-action-button>span{display:block!important;font-size:19px!important;line-height:1!important}
}
@media (max-width:390px){
  .site-header .site-nav{grid-template-columns:minmax(70px,1fr) auto auto!important;gap:3px!important}
  .site-header .site-nav>.brand img{width:88px!important;height:46px!important}
  .site-header .site-nav>.nav-actions{gap:3px!important}
  .site-header .site-nav>.nav-actions>a.nav-action-button,
  .site-header .site-nav>.nav-actions>a.nav-action-button:first-child{width:36px!important;min-width:36px!important;height:38px!important;min-height:38px!important;border-radius:11px!important}
  .site-header .site-nav>.nav-actions>a.nav-action-button>span{font-size:17px!important}
  .site-header .site-nav>.menu-toggle{width:38px!important;height:38px!important}
}
