.site-testimonials {
  width: 100%;
  max-width: 32rem;
  margin: 2rem auto 0;
  padding: 0 1rem;
  text-align: center;
}

.site-testimonials[hidden] {
  display: none;
}

.testimonial-quote {
  margin: 0 0 1.25rem;
  padding: 0;
  border: none;
  font-family: var(--header, Georgia, serif);
  font-size: clamp(0.82rem, 1.05vw, 0.95rem);
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: var(--fg);
  opacity: 0.55;
  font-style: italic;
  text-transform: lowercase;
}

.testimonial-quote p {
  margin: 0;
}

.testimonial-attribution {
  margin-top: 0.65rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  opacity: 0.75;
  font-style: normal;
}

.testimonial-submit-cta {
  margin: 0.5rem 0 0;
  font-family: var(--header, Georgia, serif);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  opacity: 0.45;
  text-transform: lowercase;
}
