/* Mobil görünümde okunabilirliği artırır; masa ölçüleri ve masaüstü görünümü değişmez. */
@media (max-width: 820px) {
  .text-button { font-size: 10px; }
  .table > .message .message-kicker { font-size: 9px; }
  .table > .message strong { font-size: 11px; }
  .dealer-character > span { font-size: 8px; }
  .hand-head { font-size: 9px; }
  .table-copy b { font-size: 8px; }
  .table-copy small { font-size: 7px; }
  .bet-spot > header span,
  .spot-hand-head span { font-size: 9px; }
  .bet-spot > header b { font-size: 12px; }
  .bet-result { font-size: 7px; }
  .spot-hand-head .score { font-size: 11px; }
  .spot-cards .card-corner { font-size: 8px; }
  .spot-cards .pip-field { font-size: 9px; }
  .spot-cards .pips-1 i:nth-child(1) { font-size: 15px; }
  .spot-cards .split-label { font-size: 7px; }
  .spot-side span { font-size: 9px; }
  .spot-side small { font-size: 7px; }
  .spot-side b { font-size: 9px; }
  .spot-side em { font-size: 7px; }
  .balance-panel span { font-size: 7px; }
  .balance-panel strong { font-size: 12px; }
  .balance-panel > div:first-child strong { font-size: 15px; }
  .balance-panel button { font-size: 7px; }
  .repeat-bet,
  .all-in-bet,
  .quick-bet-actions .clear-bet { font-size: 8px; }
  .repeat-bet span,
  .all-in-bet span { font-size: 9px; }
  .bet-row .control-label { font-size: 8px; }
  .chip span { font-size: 12px; }
  .deal-button { font-size: 11px; }
  .deal-button i { font-size: 18px; }
  .game-action { font-size: 9px; }
}
