.testimonial-card{background:#fff;border:1px solid var(--rjw-line);border-radius:var(--rjw-radius-lg);padding:1.75rem;display:flex;flex-direction:column;gap:1rem}
.testimonial-card__stars{display:inline-flex;gap:2px;color:var(--rjw-warn)}
.testimonial-card__stars svg{width:16px;height:16px;fill:currentColor;stroke:none}
.testimonial-card__quote{font-family:var(--font-display);font-size:1.1rem;line-height:1.5;color:var(--rjw-ink-soft);font-style:italic;margin:0;flex:1}
.testimonial-card__author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--rjw-line)}
.testimonial-card__avatar{width:38px;height:38px;background:var(--rjw-accent);color:#fff;border-radius:50%;display:grid;place-items:center;font-weight:600;font-size:.9rem;font-family:var(--font-body)}
.testimonial-card__meta{font-size:.9rem;line-height:1.3}
.testimonial-card__name{font-weight:600;color:var(--rjw-ink)}
.testimonial-card__source{color:var(--rjw-muted);font-size:.8rem}
