/* ===== POST HEADER ===== */
.post-header{margin-bottom:24px}
.post-meta{display:flex;gap:20px;flex-wrap:wrap}
.post-meta span{font-size:.85rem;color:var(--text-light);display:flex;align-items:center}
.post-meta span i{color:var(--gold);margin-right:6px;font-size:.85rem}

/* ===== POST FEATURED IMAGE ===== */
.post-featured-img{width:100%;height:420px;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:36px}

/* ===== POST CONTENT ===== */
.post-content{margin-bottom:40px}
.post-content .post-lead{font-size:1.12rem;font-weight:500;color:var(--text-dark);line-height:1.9;margin-bottom:30px;padding-bottom:24px;border-bottom:2px solid var(--sand)}
.post-content h3{font-size:1.45rem;margin-top:36px;margin-bottom:14px;color:var(--navy)}
.post-content p{font-size:1rem;line-height:1.85;margin-bottom:16px}
.post-content ul{padding-left:0;list-style:none;margin-bottom:24px}
.post-content ul li{position:relative;padding:8px 0 8px 28px;font-size:.98rem;line-height:1.8}
.post-content ul li::before{content:'\f058';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;left:0;top:10px;color:var(--gold);font-size:.95rem}
.post-content ul li strong{color:var(--navy)}

/* ===== POST QUOTE ===== */
.post-quote{background:var(--sand-light);border-left:4px solid var(--gold);padding:28px 32px;border-radius:0 var(--radius-md) var(--radius-md) 0;margin:32px 0;position:relative}
.post-quote i{color:var(--gold);font-size:1.4rem;margin-bottom:12px;display:block}
.post-quote p{font-family:'Playfair Display',serif;font-size:1.15rem;font-style:italic;color:var(--text-dark);line-height:1.7;margin:0}

/* ===== POST INLINE IMAGE ===== */
.post-inline-img{width:100%;height:340px;object-fit:cover;border-radius:var(--radius-md);margin:28px 0;box-shadow:var(--shadow-sm)}

/* ===== POST CTA BOX ===== */
.post-cta-box{background:linear-gradient(135deg,var(--navy),var(--navy-light));border-radius:var(--radius-lg);padding:36px;margin-top:40px}
.post-cta-box h4{color:var(--white);font-size:1.35rem;margin-bottom:10px}
.post-cta-box p{color:rgba(255,255,255,.75);font-size:1rem;margin-bottom:20px}

