.Article--postListIntroCompact .Article__content {
    padding-bottom: var(--articleMarginBottomSmall);
    border-bottom: 1px solid var(--border-color-light);
}

.postListIntro--compact .postListIntro__sectionTitleWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: var(--innerPaddingX);
}

.postListIntro--compact .postListIntro__listTitle {
    margin-bottom: 0;
}

.postListIntro--compact .postListIntro__posts {
    display: grid;
    grid-gap: var(--gridGutter);
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.postListIntro--compact .postListIntro__post {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.postListIntro--compact .postListIntro__titleWrapper {
    flex-grow: 1;
}

.postListIntro--compact .postListIntro__introduction {
    margin-bottom: .5rem;
}

.postListIntro--compact .postListIntro__metaWrapper {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .Article--postListIntroCompact .Article__content {
        padding-bottom: var(--articleMarginBottom);
    }
}
