.postListPost__content {
    container-type: inline-size;
    container-name: postListPost__content;
}

@container (max-width: 400px) {
    .postListPost__title {
        overflow-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
