.article_author_wrap {
	color: var(--new_title);
	font-size: .875rem;
	line-height: 1.4;
	margin: 0 1rem .5rem 0
}
.article_author_wrap .author_pic {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    border: 0.75px solid rgba(0, 0, 0, 0.08);
    margin-right: .5rem;
    flex-shrink: 0;
    overflow: hidden;
    background-color: rgb(250, 250, 250);
}
.article_author_text .article_name {
    font-weight: 400;
}
.article_author_text .ws-post-meta-title {
    font-weight: 500;
}
