.card-move-animation-card {
    z-index: 1360;
}

.card-move-animation-card.card,
.card-move-animation-card.cg-card-shell {
    cursor: default;
    pointer-events: none;
}

.card-move-animation-card .cg-card-face,
.card-move-animation-card .card {
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    .card-move-animation-card {
        display: none;
    }
}
