@media screen and (max-width: 850px) {
  header .content > .right:has(.exit),
  header .content > .right:has(.chat-icon) {
    margin: 0 !important;
    padding-left: 3px !important;
  }

  header .content > #balance {
    margin: 0 5px 0 0 !important;
  }

  #main > div:has(> .exact-canvas) {
    height: 48.46vw !important;
    max-height: 213px !important;
  }

  #main .cash-game.simple .buttons-col .bet-input.cash-out .input > div::after {
    left: calc(50% + 18px) !important;
  }
}
