@media (max-width: 640px) {
  html body header.topbar .mobile-nav-toggle {
    gap: 0 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
  }

  html body header.topbar .mobile-nav-toggle span {
    display: inline !important;
  }

  html body header.topbar .mobile-nav-toggle svg {
    display: none !important;
  }
}
