.testimonial-box {
background-color: var(--surface-alt);
border: 1px solid var(--border);
border-radius: 0.375rem;
padding: 1.25rem 1.5rem;
margin: 1.5rem auto 2rem auto;
max-width: 52rem;
}

.testimonial-text {
margin: 0;
font-size: 0.95rem;
line-height: 1.6;
color: var(--text);
}

.testimonial-author {
margin-top: 0.75rem;
text-align: right;
font-size: 0.875rem;
font-weight: 600;
color: var(--text-muted);
}
