/* =============================================================================
   TESTIMONIALS SECTION
   Used on: Homepage, Shop, Product, Product Category pages
   (Google Reviews widget via Trustindex shortcode)
   ============================================================================= */

.testimonials-section {
    box-sizing: border-box;
    width: 100%;
    max-width: 60rem;
    margin: 2.5rem auto;
    padding: 2rem 1rem;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 1.5rem 3rem -2rem rgba(15, 23, 42, 0.35);
    text-align: center;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.testimonials-section h2 {
    margin: 0 0 1.5rem;
    font-size: 1.75rem;
    color: #1f2937;
}

/* Tablet */
@media (min-width: 768px) {
    .testimonials-section {
        margin: 3.5rem auto;
        padding: 2.5rem 2rem;
    }

    .testimonials-section h2 {
        margin-bottom: 2rem;
        font-size: 2.1rem;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .testimonials-section {
        margin: 4rem auto;
        padding: 3rem 2.5rem;
    }

    .testimonials-section h2 {
        font-size: 2.25rem;
    }
}
