.gr-voices-viewport {
  max-width: 1050px;
  margin: auto;
  overflow: hidden;
  padding: 2px 0 8px;
}

.gr-voices-grid.testimonials-track {
  width: 100%;
  display: flex;
  gap: 12px;
  max-width: none;
  margin: 0;
  transform: translate3d(0, 0, 0);
  transition: transform .7s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.testimonials-track .gr-voice {
  flex: 0 0 calc((100% - 24px) / 3);
  min-height: 208px;
  box-sizing: border-box;
}

.testimonial-rating {
  margin-bottom: 18px;
  color: #f56b1f;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1;
}

@media (max-width: 850px) {
  .gr-voices-viewport { margin-inline: -2px; }
  .testimonials-track .gr-voice { flex-basis: calc((100% - 12px) / 2); }
}

@media (max-width: 560px) {
  .testimonials-track .gr-voice { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .gr-voices-grid.testimonials-track {
    transition: none;
  }
}
