/* WAW Evening Briefing — Frontend Post Styles */

/* ── Force the entry-content wrapper to stay in bounds ───── */
.entry-content .waw-eb-meta,
.entry-content .waw-eb-opening,
.entry-content .waw-eb-story,
.entry-content .waw-eb-closing {
    max-width: 100%;
    box-sizing: border-box;
}

/* ── Meta badge ─────────────────────────────────────────── */
.waw-eb-meta {
    display: inline-block;
    background: #fc026e;
    color: #ffffff !important;
    font-size: 0.78em;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 5px 14px;
    border-radius: 3px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
}

/* ── Opening paragraph ───────────────────────────────────── */
.waw-eb-opening {
    font-size: 1.08em;
    line-height: 1.8;
    border-left: 4px solid #fc026e;
    padding-left: 18px;
    margin-bottom: 32px;
    color: #e0e0e0;
}

.waw-eb-opening p {
    color: #e0e0e0;
    margin-bottom: 0;
    text-transform: none !important;
    white-space: normal !important;
}

/* ── Story cards ─────────────────────────────────────────── */
.waw-eb-story {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-left: 4px solid #fc026e;
    border-radius: 4px;
    padding: 18px 22px;
    margin-bottom: 18px;
    line-height: 1.75;
    /* No overflow:hidden — it clips wrapping text */
    overflow-x: clip;
}

/* Story headline */
.waw-eb-story > strong:first-child,
.waw-eb-story > p:first-child > strong:first-child,
.waw-eb-story > p:first-child strong {
    display: block;
    font-size: 0.8em;
    color: #fc026e;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'Barlow', sans-serif;
}

/* Story body text */
.waw-eb-story p {
    color: #cccccc;
    margin-bottom: 0;
    font-size: 0.97em;
    text-transform: none !important;
    white-space: normal !important;
}

/* ── Source link ─────────────────────────────────────────── */
.waw-eb-source-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 0.8em;
    color: #fc026e;
    text-decoration: none;
    border-bottom: 1px dotted #fc026e;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
}

.waw-eb-source-link:hover {
    color: #e8006a;
    border-bottom-color: #e8006a;
}

/* ── Closing sign-off ────────────────────────────────────── */
.waw-eb-closing {
    background: #111;
    border: 1px solid #2a2a2a;
    border-left: 4px solid #fc026e;
    border-radius: 4px;
    padding: 24px 28px;
    margin-top: 36px;
}

.waw-eb-closing h3 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-family: 'Barlow', sans-serif;
}

.waw-eb-closing p {
    line-height: 1.8;
    color: #cccccc;
    margin: 0;
    font-size: 0.97em;
    text-transform: none !important;
    white-space: normal !important;
}
