.--columns .postListIntro__posts {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 1rem;
}

.--columns .postListIntro__post {
    flex: 0 0 30%;
    padding: 1.5rem;
    white-space: normal;
    background-color: var(--baseLight100);
}

.--columns .postListIntro__title {
    order: unset;
    font-size: var(--h3Size);
    color: var(--primary700);
}

.--columns .postListIntro__introduction {
    white-space: normal;
}

.--columns .postListIntro__showMoreLinkWrapper {
    justify-content: flex-start;
}

.--columns .postListIntro__showMoreLink {
    color: var(--primary500);
}
