.rkit-post-author {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.rkit-post-author__avatar img {
    width: 3em;
}

.rkit-post-author__avatar .rkit-post-author__icon {
    font-size: 3em;
}

.rkit-post-author__name {
    color: rgb(53, 53, 53);
}

.rkit-post-author__name:hover {
    color: black;
}