/* cards-pc v2: slot card badges on PC - match radii only (no overflow:hidden: it collapses flex min-width and squeezes cards) */
@media (min-width: 993px) {
  html body .new-games .game-item { overflow: visible !important; }
  html body .new-games .game-item img { border-radius: 14px !important; }
  html body .new-games .game-item .mx-badge { border-top-right-radius: 14px !important; -webkit-clip-path: inset(0 round 0 14px 0 5px) !important; clip-path: inset(0 round 0 14px 0 5px) !important; }
  html body .new-games .game-item .gift-badge { border-top-left-radius: 14px !important; }
}
