.testimonial-viewport {
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

.testimonial-viewport:active {
  cursor: grabbing;
}

.testimonial-track {
  display: flex;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.testimonial-slide {
  width: 100%;
  flex: 0 0 100%;
}

.testimonial-slide blockquote {
  min-height: 3.7em;
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-track {
    transition: none;
  }
}
