.testimonial-section {
  --local-font-family: "Montserrat", sans-serif;
}

.ts-flavor-text {
  color: #6a6f76;
  text-align: center;

  font-family: var(--local-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.testimonial-carousel-track {
  display: flex;
  overflow-x: scroll;
  gap: 24px;
  padding: 10px 0;
}

.testimonial-card-extended {
  min-width: 80%;
  max-width: 601px;
  max-height: 616px;
}

.testimonial-card-extended .as-video-embed {
  object-fit: cover;
  object-position: 50% 15%;
}

.ts-controls {
  display: flex;
  justify-content: center;
  padding-top: 24px;
  gap: 16px;
}

.ts-controls button {
  appearance: none;
  background-color: transparent;
  border: none;
  opacity: 100%;

  transition: all ease-in 200ms;
}

.ts-controls button.can-navigate {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
  cursor: pointer;
  transition: all 150ms ease-in;
}

.ts-controls button.can-navigate:hover {
  opacity: 80%;
  transform: scale(0.95);
}

.ts-controls button.can-navigate:active {
  transform: scale(0.7);
}

@media screen and (min-width: 767px) {
  .testimonial-card-extended {
    min-width: 600px;
  }
}

@media screen and (min-width: 1024px) {
}
