/** A pulled quote. */
.ecza-quote__figure { margin: 0; text-align: center; max-width: 46rem; margin-inline: auto; }

.ecza-quote__portrait {
  width: 72px; height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.5rem;
}

.ecza-quote__text {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.3rem, 0.9rem + 1.8vw, 2rem);
  line-height: 1.35;
}
/* Typographic quotes, drawn rather than typed, so the text stays selectable. */
.ecza-quote__text::before { content: "\201C"; }
.ecza-quote__text::after { content: "\201D"; }

.ecza-quote__attribution { margin-top: 1.5rem; font-size: 0.9375rem; }
.ecza-quote__attribution strong { display: block; }
.ecza-quote__attribution span { color: var(--ink-muted); }
.is-dark .ecza-quote__attribution span { color: rgba(248, 245, 239, 0.6); }
