.postList__header {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gutterSmall) var(--gutter);
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--marginSmall);
}

.postList__header > * {
    margin: 0;
}

/** Change for the homepage */
.postListHomepage .postList__header > * {
    color: var(--baseLight100);
}
