@media screen and (max-width: 850px) {
  header .logo {
    display: block !important;
    width: 60px !important;
    height: 23px !important;
    margin: 5px 0 0 6px !important;
    background: url('/reference/JetXStg3/Content/ImagesLight/logo.png') center/contain no-repeat !important;
  }
  header .menu-icon, header .right:has(.menu-icon),
  header #redirect-to-history, header .redirect-to-history-parent { display: none !important; width: 0 !important; margin: 0 !important; padding: 0 !important; }
  header #balance {
    display: flex !important;
    width: 145px !important;
    height: 32px !important;
    max-width: 145px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 0 6px !important;
    overflow: hidden !important;
    font-size: 0 !important;
    white-space: nowrap !important;
  }
  header #balance svg { position: static !important; display: block !important; width: 22px !important; height: 22px !important; margin: 0 !important; flex: 0 0 22px !important; }
  header #balance .value { position: static !important; display: inline !important; margin: 0 !important; color: #fde053 !important; font: 14px/32px var(--font-family-medium) !important; }
  header #balance .value .currency { margin-left: 3px !important; font-size: 11px !important; }
}
