.--content .postListPost {
    flex-wrap: wrap;
    gap: var(--marginMedium);
}

.postList.--content .postListPost__intro {
    max-width: none;
    margin: 0;
    -webkit-line-clamp: unset;
}

.--content .postListPost__title {
    font-size: var(--h3Size);
}

.--content .postListPost__text {
    flex: 1 1 100%;
    text-align: left;
}

.--content .postListPost__imageWrapper {
    flex: 0 0 50%;
}

.--content .postListPost__image {
    aspect-ratio: 16/9;
}
