.article {
    margin-bottom: var(--articleMarginBottom);
}

.fullwidth .article + .article {
    margin-bottom: 0;
}

.article--snippet .article__title {
    text-align: center;
}
