/* =========================================================
   Strategic Insights
   ========================================================= */

/* =========================================================
   STRATEGIC INSIGHTS
   Shared styling for Insight pages
   ========================================================= */

/* Insight page */

.insight-page {
    padding-top: 5em;
}

.insight-header {
    margin-bottom: 3em;
}

.insight-header .eyebrow {
    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.75em;
    color: #6f7d8c;
}

.insight-header h1 {
    margin-bottom: 1em;
}

.insight-header > p:last-child {
    color: #7e8895;
    font-size: 1.05em;
    line-height: 1.7;
    max-width: 100%;
}

/* Article body */


.insight-content {
    max-width: 60em;
}

.insight-content h2 {
    margin-top: 2.5em;
}

.insight-content p {
    margin-bottom: 1.5em;
}