/* Definitieve maat voor uitsluitend de decoratieve schud- en deelkaarten.
   Dit bestand wordt als laatste geladen zodat normale tafel- en handkaarten
   hun eigen, grotere maat behouden. */
body.game-active .table > .deal-animation-layer {
  --deal-card-w: clamp(32px, 3.8vw, 48px) !important;
  --deal-card-h: calc(var(--deal-card-w) * 1.42) !important;
}

body.game-active .table > .deal-animation-layer :is(.deal-card, .deal-mini-card),
body.game-active .table > .deal-animation-layer .deal-table-stack {
  width: var(--deal-card-w) !important;
  height: var(--deal-card-h) !important;
  min-width: var(--deal-card-w) !important;
  min-height: var(--deal-card-h) !important;
  max-width: var(--deal-card-w) !important;
  max-height: var(--deal-card-h) !important;
  aspect-ratio: auto !important;
}

body.game-active .table > .deal-animation-layer .deal-glow {
  width: min(108px, 25%) !important;
}

@media (max-width: 1150px) {
  body.game-active .table > .deal-animation-layer {
    --deal-card-w: clamp(25px, 7cqw, 36px) !important;
  }
}

@media (orientation: portrait) and (max-width: 700px) {
  body.game-active .table > .deal-animation-layer {
    --deal-card-w: clamp(30px, 9cqw, 36px) !important;
  }
}
