/* Article-only corrections. Every selector is scoped to .editorial-post. */
.editorial-post .article-header-editorial {
    padding: clamp(4.8rem, 6vw, 7rem) 0 clamp(4rem, 5vw, 6rem);
}

.editorial-post .article-header-layout {
    width: 100%;
    max-width: 1120px;
    margin-inline: auto;
    padding-inline: clamp(20px, 5vw, 48px);
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: clamp(4rem, 6vw, 7rem);
}

.editorial-post .article-heading h1 {
    max-width: 15ch;
    margin-top: 1.4rem;
    font-family: var(--sans, "Manrope", sans-serif) !important;
    font-size: clamp(4.2rem, 4.8vw, 6.4rem);
    font-weight: 400 !important;
    line-height: 1.04;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.editorial-post .article-intro {
    max-width: 48rem;
}

.editorial-post .article-rail {
    display: none;
}

.editorial-post .article-reading-shell {
    width: 100%;
    max-width: 1120px;
    margin-inline: auto;
    padding-inline: clamp(20px, 5vw, 48px);
    box-sizing: border-box;
}

.editorial-post .wrap-reading,
.editorial-post .article-body.wrap-reading {
    width: 100%;
    max-width: 780px;
    margin-inline: auto;
    box-sizing: border-box;
}

.editorial-post .article-body.gh-content strong,
.editorial-post .article-body.gh-content b {
    font-weight: 500 !important;
    text-decoration: none !important;
}

@media (max-width: 900px) {
    .editorial-post .article-header-layout {
        grid-template-columns: 1fr;
        gap: 2.8rem;
    }

    .editorial-post .article-heading h1 {
        max-width: 16ch;
    }

    .editorial-post .article-intro {
        max-width: 65ch;
    }
}

@media (max-width: 600px) {
    .editorial-post .article-header-editorial {
        padding: 4rem 0 4.5rem;
    }

    .editorial-post .article-header-layout,
    .editorial-post .article-reading-shell {
        padding-inline: 20px;
    }

    .editorial-post .article-heading h1 {
        max-width: none;
        font-size: clamp(3.8rem, 11vw, 5.2rem);
        line-height: 1.06;
    }
}
