/* Approved minimal card-face package v8. Rank and suit remain authoritative runtime state. */
.card.v8-card-face {
  background-color: #f2e6cc;
  background-image: var(--holdem-card-face);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  image-rendering: pixelated;
}
