.testimonials-section .testimonial-card {
    position: relative;
    background-color: #f8f5f2;
    border: 1px solid #efeae5;
    padding-right: 2.75rem;
}

.testimonials-section .testimonial-quote {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.75rem;
    line-height: 1;
    color: var(--primary-gold);
    opacity: 0.55;
    pointer-events: none;
}

.testimonials-section .testimonial-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.testimonials-section .testimonial-initials {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8ddd3;
    color: #6b5344;
    font-weight: 700;
    font-size: 0.85rem;
}

.testimonials-section .testimonial-stars {
    color: var(--primary-gold);
    font-size: 0.9rem;
}
