.display_flex {
    display: flex;
    align-items: center;
}

.display_flex figcaption{
    display: none;
}

.author-template {
    background-color:#fff7eb;
    padding:30px;
    box-sizing:border-box;
    margin-bottom: 30px;
    box-shadow:0px 1px 1px 1px rgb(255 213 153 / 21%);
    line-height:1.5;
    font-size:14px;
}

.author-template figure {
    flex-shrink: 0;
    width: 128px;
    height: 128px;
}

.author-template figure img {
    display:block;
    width:100%;
    height:100%;
    border-radius:50%;
}

.author-data {
    margin-left: 30px;
}

.author-data h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height:1.2;
    color: #333;
}

.author-data a{
    color: #0073aa;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.author-data a:hover{
    border-bottom-color: #0073aa;
}

.author-bio{
    
}

.author-bio p{
    margin-bottom: 10px;
}

.author-bio :last-child{
    margin-bottom: 0;
}

.author-meta{
    display: block;
    font-size:0;
    line-height:1;
    margin-top:17px;
    font-weight: normal;
}

.author-meta li{
    display:inline-block;
    margin-right: 8px;
}

.author-meta li:last-child{
    margin-right: 0;
}

.author-meta a{
    display:block;
    width: 26px;
    height: 26px;
    background-color: #0073aa;
    color:#fff;
    border-radius:50%;
    border:0;
    transition: all 0.2s ease-in-out;
}

.author-meta a:before{
    display:block;
    font-size:13px;
    text-align:center;
    position:relative;
    line-height:26px;
}

.author-meta a:hover{
    background-color: #58a5ca;
    color: #fff;
}

.related-posts {
    background-color: #f4f8f9;
    padding:30px;
    box-sizing:border-box;
    margin-bottom: 30px;
    box-shadow: 0px 1px 1px 1px rgb(188 212 220 / 21%);
    line-height:1.5;
    font-size:16px;
}

.related-posts .icon__folder-open:before{
    font-weight: 400;
}

.related_post a, .related_post a:hover{
    text-decoration:none;
}

.related_post a{
    color: #0073aa;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.related_post a:hover{
    border-bottom-color: #0073aa;
}

.related_post{
    margin-bottom:25px;
}

.related_post:last-child{
    margin-bottom:0;
}

.related_post figure{
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    margin-right: 15px;
}

.related_post figure img {
    display:block;
    width:100%;
    height:100%;
    border-radius:50%;
    background-color: rgb(213 213 213 / 15%);
    border: 1px solid rgb(213 213 213 / 70%);
    padding: 2px;
    box-sizing:border-box;
}

.related_post.related_post_struct figure img{
    background-color: rgb(188 212 220 / 15%);
    border-color: rgb(188 212 220 / 70%);
}

.related_post_meta{
    line-height:1.2;
    font-size:0;
    margin-top:7px;
}

.related_post_meta span{
    display:inline-block;
    font-size:13px;
    margin-right:12px;
    color:#888;
}

.related_post_meta span:before{
    margin-right:5px;
}

.related_post_meta a {
    color:#888;
}

.related_post_meta a:hover{
    border-color:#888;
}

.related_post_data h4{
    font-weight:500;
    font-size:16px;
}

.related-posts > h3{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 22px;
    color: #333;
}

.related-posts > h3:before{
    margin-right: 7px;
}

.front-page-block{
    background-color:#fff;
    padding: 30px;
    box-sizing:border-box;
    box-shadow:0px 1px 1px 1px rgb(213 213 213 / 21%);
    margin-bottom: 30px;
}

.front-page-block:last-child{
    margin-bottom: 0;
}

.front-page-block .block-title{
    font-weight: 700;
    font-size: 20px;
    color: #333;
    line-height: 1.3;
    margin-bottom: 20px;
}

.front-page-block .block-title span:before{
    margin-right: 7px;
    font-weight: 700;
}

.front-page-block .block-title .icon__eye:before{
    font-weight: 500;
}

.most__reads .related_post{
    margin-bottom: 30px;
}

.most__reads .related_post:last-child{
    margin-bottom: 0;
}

.most__reads .block-title{
    display: none;
}