.heftig-publication-dates {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem 1.15rem;
    margin: 0 0 2rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid var(--line, #d8d5ce);
    color: var(--muted, #66635f);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .025em;
}

.heftig-publication-dates time {
    color: var(--ink, #0f0f0f);
}

.heftig-author-profile {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 1.15rem;
    margin: 3.25rem 0 0;
    padding: 1.4rem;
    border-top: 3px solid var(--ink, #0f0f0f);
    border-bottom: 1px solid var(--line, #d8d5ce);
    background: rgba(15, 15, 15, .025);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

.heftig-author-mark {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--paper, #f4f2ed);
    background: var(--ink, #0f0f0f);
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: -.04em;
}

.heftig-author-kicker {
    margin: 0 0 .25rem !important;
    color: var(--red, #d61f2c);
    font-size: .72rem !important;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.article-body .heftig-author-profile h2 {
    margin: 0 0 .55rem;
    font-size: clamp(1.2rem, 3vw, 1.55rem);
    line-height: 1.05;
}

.article-body .heftig-author-profile p:not(.heftig-author-kicker) {
    margin: 0 0 .8rem;
    color: var(--muted, #66635f);
    font-size: .94rem;
    line-height: 1.55;
}

.heftig-author-profile a {
    color: var(--ink, #0f0f0f);
    font-size: .83rem;
    font-weight: 900;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
}

@media (max-width: 560px) {
    .heftig-author-profile {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: .85rem;
        padding: 1.1rem;
    }

    .heftig-author-mark {
        width: 46px;
        height: 46px;
        font-size: 1rem;
    }
}
