.c-postSuggestions {
    margin-top: -2.25em;
    content-visibility: auto;
}

.c-postSuggestions__title {
    margin-bottom: 2rem;
    font-size: var(--size-large);
}

.c-postSuggestions__post {
    border: none;
}

.c-postSuggestions .c-postItem__post {
    display: flex;
}

.c-postSuggestions .c-postItem__imageHolder {
    width: 90px;
    flex-shrink: 0;
}

@media screen and (min-width: 960px) {
    .c-postSuggestions__outer {
        width: 58.3334%;
        margin-left: 16.6667%;
    }

    .c-postSuggestions .c-postItem__imageHolder {
    width: 180px;
}
}

.c-postSuggestions .c-postItem__body {
    padding: 0 0 0 20px;
}

.c-postSuggestions .c-postItem__date {
    margin-bottom: 0;
}
