@charset "utf-8";

.article-link { color: rgb(0, 127, 255) !important; text-decoration: underline !important; }

.testimonial-card { width: 100%; border-radius: 4px; }

.testimonial-header { display: flex; align-items: center; gap: 16px; padding-block: 20px; border-bottom: 1px solid rgb(224, 224, 224); }

.testimonial-photo { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }

.testimonial-meta h3 { font-size: 20px; font-weight: 700; color: rgb(17, 17, 17); margin-bottom: 4px; }

.testimonial-meta .role { font-size: 14px; color: rgb(102, 102, 102); font-weight: 400; line-height: 1.5; margin: 0px; }

.testimonial-body { font-size: 18px; padding-top: 20px; }
