/* WAF Morning Briefing — Frontend Post Styles */

.waf-mb-meta {
    display: inline-block;
    background: #111418;
    color: #fff !important;
    font-size: 0.82em;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 5px 14px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
}

.waf-mb-opening {
    font-size: 1.1em;
    line-height: 1.8;
    border-left: 4px solid #EC321D;
    padding-left: 20px;
    margin-bottom: 32px;
    color: #111 !important;
}

.waf-mb-story {
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-left: 4px solid #EC321D;
    padding: 16px 20px;
    margin-bottom: 16px;
    line-height: 1.7;
    overflow: hidden;
}

.waf-mb-story > strong:first-child,
.waf-mb-story > p:first-child > strong:first-child,
.waf-mb-story > p:first-child strong {
    display: block;
    font-size: 0.78em;
    color: #EC321D !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.waf-mb-story p {
    color: #222 !important;
    margin-bottom: 8px;
}

.waf-mb-source-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.82em;
    color: #EC321D !important;
    text-decoration: none;
    border-bottom: 1px dotted #EC321D;
    font-weight: 600;
}

.waf-mb-source-link:hover { color: #c72415 !important; }

/* ── The WAF Take closing block ── */
.waf-mb-closing {
    background: #111418;
    border-left: 4px solid #EC321D;
    padding: 24px 28px;
    margin-top: 36px;
}

.waf-mb-closing h3 {
    color: #fff !important;
    margin-top: 0;
    font-size: 1em;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    margin-bottom: 12px;
}

.waf-mb-closing p {
    line-height: 1.8;
    color: #e8e8e8 !important;
    margin: 0;
}
