/**
 * Related Articles
 * Suggestion cards at the bottom of an article based on user interests or tags
 */

.related-articles {
    margin-top: var(--spacing-5);
    margin-bottom: var(--spacing-5);
}

.related-articles__heading {
    font-size: var(--font-size-sm);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-text-mid);
    margin-bottom: var(--spacing-3);
}

.comment h2.card-title {
    line-height: 1.3;
    font-size: 2em;
}

.comment .lede {
    line-height: 1.25;
    font-size: 1.4em;
}
