.author-detail-wrapper{background-color:#fff;padding:160px 0 100px}.author-detail-wrapper .author-detail-header{border-bottom:1px solid #f2f2f2;flex-direction:row;align-items:flex-start;gap:50px;margin-bottom:80px;padding-bottom:40px;display:flex}.author-detail-wrapper .author-detail-header .author-detail-avatar{flex-shrink:0}.author-detail-wrapper .author-detail-header .author-detail-avatar .avatar-img-large{object-fit:cover;border-radius:50%;width:140px;height:140px;box-shadow:0 10px 30px #00000014}.author-detail-wrapper .author-detail-header .author-detail-info{flex-grow:1}.author-detail-wrapper .author-detail-header .author-detail-info .author-detail-name{color:#242230;font-size:48px;font-weight:700;line-height:1.1;font-family:var(--font-bwgradualdemo);margin-bottom:15px}.author-detail-wrapper .author-detail-header .author-detail-info .author-detail-bio{color:#555;max-width:850px;margin-bottom:0;font-size:16px;font-weight:400;line-height:1.7}.author-detail-wrapper .author-detail-header .author-stats{text-align:center;flex-shrink:0;padding-left:0}.author-detail-wrapper .author-detail-header .author-stats .blog-count{flex-direction:column;align-items:center;display:flex}.author-detail-wrapper .author-detail-header .author-stats .blog-count .count-number{color:#242230;font-size:64px;font-weight:700;line-height:1;font-family:var(--font-bwgradualdemo)}.author-detail-wrapper .author-detail-header .author-stats .blog-count .count-label{color:#888;margin-top:8px;font-size:16px;font-weight:600}.author-detail-wrapper .author-blogs-section .author-blogs-grid{grid-template-columns:repeat(3,1fr);gap:50px 40px;display:grid}.author-detail-wrapper .author-blogs-section .blog-list-card-wrap{background:0 0;flex-direction:column;height:100%;transition:all .3s;display:flex}.author-detail-wrapper .author-blogs-section .blog-list-card-wrap:hover .blog-banner .banner-img{transform:scale(1.05)}.author-detail-wrapper .author-blogs-section .blog-list-card-wrap .blog-banner{aspect-ratio:19/10;border-radius:12px;margin-bottom:0;position:relative;overflow:hidden}.author-detail-wrapper .author-blogs-section .blog-list-card-wrap .blog-banner .banner-img{object-fit:cover;background-color:#0000;width:100%;height:100%;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.author-detail-wrapper .author-blogs-section .blog-list-card-wrap .blog-text-wrapper{flex-direction:column;flex-grow:1;display:flex}.author-detail-wrapper .author-blogs-section .blog-list-card-wrap .blog-text-wrapper .blog-category{margin-bottom:12px}.author-detail-wrapper .author-blogs-section .blog-list-card-wrap .blog-text-wrapper .blog-category .category-name{color:#999;text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600;text-decoration:none}.author-detail-wrapper .author-blogs-section .blog-list-card-wrap .blog-text-wrapper .blog-category .category-name:hover{color:#f11a10}.author-detail-wrapper .author-blogs-section .blog-list-card-wrap .blog-text-wrapper .blog-title{color:#242230;font-size:24px;font-weight:700;line-height:normal;font-family:var(--font-bwgradualdemo);margin-bottom:20px;transition:color .3s}.author-detail-wrapper .author-blogs-section .blog-list-card-wrap .blog-text-wrapper .blog-title:hover{color:#f11a10}.author-detail-wrapper .author-blogs-section .blog-list-card-wrap .blog-text-wrapper .blog-description{color:#555;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:20px;font-size:15px;line-height:1.6;display:-webkit-box;overflow:hidden}.author-detail-wrapper .author-blogs-section .blog-list-card-wrap .blog-text-wrapper .blog-footer{color:#aaa;text-transform:uppercase;letter-spacing:.2px;align-items:center;gap:12px;margin-top:auto;font-size:13px;font-weight:600;display:flex}.author-detail-wrapper .author-blogs-section .blog-list-card-wrap .blog-text-wrapper .blog-footer .read-time{white-space:nowrap}.author-detail-wrapper .author-blogs-section .blog-list-card-wrap .blog-text-wrapper .blog-footer .post-date{white-space:nowrap;color:#f11a10}.author-listing-wrapper{padding:100px 0}.author-listing-wrapper .author-listing-header{text-align:center;margin-bottom:80px}.author-listing-wrapper .author-listing-header h1{color:#242230;font-size:54px;font-weight:700;font-family:var(--font-bwgradualdemo);margin-bottom:15px}.author-listing-wrapper .author-listing-header p{color:#666;max-width:600px;margin:0 auto;font-size:18px}.author-listing-wrapper .author-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));justify-content:center;gap:80px 40px;display:grid}.author-listing-wrapper .author-card{text-align:center;background:#fff;border-radius:20px;padding:0;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1);display:block}.author-listing-wrapper .author-card:hover{border-color:#f11a1022;transform:translateY(-10px)}.author-listing-wrapper .author-card:hover .author-avatar{border-color:#f11a10;transform:scale(1.05)}.author-listing-wrapper .author-card:hover .view-profile{color:#f11a10;background-color:#f11a1011}.author-listing-wrapper .author-card .author-card-inner{flex-direction:column;align-items:center;display:flex}.author-listing-wrapper .author-card .author-avatar{width:100%;height:300px;margin-bottom:25px;transition:all .4s;overflow:hidden}.author-listing-wrapper .author-card .author-avatar .avatar-img{object-fit:cover;width:100%;height:100%}.author-listing-wrapper .author-card .author-info .author-name{color:#242230;font-size:26px;font-weight:700;font-family:var(--font-bwgradualdemo);margin-bottom:8px}.author-listing-wrapper .author-card .author-info .author-postcount{color:#888;margin-bottom:25px;font-size:14px;font-weight:500;display:block}.author-listing-wrapper .author-card .author-info .view-profile{color:#242230;background-color:#f5f5f5;border-radius:30px;padding:10px 25px;font-size:15px;font-weight:600;transition:all .3s;display:inline-block}@media (min-width:320px) and (max-width:567px){.author-listing-wrapper .author-card .author-avatar{width:202px}.author-listing-wrapper .author-card .author-avatar .avatar-img{object-position:center 17%}.author-listing-wrapper{padding:150px 0 60px}.author-listing-wrapper .author-listing-header{margin-bottom:40px}.author-listing-wrapper .author-listing-header h1{font-size:32px}.author-listing-wrapper .author-listing-header p{padding:0 20px;font-size:16px}.author-listing-wrapper .author-grid{grid-template-columns:repeat(auto-fill,minmax(186px,1fr));padding:0}.author-detail-wrapper{padding:150px 0 60px}.author-detail-wrapper .author-detail-header{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.author-detail-wrapper .author-detail-header .author-detail-info .author-detail-name{font-size:32px}.author-detail-wrapper .author-blogs-grid{padding:0;grid-template-columns:repeat(1,1fr)!important}.author-listing-wrapper .author-grid{column-gap:20px}.author-listing-wrapper .author-card .author-info .author-name{font-size:20px}.author-card-inner .let-start{padding:8px 15px!important}}@media (min-width:567px) and (max-width:767px){.author-listing-wrapper{padding:100px 0 60px}.author-listing-wrapper .author-listing-header{margin-bottom:40px}.author-listing-wrapper .author-listing-header h1{font-size:32px}.author-listing-wrapper .author-listing-header p{padding:0 20px;font-size:16px}.author-listing-wrapper .author-grid{grid-template-columns:repeat(auto-fill,minmax(186px,1fr));padding:0}.author-detail-wrapper{padding:100px 0 60px}.author-detail-wrapper .author-detail-header{flex-direction:row;align-items:center;gap:20px;display:flex}.author-detail-wrapper .author-detail-header .author-detail-info .author-detail-name{font-size:32px}.author-detail-wrapper .author-blogs-grid{grid-template-columns:repeat(2,1fr)!important;column-gap:20px!important;padding:0!important}.author-detail-wrapper .blog-title{font-size:20px!important}.author-listing-wrapper .author-grid{column-gap:20px}.author-listing-wrapper .author-card .author-info .author-name{font-size:20px}.author-card-inner .let-start{padding:8px 15px!important}}@media (min-width:768px) and (max-width:991px){.author-listing-wrapper{padding:100px 0 60px}.author-listing-wrapper .author-listing-header{margin-bottom:40px}.author-listing-wrapper .author-listing-header h1{font-size:32px}.author-listing-wrapper .author-listing-header p{padding:0 20px;font-size:16px}.author-listing-wrapper .author-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));padding:0}.author-detail-wrapper{padding:100px 0 60px}.author-detail-wrapper .author-detail-header{flex-direction:row;align-items:center;gap:20px;display:flex}.author-detail-wrapper .author-detail-header .author-detail-info .author-detail-name{font-size:32px}.author-detail-wrapper .author-blogs-grid{grid-template-columns:repeat(2,1fr)!important;column-gap:20px!important;padding:0!important}.author-detail-wrapper .blog-title{font-size:20px!important}.author-listing-wrapper .author-grid{column-gap:20px}.author-listing-wrapper .author-card .author-info .author-name{font-size:20px}.author-card-inner .let-start{padding:8px 15px!important}}@media (min-width:992px) and (max-width:1280px){.author-listing-wrapper{padding:100px 0 60px}.author-listing-wrapper .author-listing-header{margin-bottom:40px}.author-listing-wrapper .author-listing-header h1{font-size:32px}.author-listing-wrapper .author-listing-header p{padding:0 20px;font-size:16px}.author-listing-wrapper .author-grid{grid-template-columns:repeat(auto-fill,minmax(244px,1fr));padding:0}.author-detail-wrapper{padding:100px 0 60px}.author-detail-wrapper .author-detail-header{flex-direction:row;align-items:center;gap:20px;display:flex}.author-detail-wrapper .author-detail-header .author-detail-info .author-detail-name{font-size:32px}.author-detail-wrapper .author-blogs-grid{grid-template-columns:repeat(3,1fr)!important;column-gap:20px!important;padding:0!important}.author-detail-wrapper .blog-title{font-size:20px!important}.author-listing-wrapper .author-grid{column-gap:20px}.author-listing-wrapper .author-card .author-info .author-name{font-size:20px}.author-card-inner .let-start{padding:8px 15px!important}}@media (min-width:1281px) and (max-width:1487px){.author-listing-wrapper .author-grid{grid-template-columns:repeat(auto-fill,minmax(236px,1fr));column-gap:30px}.author-listing-wrapper .author-card .author-info .author-name{font-size:23px}.author-detail-wrapper{padding:100px 0 60px}.author-detail-wrapper .author-detail-header{flex-direction:row;align-items:center;gap:20px;display:flex}.author-detail-wrapper .author-detail-header .author-detail-info .author-detail-name{font-size:32px}.author-detail-wrapper .author-blogs-grid{grid-template-columns:repeat(3,1fr)!important;column-gap:20px!important;padding:0!important}.author-detail-wrapper .blog-title{font-size:20px!important}}
