/* ============================================
   Testimonials / Google Reviews
   File separato per non interferire con modern.css
   ============================================ */

.testimonials {
    padding: 80px 0;
}

.testimonial-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 15px;
    text-align: center;
}

/* Foto profilo Google (tag <img>) */
img.testimonial-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    object-fit: cover;
    border: 3px solid #f36523;
    display: block;
    flex-shrink: 0;
}

/* Placeholder iniziale colorata (tag <div>) */
div.testimonial-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    flex-shrink: 0;
    border: none;
}

.testimonial-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.testimonial-info h4 {
    margin: 0 0 5px;
    font-size: 1rem;
    color: #333;
}

.testimonial-meta {
    font-size: 0.85rem;
    color: #666;
}

.testimonial-stars {
    color: #fbbc04;
}

.google-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: 8px;
}
