/*

  BASIC CARDS (Common & Uncommon)
  Regular non-foil printed cards with authentic clean finish.
  No rainbow foil bleaching - crystal-clear original Pokemon artwork.

*/

.card[data-rarity="common"] .card__shine,
.card[data-rarity="uncommon"] .card__shine,
.card[data-rarity="common"] .card__glitter,
.card[data-rarity="uncommon"] .card__glitter,
.card[data-rarity="common"] .card__glare2,
.card[data-rarity="uncommon"] .card__glare2 {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}

.card[data-rarity="common"] .card__glare,
.card[data-rarity="uncommon"] .card__glare {
  background-image: radial-gradient(
    farthest-corner circle at var(--pointer-x) var(--pointer-y),
    hsla(0, 0%, 100%, 0.45) 8%,
    hsla(0, 0%, 100%, 0.15) 30%,
    transparent 70%
  );
  mix-blend-mode: soft-light;
  opacity: var(--card-opacity);
}
