body.author {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    position: relative
}
body:before {
    content: '';
    position: absolute;
    background: url(https://blinkspeed.trackme.blog/wp-content/uploads/2026/07/author-bg.webp);
    background-position: center;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.8;
}
body.author div#page {
    position: relative
}
body.author div#author-wrapper {
    padding: 140px 0 100px;
}
body.author div#author-wrapper div#content {
    max-width: 1440px;
}
body.author div#author-wrapper div#content .author-header {
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 21px;
    border-radius: 6px;
    background-image: linear-gradient(0deg, #f3e7e9 0%, #e3eeff 91%, #e3eeff 100%);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 3px 0px;
}
body.author div#author-wrapper div#content .author-header h1.author-head {
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
}
body.author div#author-wrapper div#content .author-header .author-details {
    display: flex;
    gap: 20px;
}
body.author div#author-wrapper div#content .author-header .author-details .author-image img {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    object-fit: contain;
}
body.author div#author-wrapper div#content .author-header .author-details dl dt {
    font-size: 20px;
    font-weight: 600;
}
body.author div#author-wrapper div#content .author-header .author-details .author-social a {
    font-size: 24px;
    display: flex;
    margin-top: 15px;
    color: #27a6bc;
}
body.author div#author-wrapper div#content main#main .author-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}
body.author div#author-wrapper div#content main#main .author-categories a {
    border: 1px solid #bababa;
    padding: 4px 10px;
    border-radius: 4px;
    background: #ffffffcc;
    color: #000000;
}
body.author div#author-wrapper div#content main#main .author-categories a.active {
    background: #1da550;
    color: #fff;
    border-color: #1da550;
}
body.author div#author-wrapper div#content main#main .author-categories a:hover {
    background: #1da550;
    color: #fff;
    border-color: #1da550;
}
body.author div#author-wrapper div#content main#main .author-posts-grid{
    display:grid;
    grid-template-columns: repeat(auto-fill,minmax(290px,1fr));
    gap: 32px;
    padding: 30px 0;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card{
    background:#fff;
    overflow:hidden;
    transition:.3s;
    border: 1px solid #e0e0db;
    padding: 0px;
    border-radius: 22px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card:hover{
    transform:translateY(-5px);
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-thumbnail{
    display: flex;
    border-radius: 10px;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-thumbnail img{
    border-radius: 22px 22px 0 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 0.3s;
    max-height: 220px;
    min-height: 220px;
    height: 172px;
    width: 100%;
    margin-top: 0;
    object-fit: cover;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-card-content{
    padding: 15px;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-card-content .post-meta-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin: 0 0 10px;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-card-content .post-meta-top .post-category{
    line-height: 15px;
    transition: 0.5s;
    background: linear-gradient(90deg, oklch(62% .19 250), oklch(72% .16 175));
    padding: 4px 10px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-card-content .post-title {
    color: #1058cc;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
    min-height: 75px;
    font-weight: 500;
    line-height: 1.2;
    text-transform:capitalize;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-card-content .post-excerpt{
    text-transform: capitalize;
    padding-bottom: 0px;
    letter-spacing: 0px;
    min-height: 52px;
    color: #576574;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
    margin-bottom: 30px;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-card-content .post-data{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #576574;
    position: relative;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-card-content .post-data .post-date {
    position: relative;
}
body.author div#author-wrapper div#content main#main .author-posts-grid .author-post-card .post-card-content .post-data .post-date:before{
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, oklch(62% .19 250), oklch(72% .16 175));
    top: -8px;
}
/*-----Pagination-----*/
.pagination {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    padding: 12px;
    border-radius: 12px;
    justify-content: center;
}
.pagination .page-numbers {
    list-style: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    color: #6b7280;
    background: white;
}
.pagination .page-numbers:hover {
    background-color: #f3f4f6;
    color: #374151;
}
.pagination .page-numbers.current {
    background-color: #15a24a;
    color: white;
    border-color: #15a24a;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.pagination .page-numbers.current:hover {
    background-color: #2a7c42;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-size: 16px;
    font-weight: 600;
}
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
    background-color: #f3f4f6;
    color: #374151;
}
.pagination .page-numbers.dots {
    cursor: default;
    color: #9ca3af;
    pointer-events: none;
}
.pagination .page-numbers.dots:hover {
    background: white;
    color: #9ca3af;
}
/* Responsive design */
@media (max-width: 640px) {
    .pagination {
        gap: 4px;
        padding: 8px;
    }
    .pagination .page-numbers {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
}
@media(max-width:480px){
    body.author div#author-wrapper div#content .author-header .author-details {
        flex-direction: column;
    } 
}
@media(max-width:767px){
    body.author div#author-wrapper {
        padding: 80px 0 80px;
    }
}
@media(max-width:1299px){
    body.author div#author-wrapper {
        padding: 100px 0 10px;
    }
}