/* ===== DECK v48 — final tweak: slightly larger recent cards =====
   Recent result cards scaled up just enough to read comfortably while
   keeping clear of the main dealt card (deck, right) and the balance (left).
*/

section[class*="bg-[#0d1e2a]"] > div[class*="z-20"][class*="flex-row-reverse"] > * {
  transform: scale(0.92) !important;
  transform-origin: top right !important;
}
