.testimonial {
    background: var(--bg-alt);
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
    padding: var(--space-lg) var(--gutter);
    border-radius: 3px;
}

.testimonial__quote {
    margin-bottom: var(--space-sm);
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.6;
    color: var(--text);
}

.testimonial__cite {
    font-size: 0.9rem;
}

.testimonial__author {
    color: var(--text);
    font-weight: 500;
}

.testimonial__author::after {
    content: " · ";
    color: var(--text-muted);
}

.testimonial__role {
    color: var(--text-muted);
}
