@media (max-width:768px){.swipe-card{touch-action:pan-y;transition:transform .3s cubic-bezier(.22,1,.36,1),opacity .5s;position:relative}.swipe-card[swipe-dir=left]{opacity:0;transform:translate(-110%)}.swipe-card[swipe-dir=right]{opacity:0;transform:translate(110%)}.swipe-card[slide-enter]{transition:none}.swipe-card[slide-enter=from-left]{animation:.5s cubic-bezier(.25,1,.5,1) both slide-enter-from-left}.swipe-card[slide-enter=from-right]{animation:.5s cubic-bezier(.25,1,.5,1) both slide-enter-from-right}@keyframes slide-enter-from-left{0%{opacity:0;transform:translate(-110%)}to{opacity:1;transform:translate(0%)}}@keyframes slide-enter-from-right{0%{opacity:0;transform:translate(110%)}to{opacity:1;transform:translate(0%)}}}
