/* Corrections after direct mobile reference comparison. */
@media screen and (max-width: 850px) {
  /* The mobile reference hides the raw Balance caption but keeps its value at 15px. */
  header #balance {
    font-size: 0 !important;
  }

  header #balance > .value {
    font-size: 15px !important;
    line-height: 32px !important;
  }

  header #balance > .value .currency {
    font-size: 11px !important;
  }

  /* Flight-time betting stays available, but its caption remains the normal BET label. */
  .bet.reference-next-ready .place-bet2 .current {
    display: block !important;
  }

  .bet.reference-next-ready .place-bet2 .next {
    display: none !important;
  }
}
