/* Header 字体统一与移动端展示调整（Hotfix 覆盖） */
.site-header{ -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
.site-header a,
.site-header button,
.site-header .menu a{ font-weight:400; }

/* 保留：抽屉顶部的旧动作已从模板移除，这里兼容性隐藏（若残留） */
@media (max-width:47.999rem){
  .mobile-drawer-top .mobile-actions{ display:none !important; }
}

