.c-postList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.25em;
}

.c-postList .c-postItem__title {
    font-size: var(--size-large);
}

.c-postList .c-postItem__post {
    flex-direction: column;
    border: 1px solid var(--darker-100);
    border-radius: var(--radius-l);
    background-color: var(--white);
}

.c-postList .c-postItem__imageContainer {
    border-radius: 0;
}

@media screen and (min-width: 720px) {
    .c-postList {
        margin-top: 0;
    }

    .c-postList .c-postItem__title {
        font-size: var(--size-medium);
    }

    .c-postList--summary .c-postItem__container.l-col--4:first-child {
        translate: 0 2.5em;
    }

    .c-postList--summary .c-postItem__container.l-col--4:last-child {
        translate: 0 5em;
    }
}

.c-postList__title {
    position: absolute;
    left: -999em;
}

.c-postList--main {
    margin-top: -1.5em;
}

.c-postList__moreBlogs {
    display: inline-block;
    float: right;
}

@media screen and (min-width: 460px) and (max-width: 719px) {
    .c-postList--list .c-postItem__container {
        width: 50%;
    }
}

.c-tagCategories__category {
    display: block;
    font-size: var(--size-small);
    text-transform: uppercase;
}

/**
 * Knowledge base
 */

.c-postList--knowledgeBase {
    margin-top: -1.5em;
    margin-bottom: -20px;
}

.c-postKnowledgeOverview .c-postList__moreBlogs {
    float: none;
}

@media screen and (min-width: 720px) {
    .c-postKnowledgeOverview {
        position: relative;
        margin-top: -0.5em;
        margin-bottom: -1.5em;
    }

    .c-postKnowledgeOverview .c-postList__moreBlogs {
        position: absolute;
        top: var(--size-h-large);
        right: 10px;
        transform: translateY(-50%);
    }
}

.at-sectionTitle + .Article [id^="weblog-post-list-"] {
    scroll-margin-top: 250px;
}
