/* Remove ALL bouncy animations */

.py-swap-card:hover,
.py-swap-action:hover,
.button:hover,
.swap-item:hover,
#pramyard-send-swap:hover,
.py-swipe-nav button:hover {
    transform: none !important;
}

/* Keep other hover effects but no movement */
.py-swap-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15) !important;
}
