/**
 * Pull Quote Layout Styles
 * Decorative quote with attribution
 */

.ga26-pull-quote {
    width: 100%;
    padding: 10%;
}

/* Dynamic background colors - DARK values */
.ga26-flexible-content[data-menu-color="blue"] .ga26-pull-quote {
    background-color: #0060af;
}

.ga26-flexible-content[data-menu-color="purple"] .ga26-pull-quote {
    background-color: #5c2e91;
}

.ga26-flexible-content[data-menu-color="red"] .ga26-pull-quote {
    background-color: #a92b31;
}

.ga26-flexible-content[data-menu-color="yellow"] .ga26-pull-quote {
    background-color: #dd5828;
}

.ga26-flexible-content[data-menu-color="green"] .ga26-pull-quote {
    background-color: #006b6b;
}

.ga26-flexible-content[data-menu-color="black"] .ga26-pull-quote {
    background-color: #000;
}

.ga26-pull-quote__inner {
    max-width: 1010px;
    margin: 0 auto;
    position: relative;
    padding-left: 60px;
}

/* Quote mark image */
.ga26-pull-quote__quote-mark {
    position: absolute;
    top: -25px;
    left: -35px;
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

/* Dynamic quote mark images by color family */
.ga26-flexible-content[data-menu-color="blue"] .ga26-pull-quote__quote-mark {
    background-image: url('https://dev-ga-yusa.pantheonsite.io/wp-content/uploads/2025/11/2026GA_Quote-Pattern-120x120_Blue.png');
}

.ga26-flexible-content[data-menu-color="purple"] .ga26-pull-quote__quote-mark {
    background-image: url('https://dev-ga-yusa.pantheonsite.io/wp-content/uploads/2025/11/2026GA_Quote-Pattern-120x120_Purple.png');
}

.ga26-flexible-content[data-menu-color="red"] .ga26-pull-quote__quote-mark {
    background-image: url('https://dev-ga-yusa.pantheonsite.io/wp-content/uploads/2025/11/2026GA_Quote-Pattern-120x120_Red.png');
}

.ga26-flexible-content[data-menu-color="yellow"] .ga26-pull-quote__quote-mark {
    background-image: url('https://dev-ga-yusa.pantheonsite.io/wp-content/uploads/2025/11/2026GA_Quote-Pattern-120x120_Orange.png');
}

.ga26-flexible-content[data-menu-color="green"] .ga26-pull-quote__quote-mark {
    background-image: url('https://dev-ga-yusa.pantheonsite.io/wp-content/uploads/2025/11/2026GA_Quote-Pattern-120x120_Green.png');
}

.ga26-flexible-content[data-menu-color="black"] .ga26-pull-quote__quote-mark {
    background-image: url('https://dev-ga-yusa.pantheonsite.io/wp-content/uploads/2025/11/2026GA_Quote-Pattern-120x120_Blue.png'); /* Default to blue or create a black version */
}

.ga26-pull-quote__quote {
    font-family: 'Cachet Pro', sans-serif;
    font-size: 36px;
    font-weight: 200;
    line-height: 1.2em;
    margin: 0 0 30px 0;
    text-align: left;
    max-width: 1010px;
    margin-left: auto;
    margin-right: auto;
    quotes: '"' '"';
    letter-spacing: -1px;
    color: #fff;
}

/* Dynamic quote text colors - DARK values */
/* .ga26-flexible-content[data-menu-color="blue"] .ga26-pull-quote__quote {
    color: #0060af;
}

.ga26-flexible-content[data-menu-color="purple"] .ga26-pull-quote__quote {
    color: #5c2e91;
}

.ga26-flexible-content[data-menu-color="red"] .ga26-pull-quote__quote {
    color: #a92b31;
}

.ga26-flexible-content[data-menu-color="yellow"] .ga26-pull-quote__quote {
    color: #dd5828;
}

.ga26-flexible-content[data-menu-color="green"] .ga26-pull-quote__quote {
    color: #006b6b;
}

.ga26-flexible-content[data-menu-color="black"] .ga26-pull-quote__quote {
    color: #000;
} */

.ga26-pull-quote__attribution {
    position: relative;
    z-index: 1;
    padding-left: 50px;
}

.ga26-pull-quote__name {
    font-family: 'Cachet Pro', sans-serif;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
    letter-spacing: -1px;
}

.ga26-pull-quote__em-dash {
    position: absolute;
    left: -45px;
}

.ga26-pull-quote__title-location {
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    font-style: italic;
}

blockquote {
    border: none;
    padding-left: 50px;
}

/* Dynamic attribution colors - LIGHT values */
.ga26-flexible-content[data-menu-color="blue"] .ga26-pull-quote__title-location {
    color: #00aeef;
}

.ga26-flexible-content[data-menu-color="purple"] .ga26-pull-quote__title-location {
    color: #c6168d;
}

.ga26-flexible-content[data-menu-color="red"] .ga26-pull-quote__title-location {
    color: #f15922;
}

.ga26-flexible-content[data-menu-color="yellow"] .ga26-pull-quote__title-location {
    color: #fcaf17;
}

.ga26-flexible-content[data-menu-color="green"] .ga26-pull-quote__title-location {
    color: #20bdbe;
}

.ga26-flexible-content[data-menu-color="black"] .ga26-pull-quote__title-location {
    color: #636466;
}

/* Dynamic attribution colors - LIGHT values */
.ga26-flexible-content[data-menu-color="blue"] .ga26-pull-quote__name {
    color: #00aeef;
}

.ga26-flexible-content[data-menu-color="purple"] .ga26-pull-quote__name {
    color: #c6168d;
}

.ga26-flexible-content[data-menu-color="red"] .ga26-pull-quote__name {
    color: #f15922;
}

.ga26-flexible-content[data-menu-color="yellow"] .ga26-pull-quote__name {
    color: #fcaf17;
}

.ga26-flexible-content[data-menu-color="green"] .ga26-pull-quote__name {
    color: #20bdbe;
}

.ga26-flexible-content[data-menu-color="black"] .ga26-pull-quote__name {
    color: #d0d0d0;
}

/* Responsive */
@media (max-width: 768px) {
    .ga26-pull-quote {
        padding: 50px 5%;
    }
    
    .ga26-pull-quote__inner {
        padding-left: 40px;
    }
    
    .ga26-pull-quote__quote-mark {
        width: 50px;
        height: 50px;
        top: -13px;
        left: -8px;
    }
    
    .ga26-pull-quote__quote {
        font-size: 20px;
    }

    .ga26-pull-quote__name {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .ga26-pull-quote__title-location {
        font-size: 16px;
    }

    blockquote {
        padding-left: 15px;
    }

    .ga26-pull-quote__attribution {
        padding-left: 15px;
    }

    .ga26-pull-quote__em-dash {
        left: -28px;
    }
}