.rich-content {
    display: grid;
    gap: 14px;
}

.rich-content p,
.rich-content ul,
.rich-content ol,
.rich-content blockquote {
    margin: 0;
}

.rich-content img {
    border-radius: 8px;
    border: 1px solid var(--line);
    background: var(--soft);
}

.rich-content iframe,
.editor-surface iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    border-radius: 8px;
    background: #111;
}

.rich-content blockquote {
    border-left: 5px solid var(--brand);
    padding: 10px 0 10px 16px;
    color: var(--muted);
}

.pill a {
    color: inherit;
    text-decoration: underline;
}

.hero h1,
.page h1,
.channel-hero h1 {
    font-size: 40px;
    line-height: 1.12;
}

.hero {
    min-height: auto;
    padding-top: 36px;
    padding-bottom: 32px;
}

.hero > div {
    max-width: 860px;
}

.hero .lead {
    display: block;
    max-width: 760px;
}

.hero .lead.rich-content {
    font-size: 20px;
}

.hero .lead.rich-content p {
    margin: 0;
}

.section {
    padding-top: 26px;
    padding-bottom: 26px;
}

.section + .section {
    padding-top: 10px;
}

.copyright-section {
    padding-top: 4px;
}

.copyright-section .short-copyright {
    margin-top: 0;
}

.lead,
.channel-hero p {
    font-size: 20px;
}

.section h2,
.page h2 {
    font-size: 28px;
    line-height: 1.2;
}

.short-copyright {
    margin-top: 28px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 14px;
}

.card {
    gap: 8px;
    padding: 10px;
}

.card-main {
    gap: 7px;
}

.card img {
    height: 132px;
}

.card h3 {
    font-size: 18px;
    line-height: 1.25;
}

.card p {
    font-size: 14px;
    line-height: 1.45;
}

.card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.video-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

.cover {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--line);
    background: var(--soft);
}

@media (max-width: 760px) {
    .hero h1,
    .page h1,
    .channel-hero h1 {
        font-size: 34px;
    }

    .lead,
    .channel-hero p {
        font-size: 18px;
    }
}
