/**
 * Executive Summary callout on blog singles.
 * Enqueued only on singular posts (see functions.php / customizations).
 */

/* Mobile (default) */
.single-article-new .executive-summary {
    background: #f5f5f5;
    border-left: 5px solid #0047bb;
    padding: 20px;
    margin: 0 0 30px 0;
    text-align: left;
}

.single-article-new .cstm-width-container .executive-summary__title {
    font-family: 'MontserratBold';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin: 0 0 12px 0;
}

.single-article-new .executive-summary__body {
    margin: 0;
}

.single-article-new .executive-summary__body p {
    font-family: 'montserratlight';
    font-size: 14px;
    line-height: 25px;
    color: #000;
    margin: 0 0 12px 0;
}

.single-article-new .executive-summary__body p:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .single-article-new .executive-summary {
        padding: 24px 28px;
        margin: 0 0 40px 0;
    }

    .single-article-new .cstm-width-container .executive-summary__title {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 1200px) {
    .single-article-new .executive-summary {
        padding: 28px 32px;
        margin: 0 0 50px 0;
    }
}
