.postList__moreLinkWrapper:last-child {
    margin-bottom: 4rem;
}

.postList__moreLink {
    display: inline-block;
    margin-block-start: var(--marginMedium);
}

div.postList:has(+ .postList__moreLinkWrapper),
ol.postList:has(+ .postList__moreLinkWrapper) {
    margin-bottom: 2rem;
}
