/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* =========================================================================
   Phase 3.0.2 (2026-05-20) — Testimonials page styling
   Page ID 859 (/testimonials/). Avada's default blockquote styling
   renders white containers on this site's dark theme (body bg #081013),
   making blockquote text invisible. These rules override the blockquote
   styling for the testimonials page only.
   ========================================================================= */

.page-id-859 .post-content blockquote,
.page-id-859 .fusion-text blockquote {
    background: rgba(255, 255, 255, 0.04);
    border-left: 4px solid #c9c9c9;
    padding: 24px 28px;
    margin: 0 0 28px 0;
    color: #ffffff;
    border-radius: 4px;
    quotes: none;
}

.page-id-859 .post-content blockquote::before,
.page-id-859 .post-content blockquote::after,
.page-id-859 .fusion-text blockquote::before,
.page-id-859 .fusion-text blockquote::after {
    content: none;
}

.page-id-859 .post-content blockquote p,
.page-id-859 .fusion-text blockquote p {
    color: #ffffff;
    font-size: 1.05em;
    line-height: 1.6;
    margin-bottom: 14px;
}

.page-id-859 .post-content blockquote p:last-child,
.page-id-859 .fusion-text blockquote p:last-child {
    margin-bottom: 0;
}

.page-id-859 .post-content blockquote cite,
.page-id-859 .fusion-text blockquote cite {
    color: #c9c9c9;
    font-style: normal;
    font-size: 0.95em;
    font-weight: 500;
}

.page-id-859 .testimonials-intro {
    margin-bottom: 40px;
}

.page-id-859 .testimonials-intro p {
    font-size: 1.1em;
    line-height: 1.6;
}

.page-id-859 .testimonials-cta {
    margin-top: 50px;
    text-align: center;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 4px;
}