/* 
 * Laurene Testimonial Typography System
 * Applies to standard Elementor testimonial widgets and generic Kadence/Gutenberg testimonials 
 */

/* Quote Text */
.elementor-testimonial-wrapper .elementor-testimonial-content,
.kt-testimonial-content,
.wp-block-kadence-testimonial .kt-testimonial-text {
    font-family: "Cormorant Garamond", serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
    color: #2B2B2B !important;
    font-size: 24px !important;
    line-height: 1.4 !important;
}

@media (min-width: 768px) {
    .elementor-testimonial-wrapper .elementor-testimonial-content,
    .kt-testimonial-content,
    .wp-block-kadence-testimonial .kt-testimonial-text {
        font-size: 28px !important;
    }
}

/* Customer Name */
.elementor-testimonial-wrapper .elementor-testimonial-name,
.kt-testimonial-name,
.wp-block-kadence-testimonial .kt-testimonial-title {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    font-size: 12px !important;
    color: #6E6A63 !important;
    text-transform: uppercase !important;
}

@media (min-width: 768px) {
    .elementor-testimonial-wrapper .elementor-testimonial-name,
    .kt-testimonial-name,
    .wp-block-kadence-testimonial .kt-testimonial-title {
        font-size: 13px !important;
    }
}

/* Customer Title/Details (optional, keeping it matching) */
.elementor-testimonial-wrapper .elementor-testimonial-job,
.kt-testimonial-occupation,
.wp-block-kadence-testimonial .kt-testimonial-occupation {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #6E6A63 !important;
}