

.testimonials-page__hero img {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  object-fit: cover;
}

.testimonials-page__intro {
  margin-bottom: 1.5rem;
}

.testimonials-page p{
    color: #000;
}

.testimonials-page__media {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.testimonials-page__video {
  flex: 1 1 680px; 
  min-width: 280px;
  display: flex;
  justify-content: center; 
  align-items: center;
}

.testimonials-page__video iframe {
  width: 100%;
  max-width: 720px; 
  aspect-ratio: 16/9;
  height: auto;
  border: 0;
}

.testimonials-page__callout {
  flex: 0 1 320px;
  min-width: 240px;
  padding: 1rem 1.25rem;
}

.testimonials-page__list {
  margin-top: 1rem;
}

.testimonials-entry {
  padding: 1.4rem 0;
  border-top: 1px solid #ddd;
}

.testimonials-entry:first-of-type {
  border-top: none; 
  padding-top: 0.6rem;
}

.testimonials-entry__label {
  color: #777;
  margin-bottom: 0.25rem;
  letter-spacing: 0.02em;
}

.testimonials-entry h2 {
  margin: 0 0 0.6rem 0;
  line-height: 1.12;
  /* Do not set font-size here - global typography controls that */
}

.testimonials-entry p {
  margin: 0 0 0.9rem 0;
}

.testimonials-entry__signature {
  margin-top: 0.6rem;
  border-top: none;
}

/* featured entries get a slightly stronger divider */
.testimonials-entry--featured {
  background: transparent;
}

/* Responsive tweaks */
@media (max-width: 880px) {
  .testimonials-page__media {
    flex-direction: column;
  }

  .testimonials-page__callout {
    border-left: none;
    border-top: 1px solid #eaeaea;
    padding-top: 1rem;
  }

  .testimonials-page__video iframe {
    height: 280px;
  }
}
