.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:1.5rem;padding:2rem 0 4rem;display:grid;overflow-x:hidden}.testimonials-grid .testimonial-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;min-width:0;padding:1.5rem;box-shadow:0 4px 20px #00000014}.testimonials-grid .testimonial-card .photo-name{align-items:center;gap:1rem;min-width:0;margin-bottom:1rem;display:flex}.testimonials-grid .testimonial-card .photo-name .testimonial-photo{object-fit:cover;border:2px solid var(--secondary);border-radius:50%;width:56px;min-width:56px;height:56px}.testimonials-grid .testimonial-card .photo-name .testimonial-name{min-width:0;overflow:hidden}.testimonials-grid .testimonial-card .photo-name .testimonial-name strong,.testimonials-grid .testimonial-card .photo-name .testimonial-name{overflow-wrap:break-word;word-break:break-word;display:block}.testimonials-grid .testimonial-card .photo-name .testimonial-name .testimonial-address{color:#666;margin-top:.25rem;font-size:.9rem}.testimonials-grid .testimonial-card .testimonial-rating{margin-bottom:.5rem}.testimonials-grid .testimonial-card .testimonial-review{color:#555;overflow-wrap:break-word;word-break:break-word;font-style:italic;line-height:1.6}@media (max-width:768px){.testimonials-grid{gap:1rem;padding:1.5rem 0 3rem}.testimonials-grid .testimonial-card{padding:1.25rem}.testimonials-grid .testimonial-card .photo-name .testimonial-photo{width:48px;min-width:48px;height:48px}}
