.prose {
    max-width: var(--container-narrow);
    margin-inline: auto;
    line-height: 1.75;
}

.prose h2 {
    font-family: var(--font-display);
    color: var(--color-ink);
    font-size: 1.375rem;
    margin-top: var(--space-4);
    margin-bottom: var(--space-2);
}

.prose h2:first-child {
    margin-top: 0;
}

.prose p {
    color: var(--color-text);
    margin-bottom: var(--space-2);
}

.prose ul {
    list-style: disc;
    padding-left: 1.25em;
    margin-bottom: var(--space-2);
    display: flex;
    flex-direction: column;
    gap: 0.4em;
}

.prose__updated {
    color: var(--color-text-muted);
    font-size: var(--text-sm);
    margin-bottom: var(--space-4);
}
