/**
 * Spacing between small-card post lists and their pagination.
 * The adjacent-sibling selector keeps comment and in-post pagination intact.
 */
.post-cards--small + .pagination {
    margin-top: 24px;
}

@media (max-width: 575px) {
    .post-cards--small + .pagination {
        margin-top: 18px;
    }
}
