@media (hover: hover) and (pointer: fine) {
  :is(fh-product-reviews [data-track], fh-customer-reviews .fh-customer-reviews__track),
  :is(fh-product-reviews [data-track], fh-customer-reviews .fh-customer-reviews__track) * {
    cursor: grab;
  }
}

:is(fh-product-reviews [data-track], fh-customer-reviews .fh-customer-reviews__track) {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

:is(fh-product-reviews [data-track], fh-customer-reviews .fh-customer-reviews__track)[data-fh-dragging] {
  -webkit-user-select: none;
  user-select: none;
}

:is(fh-product-reviews [data-track], fh-customer-reviews .fh-customer-reviews__track)[data-fh-dragging],
:is(fh-product-reviews [data-track], fh-customer-reviews .fh-customer-reviews__track)[data-fh-dragging] * {
  cursor: grabbing;
}
