.postMetaInfo {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: var(--marginExtraSmall);
    font-size: var(--labelSize);
}

.postMetaInfo__authorName {
    font-weight: 600;
}

.postMetaInfo__authorImage {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.postMetaInfo__authorName,
.postMetaInfo__date {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
