.author-banner{
    background: url('../../../../../uploads/2024/05/author-bg.webp') center/cover no-repeat; 
    padding: 170px 0 254px;
}

.author-information{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.author-information .author-picture{
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    max-width: max-content;
    margin: 0 auto;
    transform: scale(1.3);
}

.author-information .author-name{
    font-size: 38px;
    margin: 45px auto 25px;
}

.author-information p{
    font-size: 16px;
    margin: 0 auto 30px;
}

.author-information .author-socials-list{
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.author-information .author-socials-list li{
    transform: scale(1.2);
}

.author-blogs{
    position: relative;
    margin-top: -174px;
    z-index: 1;
    padding-bottom: 50px;
}

.author-blogs .row{
    row-gap: 32px;
}

.author-blogs .navigation.pagination{
    margin-top: 50px;
}

.author-blogs .card-blog{
    border-radius: 0;
    box-shadow: 0 0 19px 0 rgb(0 0 0 / 15%);
}

.author-blogs .card-blog .card-content{
    padding: 20px 20px 10px;
    flex: 1 1 auto;
}

.author-blogs .card-blog .card-content .blog-date{
    font-size: 14px;
    color: #111;
    font-weight: 500;
}

.author-blogs .card-blog .card-content .blog-date i{
    display: none;
}

.author-blogs .card-blog .card-content .card-title a{
    padding: 0;
    font-size: 24px;
    margin: 20px auto 10px;
    line-height: 1.4;
}

.author-blogs .card-blog .card-foot{
    position: relative;
    color: #818181;
    font-size: 14px;
    padding: 0 20px;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    row-gap: 10px;
}

.author-blogs .card-blog .card-foot::before{
    content: '';
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #cfcece;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.author-blogs .card-blog .card-foot a{
    color: #818181;
}

.author-blogs .card-blog .card-foot a:hover{
    color: var(--pink-magenta);
}

.author-blogs .card-blog .card-foot > *{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    line-height: 1;
}

.author-blogs .card-blog .card-foot > *::before{
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 1;
    filter: brightness(0) invert(0.7);
}

.author-blogs .card-blog .card-foot .category::before{
    background: url(../../../../../uploads/2024/02/bookmark-solid.webp) no-repeat;
    background-size: contain;
}

.author-blogs .card-blog .card-foot .time::before{
    background: url(../../../../../uploads/2023/07/clock-icon.webp) no-repeat;
    background-size: contain;
}

.author-cta{
    background: url(../../../../../uploads/2024/05/author-cta-bg.webp) no-repeat;
    background-position: top 50px right;
    background-size: cover;
    margin-bottom: 70px;
    display: none;
}

.author-cta .inner-wrapper{
    padding-bottom: 50px;
    color: #fff;
    width: 100%;
    max-width: 700px;
}

.author-cta .inner-wrapper h2{
    font-size: 52px;
    line-height: 1.5;
    margin-bottom: 0;
}

.author-cta .inner-wrapper p{
    font-size: 18px;
    line-height: 1.5;
    margin: 20px auto 30px;
}

@media only screen and (max-width: 1200px){
    .author-banner{
        padding: 170px 0 227px;
    }
    .author-blogs{
        margin-top: -147px;
    }
    .author-cta .inner-wrapper h2{
        font-size: 42px;
    }
    .author-cta .inner-wrapper p{
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px){
    .author-banner{
        padding: 120px 0 200px;
    }
    .author-information .author-picture{
        transform: scale(1);
    }
    .author-information .author-name{
        font-size: 32px;
        margin: 25px auto 20px;
    }
    .author-information p{
        font-size: 14px;
        margin: 0 auto 20px;
    }
    .author-information .author-socials-list li{
        transform: scale(1);
    }
    .author-blogs{
        margin-top: -170px;
        padding-bottom: 30px;
    }
    .author-blogs .navigation.pagination{
        margin-top: 30px;
    }
    .author-blogs .card-blog .card-content .card-title a{
        font-size: 20px;
    }
    .author-blogs .card-blog .card-foot{
        font-size: 12px;
    }
    .author-cta{
        background-position: top 0 right;
        padding-top: 50px;
    }
    .author-cta .inner-wrapper{
        padding-bottom: 0;
    }
    .author-cta .image-wrapper{
        width: 100%;
        max-width: 390px;
        margin: 0 auto;
    }
    .author-cta .inner-wrapper h2{
        font-size: 34px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 425px){
    .author-cta{
        padding-top: 35px;
    }
}