/* v13: allow real horizontal swipes on phones and horizontal trackpad swipes on desktop. */
.ccc-set-overview-slider,
.ccc-set-overview-slider-track,
.ccc-set-overview-slide{
  touch-action: pan-x pan-y !important;
}
.ccc-set-overview-slider .ccc-set-overview-section,
.ccc-set-overview-slider .ccc-set-overview-pillrow,
.ccc-set-overview-slider .ccc-set-overview-pill{
  touch-action: pan-x pan-y !important;
}
.ccc-set-overview-slider-track{
  scroll-snap-type: x mandatory !important;
}
.ccc-set-overview-slide{
  scroll-snap-stop: always !important;
}
