/* ============================================
   Author Page
   ============================================ */
#blog.author-page {padding-bottom: 60px;}

/* Author Profile Section */
.author-hero {background: #f1f1f1;margin-top: 80px;padding: 50px 0 60px;}
.author-hero .blog-breadcrumb {justify-content: flex-start;margin-bottom: 30px;display: flex;align-items: center;}
.author-hero-row {display: flex;align-items: center;}

/* Breadcrumb Navigation */
.blog-breadcrumb {margin-bottom: 20px;font-size: 14px;color: var(--txt-color);text-align: center;}
#blog .blog-breadcrumb a, .author-hero .blog-breadcrumb a {color: var(--txt-color);text-decoration: none;transition: color 0.2s ease;}
#blog .blog-breadcrumb a:hover, #blog .blog-breadcrumb a:focus {color: #22b573;}
.blog-breadcrumb .sep {margin: 0 8px;color: var(--txt-color);font-size: 16px;}
.blog-breadcrumb .current {color: #22b573;font-weight: 500;}

/* ============================================
   Blog Banner Section
   ============================================ */
.blog-page-banner {background: #d9ede3;padding: 80px 0;margin-top: 80px;position: relative;}
.blog-page-banner h1 {color: var(--txt-color);font-size: 40px;font-weight: 700;margin-bottom: 15px;margin-top: 0;text-align: center;font-family: 'Poppins', sans-serif;line-height: 1.3;}
.blog-banner-meta {text-align: center;color: var(--txt-color);font-size: 14px;font-family: 'Roboto', sans-serif;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: 5px;}
.banner-cat a {color: #22b573;text-decoration: none;font-weight: 500;transition: color 0.2s ease;}
.banner-cat a:hover {color: #fff;}
.meta-sep {margin: 0 10px;color: var(--txt-color);}
.banner-date {color: var(--txt-color);}
#blog .banner-author a {color: #22b573;text-decoration: none;font-weight: 500;transition: color 0.2s ease;}
.single-post .blog-banner .container {display: block;}

/* ============================================
   Author Profile Layout
   ============================================ */
.author-hero-img-col {display: flex;justify-content: center;}
.author-hero-img img {width: 260px;height: 260px;border-radius: 50%;object-fit: cover;border: 5px solid #fff;box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);display: block;}
.author-hero-info {padding-left: 40px;}
.author-name {font-family: 'Poppins', sans-serif;font-size: 36px;font-weight: 600;margin-bottom: 12px;color: #26272c;line-height: 1.2;}
.author-role {display: inline-block;font-family: 'Poppins', sans-serif;font-size: 16px;font-weight: 500;color: #22b573;margin-bottom: 15px;}
.author-bio {font-family: 'Roboto', sans-serif;font-size: 16px;line-height: 1.6;color: #5a5a5a;margin: 0 0 20px 0;}

/* Author Social Links */
.author-social {display: flex;gap: 15px;margin-top: 10px;}
.author-social a {display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;border-radius: 50%;background: #d9ede3;color: #22b573;text-decoration: none;transition: all 0.3s ease;}
.author-social a:hover {background: #22b573;color: #ffffff;transform: translateY(-2px);}
.author-social .fa {font-size: 16px;}

/* ============================================
   Author Posts
   ============================================ */
.author-posts-section {padding: 60px 0;}
.section-title {text-align: center;margin-bottom: 40px;}
.section-title span {display: inline-block;padding: 10px 30px;border-bottom: 2px solid #22b573;font-family: 'Poppins', sans-serif;font-size: 36px;font-weight: 600;color: #26272c;}
.blogs-outer-wrap {width: 100%;}
.author-posts-title {font-family: 'Poppins', sans-serif;font-size: 36px;font-weight: 600;margin-bottom: 40px;text-align: center;color: #26272c;}
.author-posts-title span {position: relative;display: inline-block;padding-bottom: 10px;}
.author-posts-title span::after {content: '';position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 60px;height: 3px;background: #22b573;border-radius: 2px;}

/* Post Card Styling */
.listingOuter .posts .post:hover {box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);transform: translateY(-5px);}
.listingOuter .posts .post-media {width: 100%;aspect-ratio: 16 / 9;overflow: hidden;position: relative;}
.listingOuter .posts .post-media img {width: 100%;height: 100%;transition: transform 0.3s ease;}
.listingOuter .posts .post-media .dim-overlay {display: none;}
.listingOuter .posts .date-title-rapper {padding: 20px 20px 10px;}
.listingOuter .posts .date-wrapper {display: inline-block;margin-bottom: 10px;}
.listingOuter .posts .date {background: #22b573;color: #ffffff;border-radius: 5px;text-align: center;font-family: 'Poppins', sans-serif;font-size: 14px;line-height: 1.4;}
.listingOuter .posts .date .month {text-transform: uppercase;font-weight: 600;display: block;}
.listingOuter .posts .date .day {font-weight: 300;display: block;font-size: 16px;}
.listingOuter .posts .post-title {font-family: 'Poppins', sans-serif;font-size: 19px;font-weight: 600;line-height: 1.4;margin: 0;}
.listingOuter .posts .post-title a {color: #5a5a5a;text-decoration: none;transition: color 0.3s ease;}
.listingOuter .posts .post-title a:hover {color: #22b573;text-decoration: underline;}
.listingOuter .posts .post-content {padding: 10px 20px 20px;}
.listingOuter .posts .post-content p {font-family: 'Roboto', sans-serif;font-size: 16px;line-height: 1.7;color: #5a5a5a;margin: 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}

/* Pagination */
.blog-pagination {display: flex;justify-content: center;align-items: center;gap: 10px;margin: 40px 0;padding: 20px 0;}
.blog-pagination .page-numbers {display: inline-flex;justify-content: center;align-items: center;width: 45px;height: 45px;border: 2px solid #e0e0e0;border-radius: 50%;color: #5a5a5a;text-decoration: none;font-family: 'Poppins', sans-serif;font-size: 16px;font-weight: 600;transition: all 0.3s ease;}
.blog-pagination .page-numbers:hover, .blog-pagination .page-numbers.current {background: #22b573;border-color: #22b573;color: #ffffff;}
.blog-pagination .page-numbers.dots {border: none;background: none;color: #5a5a5a;}
.author-posts-section .section-title {padding: 0;}
.author-posts-section .section-title span {border: none;padding: 0;font-size: 28px;line-height: 38px;}

/* ============================================
   Privacy Policy Page
   ============================================ */
.page-template-privacy_policy .entry-content {padding: 70px 0 0;}
.page-template-privacy_policy .entry-content p {margin: 0;}

/* ============================================
   Responsive
   ============================================ */

/* Tablet (768px-991px) */
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.blog-page-banner {padding: 60px 0;margin-top: 50px;}
	.blog-page-banner h1 {font-size: 34px;}
	.blog-banner-meta {font-size: 13px;}
	.author-hero {margin-top: 50px;padding: 40px 0 50px;}
	.author-hero-row {flex-wrap: wrap;}
	.author-hero-img-col, .author-hero-info {width: 100%;flex: 0 0 100%;max-width: 100%;}
	.author-hero-img-col {margin-bottom: 30px;}
	.author-hero-info {padding-left: 15px;text-align: center;}
	.author-social {justify-content: center;}
	.author-hero .blog-breadcrumb {justify-content: center;}
	.author-posts-title {font-size: 30px;margin-bottom: 35px;}
	.listingOuter .posts .post-title {font-size: 17px;}
}

/* Mobile (<768px) */
@media only screen and (max-width: 767px) {
	.blog-page-banner {padding: 50px 0;margin-top: 60px;}
	.blog-page-banner h1 {font-size: 28px;}
	.blog-banner-meta {font-size: 12px;}
	.meta-sep {margin: 0 5px;}
	.author-hero {padding: 30px 0 40px;margin-top: 60px;}
	.author-hero-row {flex-wrap: wrap;}
	.author-hero-img-col, .author-hero-info {width: 100%;flex: 0 0 100%;max-width: 100%;}
	.author-hero-img-col {margin-bottom: 30px;}
	.author-hero-info {padding-left: 15px;text-align: center;}
	.author-hero-img img {width: 200px;height: 200px;}
	.author-social {justify-content: center;}
	.author-hero .blog-breadcrumb {justify-content: center;}
	.blog-breadcrumb {font-size: 12px;margin-bottom: 15px;}
	.blog-breadcrumb .sep {margin: 0 5px;}
	.listingOuter {padding: 20px 15px;}
	.author-posts-title {font-size: 24px;margin-bottom: 30px;}
	.listingOuter .posts .post {margin-bottom: 25px;}
	.listingOuter .posts .date-title-rapper {padding: 15px 15px 8px;}
	.listingOuter .posts .post-title {font-size: 16px;}
	.listingOuter .posts .post-content {padding: 8px 15px 15px;}
	.listingOuter .posts .post-content p {font-size: 14px;-webkit-line-clamp: 3;line-clamp: 3;}
	.blog-pagination {margin: 30px 0;padding: 15px 0;gap: 8px;}
	.blog-pagination .page-numbers {width: 40px;height: 40px;font-size: 14px;}
	.author-posts-section.listingOuter {padding: 50px 0;}
	.page-template-privacy_policy .entry-content {padding: 50px 0 0;}
	.page-template-privacy_policy .entry-content p {font-size: 16px;}
}

/* Small Mobile (<576px) */
@media only screen and (max-width: 575px) {
	.blog-page-banner {margin-top: 60px;}
	.blog-page-banner h1 {font-size: 24px;margin-bottom: 12px;}
	.blog-banner-meta {font-size: 12px;gap: 3px;}
	.meta-sep {margin: 0 4px;}
	.author-hero {padding: 30px 0 40px;}
	.author-hero-img img {width: 160px;height: 160px;}
	.author-name {font-size: 22px;}
	.author-posts-title {font-size: 20px;margin-bottom: 25px;}
	.listingOuter .posts .post-title {font-size: 15px;}
	.listingOuter .posts .post-content p {font-size: 13px;}
}

/* Extra Small Mobile (<480px) */
@media only screen and (max-width: 480px) {
	.blog-page-banner {margin-top: 50px;}
	.author-hero {margin-top: 50px;}
}
