#author_main_page {
background: linear-gradient(to top, rgb(0, 80, 78) 0%, rgb(0, 151, 146) 100%) !important;
}
.author-hero {
margin-top: 120px;
}
.author-page{
    padding-top:80px;
    padding-bottom:80px;
}

.author-card{
    background:#fff;
    border-radius:20px;
    padding:50px;
    box-shadow:0 20px 60px rgba(0,0,0,.07);
}

.author-cover{
    margin-bottom:-80px;
}

.author-cover img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:20px;
}

.author-avatar img{
    width:180px;
    height:180px;
    border-radius:50%;
    border:6px solid #fff;
    box-shadow:0 10px 35px rgba(0,0,0,.15);
}

.author-label{
    display:inline-block;
    padding:6px 14px;
    background:#f3f5f7;
    border-radius:30px;
    font-size:12px;
    letter-spacing:2px;
    margin-bottom:20px;
}

.author-card h1{
    font-size:46px;
    font-weight:700;
}

.author-job{
    font-size:20px;
    color:#666;
    margin-top:10px;
}

.author-bio{
    margin-top:25px;
    font-size:17px;
    line-height:1.8;
    max-width:760px;
}

.author-social{
    margin-top:35px;
}

.author-social a{
    display:inline-block;
    margin-right:12px;
    padding:12px 24px;
    border-radius:50px;
    background:#111;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.author-social a:hover{
    transform:translateY(-2px);
}

.author-meta{
    margin-top:30px;
    font-weight:600;
    color:#666;
}

.author-stats{
    margin-top:70px;
    margin-bottom:70px;
}

.stat-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.05);
    transition:.3s;
    height:100%;
}

.stat-card:hover{
    transform:translateY(-6px);
}

.stat-number{
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
}

.stat-title{
    color:#888;
    letter-spacing:1px;
    text-transform:uppercase;
    font-size:13px;
}

.author-posts-section{
    margin-top:80px;
}

.section-heading{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:45px;
}

.section-label{
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#888;
}

.section-heading h2{
    margin-top:10px;
    font-size:40px;
}

.view-all-link{
    font-weight:600;
    text-decoration:none;
}

.author-post-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.35s;
    height:100%;
}

.author-post-card:hover{
    transform:translateY(-8px);
}

.post-thumb{
    display:block;
    overflow:hidden;
}

.post-thumb img{
    width:100%;
    aspect-ratio:16/10;
    object-fit:cover;
    transition:.4s;
}
.author-post-card:hover img{
    transform:scale(1.06);
}
.post-body{
    padding:28px;
}

.post-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    color: #777;
    margin-bottom: 16px;
    align-items: center;
}
.post-meta > span:not(.post-category) {
    font-size: 0.6rem;
}
.post-category{
    background: #EEF4FF;
    color: #2B5EFF;
    padding: 4px 10px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.8rem;
}
.post-body h3{
    font-size:24px;
    line-height:1.35;
    margin-bottom:16px;
}
.post-body h3 a{
    color:#111;
    text-decoration:none;
}
.post-body p{
    color:#666;
    margin-bottom:24px;
}

.read-more{
    font-weight:700;
    text-decoration:none;
}
.list_author_category {
    gap: 30px 0;
}
@media screen and (max-width: 767px) {
.author-hero {
margin-top: 0;
}
.author-label {
display: none;
}
.author-card h1 {
    text-align: center;
    margin-top: 15px;
}
.author-job {
    text-align: center;
    margin-top: 15px;
}
}