.vs-post-header-info {
    display: flex;
    gap: 1rem;
}

.vs-post-header-info .vs-post-header-info__author-img-container {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.vs-post-header-info__author-img-container > img {
    width: 100%;
    height: 100% !important;
}

.vs-post-header-info__info-container .vs-post-header-info__category {
    color: #E45750;
    font-size: 16px;
}

.vs-post-header-info__info-container .vs-post-header-info__reading-time {
    color: #A2A2A2;
    font-size: 16px;
}

.vs-post-header-info__info-container .vs-post-header-info__author-name {
    font-size: 12px;
    color: #A2A2A2;
}
