@media (max-width:1024px){
  .header nav.site-nav, #mobileMenuBtn, #mobileDrawer{display:none !important}
  .header .center>div.flex{justify-content:space-between !important; gap:8px !important}
}
@media (max-width:1024px){
  #i18n-toggle.i18n-toggle{
    position:fixed !important; bottom:14px !important; right:12px !important; top:auto !important; left:auto !important;
    z-index:95 !important; display:inline-flex; flex-direction:row !important; align-items:center !important; gap:6px !important;
    height:auto !important; padding:6px 8px; background:#fff; border:1px solid #e5e7eb; border-radius:10px; white-space:nowrap; transform:none !important;
  }
  #i18n-toggle.i18n-toggle button{ display:inline-block; padding:6px 10px; font-size:12px; line-height:1; height:auto }
}

.card_with_options__list a[href*="/files/audits/"]{ display:none !important }
.card_with_options__list button{ display:none !important }
