.about-author {
	    padding: 20px 0;
}

.about-author .wrap {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #ffffff;
}

.about-author .about-author_heading {
    background-color: #f0f8ff;
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
}

.about-author .about-author_heading h3 {
    font-size: 18px;
    font-weight: 800;
    color: #333333;
    margin: 0;
}

.about-author .about-author_content {
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.about-author .author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.about-author .author_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.about-author .author_name {
    color: #0056b3;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 3px;
}

.about-author .author_position {
    color: #777777;
    font-size: 14px;
    line-height: 1.2;
}

.about-author .author_follow {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.about-author .author_media {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.about-author .author_share_text {
    font-size: 16px;
    font-weight: 900;
    color: rgb(35, 35, 35);
}
