/* Structural enhancements; colors and typography continue to come from the theme. */
.twd-testimonials .testimonial-carousel-track {
  align-items: flex-start;
}

.twd-testimonials .testimonial-card {
  align-self: start;
}

.twd-testimonials .twd-testimonial-quote.is-collapsed {
  box-sizing: border-box;
  max-height: var(--twd-testimonial-preview-height);
  overflow: hidden;
  overflow: clip;
  mask-image: linear-gradient(to bottom, #000 calc(100% - 1.25em), transparent);
}

.twd-testimonials .twd-testimonial-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0.25rem 0 0.5rem;
  padding: 0.5rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 600;
  line-height: 1.4;
  text-align: start;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
}

.twd-testimonials .twd-testimonial-toggle[hidden] {
  display: none;
}

.twd-testimonials .twd-testimonial-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

@media print {
  .twd-testimonials .twd-testimonial-quote.is-collapsed {
    max-height: none;
    overflow: visible;
    mask-image: none;
  }

  .twd-testimonials .twd-testimonial-toggle {
    display: none;
  }
}