/* ===== POST TAGS ===== */
.post-tags{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:24px 0;border-top:1px solid #f0ece3;border-bottom:1px solid #f0ece3;margin-bottom:24px}
.tags-label{font-weight:600;color:var(--text-dark);font-size:.9rem;white-space:nowrap}
.post-tags a{background:var(--sand-light);color:var(--text-body);padding:6px 16px;border-radius:50px;font-size:.82rem;font-weight:500;transition:var(--transition)}
.post-tags a:hover{background:var(--navy);color:var(--white)}

/* ===== POST SHARE ===== */
.post-share{display:flex;align-items:center;gap:12px;margin-bottom:36px}
.share-label{font-weight:600;color:var(--text-dark);font-size:.9rem}
.share-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:.9rem;transition:var(--transition);color:var(--white)}
.share-facebook{background:#1877F2}
.share-twitter{background:#000}
.share-whatsapp{background:#25D366}
.share-linkedin{background:#0A66C2}
.share-btn:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);color:var(--white)}

/* ===== AUTHOR BOX ===== */
.author-box{background:var(--sand-light);border-radius:var(--radius-lg);padding:30px;display:flex;gap:24px;align-items:center}
.author-avatar{width:80px;height:80px;min-width:80px;background:linear-gradient(135deg,var(--navy),var(--blue-deep));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.8rem}
.author-info h5{font-family:'Inter',sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:6px}
.author-info p{font-size:.9rem;color:var(--text-light);margin-bottom:10px;line-height:1.7}
.author-social a{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(11,29,53,.08);color:var(--navy);font-size:.85rem;margin-right:6px;transition:var(--transition)}
.author-social a:hover{background:var(--gold);color:var(--navy)}

/* ===== SIDEBAR ===== */
.sidebar-widget{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:28px;margin-bottom:24px}
.widget-title{font-family:'Inter',sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--sand);position:relative}
.widget-title::after{content:'';position:absolute;bottom:-2px;left:0;width:40px;height:2px;background:var(--gold)}

/* Search */
.search-box{display:flex;border:2px solid #eee;border-radius:50px;overflow:hidden;transition:var(--transition)}
.search-box:focus-within{border-color:var(--gold)}
.search-box input{flex:1;border:none;padding:12px 20px;font-size:.9rem;outline:none;background:transparent}
.search-box button{background:var(--navy);color:var(--white);border:none;padding:0 20px;cursor:pointer;transition:var(--transition)}
.search-box button:hover{background:var(--gold);color:var(--navy)}

/* Categories */
.category-list{list-style:none;padding:0;margin:0}
.category-list li{border-bottom:1px solid #f5f0e6}
.category-list li:last-child{border-bottom:none}
.category-list a{display:flex;justify-content:space-between;align-items:center;padding:12px 0;color:var(--text-body);font-size:.92rem;font-weight:500;transition:var(--transition)}
.category-list a:hover{color:var(--gold);padding-left:6px}
.cat-count{background:var(--sand);color:var(--text-light);font-size:.78rem;font-weight:600;padding:3px 10px;border-radius:50px}

/* Popular Posts */
.popular-post{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid #f5f0e6}
.popular-post:last-child{border-bottom:none;padding-bottom:0}
.popular-post:first-child{padding-top:0}
.popular-post img{width:72px;height:72px;min-width:72px;object-fit:cover;border-radius:var(--radius-sm)}
.popular-post-info{display:flex;flex-direction:column;justify-content:center}
.popular-post-info a{font-size:.88rem;font-weight:600;color:var(--text-dark);line-height:1.4;margin-bottom:4px;transition:var(--transition)}
.popular-post-info a:hover{color:var(--gold)}
.popular-post-info span{font-size:.78rem;color:var(--text-light)}

/* Tag Cloud */
.tag-cloud{display:flex;gap:8px;flex-wrap:wrap}
.tag-cloud a{background:var(--sand-light);color:var(--text-body);padding:6px 16px;border-radius:50px;font-size:.82rem;font-weight:500;transition:var(--transition);border:1px solid #eee}
.tag-cloud a:hover{background:var(--navy);color:var(--white);border-color:var(--navy)}

/* CTA Widget */
.sidebar-cta{background:linear-gradient(135deg,var(--navy),var(--navy-light));border-radius:var(--radius-lg);overflow:hidden;padding:32px 28px;text-align:center}
.sidebar-cta-icon{font-size:2.5rem;color:var(--gold);margin-bottom:16px}
.sidebar-cta h5{color:var(--white);font-size:1.2rem;margin-bottom:8px}
.sidebar-cta p{color:rgba(255,255,255,.7);font-size:.9rem;margin-bottom:20px}

/* ===== BLOG CARD (shared with blog.html related posts) ===== */
.blog-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);height:100%;display:flex;flex-direction:column}
.blog-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}
.blog-card-img{position:relative;overflow:hidden}
.blog-card-img img{width:100%;height:220px;object-fit:cover;transition:var(--transition)}
.blog-card:hover .blog-card-img img{transform:scale(1.05)}
.blog-category{position:absolute;top:16px;left:16px;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--navy);padding:5px 14px;border-radius:50px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}
.blog-card-body{padding:24px;flex:1}
.blog-card-body h5{font-size:1.15rem;font-weight:600;margin-bottom:10px;line-height:1.45}
.blog-card-body h5 a{color:var(--text-dark);transition:var(--transition)}
.blog-card-body h5 a:hover{color:var(--gold)}
.blog-card-body p{font-size:.9rem;color:var(--text-light);margin-bottom:0;line-height:1.7}
.blog-card-footer{background:transparent;border-top:1px solid #f0ece3;padding:16px 24px}
.read-more{color:var(--navy);font-weight:600;font-size:.88rem;transition:var(--transition);display:inline-flex;align-items:center}
.read-more:hover{color:var(--gold)}
.read-more i{transition:var(--transition)}
.read-more:hover i{transform:translateX(4px)}
.blog-meta{display:flex;gap:18px;margin-bottom:14px;flex-wrap:wrap}
.blog-meta span{font-size:.82rem;color:var(--text-light);display:flex;align-items:center}
.blog-meta span i{color:var(--gold);margin-right:4px;font-size:.8rem}

/* ===== RESPONSIVE (Blog Detail) ===== */
@media(max-width:991.98px){
    .post-featured-img{height:300px}
    .author-box{flex-direction:column;text-align:center}
    .author-social{justify-content:center}
}
@media(max-width:767.98px){
    .post-featured-img{height:220px}
    .post-inline-img{height:220px}
    .post-content .post-lead{font-size:1rem}
    .post-content h3{font-size:1.25rem}
    .post-quote{padding:20px 24px}
    .post-cta-box{padding:28px 24px}
    .sidebar-widget{padding:22px}
}
