.next-card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 15px; }
.next-platinum-card .next-card-actions a { margin-top: 0; }
.remove-current-game { padding: 0; color: #ffd0d8; border: 0; background: transparent; font: 700 12px Manrope, sans-serif; cursor: pointer; }
.remove-current-game:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.light-theme .remove-current-game { color: #a13c46; }
