:not(.blogPost) .postMetaInfo__reactionCount {
    justify-self: flex-end;
    font-size: var(--labelSize);
}

:is(.--imageGrid, .--highlight, .--cards) .postListPost__meta .postMetaInfo__reactionCount,
:is(.--defaultBlog) .postListPost__titleWrapper .postMetaInfo__reactionCount {
    display: none;
}

@media (min-width: 512px) {
    .blogPost .postMetaInfo:has(.postMetaInfo__authorImage, .postMetaInfo__authorName, .postMetaInfo__date) .postMetaInfo__reactionCount {
        margin-inline: auto 0;
    }

    .blogPost .postMetaInfo:has(.postMetaInfo__authorImage, .postMetaInfo__authorName, .postMetaInfo__date) .postMetaInfo__reactionCount {
        margin: 0;
    }
}
