[data-aleisha-swipe-ready] {
  cursor: grab;
  -webkit-user-drag: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y pinch-zoom;
}

[data-aleisha-swipe-ready] :is(a, button, img, video) {
  -webkit-user-drag: none;
}

[data-aleisha-swipe-ready].is-pointer-dragging {
  cursor: grabbing;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
  user-select: none;
}

[data-aleisha-swipe-ready].is-pointer-dragging * {
  cursor: grabbing !important;
  user-select: none;
}

@media (hover: none), (pointer: coarse) {
  [data-aleisha-swipe-ready] {
    cursor: auto;
  }
}
