#ton-testimonials [data-animate],
#ton-testimonials [data-animate-parent] {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

#ton-testimonials .ton-testimonials-track {
  display: flex;
  align-items: stretch;
}

#ton-testimonials .ton-testimonials-slide {
  display: flex;
  height: auto;
  align-self: stretch;
}

#ton-testimonials .ton-testimonial-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

#ton-testimonials .ton-testimonial-card__quote-wrap {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

#ton-testimonials .ton-testimonial-card__quote-wrap > p {
  flex: 1 1 auto;
}

#ton-testimonials .ton-testimonial-card__footer {
  flex-shrink: 0;
  margin-top: auto;
}

#ton-testimonials .ton-testimonials-prev:not(:disabled),
#ton-testimonials .ton-testimonials-next:not(:disabled) {
  cursor: pointer;
  color: var(--color-high, #1a1a1a);
}
