.postMetaInfo {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: .5rem;
    font-size: .875rem;
}

.postList .postListPost__intro + .postMetaInfo {
    margin-top: 1rem;
}

.postMetaInfo__authorName {
    font-weight: 600;
}

.postList .postListPost__meta + .tagsList__list {
    margin-top: .5rem;
}
