.article_author_wrap {
    margin-bottom: 1rem;
    color: #fff
}
.article_author_wrap .author_pic {
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}
.article_author_wrap .author_pic img {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background-color: rgb(250, 250, 250);
}
.verified {
    position: absolute;
    right:0;
    bottom:0;
    width:0.75rem;
    height:0.75rem;
    background-image: url('../../../../inc/assets/images/verified_tick.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.article_author_text {
    font-size: .875rem;
    font-weight: 500;
}
.article_date {
    font-size: .75rem;
    font-weight: 400
}
.article_author_text .article_job {
    font-weight: 400
}
.verified_by {
    font-size: .75rem;
    font-weight: 400
}
.verified_by span {
    font-weight: 600
}
