/* ============================================
   TESTIMONIALS - Avatar Images
   ============================================ */
.testimonial-header-with-image {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center 20%;
    /* Show face better */
    border: 3px solid var(--gold);
    box-shadow: 0 4px 12px rgba(203, 178, 106, 0.3);
    flex-shrink: 0;
    /* Prevent shrinking */
}

.google-stars-inline {
    color: var(--gold);
    font-size: 18px;
    letter-spacing: 2px;
}