/* Structural CSS for Elegant Testimonials */
.elegant-testimonials-wrapper-dd26cd6f {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: start;
}

@media (min-width: 768px) {
    .elegant-testimonials-wrapper-dd26cd6f {
        grid-template-columns: repeat(2, 1fr);
        gap: 80px 100px;
    }
    
    /* Staggered offset for even items */
    .elegant-testimonials-wrapper-dd26cd6f.is-staggered .testimonial-item-dd26cd6f:nth-child(even) {
        margin-top: 120px;
    }
}

.testimonial-item-dd26cd6f {
    display: flex;
    flex-direction: column;
}

.testimonial-quote-dd26cd6f {
    line-height: 2.2;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.testimonial-author-dd26cd6f {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}
