.pending-card.htmx-swapping {
  opacity: 0;
  transform: translateX(120%);
  transition: opacity 200ms ease-out, transform 200ms ease-out;
}
