/* Editorial byline between content and CTA — subtle italic signoff */
.entry-content .hx-app .hx-byline-footer {
    margin: 2.5rem 0;
    padding: 1.25rem 0;
    border-top: 1px solid var(--hx-border, #E5E5E5);
    border-bottom: 1px solid var(--hx-border, #E5E5E5);
    text-align: left;
    /* full width — no max-width cap */
}
.entry-content .hx-app .hx-byline-footer .hx-byline-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--hx-text-muted, #6C757D);
    font-style: italic;
}
.entry-content .hx-app .hx-byline-footer .hx-byline-text [itemprop="name"] {
    font-weight: 600;
    color: var(--hx-text, #1A1A2E);
    font-style: normal;
}

/* Kill any leftover top-of-page byline if a stale partial is still cached anywhere */
.entry-content .hx-app .hx-page-header + .hx-byline:not(.hx-byline-footer),
.entry-content .hx-app .hx-byline:not(.hx-byline-footer) {
    display: none;
}
