/*css author*/
.boxarchive_author {
    width: 100%;
}

.author-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.box_authorab {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.author-avatar {
    display: flex;
    justify-content: center;
}

.author-avatar img {
    width: 164px;
    height: 164px;
    padding: 4px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 auto;
    object-fit: cover;
}

.author_name h2 {
    text-align: center;
    font-size: 28px;
    line-height: 1.3em;
    padding-top: 10px;
}

.author-details {
    font-size: 16px;
    line-height: 1.3em;
}
.author-details p {
    margin-bottom: 10px;
}
h2.title_all_post_author {
    padding-top: 40px;
    text-align: center;
    line-height: 1.3em;
    font-size: 36px;
}
.box_author-post {
    padding-top: 30px;
}

.item_author-post {
    background-color: var(--color-white);
    border-radius: 8px;
    height: 100%;
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.06);
}

.post-thumbnail {
    border-radius: 8px 8px  0 0;
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.post-thumbnail a, .post-thumbnail a  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-content {padding: 15px 10px 10px 10px;}

.post-content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    color:var(--color-black,#000);
}

.post-content .post-excerpt, .post-content .post-excerpt p {
    font-size: 16px;
    line-height: 1.3em;
    color:var(--color-black,#000);
}
.boxarchive_author .pagination {
    text-align: center;
}
.author-info {
    width: 100%;
    padding: 0 15px;
}
/*end css author*/