/*
Theme Name: ScoopHut
Theme URI: https://scoophut.com
Author: ScoopHut Team
Description: Premium modern magazine & news theme with dark/light mode, AdSense manager, hero slider.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scoophut
Tags: news, magazine, blog, dark-mode, responsive
*/
:root{--sh-accent:#2563eb;--sh-accent-h:#1d4ed8;--sh-primary:#0f172a;--sh-rose:#f43f5e;--sh-amber:#f59e0b;--sh-green:#059669;--sh-purple:#7c3aed;--sh-teal:#0d9488;--sh-pink:#ec4899;--sh-bg:#f8fafc;--sh-bg2:#f1f5f9;--sh-surface:#ffffff;--sh-surface2:#f8fafc;--sh-border:#e2e8f0;--sh-border-h:#cbd5e1;--sh-text:#0f172a;--sh-text2:#475569;--sh-text3:#94a3b8;--sh-hdr-bg:#ffffff;--sh-card-bg:#ffffff;--sh-card-shadow:0 1px 3px rgba(0,0,0,.07),0 1px 2px rgba(0,0,0,.04);--sh-card-shadow-h:0 4px 16px rgba(0,0,0,.10),0 2px 6px rgba(0,0,0,.05);--sh-r:10px;--sh-rs:6px;--sh-rl:14px;--sh-t:.18s ease}
body.sh-dark{--sh-bg:#0b0f1a;--sh-bg2:#0f1521;--sh-surface:#111827;--sh-surface2:#161d2e;--sh-border:#1e2a3a;--sh-border-h:#334155;--sh-text:#f1f5f9;--sh-text2:#94a3b8;--sh-text3:#64748b;--sh-hdr-bg:#0b0f1a;--sh-card-bg:#111827;--sh-card-shadow:0 1px 3px rgba(0,0,0,.4);--sh-card-shadow-h:0 4px 20px rgba(0,0,0,.5)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--sh-bg);color:var(--sh-text);line-height:1.65;-webkit-font-smoothing:antialiased;transition:background var(--sh-t),color var(--sh-t)}
a{color:var(--sh-accent);text-decoration:none;transition:color var(--sh-t)}
a:hover{color:var(--sh-accent-h)}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
button,input,select,textarea{font-family:inherit}
h1,h2,h3,h4,h5,h6{font-family:'Playfair Display','Georgia',serif;font-weight:700;line-height:1.25;color:var(--sh-text)}

.sh-container{max-width:1240px;margin:0 auto;padding:0 20px}
.sh-row{display:flex;gap:24px}
.sh-main{flex:1;min-width:0}
.sh-sidebar{width:320px;flex-shrink:0}
.sh-content-area{padding:28px 0}
#page{min-height:100vh;display:flex;flex-direction:column}
#sh-main{flex:1}
#sh-progress-bar{position:fixed;top:0;left:0;height:3px;background:var(--sh-accent);width:0%;z-index:9999;transition:width .1s linear}

/* HEADER */
#sh-header{background:var(--sh-hdr-bg);border-bottom:1px solid var(--sh-border);position:sticky;top:0;z-index:500;transition:background var(--sh-t),box-shadow var(--sh-t)}
#sh-header.scrolled{box-shadow:0 2px 16px rgba(0,0,0,.08)}
.sh-header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:16px}
.sh-logo a{display:flex;align-items:center;gap:8px}
.sh-logo-text{font-family:'Playfair Display',serif;font-size:24px;font-weight:900;color:var(--sh-text);letter-spacing:-.5px;line-height:1}
.sh-logo-text span{color:var(--sh-accent)}
.sh-logo img{max-height:42px;width:auto}
.sh-primary-nav>ul{display:flex;align-items:center;gap:2px}
.sh-primary-nav>ul>li{position:relative}
.sh-primary-nav>ul>li>a{display:flex;align-items:center;gap:4px;padding:8px 12px;font-size:13.5px;font-weight:500;color:var(--sh-text2);border-radius:var(--sh-rs);transition:all var(--sh-t);white-space:nowrap}
.sh-primary-nav>ul>li>a:hover,.sh-primary-nav>ul>li.current-menu-item>a{color:var(--sh-text);background:var(--sh-bg2)}
.sh-primary-nav .sub-menu{position:absolute;top:calc(100% + 6px);left:0;background:var(--sh-surface);border:1px solid var(--sh-border);border-radius:var(--sh-r);min-width:200px;padding:6px;box-shadow:var(--sh-card-shadow-h);opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .2s ease;z-index:200}
.sh-primary-nav li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.sh-primary-nav .sub-menu li a{display:block;padding:8px 12px;font-size:13px;color:var(--sh-text2);border-radius:var(--sh-rs);transition:all var(--sh-t)}
.sh-primary-nav .sub-menu li a:hover{background:var(--sh-bg2);color:var(--sh-text)}
.sh-header-actions{display:flex;align-items:center;gap:6px}
.sh-icon-btn{width:36px;height:36px;border-radius:var(--sh-rs);border:1px solid var(--sh-border);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--sh-text2);transition:all var(--sh-t)}
.sh-icon-btn:hover{background:var(--sh-bg2);color:var(--sh-text)}
.sh-mobile-menu-btn{display:none}
#sh-search-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding-top:80px;opacity:0;visibility:hidden;transition:all .25s ease;backdrop-filter:blur(4px)}
#sh-search-overlay.active{opacity:1;visibility:visible}
.sh-search-box{background:var(--sh-surface);border-radius:var(--sh-rl);width:100%;max-width:600px;padding:20px;border:1px solid var(--sh-border);box-shadow:0 20px 60px rgba(0,0,0,.25)}
.sh-search-input-wrap{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--sh-border);padding-bottom:16px;margin-bottom:12px}
.sh-search-input-wrap svg{color:var(--sh-text3);flex-shrink:0}
#sh-search-input{flex:1;border:none;background:transparent;font-size:18px;color:var(--sh-text);outline:none}
#sh-search-input::placeholder{color:var(--sh-text3)}
#sh-mobile-menu{position:fixed;top:0;left:-100%;width:300px;height:100vh;background:var(--sh-surface);z-index:900;padding:20px;overflow-y:auto;transition:left .3s ease;border-right:1px solid var(--sh-border)}
#sh-mobile-menu.open{left:0}
.sh-mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:899;display:none}
.sh-mobile-overlay.active{display:block}

/* BREAKING */
#sh-trending-ticker{background:var(--sh-rose);height:32px;display:flex;align-items:center;overflow:hidden;position:sticky;top:64px;z-index:490;}
.sh-breaking-label{background:#be123c;padding:0 14px;height:100%;display:flex;align-items:center;gap:6px;font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:white;white-space:nowrap;flex-shrink:0}
.sh-ticker-wrap{overflow:hidden;flex:1}
.sh-ticker{display:inline-flex;animation:sh-ticker 35s linear infinite;white-space:nowrap}
.sh-ticker:hover{animation-play-state:paused}
.sh-ticker-item{display:inline-flex;align-items:center;padding:0 24px;font-size:12px;font-weight:500;color:white}
.sh-ticker-item::before{content:"•";margin-right:14px;opacity:.6}
@keyframes sh-ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* TRENDING */
#sh-trending-bar{background:var(--sh-surface);border-bottom:1px solid var(--sh-border)}
.sh-trending-inner{display:flex;align-items:center;gap:14px;padding:9px 0;overflow:hidden}
.sh-trending-label{font-size:10px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase;color:var(--sh-rose);white-space:nowrap;flex-shrink:0;display:flex;align-items:center;gap:5px}
.sh-trending-tags{display:flex;gap:7px;overflow:hidden;flex-wrap:wrap}
.sh-trend-tag{font-size:11px;padding:4px 12px;border-radius:20px;background:var(--sh-bg2);color:var(--sh-text2);border:1px solid var(--sh-border);white-space:nowrap;cursor:pointer;transition:all var(--sh-t);font-weight:500;text-decoration:none}
.sh-trend-tag:hover{background:var(--sh-accent);color:white;border-color:var(--sh-accent)}

/* HERO SLIDER */
.sh-hero{position:relative;margin-bottom:24px}
.sh-hero-slider{position:relative;border-radius:var(--sh-rl);overflow:hidden;height:460px;background:var(--sh-bg2)}
.sh-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease}
.sh-hero-slide.active{opacity:1;visibility:visible}
.sh-hero-img-wrap{display:block;width:100%;height:100%;overflow:hidden}
.sh-hero-bg-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform 6s ease}
.sh-hero-slide.active .sh-hero-bg-img{transform:scale(1.04)}
.sh-hero-no-img{width:100%;height:100%;background:linear-gradient(135deg,#0f2040,#1a0a3a)}
.sh-hero-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.45) 50%,transparent 100%);padding:32px 32px 28px;z-index:2}
.sh-hero-title{font-family:'Playfair Display',serif;font-size:26px;font-weight:800;line-height:1.25;color:white;margin:8px 0 10px;max-width:700px}
.sh-hero-title a{color:white}
.sh-hero-title a:hover{color:rgba(255,255,255,.85)}
.sh-hero-excerpt{font-size:14px;color:rgba(255,255,255,.75);line-height:1.6;margin-bottom:12px;max-width:560px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.sh-hero-meta{display:flex;align-items:center;gap:14px;font-size:12px;color:rgba(255,255,255,.7);flex-wrap:wrap}
.sh-hero-meta span{display:flex;align-items:center;gap:4px}
.sh-hero-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(4px)}
.sh-hero-nav:hover{background:rgba(255,255,255,.3)}
.sh-hero-prev{left:14px}
.sh-hero-next{right:14px}
.sh-hero-dots{position:absolute;bottom:14px;right:20px;z-index:10;display:flex;gap:6px;align-items:center}
.sh-hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.4);border:none;cursor:pointer;transition:all .25s ease;padding:0}
.sh-hero-dot.active{background:white;width:24px;border-radius:4px}

/* SECTION HEADERS */
.sh-section-head{display:flex;align-items:center;justify-content:space-between;margin:28px 0 16px}
.sh-section-title{font-family:'Playfair Display',serif;font-size:20px;font-weight:700;color:var(--sh-text);display:flex;align-items:center;gap:10px}
.sh-section-title::before{content:'';width:4px;height:22px;background:var(--sh-accent);border-radius:2px;flex-shrink:0}
.sh-section-title.rose::before{background:var(--sh-rose)}
.sh-section-title.green::before{background:var(--sh-green)}
.sh-section-title.amber::before{background:var(--sh-amber)}
.sh-section-more{font-size:12px;font-weight:600;color:var(--sh-accent);display:flex;align-items:center;gap:4px;transition:gap var(--sh-t)}
.sh-section-more:hover{gap:8px}

/* BADGES */
.sh-badge{display:inline-block;font-size:9px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;padding:3px 9px;border-radius:4px;line-height:1.4;color:white;background:var(--sh-accent);text-decoration:none;align-self:flex-start;width:auto;max-width:fit-content}
.sh-badge.rose{background:var(--sh-rose)}
.sh-badge.green{background:var(--sh-green)}
.sh-badge.amber{background:var(--sh-amber)}
.sh-badge.purple{background:var(--sh-purple)}
.sh-badge.teal{background:var(--sh-teal)}
.sh-badge.pink{background:var(--sh-pink)}

/* CARDS */
.sh-card{background:var(--sh-card-bg);border:1px solid var(--sh-border);border-radius:var(--sh-r);overflow:hidden;transition:box-shadow var(--sh-t),border-color var(--sh-t),transform var(--sh-t);display:flex;flex-direction:column}
.sh-card:hover{box-shadow:var(--sh-card-shadow-h);border-color:var(--sh-border-h);transform:translateY(-2px)}
.sh-card-thumb{display:block;overflow:hidden;background:var(--sh-bg2);flex-shrink:0}
.sh-card-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}
.sh-card:hover .sh-card-thumb img{transform:scale(1.04)}
.sh-card-thumb-sm{height:160px}
.sh-card-thumb-md{height:185px}
.sh-card-thumb-lg{height:215px}
.sh-card-thumb-xl{height:240px}
.sh-card-thumb-placeholder{width:100%;height:100%;min-height:inherit;background:var(--sh-bg2);display:flex;align-items:center;justify-content:center;color:var(--sh-text3)}
.sh-card-body{padding:14px 16px 16px;flex:1;display:flex;flex-direction:column;align-items:flex-start}
.sh-card-title{font-family:'Playfair Display',serif;font-size:15px;font-weight:700;line-height:1.35;color:var(--sh-text);margin:6px 0 7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:100%;align-self:stretch}
.sh-card-title a{color:inherit;text-decoration:none}
.sh-card-title a:hover{color:var(--sh-accent)}
.sh-card-excerpt{font-size:13px;color:var(--sh-text2);line-height:1.6;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;width:100%;align-self:stretch}
.sh-card-meta{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--sh-text3);flex-wrap:wrap;margin-top:auto;width:100%;align-self:stretch}
.sh-card-meta span{display:flex;align-items:center;gap:4px}
.sh-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.sh-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.sh-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.sh-mag-row{display:grid;grid-template-columns:1.5fr 1fr;gap:14px;align-items:start}
.sh-mag-big .sh-card-thumb{height:240px;display:block}
.sh-mag-big .sh-card-title{font-size:18px}
.sh-mag-stack{display:flex;flex-direction:column;gap:10px}
.sh-mini-card{background:var(--sh-card-bg);border:1px solid var(--sh-border);border-radius:var(--sh-r);display:flex;gap:12px;padding:12px;transition:all var(--sh-t)}
.sh-mini-card:hover{border-color:var(--sh-border-h);box-shadow:var(--sh-card-shadow)}
.sh-mini-thumb{width:72px;height:60px;border-radius:var(--sh-rs);flex-shrink:0;overflow:hidden;background:var(--sh-bg2);display:block}
.sh-mini-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.sh-mini-info{flex:1;min-width:0}
.sh-mini-title{font-size:12px;font-weight:600;line-height:1.35;color:var(--sh-text)}
.sh-mini-title a{color:inherit}
.sh-mini-title a:hover{color:var(--sh-accent)}
.sh-mini-meta{font-size:10px;color:var(--sh-text3);margin-top:5px}
.sh-list-card{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid var(--sh-border)}
.sh-list-card:last-child{border-bottom:none}
.sh-list-thumb{width:110px;height:84px;border-radius:var(--sh-rs);flex-shrink:0;overflow:hidden;background:var(--sh-bg2);display:block}
.sh-list-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.sh-list-info{flex:1}
.sh-list-title{font-family:'Playfair Display',serif;font-size:15px;font-weight:700;line-height:1.35;color:var(--sh-text);margin:5px 0 7px}
.sh-list-title a{color:inherit}
.sh-list-title a:hover{color:var(--sh-accent)}
.sh-overlay-card{position:relative;border-radius:var(--sh-r);overflow:hidden;min-height:220px}
.sh-overlay-card .sh-card-thumb{height:100%;min-height:220px;display:block}
.sh-overlay-card .sh-card-body{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.3) 60%,transparent 100%);padding:16px;z-index:2}
.sh-overlay-card .sh-card-title{color:white;font-size:14px;-webkit-line-clamp:2}
.sh-overlay-card .sh-card-meta{color:rgba(255,255,255,.7)}
.sh-overlay-card .sh-badge{margin-bottom:6px}

/* QUICK ANSWER */
.sh-quick-answer{display:flex;gap:14px;align-items:flex-start;background:linear-gradient(135deg,rgba(37,99,235,.07),rgba(37,99,235,.03));border:1px solid rgba(37,99,235,.2);border-left:4px solid var(--sh-accent);border-radius:0 var(--sh-r) var(--sh-r) 0;padding:18px 20px;margin-bottom:24px}
body.sh-dark .sh-quick-answer{background:rgba(37,99,235,.08);border-color:rgba(37,99,235,.3)}
.sh-quick-answer-icon{font-size:22px;flex-shrink:0;line-height:1.4}
.sh-quick-answer-label{font-size:9px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:var(--sh-accent);margin-bottom:6px}
.sh-quick-answer-text{font-size:15px;color:var(--sh-text);line-height:1.65;margin:0}

/* ARTICLE CONTENT */
.sh-article-content h2{font-size:1.55rem;margin:2rem 0 .9rem}
.sh-article-content h3{font-size:1.25rem;margin:1.75rem 0 .75rem}
.sh-article-content h4{font-size:1.05rem;margin:1.5rem 0 .5rem}
.sh-article-content p{margin-bottom:1.3rem;line-height:1.8;font-size:16px;color:var(--sh-text)}
.sh-article-content ul,.sh-article-content ol{margin:1rem 0 1.3rem 1.5rem}
.sh-article-content li{margin-bottom:.55rem;line-height:1.7}
.sh-article-content blockquote{border-left:4px solid var(--sh-accent);background:var(--sh-surface2);border-radius:0 var(--sh-r) var(--sh-r) 0;padding:18px 22px 18px 32px;margin:1.75rem 0;font-size:1.05rem;font-style:italic;color:var(--sh-text2);position:relative}
.sh-article-content blockquote::before{content:'\201C';font-size:48px;line-height:1;color:var(--sh-accent);opacity:.25;position:absolute;top:4px;left:12px;font-family:'Playfair Display',serif}
.sh-article-content strong{color:var(--sh-text);font-weight:700}
.sh-article-content code{background:var(--sh-bg2);border:1px solid var(--sh-border);border-radius:4px;padding:1px 6px;font-size:.88em;color:var(--sh-rose);font-family:'Courier New',monospace}
.sh-article-content pre{background:var(--sh-surface2);border:1px solid var(--sh-border);border-radius:var(--sh-r);padding:18px;margin:1.5rem 0;overflow-x:auto;font-size:13px;line-height:1.6}
.sh-article-content img{border-radius:var(--sh-r);margin:1.5rem auto}
.sh-article-content a{color:var(--sh-accent);text-decoration:underline;text-decoration-color:rgba(37,99,235,.3)}
.sh-article-content a:hover{text-decoration-color:var(--sh-accent)}

/* SINGLE POST */
.sh-post-header{margin-bottom:24px}
.sh-post-title{font-family:'Playfair Display',serif;font-size:2rem;font-weight:800;line-height:1.2;color:var(--sh-text);margin:10px 0 16px}
.sh-post-meta-bar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:12px 0;border-top:1px solid var(--sh-border);border-bottom:1px solid var(--sh-border);margin-bottom:24px;font-size:12px;color:var(--sh-text2)}
.sh-post-meta-bar span{display:flex;align-items:center;gap:5px}
.sh-post-meta-bar a{color:var(--sh-accent);font-weight:600}
.sh-post-meta-author{display:flex!important;align-items:center!important;gap:8px!important}
.sh-post-hero-figure{margin-bottom:28px}
.sh-post-hero-img{width:100%;max-height:480px;object-fit:cover;border-radius:var(--sh-rl);display:block}
.sh-post-figcaption{font-size:12px;color:var(--sh-text3);text-align:center;margin-top:8px;font-style:italic}
.sh-reading-time{display:inline-flex;align-items:center;gap:4px;font-size:11px;padding:2px 8px;border-radius:20px;background:var(--sh-bg2);color:var(--sh-text3);border:1px solid var(--sh-border)}
.sh-views{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--sh-text3)}
.sh-breadcrumb{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--sh-text3);margin-bottom:14px;flex-wrap:wrap}
.sh-breadcrumb a{color:var(--sh-text3)}
.sh-breadcrumb a:hover{color:var(--sh-accent)}
.sh-breadcrumb .sep{opacity:.5}
.sh-breadcrumb .current{color:var(--sh-text2)}
.sh-tags-cloud{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0;align-items:center}
.sh-tags-label{font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--sh-text3)}
.sh-tag-pill{font-size:11px;padding:5px 12px;border-radius:20px;border:1px solid var(--sh-border);background:var(--sh-surface);color:var(--sh-text2);cursor:pointer;transition:all var(--sh-t);text-decoration:none}
.sh-tag-pill:hover{background:var(--sh-accent);color:white;border-color:var(--sh-accent)}
.sh-share-bar{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0;align-items:center}
.sh-share-btn{display:flex;align-items:center;gap:7px;padding:8px 14px;border-radius:var(--sh-rs);font-size:12px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all var(--sh-t);color:white}
.sh-share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}
.sh-share-btn.facebook{background:#1877f2}
.sh-share-btn.twitter{background:#1da1f2}
.sh-share-btn.whatsapp{background:#25d366}
.sh-share-btn.telegram{background:#0088cc}
.sh-share-btn.copy-link{background:var(--sh-bg2);color:var(--sh-text);border-color:var(--sh-border)}
.sh-sticky-share{position:fixed;left:16px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:8px;z-index:300}
.sh-sticky-share-btn{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;cursor:pointer;transition:transform var(--sh-t);box-shadow:0 2px 8px rgba(0,0,0,.2);text-decoration:none}
.sh-sticky-share-btn:hover{transform:scale(1.15)}
.sh-sticky-share-btn.facebook{background:#1877f2}
.sh-sticky-share-btn.twitter{background:#1da1f2}
.sh-sticky-share-btn.whatsapp{background:#25d366}
.sh-reactions{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0;align-items:center}
.sh-reaction-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:20px;border:1px solid var(--sh-border);background:var(--sh-surface);cursor:pointer;font-size:13px;font-weight:500;color:var(--sh-text2);transition:all var(--sh-t);font-family:inherit}
.sh-reaction-btn:hover,.sh-reaction-btn.active{border-color:var(--sh-accent);background:var(--sh-bg2);color:var(--sh-accent)}
.sh-author-box{background:var(--sh-surface2);border:1px solid var(--sh-border);border-radius:var(--sh-rl);padding:24px;margin:32px 0;display:flex;gap:20px;align-items:flex-start}
.sh-author-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--sh-bg2);border:3px solid var(--sh-border)}
.sh-author-avatar img{width:100%;height:100%;object-fit:cover}
.sh-author-name{font-size:15px;font-weight:700;color:var(--sh-text);margin-bottom:3px;display:flex;align-items:center;gap:7px}
.sh-author-name a{color:inherit}
.sh-author-role{font-size:11px;color:var(--sh-accent);font-weight:600;margin-bottom:8px}
.sh-author-bio{font-size:13px;color:var(--sh-text2);line-height:1.65}
.sh-author-more-link{display:inline-flex;align-items:center;margin-top:10px;font-size:12px;font-weight:600;color:var(--sh-accent)}
.sh-verified{color:var(--sh-accent);font-size:13px}
.sh-prevnext-nav{margin:32px 0}
.sh-prevnext-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.sh-prevnext-card{background:var(--sh-surface);border:1px solid var(--sh-border);border-radius:var(--sh-r);padding:16px;text-decoration:none;display:flex;flex-direction:column;gap:10px;transition:all var(--sh-t);overflow:hidden}
.sh-prevnext-card:hover{border-color:var(--sh-accent);box-shadow:var(--sh-card-shadow-h);transform:translateY(-2px)}
.sh-prevnext-next{text-align:right;align-items:flex-end}
.sh-prevnext-label{font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:var(--sh-accent);display:flex;align-items:center;gap:4px}
.sh-prevnext-thumb{width:100%;height:80px;border-radius:var(--sh-rs);overflow:hidden}
.sh-prevnext-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.sh-prevnext-title{font-size:13px;font-weight:600;color:var(--sh-text);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* COMMENTS */
.sh-comments-section{margin-top:40px;padding-top:32px;border-top:1px solid var(--sh-border)}
.sh-comments-section .comments-title,.sh-comments-section #reply-title{font-family:'Playfair Display',serif;font-size:19px;font-weight:700;color:var(--sh-text);margin-bottom:22px;display:flex;align-items:center;gap:10px}
.sh-comments-section .comments-title::before,.sh-comments-section #reply-title::before{content:'';width:4px;height:20px;background:var(--sh-accent);border-radius:2px;display:block}
.sh-comments-section .comment-list{list-style:none;padding:0}
.sh-comments-section .comment{padding:18px 0;border-bottom:1px solid var(--sh-border)}
.sh-comments-section .comment:last-child{border-bottom:none}
.sh-comments-section .comment-body{display:flex;gap:14px;align-items:flex-start}
.sh-comments-section .comment-author .avatar{border-radius:50%!important;flex-shrink:0}
.sh-comments-section .comment-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}
.sh-comments-section .comment-author .fn{font-size:14px;font-weight:700;color:var(--sh-text)}
.sh-comments-section .comment-author a{color:var(--sh-text)}
.sh-comments-section .comment-metadata{font-size:11px;color:var(--sh-text3)}
.sh-comments-section .comment-metadata a{color:var(--sh-text3)}
.sh-comments-section .comment-content p{font-size:14px;color:var(--sh-text2);line-height:1.7;margin-bottom:6px}
.sh-comments-section .reply a{font-size:11px;font-weight:600;color:var(--sh-accent);text-transform:uppercase;letter-spacing:.8px}
.sh-comments-section .children{padding-left:28px;border-left:2px solid var(--sh-border);margin-top:10px;list-style:none}
.sh-comments-section #respond{margin-top:32px;background:var(--sh-surface2);border:1px solid var(--sh-border);border-radius:var(--sh-rl);padding:26px}
.sh-comments-section .comment-form label{display:block;font-size:12px;font-weight:600;color:var(--sh-text2);margin-bottom:5px}
.sh-comments-section .comment-form input[type="text"],.sh-comments-section .comment-form input[type="email"],.sh-comments-section .comment-form input[type="url"],.sh-comments-section .comment-form textarea{width:100%;background:var(--sh-surface);border:1px solid var(--sh-border);border-radius:var(--sh-rs);padding:10px 14px;font-size:14px;color:var(--sh-text);font-family:inherit;transition:border-color var(--sh-t);outline:none;margin-bottom:14px}
.sh-comments-section .comment-form input:focus,.sh-comments-section .comment-form textarea:focus{border-color:var(--sh-accent);box-shadow:0 0 0 3px rgba(37,99,235,.1)}
.sh-comments-section .comment-form textarea{min-height:110px;resize:vertical}
.sh-comments-section .submit{background:var(--sh-accent);color:white;border:none;border-radius:var(--sh-rs);padding:10px 26px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:all var(--sh-t)}
.sh-comments-section .submit:hover{background:var(--sh-accent-h);transform:translateY(-1px)}
.sh-comments-section .logged-in-as{font-size:13px;color:var(--sh-text2);margin-bottom:14px}
.sh-comments-section .logged-in-as a{color:var(--sh-accent)}
.sh-comments-section .comment-form-cookies-consent{display:flex;gap:8px;align-items:flex-start;margin-bottom:14px}
.sh-comments-section .comment-form-cookies-consent label{font-size:12px;font-weight:400}

/* TOC */
.sh-toc{background:var(--sh-surface2);border:1px solid var(--sh-border);border-left:3px solid var(--sh-accent);border-radius:0 var(--sh-r) var(--sh-r) 0;padding:16px 18px;margin:24px 0}
.sh-toc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;cursor:pointer}
.sh-toc-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--sh-text);display:flex;align-items:center;gap:7px}
.sh-toc-toggle{color:var(--sh-text3);transition:transform .2s;background:none;border:none;cursor:pointer}
.sh-toc.collapsed .sh-toc-toggle{transform:rotate(-90deg)}
.sh-toc.collapsed .sh-toc-body{display:none}
.sh-toc-body ol{counter-reset:toc;list-style:none}
.sh-toc-body li{counter-increment:toc;padding:3px 0}
.sh-toc-body li a{font-size:13px;color:var(--sh-text2);display:flex;gap:7px;align-items:flex-start;line-height:1.4}
.sh-toc-body li a::before{content:counter(toc)".";font-weight:700;color:var(--sh-accent);min-width:18px;font-size:12px}
.sh-toc-body li a:hover,.sh-toc-body li a.active{color:var(--sh-accent)}
.sh-toc-body li.sh-toc-h3{padding-left:18px}
.sh-toc-body li.sh-toc-h4{padding-left:34px}

/* CATEGORY BANNER */
.sh-cat-banner{background:var(--sh-surface);border-bottom:1px solid var(--sh-border);padding:28px 0}
body.sh-dark .sh-cat-banner{background:var(--sh-surface2)}
.sh-cat-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.sh-cat-banner-left{flex:1}
.sh-cat-banner-title{font-family:'Playfair Display',serif;font-size:28px;font-weight:800;color:var(--sh-text);line-height:1.2;margin:8px 0 6px}
.sh-cat-banner-desc{font-size:14px;color:var(--sh-text2);line-height:1.6;margin-bottom:10px;max-width:500px}
.sh-cat-banner-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.sh-cat-banner-count{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;padding:4px 12px;background:var(--sh-bg2);border:1px solid var(--sh-border);border-radius:20px;color:var(--sh-text2)}
.sh-cat-banner-thumbs{display:flex;gap:6px;flex-shrink:0}
.sh-cat-banner-thumb{width:72px;height:72px;border-radius:var(--sh-rs);background-size:cover;background-position:center;border:2px solid var(--sh-border)}
.sh-archive-pagination{padding:24px 0}
.sh-archive-pagination .nav-links{display:flex;gap:6px;flex-wrap:wrap}
.sh-archive-pagination .page-numbers{width:38px;height:38px;border-radius:var(--sh-rs);border:1px solid var(--sh-border);background:var(--sh-surface);display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--sh-text2);text-decoration:none;font-weight:500;transition:all var(--sh-t)}
.sh-archive-pagination .page-numbers:hover,.sh-archive-pagination .page-numbers.current{background:var(--sh-accent);color:white;border-color:var(--sh-accent)}
.sh-archive-pagination .page-numbers.prev,.sh-archive-pagination .page-numbers.next{width:auto;padding:0 14px}

/* SEARCH */
.sh-search-banner{background:var(--sh-surface);border-bottom:1px solid var(--sh-border);padding:28px 0}
.sh-search-banner-inner{display:flex;align-items:center;gap:16px;margin-bottom:16px}
.sh-search-banner-icon{width:52px;height:52px;border-radius:var(--sh-r);background:var(--sh-bg2);border:1px solid var(--sh-border);display:flex;align-items:center;justify-content:center;color:var(--sh-accent);flex-shrink:0}
.sh-search-banner-eyebrow{font-size:11px;color:var(--sh-text3);font-weight:600;letter-spacing:.5px}
.sh-search-banner-query{font-family:'Playfair Display',serif;font-size:24px;font-weight:800;color:var(--sh-text)}
.sh-search-banner-wrap{display:flex;align-items:center;gap:12px;background:var(--sh-surface);border:1px solid var(--sh-border);border-radius:40px;padding:0 16px 0 18px;transition:border-color var(--sh-t)}
.sh-search-banner-wrap:focus-within{border-color:var(--sh-accent);box-shadow:0 0 0 3px rgba(37,99,235,.1)}
.sh-search-banner-wrap svg{color:var(--sh-text3);flex-shrink:0}
.sh-search-banner-input{flex:1;border:none;background:transparent;font-size:15px;color:var(--sh-text);outline:none;padding:12px 0}
.sh-search-banner-btn{background:var(--sh-accent);color:white;border:none;border-radius:20px;padding:8px 20px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:background var(--sh-t)}
.sh-search-banner-btn:hover{background:var(--sh-accent-h)}

/* NEWSLETTER */
.sh-newsletter-section{background:linear-gradient(135deg,var(--sh-accent) 0%,#1d4ed8 100%);border-radius:var(--sh-rl);padding:36px 40px;margin:28px 0;display:flex;align-items:center;gap:32px}
body.sh-dark .sh-newsletter-section{background:linear-gradient(135deg,#0f2050 0%,#1a0a3a 100%);border:1px solid var(--sh-border)}
.sh-nl-text{flex:1}
.sh-nl-eyebrow{font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.75);margin-bottom:6px}
.sh-nl-title{font-family:'Playfair Display',serif;font-size:22px;font-weight:800;color:white;margin-bottom:6px}
.sh-nl-sub{font-size:13px;color:rgba(255,255,255,.75);line-height:1.6}
.sh-nl-form{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}
.sh-nl-input{flex:1;min-width:200px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);border-radius:var(--sh-rs);padding:10px 14px;font-size:13px;color:white;outline:none}
.sh-nl-input::placeholder{color:rgba(255,255,255,.6)}
.sh-nl-btn{background:white;color:var(--sh-accent);border:none;border-radius:var(--sh-rs);padding:10px 20px;font-size:13px;font-weight:700;cursor:pointer;transition:all var(--sh-t)}
.sh-nl-btn:hover{background:var(--sh-bg2);transform:translateY(-1px)}

/* SIDEBAR / WIDGETS */
.sh-widget{background:var(--sh-card-bg);border:1px solid var(--sh-border);border-radius:var(--sh-r);padding:18px;margin-bottom:20px}
.sh-widget-title{font-family:'Playfair Display',serif;font-size:15px;font-weight:700;color:var(--sh-text);margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid var(--sh-accent);display:flex;align-items:center;gap:8px}
.sh-popular-list{display:flex;flex-direction:column;gap:10px}
.sh-popular-item{display:flex;gap:10px;align-items:flex-start;cursor:pointer}
.sh-popular-num{width:24px;height:24px;border-radius:50%;background:var(--sh-bg2);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:var(--sh-text3);flex-shrink:0}
.sh-popular-item:first-child .sh-popular-num{background:var(--sh-accent);color:white}
.sh-popular-title{font-size:12px;font-weight:600;line-height:1.35;color:var(--sh-text);transition:color var(--sh-t)}
.sh-popular-item:hover .sh-popular-title{color:var(--sh-accent)}
.sh-load-more-wrap{display:flex;justify-content:center;padding:20px 0}
.sh-load-more-btn{border:1px solid var(--sh-border);background:var(--sh-surface);color:var(--sh-text);border-radius:var(--sh-r);padding:12px 28px;font-size:13px;font-weight:600;cursor:pointer;transition:all var(--sh-t);display:flex;align-items:center;gap:8px;font-family:inherit}
.sh-load-more-btn:hover{background:var(--sh-accent);color:white;border-color:var(--sh-accent)}

/* ADS */
.sh-ad-unit{background:var(--sh-surface2);border:1px dashed var(--sh-border);border-radius:var(--sh-r);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;min-height:90px}
.sh-ad-label{position:absolute;top:4px;right:6px;font-size:8px;letter-spacing:1px;text-transform:uppercase;color:var(--sh-text3);font-weight:600}
.sh-ad-leaderboard{min-height:90px}
.sh-ad-rectangle{min-height:250px}
.sh-ad-sticky-side{min-height:600px;position:sticky;top:90px}
.sh-ad-mobile-footer{position:fixed;bottom:0;left:0;right:0;min-height:60px;z-index:400;background:var(--sh-surface);border-top:1px solid var(--sh-border);display:flex;align-items:center;justify-content:center}
.sh-ad-in-content{margin:28px 0}

/* FOOTER */
#sh-footer{background:#0f172a;color:rgba(255,255,255,.75);margin-top:40px}
.sh-footer-top{padding:44px 0 32px;border-bottom:1px solid rgba(255,255,255,.07)}
.sh-footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:28px;align-items:start}
.sh-footer-wordmark{font-family:'Playfair Display',serif;font-size:20px;font-weight:900;color:white;margin-bottom:12px;display:block;letter-spacing:-.5px}
.sh-footer-wordmark span{color:var(--sh-accent)}
#sh-footer .custom-logo{max-height:34px;width:auto;margin-bottom:12px}
.sh-footer-about{font-size:13px;color:rgba(255,255,255,.5);line-height:1.7;margin-bottom:16px}
.sh-footer-social{display:flex;gap:7px;flex-wrap:wrap}
.sh-footer-social-btn{width:32px;height:32px;border-radius:var(--sh-rs);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.55);transition:all var(--sh-t)}
.sh-footer-social-btn:hover{background:var(--sh-accent);color:white;border-color:var(--sh-accent)}
.sh-footer-col h4{font-size:9px!important;font-weight:800!important;letter-spacing:1.5px!important;text-transform:uppercase!important;color:rgba(255,255,255,.35)!important;margin-bottom:14px!important;font-family:'DM Sans',sans-serif!important}
.sh-footer-col a{display:block;font-size:13px;color:rgba(255,255,255,.55);margin-bottom:8px;transition:all var(--sh-t);line-height:1.4}
.sh-footer-col a:hover{color:white;padding-left:3px}
.sh-footer-bar{border-top:1px solid rgba(255,255,255,.07);padding:14px 0}
.sh-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px}
.sh-footer-copy{font-size:12px;color:rgba(255,255,255,.3)}
.sh-footer-links ul{display:flex;flex-wrap:wrap;list-style:none}
.sh-footer-links a{font-size:12px;color:rgba(255,255,255,.35);padding:0 12px;border-right:1px solid rgba(255,255,255,.1)}
.sh-footer-links li:last-child a{border-right:none}
.sh-footer-links a:hover{color:rgba(255,255,255,.7)}

/* MOBILE NAV */
#sh-mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--sh-surface);border-top:1px solid var(--sh-border);z-index:400;height:56px}
.sh-bottom-nav-inner{display:flex;justify-content:space-around;align-items:center;height:100%}
.sh-bottom-nav-btn{display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer;color:var(--sh-text3);font-size:10px;font-weight:500;padding:6px 12px;border-radius:var(--sh-rs);background:none;border:none;font-family:inherit;transition:color var(--sh-t)}
.sh-bottom-nav-btn.active,.sh-bottom-nav-btn:hover{color:var(--sh-accent)}

/* RESPONSIVE */
@media(max-width:1024px){.sh-grid-4{grid-template-columns:repeat(2,1fr)}.sh-footer-grid{grid-template-columns:1fr 1fr;gap:20px}.sh-sidebar{width:280px}.sh-newsletter-section{flex-direction:column;gap:20px}}
@media(max-width:768px){.sh-row{flex-direction:column}.sh-sidebar{width:100%}.sh-grid-4,.sh-grid-3,.sh-grid-2{grid-template-columns:1fr}.sh-mag-row{grid-template-columns:1fr}.sh-primary-nav{display:none}.sh-mobile-menu-btn{display:flex}.sh-post-title{font-size:1.55rem}.sh-footer-grid{grid-template-columns:1fr;gap:18px}.sh-footer-bottom{flex-direction:column;text-align:center;gap:10px}.sh-sticky-share{display:none}.sh-hero-slider{height:300px}.sh-hero-title{font-size:17px}.sh-hero-excerpt{display:none}.sh-cat-banner-thumbs{display:none}.sh-prevnext-grid{grid-template-columns:1fr}.sh-author-box{flex-direction:column}#sh-mobile-bottom-nav{display:block}body{padding-bottom:56px}.sh-nl-form{flex-direction:column}.sh-nl-input{min-width:100%}.sh-cat-banner-title{font-size:22px}}
@media(max-width:480px){.sh-container{padding:0 14px}.sh-hero-slider{height:240px}.sh-hero-overlay{padding:16px}.sh-hero-title{font-size:15px}}

/* ════════════════════════════════════════════
   SIDEBAR — Modern Search Widget
   ════════════════════════════════════════════ */
.sh-sidebar-search-box {
  background: var(--sh-surface);
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-r);
  padding: 18px;
  margin-bottom: 20px;
}
.sh-sidebar-search-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--sh-bg2);
  border: 1.5px solid var(--sh-border);
  border-radius: 40px;
  padding: 3px 4px 3px 16px;
  transition: border-color var(--sh-t), box-shadow var(--sh-t);
}
.sh-sidebar-search-wrap:focus-within {
  border-color: var(--sh-accent);
  box-shadow: 0 0 0 4px rgba(37,99,235,0.1);
  background: var(--sh-surface);
}
.sh-sidebar-search-icon { color: var(--sh-text3); flex-shrink: 0; transition: color var(--sh-t); }
.sh-sidebar-search-wrap:focus-within .sh-sidebar-search-icon { color: var(--sh-accent); }
.sh-sidebar-search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 14px;
  color: var(--sh-text);
  outline: none;
  padding: 9px 0;
}
.sh-sidebar-search-input::placeholder { color: var(--sh-text3); }
.sh-sidebar-search-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--sh-accent);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  flex-shrink: 0;
  transition: all var(--sh-t);
}
.sh-sidebar-search-btn:hover {
  background: var(--sh-accent-h);
  transform: scale(1.05);
}
.sh-sidebar-search-tip {
  font-size: 11px;
  color: var(--sh-text3);
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}
.sh-sidebar-search-tip strong { color: var(--sh-text2); }

/* ════════════════════════════════════════════
   SIDEBAR — Modern Post List (Popular/Trending)
   ════════════════════════════════════════════ */
.sh-sidebar-posts-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sh-sidebar-post-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 11px 0;
  border-bottom: 1px solid var(--sh-border);
  text-decoration: none;
  transition: background var(--sh-t);
  border-radius: 0;
}
.sh-sidebar-post-item:last-child { border-bottom: none; }
.sh-sidebar-post-item:hover .sh-sidebar-post-title { color: var(--sh-accent); }
.sh-sidebar-post-item:hover .sh-sidebar-post-thumb img { transform: scale(1.06); }

.sh-sidebar-post-rank {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: var(--sh-bg2);
  border: 1px solid var(--sh-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  color: var(--sh-text3);
  flex-shrink: 0;
  margin-top: 2px;
  letter-spacing: -0.5px;
}
.sh-sidebar-post-rank.top {
  background: var(--sh-accent);
  color: white;
  border-color: var(--sh-accent);
}

.sh-sidebar-post-thumb {
  width: 66px;
  height: 52px;
  border-radius: var(--sh-rs);
  overflow: hidden;
  flex-shrink: 0;
  background: var(--sh-bg2);
}
.sh-sidebar-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.sh-sidebar-post-no-thumb {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sh-text3);
  background: var(--sh-bg2);
}

.sh-sidebar-post-info { flex: 1; min-width: 0; }
.sh-sidebar-post-cat {
  font-size: 8px !important;
  padding: 2px 7px !important;
  margin-bottom: 5px;
  display: inline-block;
}
.sh-sidebar-post-title {
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.38;
  color: var(--sh-text);
  margin: 0 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--sh-t);
}
.sh-sidebar-post-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10.5px;
  color: var(--sh-text3);
}

/* ════════════════════════════════════════════
   COMMENTS — Luxury Editorial Style
   ════════════════════════════════════════════ */
.sh-comments-section { margin-top: 48px; }

.sh-comments-section .comments-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px; font-weight: 800;
  color: var(--sh-text); margin-bottom: 28px;
  display: flex; align-items: center; gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--sh-border);
}
.sh-comments-section .comments-title::before {
  content: '';
  width: 5px; height: 26px;
  background: linear-gradient(135deg, var(--sh-accent), var(--sh-purple));
  border-radius: 3px; display: block; flex-shrink: 0;
}

/* Individual comment */
.sh-comments-section .comment-list { list-style: none; padding: 0; }
.sh-comments-section .comment { padding: 0; margin-bottom: 0; border-bottom: none; }
.sh-comments-section li.comment { margin: 0; }

.sh-comments-section .comment-wrap {
  display: flex;
  gap: 14px;
  padding: 22px 0;
  border-bottom: 1px solid var(--sh-border);
}
.sh-comments-section .comment:last-child > .comment-wrap { border-bottom: none; }

.sh-comments-section .comment-avatar-col { flex-shrink: 0; }
.sh-comments-section .comment-avatar-col .avatar {
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  border: 2px solid var(--sh-border);
  display: block;
}

.sh-comments-section .comment-body-col { flex: 1; min-width: 0; }

.sh-comments-section .comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  flex-wrap: wrap;
  gap: 8px;
}

.sh-comments-section .comment-author-name {
  font-size: 14px; font-weight: 700; color: var(--sh-text);
}
.sh-comments-section .comment-author-name a { color: inherit; }

.sh-comments-section .comment-date {
  font-size: 11px; color: var(--sh-text3);
}
.sh-comments-section .comment-date a { color: var(--sh-text3); }

.sh-comments-section .comment-text {
  font-size: 14px; color: var(--sh-text2);
  line-height: 1.72; margin-bottom: 10px;
}
.sh-comments-section .comment-text p { margin-bottom: 8px; }
.sh-comments-section .comment-text p:last-child { margin-bottom: 0; }

.sh-comments-section .comment-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sh-comments-section .comment-reply-link,
.sh-comments-section .reply a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  color: var(--sh-text3);
  text-transform: uppercase;
  letter-spacing: 0.7px;
  transition: color var(--sh-t);
  text-decoration: none;
}
.sh-comments-section .comment-reply-link:hover,
.sh-comments-section .reply a:hover { color: var(--sh-accent); }

/* Nested replies */
.sh-comments-section .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
  border-left: 2px solid var(--sh-border);
  margin-left: 24px;
}
.sh-comments-section .children .comment-wrap {
  padding: 16px 0;
}

/* Comment form — beautiful card style */
.sh-comments-section #respond {
  margin-top: 40px;
  background: var(--sh-surface);
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-rl);
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.sh-comments-section #respond::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sh-accent), var(--sh-purple), var(--sh-rose));
}

.sh-comments-section #reply-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 800;
  color: var(--sh-text); margin-bottom: 24px;
  display: flex; align-items: center; gap: 10px;
}
.sh-comments-section #reply-title small { font-size: 13px; font-weight: 500; font-family: 'DM Sans', sans-serif; }
.sh-comments-section #reply-title small a { color: var(--sh-accent); }
/* Remove the ::before bar on respond title since we have the gradient */
.sh-comments-section #reply-title::before { display: none; }

.sh-comments-section .comment-notes,
.sh-comments-section .logged-in-as {
  font-size: 13px; color: var(--sh-text3);
  margin-bottom: 20px; line-height: 1.6;
}
.sh-comments-section .logged-in-as a,
.sh-comments-section .comment-notes a { color: var(--sh-accent); }

.sh-comments-section .comment-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.sh-comments-section .comment-form-comment {
  grid-column: 1 / -1;
}
.sh-comments-section .comment-form-cookies-consent {
  grid-column: 1 / -1;
  display: flex; align-items: flex-start; gap: 8px;
}
.sh-comments-section .form-submit { grid-column: 1 / -1; }

.sh-comments-section .comment-form label {
  display: block;
  font-size: 11px; font-weight: 700;
  color: var(--sh-text2);
  text-transform: uppercase; letter-spacing: 0.7px;
  margin-bottom: 7px;
}
.sh-comments-section .required { color: var(--sh-rose); }

.sh-comments-section .comment-form input[type="text"],
.sh-comments-section .comment-form input[type="email"],
.sh-comments-section .comment-form input[type="url"] {
  width: 100%;
  background: var(--sh-bg2);
  border: 1.5px solid var(--sh-border);
  border-radius: var(--sh-rs);
  padding: 11px 14px;
  font-size: 14px;
  color: var(--sh-text);
  font-family: inherit;
  transition: all var(--sh-t);
  outline: none;
}
.sh-comments-section .comment-form textarea {
  width: 100%;
  background: var(--sh-bg2);
  border: 1.5px solid var(--sh-border);
  border-radius: var(--sh-r);
  padding: 14px 16px;
  font-size: 14px;
  color: var(--sh-text);
  font-family: inherit;
  transition: all var(--sh-t);
  outline: none;
  min-height: 130px;
  resize: vertical;
  line-height: 1.65;
}
.sh-comments-section .comment-form input:focus,
.sh-comments-section .comment-form textarea:focus {
  border-color: var(--sh-accent);
  background: var(--sh-surface);
  box-shadow: 0 0 0 4px rgba(37,99,235,0.08);
}
.sh-comments-section .comment-form-cookies-consent label {
  font-size: 12px; font-weight: 400;
  text-transform: none; letter-spacing: 0; color: var(--sh-text3);
}
.sh-comments-section .submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--sh-accent) 0%, var(--sh-purple) 100%);
  color: white;
  border: none;
  border-radius: var(--sh-rs);
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: all var(--sh-t);
  letter-spacing: 0.3px;
}
.sh-comments-section .submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37,99,235,0.35);
}

/* Override WordPress default comment-body structure to use our wrap */
.sh-comments-section .comment-body {
  display: contents; /* allow children to participate in parent flex */
}
/* Actually the comment-body contains avatar + text — wrap it */
.sh-comments-section article.comment,
.sh-comments-section .comment > article {
  padding: 22px 0;
  border-bottom: 1px solid var(--sh-border);
}

/* ════════════════════════════════════════════
   EDITOR'S PICKS — uniform card height fix
   ════════════════════════════════════════════ */
.sh-overlay-card {
  position: relative;
  border-radius: var(--sh-r);
  overflow: hidden;
  height: 260px !important;  /* Fixed uniform height */
  min-height: unset !important;
}
.sh-overlay-card .sh-card-thumb {
  position: absolute !important;
  inset: 0 !important;
  height: 100% !important;
  min-height: unset !important;
  width: 100% !important;
}
.sh-overlay-card .sh-card-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
.sh-overlay-card .sh-card-body {
  position: absolute !important;
  bottom: 0 !important; left: 0 !important; right: 0 !important;
  top: auto !important;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.5) 50%, transparent 100%) !important;
  padding: 20px 18px !important;
  z-index: 2 !important;
}
.sh-overlay-card .sh-card-title {
  color: white !important;
  font-size: 15px !important;
  -webkit-line-clamp: 2 !important;
  margin-bottom: 6px !important;
}
.sh-overlay-card:hover .sh-card-thumb img { transform: scale(1.06); }

/* ════════════════════════════════════════════
   FOOTER — Premium Redesign
   ════════════════════════════════════════════ */

/* Newsletter strip */
.sh-footer-nl-strip {
  background: linear-gradient(135deg, #1e1b4b 0%, #1a1036 100%);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 24px 0;
}
.sh-footer-nl-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.sh-footer-nl-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sh-footer-nl-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.sh-footer-nl-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px; font-weight: 700;
  color: white; margin-bottom: 2px;
}
.sh-footer-nl-sub { font-size: 12px; color: rgba(255,255,255,0.5); }
.sh-footer-nl-form {
  display: flex;
  gap: 0;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.15);
  flex-shrink: 0;
}
.sh-footer-nl-input {
  background: rgba(255,255,255,0.08);
  border: none;
  padding: 10px 18px;
  font-size: 13px;
  color: white;
  outline: none;
  width: 220px;
  font-family: inherit;
}
.sh-footer-nl-input::placeholder { color: rgba(255,255,255,0.45); }
.sh-footer-nl-btn {
  background: var(--sh-accent);
  color: white; border: none;
  padding: 10px 20px;
  font-size: 13px; font-weight: 700;
  cursor: pointer; font-family: inherit;
  transition: background var(--sh-t);
  white-space: nowrap;
}
.sh-footer-nl-btn:hover { background: var(--sh-accent-h); }

/* Footer main body */
.sh-footer-main {
  background: #080d18;
  padding: 52px 0 40px;
}

.sh-footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
  gap: 32px;
  align-items: start;
}

/* Brand column */
.sh-footer-brand-col { }

.sh-footer-wordmark {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 900;
  color: white; margin-bottom: 10px;
  display: inline-flex; align-items: baseline;
  gap: 0; letter-spacing: -1px;
  line-height: 1; text-decoration: none;
}
.sh-footer-wordmark em {
  font-style: normal;
  color: var(--sh-accent);
}

#sh-footer .custom-logo {
  max-height: 36px; width: auto; margin-bottom: 14px; display: block;
}

.sh-footer-tagline {
  font-family: 'Playfair Display', serif;
  font-size: 13px; font-style: italic;
  color: rgba(255,255,255,0.45);
  margin-bottom: 10px; line-height: 1.5;
}

.sh-footer-about-text {
  font-size: 13px;
  color: rgba(255,255,255,0.38);
  line-height: 1.75;
  margin-bottom: 22px;
  max-width: 290px;
}

/* Social icons */
.sh-footer-social-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sh-footer-social-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  transition: all var(--sh-t);
  text-decoration: none;
}
.sh-footer-social-icon svg { width: 15px; height: 15px; }
.sh-footer-social-icon:hover {
  background: var(--sh-accent);
  border-color: var(--sh-accent);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37,99,235,0.35);
}

/* Footer column headings */
.sh-footer-col-head {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sh-footer-col-head span { color: rgba(255,255,255,0.35); }
.sh-footer-col-head::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.06);
}

/* Footer link list */
.sh-footer-link-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sh-footer-link-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.52);
  padding: 5px 0;
  transition: all var(--sh-t);
  border-radius: 4px;
  text-decoration: none;
}
.sh-footer-link-list li a:hover {
  color: white;
  padding-left: 4px;
}
.sh-footer-link-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  flex-shrink: 0;
  transition: background var(--sh-t);
}
.sh-footer-link-list li a:hover .sh-footer-link-dot { background: var(--sh-accent); }
.sh-footer-link-count {
  margin-left: auto;
  font-size: 10px;
  color: rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.06);
  padding: 1px 6px;
  border-radius: 10px;
}

/* Footer recent posts */
.sh-footer-recent-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sh-footer-recent-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  text-decoration: none;
  transition: all var(--sh-t);
}
.sh-footer-recent-item:hover .sh-footer-recent-title { color: white; }
.sh-footer-recent-thumb {
  width: 54px; height: 44px;
  border-radius: var(--sh-rs);
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(255,255,255,0.06);
}
.sh-footer-recent-thumb img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.3s ease;
}
.sh-footer-recent-item:hover .sh-footer-recent-thumb img { transform: scale(1.07); }
.sh-footer-recent-no-thumb { width: 100%; height: 100%; background: rgba(255,255,255,0.05); }
.sh-footer-recent-info { flex: 1; min-width: 0; }
.sh-footer-recent-title {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255,255,255,0.62);
  line-height: 1.38;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--sh-t);
}
.sh-footer-recent-date {
  font-size: 10.5px;
  color: rgba(255,255,255,0.28);
}

/* Footer bottom bar */
.sh-footer-bottom-bar {
  background: rgba(0,0,0,0.4);
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 16px 0;
}
.sh-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.sh-footer-bottom-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.sh-footer-copy { font-size: 12px; color: rgba(255,255,255,0.28); }
.sh-footer-divider { color: rgba(255,255,255,0.15); font-size: 12px; }
.sh-footer-crafted { font-size: 12px; color: rgba(255,255,255,0.28); }
.sh-footer-bottom-nav ul {
  display: flex; gap: 0; list-style: none; flex-wrap: wrap;
}
.sh-footer-bottom-nav a {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  padding: 0 14px;
  border-right: 1px solid rgba(255,255,255,0.08);
  transition: color var(--sh-t);
  text-decoration: none;
}
.sh-footer-bottom-nav li:last-child a { border-right: none; }
.sh-footer-bottom-nav a:hover { color: rgba(255,255,255,0.72); }

/* ════════════════════════════════════════════
   FOOTER RESPONSIVE
   ════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .sh-footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .sh-footer-brand-col { grid-column: 1 / -1; }
  .sh-footer-about-text { max-width: 100%; }
}
@media (max-width: 768px) {
  .sh-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .sh-footer-brand-col { grid-column: auto; }
  .sh-footer-nl-inner { flex-direction: column; align-items: flex-start; }
  .sh-footer-nl-form { width: 100%; }
  .sh-footer-nl-input { width: 100%; flex: 1; }
  .sh-footer-bottom-inner { flex-direction: column; text-align: center; }
  .sh-footer-bottom-left { justify-content: center; }
  .sh-footer-bottom-nav ul { justify-content: center; }
}

/* ════════════════════════════════════════════
   WIDGET TITLE override for footer widgets
   ════════════════════════════════════════════ */
#sh-footer .sh-widget-title,
#sh-footer h3,
#sh-footer h4 {
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.35) !important;
  margin-bottom: 18px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  font-family: 'DM Sans', sans-serif !important;
}

/* ════════════════════════════════════════════
   CUSTOM COMMENT MARKUP
   ════════════════════════════════════════════ */
.sh-comments-section ol.comment-list {
  list-style: none; padding: 0; margin: 0;
}
.sh-comments-section .sh-comment-item {
  border-bottom: 1px solid var(--sh-border);
}
.sh-comments-section .sh-comment-item:last-child { border-bottom: none; }

.sh-comment-wrap {
  display: flex;
  gap: 14px;
  padding: 22px 0;
}
.sh-comment-avatar { flex-shrink: 0; }
.sh-comment-avatar-img {
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  border: 2px solid var(--sh-border);
  display: block;
}
.sh-comment-content { flex: 1; min-width: 0; }
.sh-comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
  flex-wrap: wrap;
  gap: 6px;
}
.sh-comment-author-name {
  font-size: 14px; font-weight: 700; color: var(--sh-text);
  display: flex; align-items: center; gap: 6px;
}
.sh-comment-author-name a { color: inherit; text-decoration: none; }
.sh-comment-date {
  font-size: 11px; color: var(--sh-text3); text-decoration: none;
}
.sh-comment-date:hover { color: var(--sh-text2); }
.sh-comment-text {
  font-size: 14px; color: var(--sh-text2);
  line-height: 1.72; margin-bottom: 10px;
}
.sh-comment-text p { margin-bottom: 6px; }
.sh-comment-text p:last-child { margin-bottom: 0; }
.sh-comment-actions { display: flex; align-items: center; gap: 12px; }
.sh-comment-actions .comment-reply-link {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11px; font-weight: 700; color: var(--sh-text3);
  text-transform: uppercase; letter-spacing: 0.8px;
  transition: color var(--sh-t); text-decoration: none;
}
.sh-comment-actions .comment-reply-link:hover { color: var(--sh-accent); }

.sh-comments-section .children {
  list-style: none; padding: 0;
  margin-left: 24px;
  border-left: 2px solid var(--sh-border);
  padding-left: 20px;
}
.sh-comments-section .children .sh-comment-item { border-bottom: none; }
.sh-comments-section .children .sh-comment-wrap { padding: 16px 0; }

/* ════════════════════════════════════════════
   HERO ZONE — Slider (left) + Live Feed (right)
   ════════════════════════════════════════════ */
.sh-hero-zone {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 16px;
  margin: 20px 0 28px;
  align-items: start;
}

.sh-hero-left {
  position: relative;
}

.sh-hero-left .sh-hero-slider {
  height: 400px;
  border-radius: var(--sh-rl);
}

/* RIGHT PANEL */
.sh-hero-right { }

.sh-hero-panel {
  background: var(--sh-surface);
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-rl);
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
}

.sh-hero-panel-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px 12px;
  border-bottom: 1px solid var(--sh-border);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--sh-text2);
  flex-shrink: 0;
}
.sh-hero-panel-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--sh-rose);
  animation: sh-pulse 1.8s ease-in-out infinite;
}
@keyframes sh-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.sh-hero-panel-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  text-decoration: none;
  border-bottom: 1px solid var(--sh-border);
  transition: background var(--sh-t);
  flex-shrink: 0;
}
.sh-hero-panel-item:last-of-type { border-bottom: none; }
.sh-hero-panel-item:hover { background: var(--sh-bg2); }
.sh-hero-panel-item:hover .sh-hero-panel-title { color: var(--sh-accent); }

.sh-hero-panel-num {
  width: 20px; height: 20px; border-radius: 5px;
  background: var(--sh-bg2); border: 1px solid var(--sh-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 800; color: var(--sh-text3);
  flex-shrink: 0; margin-top: 1px;
}

.sh-hero-panel-thumb {
  width: 58px; height: 46px; border-radius: var(--sh-rs);
  overflow: hidden; flex-shrink: 0; background: var(--sh-bg2);
}
.sh-hero-panel-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.3s ease;
}
.sh-hero-panel-item:hover .sh-hero-panel-thumb img { transform: scale(1.07); }

.sh-hero-panel-info { flex: 1; min-width: 0; }
.sh-hero-panel-title {
  font-size: 12px; font-weight: 600; line-height: 1.35;
  color: var(--sh-text); margin: 4px 0 3px;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
  transition: color var(--sh-t);
}
.sh-hero-panel-time { font-size: 10px; color: var(--sh-text3); }

.sh-hero-panel-more {
  display: block;
  text-align: center;
  padding: 11px;
  font-size: 12px; font-weight: 700;
  color: var(--sh-accent);
  border-top: 1px solid var(--sh-border);
  text-decoration: none;
  transition: background var(--sh-t);
  margin-top: auto;
  background: var(--sh-bg2);
}
.sh-hero-panel-more:hover { background: var(--sh-accent); color: white; }

/* ════════════════════════════════════════════
   CATEGORY BANNER — Clean redesign
   ════════════════════════════════════════════ */
.sh-cat-banner {
  background: var(--sh-surface);
  border-bottom: 1px solid var(--sh-border);
  padding: 0 0 0 0;
}
body.sh-dark .sh-cat-banner { background: var(--sh-surface2); }

.sh-cat-banner-wrap {
  display: flex;
  align-items: stretch;
  min-height: 110px;
  overflow: hidden;
}

.sh-cat-banner-accent {
  width: 5px;
  flex-shrink: 0;
  background: var(--accent, var(--sh-accent));
}

.sh-cat-banner-content {
  padding: 24px 28px;
  flex: 1;
}

.sh-cat-breadcrumb {
  font-size: 11px; color: var(--sh-text3);
  text-decoration: none; display: block;
  margin-bottom: 8px; letter-spacing: 0.3px;
}
.sh-cat-breadcrumb span { margin: 0 4px; opacity: 0.5; }
.sh-cat-breadcrumb:hover { color: var(--sh-accent); }

.sh-cat-banner-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px; font-weight: 800;
  color: var(--sh-text); line-height: 1.2; margin-bottom: 6px;
}
.sh-cat-banner-desc {
  font-size: 13.5px; color: var(--sh-text2);
  line-height: 1.6; margin-bottom: 10px; max-width: 520px;
}
.sh-cat-banner-stats {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.sh-cat-banner-count {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 600; padding: 4px 12px;
  background: var(--sh-bg2); border: 1px solid var(--sh-border);
  border-radius: 20px; color: var(--sh-text2);
}
.sh-cat-banner-parent {
  font-size: 11px; color: var(--sh-accent);
  text-decoration: none; padding: 4px 10px;
  border: 1px solid rgba(37,99,235,0.2);
  background: rgba(37,99,235,0.06);
  border-radius: 20px;
}

/* Author variant */
.sh-cat-banner-author { gap: 0; }
.sh-cat-banner-author-avatar {
  display: flex; align-items: center;
  padding: 0 20px;
  flex-shrink: 0;
}
.sh-cat-author-avatar-img {
  width: 68px !important; height: 68px !important;
  border-radius: 50% !important;
  border: 3px solid var(--sh-border);
  display: block;
}

/* ════════════════════════════════════════════
   FOOTER — Premium v2 (full rewrite)
   ════════════════════════════════════════════ */

/* Remove old footer rules that conflict */
#sh-footer { background: #080d18 !important; }
.sh-footer-top { display: none !important; } /* replaced by .sh-footer-main */
.sh-footer-bar { display: none !important; } /* replaced by .sh-footer-bottom-bar */

/* Newsletter strip */
.sh-footer-nl-strip {
  background: linear-gradient(120deg, #12143a 0%, #0e0b26 100%);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 22px 0;
}
.sh-footer-nl-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.sh-footer-nl-left { display: flex; align-items: center; gap: 14px; }
.sh-footer-nl-icon {
  width: 42px; height: 42px; border-radius: 11px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.sh-footer-nl-title {
  font-family: 'Playfair Display', serif;
  font-size: 15px; font-weight: 700; color: white; margin-bottom: 2px;
}
.sh-footer-nl-sub { font-size: 12px; color: rgba(255,255,255,0.45); }
.sh-footer-nl-form {
  display: flex; border-radius: 40px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12); flex-shrink: 0;
}
.sh-footer-nl-input {
  background: rgba(255,255,255,0.07); border: none;
  padding: 10px 18px; font-size: 13px; color: white;
  outline: none; width: 210px; font-family: inherit;
}
.sh-footer-nl-input::placeholder { color: rgba(255,255,255,0.4); }
.sh-footer-nl-btn {
  background: var(--sh-accent); color: white; border: none;
  padding: 10px 20px; font-size: 13px; font-weight: 700;
  cursor: pointer; font-family: inherit; transition: background var(--sh-t);
  white-space: nowrap;
}
.sh-footer-nl-btn:hover { background: var(--sh-accent-h); }

/* Footer main */
.sh-footer-main { background: #080d18; padding: 50px 0 36px; }

.sh-footer-grid {
  display: grid;
  grid-template-columns: 1.9fr 1fr 1fr 1.1fr;
  gap: 32px; align-items: start;
}

/* Brand */
.sh-footer-brand-col {}
.sh-footer-wordmark {
  font-family: 'Playfair Display', serif;
  font-size: 26px; font-weight: 900; color: white;
  margin-bottom: 12px; display: inline-flex; align-items: baseline;
  letter-spacing: -1px; line-height: 1; text-decoration: none;
}
.sh-footer-wordmark em { font-style: normal; color: var(--sh-accent); }
#sh-footer .custom-logo { max-height: 34px; width: auto; margin-bottom: 14px; display: block; }
.sh-footer-tagline {
  font-family: 'Playfair Display', serif; font-size: 13px;
  font-style: italic; color: rgba(255,255,255,0.38);
  margin-bottom: 10px; line-height: 1.5;
}
.sh-footer-about-text {
  font-size: 13px; color: rgba(255,255,255,0.33);
  line-height: 1.8; margin-bottom: 22px; max-width: 280px;
}

/* Social icons */
.sh-footer-social-row { display: flex; gap: 8px; flex-wrap: wrap; }
.sh-footer-social-icon {
  width: 34px; height: 34px; border-radius: 9px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.45);
  transition: all var(--sh-t); text-decoration: none;
}
.sh-footer-social-icon svg { width: 14px; height: 14px; }
.sh-footer-social-icon:hover {
  background: var(--sh-accent); border-color: var(--sh-accent);
  color: white; transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(37,99,235,0.4);
}

/* Column headings */
.sh-footer-col-head {
  font-size: 9px; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; margin-bottom: 18px;
  display: flex; align-items: center; gap: 10px; color: transparent;
}
.sh-footer-col-head span { color: rgba(255,255,255,0.3); }
.sh-footer-col-head::after {
  content: ''; flex: 1; height: 1px;
  background: rgba(255,255,255,0.05);
}

/* Link list */
.sh-footer-link-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 1px; }
.sh-footer-link-list li a {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: rgba(255,255,255,0.48);
  padding: 5px 0; transition: all var(--sh-t); text-decoration: none;
}
.sh-footer-link-list li a:hover { color: white; padding-left: 5px; }
.sh-footer-link-dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: rgba(255,255,255,0.18); flex-shrink: 0; transition: background var(--sh-t);
}
.sh-footer-link-list li a:hover .sh-footer-link-dot { background: var(--sh-accent); }
.sh-footer-link-count {
  margin-left: auto; font-size: 10px; color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.05); padding: 1px 6px; border-radius: 8px;
}

/* Recent posts */
.sh-footer-recent-list { display: flex; flex-direction: column; gap: 11px; }
.sh-footer-recent-item {
  display: flex; gap: 10px; align-items: flex-start;
  text-decoration: none; transition: all var(--sh-t);
}
.sh-footer-recent-item:hover .sh-footer-recent-title { color: white; }
.sh-footer-recent-thumb {
  width: 52px; height: 42px; border-radius: var(--sh-rs);
  overflow: hidden; flex-shrink: 0; background: rgba(255,255,255,0.05);
}
.sh-footer-recent-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.3s ease;
}
.sh-footer-recent-item:hover .sh-footer-recent-thumb img { transform: scale(1.08); }
.sh-footer-recent-no-thumb { width: 100%; height: 100%; background: rgba(255,255,255,0.04); }
.sh-footer-recent-info { flex: 1; min-width: 0; }
.sh-footer-recent-title {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,0.55); line-height: 1.4;
  margin-bottom: 4px; transition: color var(--sh-t);
}
.sh-footer-recent-date { font-size: 10px; color: rgba(255,255,255,0.25); }

/* Footer bottom */
.sh-footer-bottom-bar { background: rgba(0,0,0,0.35); border-top: 1px solid rgba(255,255,255,0.04); padding: 15px 0; }
.sh-footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.sh-footer-bottom-left { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.sh-footer-copy { font-size: 12px; color: rgba(255,255,255,0.25); }
.sh-footer-divider { color: rgba(255,255,255,0.12); }
.sh-footer-crafted { font-size: 12px; color: rgba(255,255,255,0.25); }
.sh-footer-bottom-nav ul { display: flex; flex-wrap: wrap; list-style: none; }
.sh-footer-bottom-nav a {
  font-size: 12px; color: rgba(255,255,255,0.3);
  padding: 0 12px; border-right: 1px solid rgba(255,255,255,0.07);
  transition: color var(--sh-t); text-decoration: none;
}
.sh-footer-bottom-nav li:last-child a { border-right: none; }
.sh-footer-bottom-nav a:hover { color: rgba(255,255,255,0.7); }

/* Footer widget title override */
#sh-footer .sh-footer-col h4,
#sh-footer .sh-footer-col h3,
#sh-footer .sh-footer-col .widget-title,
#sh-footer .sh-widget-title {
  font-size: 9px !important; font-weight: 800 !important;
  letter-spacing: 2px !important; text-transform: uppercase !important;
  color: rgba(255,255,255,0.3) !important; margin-bottom: 18px !important;
  border-bottom: none !important; padding-bottom: 0 !important;
  font-family: 'DM Sans', sans-serif !important; background: none !important;
}
#sh-footer .sh-footer-col a {
  display: block; font-size: 13px; color: rgba(255,255,255,0.48);
  margin-bottom: 7px; transition: all var(--sh-t); text-decoration: none; line-height: 1.4;
}
#sh-footer .sh-footer-col a:hover { color: white; padding-left: 3px; }

/* ════════════════════════════════════════════
   RESPONSIVE — Hero zone + footer
   ════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .sh-hero-zone { grid-template-columns: 1fr 300px; }
}
@media (max-width: 900px) {
  .sh-hero-zone { grid-template-columns: 1fr; }
  .sh-hero-right { display: none; }
  .sh-hero-left .sh-hero-slider { height: 340px; }
}
@media (max-width: 768px) {
  .sh-hero-left .sh-hero-slider { height: 280px; }
  .sh-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .sh-footer-brand-col { grid-column: auto; }
  .sh-footer-about-text { max-width: 100%; }
  .sh-footer-nl-inner { flex-direction: column; align-items: flex-start; }
  .sh-footer-nl-form { width: 100%; }
  .sh-footer-nl-input { flex: 1; min-width: 0; }
  .sh-footer-bottom-inner { flex-direction: column; text-align: center; gap: 10px; }
  .sh-footer-bottom-left { justify-content: center; }
  .sh-footer-bottom-nav ul { justify-content: center; }
  .sh-cat-banner-author { flex-wrap: wrap; }
  .sh-cat-banner-author-avatar { padding: 16px 16px 0; }
}

/* ════════════════════════════════════════════
   FOOTER v3 — World-class editorial
   ════════════════════════════════════════════ */

/* Hard reset old conflicting rules */
.sh-footer-top, .sh-footer-bar,
.sh-footer-main, .sh-footer-bottom-bar { display: none !important; }

#sh-footer {
  background: #060b14 !important;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  margin-top: 0;
}

/* ── TOP: brand + newsletter ── */
.shf-top {
  background: linear-gradient(160deg, #0d1425 0%, #0a0f1e 100%);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 52px 0 44px;
}
.shf-top-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: start;
}

/* Brand */
.shf-wordmark {
  font-family: 'Playfair Display', serif;
  font-size: 30px; font-weight: 900;
  color: white; display: inline-block;
  letter-spacing: -1px; line-height: 1;
  margin-bottom: 14px; text-decoration: none;
}
.shf-wordmark em { font-style: normal; color: var(--sh-accent); }
#sh-footer .custom-logo { max-height: 38px; width: auto; display: block; margin-bottom: 14px; }
.shf-tagline {
  font-family: 'Playfair Display', serif;
  font-size: 13px; font-style: italic;
  color: rgba(255,255,255,0.35);
  margin-bottom: 10px; line-height: 1.6;
}
.shf-about {
  font-size: 13px; color: rgba(255,255,255,0.3);
  line-height: 1.8; max-width: 320px;
}

/* Newsletter */
.shf-nl { }
.shf-nl-heading {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-weight: 800; color: white;
  margin-bottom: 7px;
}
.shf-nl-sub {
  font-size: 13px; color: rgba(255,255,255,0.42);
  margin-bottom: 18px; line-height: 1.6;
}
.shf-nl-row {
  display: flex;
  border: 1.5px solid rgba(255,255,255,0.14);
  border-radius: 50px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  transition: border-color 0.2s ease;
}
.shf-nl-row:focus-within { border-color: var(--sh-accent); }
.shf-nl-input {
  flex: 1; border: none; background: transparent;
  padding: 13px 20px; font-size: 14px; color: white;
  outline: none; font-family: inherit;
}
.shf-nl-input::placeholder { color: rgba(255,255,255,0.35); }
.shf-nl-btn {
  background: var(--sh-accent); color: white;
  border: none; padding: 13px 26px;
  font-size: 13px; font-weight: 700;
  cursor: pointer; font-family: inherit;
  transition: background 0.2s ease; white-space: nowrap;
  border-radius: 0 50px 50px 0;
}
.shf-nl-btn:hover { background: var(--sh-accent-h); }
.shf-nl-note {
  font-size: 11px; color: rgba(255,255,255,0.28);
  margin-top: 10px; display: flex; align-items: center; gap: 6px;
}
.shf-nl-note::before {
  content: '🔒'; font-size: 11px;
}

/* ── DIVIDER ROW with social icons ── */
.shf-divider-row {
  background: #080d17;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 20px 0;
}
.shf-divider-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shf-social { display: flex; gap: 8px; flex-shrink: 0; }
.shf-social-btn {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.42);
  transition: all 0.2s ease;
  text-decoration: none;
}
.shf-social-btn svg { width: 14px; height: 14px; }
.shf-social-btn:hover {
  background: var(--sh-accent); border-color: var(--sh-accent);
  color: white; transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(37,99,235,0.38);
}
.shf-divider-line {
  flex: 1; height: 1px;
  background: linear-gradient(to right, rgba(255,255,255,0.08) 0%, transparent 100%);
}

/* ── MAIN COLUMNS ── */
.shf-body {
  background: #070c16;
  padding: 44px 0 36px;
}
.shf-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1.3fr;
  gap: 40px;
}

/* Column heading */
.shf-col-head {
  display: flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 800;
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.28);
  margin-bottom: 20px; padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.shf-col-head svg { opacity: 0.5; flex-shrink: 0; }

/* Link list */
.shf-link-list { list-style: none; padding: 0; display: flex; flex-direction: column; }
.shf-link-list li a {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 0; text-decoration: none;
  color: rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-size: 13px; transition: all 0.18s ease;
}
.shf-link-list li:last-child a { border-bottom: none; }
.shf-link-list li a:hover { color: white; padding-left: 6px; }
.shf-link-arrow {
  font-size: 11px; color: rgba(255,255,255,0.18);
  transition: color 0.18s ease; flex-shrink: 0;
}
.shf-link-list li a:hover .shf-link-arrow { color: var(--sh-accent); }
.shf-link-text { flex: 1; }
.shf-link-badge {
  font-size: 10px; color: rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.05);
  padding: 2px 7px; border-radius: 10px;
  flex-shrink: 0;
}

/* Recent posts */
.shf-col-recent { display: flex; flex-direction: column; }
.shf-recent-item {
  display: flex; gap: 12px;
  align-items: flex-start; padding: 10px 0;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: all 0.18s ease;
}
.shf-recent-item:last-child { border-bottom: none; }
.shf-recent-item:hover { padding-left: 4px; }
.shf-recent-img {
  width: 60px; height: 48px; border-radius: 8px;
  overflow: hidden; flex-shrink: 0;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
}
.shf-recent-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.3s ease;
}
.shf-recent-item:hover .shf-recent-img img { transform: scale(1.08); }
.shf-recent-img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.2);
}
.shf-recent-info { flex: 1; min-width: 0; }
.shf-recent-title {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; font-size: 12.5px; font-weight: 600;
  color: rgba(255,255,255,0.6); line-height: 1.4;
  margin: 4px 0; transition: color 0.18s ease;
}
.shf-recent-item:hover .shf-recent-title { color: white; }
.shf-recent-date { font-size: 10px; color: rgba(255,255,255,0.24); }

/* ── BOTTOM BAR ── */
.shf-bottom {
  background: rgba(0,0,0,0.5);
  border-top: 1px solid rgba(255,255,255,0.04);
  padding: 16px 0;
}
.shf-bottom-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.shf-copy { font-size: 12px; color: rgba(255,255,255,0.25); }
.shf-bottom-mid { font-size: 12px; color: rgba(255,255,255,0.22); }
.shf-bottom-nav ul { display: flex; flex-wrap: wrap; list-style: none; }
.shf-bottom-nav a {
  font-size: 12px; color: rgba(255,255,255,0.3);
  padding: 0 12px; border-right: 1px solid rgba(255,255,255,0.07);
  text-decoration: none; transition: color 0.18s ease;
}
.shf-bottom-nav li:last-child a { border-right: none; }
.shf-bottom-nav a:hover { color: rgba(255,255,255,0.7); }

/* Widget overrides inside footer */
#sh-footer h3, #sh-footer h4, #sh-footer h5,
#sh-footer .sh-widget-title, #sh-footer .widget-title {
  font-size: 10px !important; font-weight: 800 !important;
  letter-spacing: 2px !important; text-transform: uppercase !important;
  color: rgba(255,255,255,0.28) !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  padding-bottom: 12px !important; margin-bottom: 18px !important;
  font-family: 'DM Sans', sans-serif !important;
  background: none !important;
}
#sh-footer .sh-footer-col a, #sh-footer li a, #sh-footer .textwidget a {
  color: rgba(255,255,255,0.5) !important;
  font-size: 13px; display: block; padding: 6px 0;
  text-decoration: none; transition: color 0.18s ease;
}
#sh-footer a:hover { color: white !important; }

/* ── FOOTER RESPONSIVE ── */
@media (max-width: 1024px) {
  .shf-top-inner { grid-template-columns: 1fr; gap: 32px; }
  .shf-cols { grid-template-columns: 1fr 1fr; gap: 32px; }
  .shf-col-recent { grid-column: 1 / -1; }
  .shf-recent-items { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 24px; }
}
@media (max-width: 768px) {
  .shf-top { padding: 36px 0 30px; }
  .shf-cols { grid-template-columns: 1fr; gap: 28px; }
  .shf-col-recent { grid-column: auto; }
  .shf-bottom-inner { flex-direction: column; text-align: center; gap: 8px; }
  .shf-bottom-nav ul { justify-content: center; }
  .shf-nl-row { flex-direction: column; border-radius: 12px; }
  .shf-nl-btn { border-radius: 0 0 10px 10px; padding: 12px; width: 100%; }
  .shf-nl-input { padding: 13px 16px; }
  .shf-divider-inner { flex-wrap: wrap; }
}

/* ════════════════════════════════════════════
   SIDEBAR SEARCH — v2 glassmorphism premium
   ════════════════════════════════════════════ */
.sh-sidebar-search-box {
  background: linear-gradient(135deg, var(--sh-surface) 0%, var(--sh-surface2) 100%);
  border: 1px solid var(--sh-border);
  border-radius: var(--sh-rl);
  padding: 18px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.sh-sidebar-search-box::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--sh-accent), var(--sh-purple));
}
.sh-sidebar-search-label {
  font-size: 10px; font-weight: 800; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--sh-text3);
  margin-bottom: 10px; display: flex; align-items: center; gap: 6px;
}
.sh-sidebar-search-wrap {
  display: flex; align-items: center;
  gap: 0;
  background: var(--sh-bg2);
  border: 1.5px solid var(--sh-border);
  border-radius: 50px;
  padding: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}
.sh-sidebar-search-wrap:focus-within {
  border-color: var(--sh-accent);
  box-shadow: 0 0 0 4px rgba(37,99,235,0.1);
}
.sh-sidebar-search-icon-wrap {
  width: 40px; height: 42px; display: flex;
  align-items: center; justify-content: center;
  color: var(--sh-text3); flex-shrink: 0;
  transition: color 0.2s;
}
.sh-sidebar-search-wrap:focus-within .sh-sidebar-search-icon-wrap { color: var(--sh-accent); }
.sh-sidebar-search-input {
  flex: 1; border: none; background: transparent;
  font-size: 13.5px; color: var(--sh-text);
  outline: none; padding: 10px 8px 10px 0;
  font-family: inherit;
}
.sh-sidebar-search-input::placeholder { color: var(--sh-text3); }
.sh-sidebar-search-btn {
  width: 36px; height: 36px; margin: 3px 3px 3px 0;
  border-radius: 50%; background: var(--sh-accent); border: none;
  display: flex; align-items: center; justify-content: center;
  color: white; cursor: pointer; flex-shrink: 0;
  transition: all 0.2s ease;
}
.sh-sidebar-search-btn:hover {
  background: var(--sh-accent-h); transform: scale(1.08);
  box-shadow: 0 3px 10px rgba(37,99,235,0.4);
}
.sh-sidebar-search-hints {
  display: flex; gap: 6px; margin-top: 10px; flex-wrap: wrap;
}
.sh-sidebar-search-hint {
  font-size: 10px; padding: 3px 10px; border-radius: 20px;
  background: var(--sh-bg2); border: 1px solid var(--sh-border);
  color: var(--sh-text3); cursor: pointer;
  transition: all 0.18s ease; text-decoration: none;
  white-space: nowrap;
}
.sh-sidebar-search-hint:hover {
  background: var(--sh-accent); color: white; border-color: var(--sh-accent);
}

/* ════════════════════════════════════════════
   SIDEBAR POSTS — v2 premium list
   ════════════════════════════════════════════ */
.sh-widget { position: relative; overflow: hidden; }
.sh-widget-title {
  display: flex !important; align-items: center !important;
  gap: 8px !important; padding-bottom: 12px !important;
  margin-bottom: 16px !important;
  font-size: 13px !important; font-weight: 800 !important;
  letter-spacing: 0.3px !important; text-transform: none !important;
  color: var(--sh-text) !important;
  border-bottom: 1px solid var(--sh-border) !important;
  font-family: 'DM Sans', sans-serif !important;
}
.sh-widget-title::before {
  content: '' !important;
  width: 3px; height: 16px;
  background: var(--sh-accent);
  border-radius: 2px; flex-shrink: 0;
  display: block !important;
}

.sh-sidebar-posts-list { display: flex; flex-direction: column; gap: 0; }

.sh-sidebar-post-item {
  display: flex; align-items: flex-start;
  gap: 12px; padding: 12px 0;
  border-bottom: 1px solid var(--sh-border);
  text-decoration: none; transition: all 0.18s ease;
  border-radius: 0;
}
.sh-sidebar-post-item:last-child { border-bottom: none; padding-bottom: 0; }
.sh-sidebar-post-item:first-child { padding-top: 0; }
.sh-sidebar-post-item:hover { padding-left: 4px; }
.sh-sidebar-post-item:hover .sh-sidebar-post-title { color: var(--sh-accent); }

.sh-sidebar-post-rank {
  min-width: 22px; height: 22px;
  border-radius: 6px;
  background: var(--sh-bg2); border: 1px solid var(--sh-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 800; color: var(--sh-text3);
  flex-shrink: 0; margin-top: 2px; letter-spacing: -0.5px;
  transition: all 0.18s ease;
}
.sh-sidebar-post-rank.top {
  background: linear-gradient(135deg, var(--sh-accent), var(--sh-purple));
  color: white; border-color: transparent;
}

.sh-sidebar-post-thumb {
  width: 68px; height: 54px; border-radius: 8px;
  overflow: hidden; flex-shrink: 0;
  background: var(--sh-bg2);
  border: 1px solid var(--sh-border);
}
.sh-sidebar-post-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.35s ease;
}
.sh-sidebar-post-item:hover .sh-sidebar-post-thumb img { transform: scale(1.07); }
.sh-sidebar-post-no-thumb {
  width: 100%; height: 100%;
  display: flex; align-items: center;
  justify-content: center; color: var(--sh-text3);
  background: var(--sh-bg2);
}

.sh-sidebar-post-info { flex: 1; min-width: 0; }
.sh-sidebar-post-cat { font-size: 8px !important; padding: 2px 7px !important; margin-bottom: 4px !important; display: inline-block !important; }
.sh-sidebar-post-title {
  font-size: 13px; font-weight: 600; line-height: 1.38;
  color: var(--sh-text); margin: 0 0 5px;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
  transition: color 0.18s ease;
  font-family: 'DM Sans', sans-serif;
}
.sh-sidebar-post-meta {
  display: flex; align-items: center; gap: 4px;
  font-size: 10.5px; color: var(--sh-text3);
}

/* ════════════════════════════════════════════
   CUSTOM CONTENT BLOCK WIDGET
   ════════════════════════════════════════════ */
.sh-custom-block-widget {
  position: relative; max-width: 100%;
}
.sh-custom-block-widget img { max-width: 100%; height: auto; }

/* ════════════════════════════════════════════
   AD UNITS — clean styles
   ════════════════════════════════════════════ */
.sh-ad-unit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
/* When code is present, remove the dashed placeholder look */
.sh-ad-unit:has(> script),
.sh-ad-unit:not(:empty) { background: transparent; border: none; }

.sh-ad-leaderboard  { min-height: 90px; width: 100%; margin: 8px 0; }
.sh-ad-rectangle    { min-height: 250px; width: 100%; margin: 12px 0; }
.sh-ad-section      { min-height: 90px; width: 100%; margin: 20px 0; }
.sh-ad-block        { margin: 20px auto; }
.sh-ad-sticky-side  { width: 100%; min-height: 250px; position: sticky; top: 90px; }
.sh-ad-in-content   { margin: 28px auto; }
.sh-ad-mobile-footer{
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 500; background: var(--sh-surface);
  border-top: 1px solid var(--sh-border);
  display: flex; align-items: center; justify-content: center;
  min-height: 60px; padding: 4px;
}

/* Placeholder (admin-only hint) */
.sh-ad-placeholder {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  width: 100%; padding: 20px; gap: 5px;
  background: var(--sh-surface2);
  border: 2px dashed var(--sh-border);
  border-radius: var(--sh-r); min-height: 90px;
}
.sh-ad-ph-text { font-size: 11px; font-weight: 600; color: var(--sh-text3); text-transform: uppercase; letter-spacing: 1px; }
.sh-ad-ph-size { font-size: 10px; color: var(--sh-text3); }
.sh-ad-ph-link {
  font-size: 11px; font-weight: 700; color: var(--sh-accent);
  margin-top: 4px; text-decoration: none;
  padding: 4px 12px; border: 1px solid var(--sh-accent);
  border-radius: 20px; transition: all .18s ease;
}
.sh-ad-ph-link:hover { background: var(--sh-accent); color: white; }
.sh-ad-label {
  position: absolute; top: 3px; right: 6px;
  font-size: 8px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--sh-text3); font-weight: 600; pointer-events: none;
}

/* ════════════════════════════════════════════
   SIDEBAR — Recent Cards (modern design)
   ════════════════════════════════════════════ */
.sh-widget-recent { padding-bottom: 4px !important; }

.sh-recent-cards { display: flex; flex-direction: column; gap: 0; }

.sh-recent-card-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid var(--sh-border);
  text-decoration: none;
  transition: all 0.18s ease;
}
.sh-recent-card-item:last-child { border-bottom: none; padding-bottom: 0; }
.sh-recent-card-item:first-child { padding-top: 0; }
.sh-recent-card-item:hover { padding-left: 5px; }
.sh-recent-card-item:hover .sh-recent-card-title { color: var(--sh-accent); }

.sh-recent-card-img {
  width: 72px; height: 56px;
  border-radius: var(--sh-r);
  overflow: hidden; flex-shrink: 0;
  background: var(--sh-bg2);
  border: 1px solid var(--sh-border);
  position: relative;
}
.sh-recent-card-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.35s ease;
}
.sh-recent-card-item:hover .sh-recent-card-img img { transform: scale(1.08); }
.sh-recent-card-no-img {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  color: var(--sh-text3);
}

.sh-recent-card-body {
  flex: 1; min-width: 0;
  display: flex; flex-direction: column; gap: 4px;
}
.sh-recent-card-title {
  font-size: 13px; font-weight: 600;
  line-height: 1.4; color: var(--sh-text);
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
  transition: color 0.18s ease;
  font-family: 'DM Sans', sans-serif;
  margin: 3px 0 2px;
}
.sh-recent-card-meta {
  display: flex; align-items: center; gap: 4px;
  font-size: 10.5px; color: var(--sh-text3); flex-wrap: wrap;
}

/* ════════════════════════════════════════════
   FOOTER v4 — Final clean version
   ════════════════════════════════════════════ */

/* Kill all old conflicting footer rules */
.sh-footer-top,.sh-footer-bar,.sh-footer-main,
.sh-footer-bottom-bar,.shf-top:not(#sh-footer .shf-top),
.shf-mid:not(#sh-footer .shf-mid) { display:none !important; }

#sh-footer {
  background: #07101f !important;
  color: rgba(255,255,255,0.65);
  margin-top: 0;
  font-size: 13px;
}

/* ── TOP section ── */
.shf-top {
  background: linear-gradient(160deg,#0d1628 0%,#0a1020 60%,#0d0a1e 100%);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 52px 0 44px;
}
.shf-top-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: start;
}

/* Brand */
.shf-brand {}
.shf-wordmark {
  font-family: 'Playfair Display', serif;
  font-size: 28px; font-weight: 900; color: white;
  display: inline-block; letter-spacing: -1px;
  line-height: 1; margin-bottom: 14px; text-decoration: none;
}
.shf-wordmark em { font-style: normal; color: var(--sh-accent); }
#sh-footer .custom-logo { max-height: 36px; width: auto; display: block; margin-bottom: 14px; }
.shf-desc {
  font-size: 13px; color: rgba(255,255,255,0.32);
  line-height: 1.8; max-width: 300px; margin-bottom: 20px;
}
.shf-social { display: flex; gap: 7px; flex-wrap: wrap; }
.shf-social-btn {
  width: 34px; height: 34px; border-radius: 9px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.42);
  transition: all 0.18s ease; text-decoration: none;
}
.shf-social-btn svg { width: 13px; height: 13px; }
.shf-social-btn:hover {
  background: var(--sh-accent); border-color: var(--sh-accent);
  color: white; transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(37,99,235,0.38);
}

/* Newsletter */
.shf-nl-col {}
.shf-nl-heading {
  font-family: 'Playfair Display', serif;
  font-size: 18px; font-weight: 800; color: white;
  margin-bottom: 8px; display: flex; align-items: center; gap: 8px;
}
.shf-nl-sub { font-size: 13px; color: rgba(255,255,255,0.38); margin-bottom: 18px; line-height: 1.6; }
.shf-nl-form {}
.shf-nl-row {
  display: flex;
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 50px; overflow: hidden;
  transition: border-color 0.2s ease;
}
.shf-nl-row:focus-within { border-color: var(--sh-accent); }
.shf-nl-input {
  flex: 1; border: none; background: transparent;
  padding: 12px 18px; font-size: 13px; color: white;
  outline: none; font-family: inherit;
}
.shf-nl-input::placeholder { color: rgba(255,255,255,0.32); }
.shf-nl-btn {
  background: var(--sh-accent); color: white; border: none;
  padding: 12px 22px; font-size: 13px; font-weight: 700;
  cursor: pointer; font-family: inherit;
  transition: background 0.18s ease; white-space: nowrap;
  border-radius: 0 50px 50px 0;
}
.shf-nl-btn:hover { background: var(--sh-accent-h); }
.shf-nl-note { font-size: 11px; color: rgba(255,255,255,0.25); margin-top: 10px; }

/* ── MID section ── */
.shf-mid {
  background: #060e1b;
  padding: 40px 0 32px;
}
.shf-mid-divider {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 32px;
}
.shf-divider-label {
  font-size: 9px; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,0.22);
  white-space: nowrap;
}
.shf-divider-line {
  flex: 1; height: 1px;
  background: linear-gradient(to right, rgba(255,255,255,0.07), transparent);
}

.shf-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 36px; }

.shf-col-title {
  font-size: 9px; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,0.28);
  margin-bottom: 18px; display: flex; align-items: center; gap: 7px;
  padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.shf-col-title svg { opacity: 0.5; flex-shrink: 0; }

/* Links */
.shf-links { list-style: none; padding: 0; display: flex; flex-direction: column; }
.shf-links li a {
  display: flex; align-items: center; gap: 8px;
  padding: 7px 0; text-decoration: none;
  color: rgba(255,255,255,0.48);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-size: 13px; transition: all 0.18s ease;
}
.shf-links li:last-child a { border-bottom: none; }
.shf-links li a:hover { color: white; padding-left: 5px; }
.shf-links li a svg { color: rgba(255,255,255,0.18); flex-shrink: 0; transition: color 0.18s ease; }
.shf-links li a:hover svg { color: var(--sh-accent); }
.shf-links li a span { flex: 1; }
.shf-links li a em {
  font-style: normal; font-size: 10px; color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.05); padding: 1px 7px; border-radius: 10px;
}

/* Tags cloud */
.shf-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.shf-tag {
  font-size: 11px; padding: 5px 12px;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.48);
  text-decoration: none; transition: all 0.18s ease;
}
.shf-tag:hover {
  background: var(--sh-accent); border-color: var(--sh-accent);
  color: white; transform: translateY(-1px);
}

/* Widget overrides inside footer */
#sh-footer .sh-widget-title,
#sh-footer h3, #sh-footer h4, #sh-footer h5,
#sh-footer .widget-title {
  font-size: 9px !important; font-weight: 800 !important;
  letter-spacing: 2px !important; text-transform: uppercase !important;
  color: rgba(255,255,255,0.28) !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  padding-bottom: 12px !important; margin-bottom: 18px !important;
  font-family: 'DM Sans', sans-serif !important;
  background: none !important;
}
#sh-footer a {
  color: rgba(255,255,255,0.48); text-decoration: none;
  transition: color 0.18s ease;
}
#sh-footer a:hover { color: white !important; }

/* ── BOTTOM bar ── */
.shf-bar {
  background: rgba(0,0,0,0.45);
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 15px 0;
}
.shf-bar-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.shf-copy { font-size: 12px; color: rgba(255,255,255,0.25); }
.shf-made { font-size: 12px; color: rgba(255,255,255,0.22); }
.shf-made span { color: var(--sh-rose); }
.shf-bar-nav ul { display: flex; flex-wrap: wrap; list-style: none; }
.shf-bar-nav a {
  font-size: 12px; color: rgba(255,255,255,0.3);
  padding: 0 12px; border-right: 1px solid rgba(255,255,255,0.07);
  transition: color 0.18s ease;
}
.shf-bar-nav li:last-child a { border-right: none; }
.shf-bar-nav a:hover { color: rgba(255,255,255,0.72); }

/* ── FOOTER RESPONSIVE ── */
@media (max-width: 1024px) {
  .shf-top-row { grid-template-columns: 1fr; gap: 32px; }
  .shf-cols { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 768px) {
  .shf-top { padding: 36px 0 28px; }
  .shf-cols { grid-template-columns: 1fr; gap: 24px; }
  .shf-nl-row { border-radius: 12px; flex-direction: column; }
  .shf-nl-btn { border-radius: 0 0 10px 10px; padding: 12px; text-align: center; }
  .shf-bar-inner { flex-direction: column; text-align: center; gap: 8px; }
  .shf-bar-nav ul { justify-content: center; }
}

/* ════════════════════════════════════════════
   FOOTER v5 — Logo + Social + Optional NL + Horizontal Nav
   ════════════════════════════════════════════ */

/* Kill ALL previous footer layer rules */
.shf-top, .shf-mid, .shf-mid-divider, .shf-cols,
.sh-footer-top, .sh-footer-bar, .sh-footer-main,
.sh-footer-bottom-bar, .shf-nl-heading,
.sh-footer-nl-strip { display: none !important; }

#sh-footer {
  background: #07101f !important;
  color: rgba(255,255,255,0.6);
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: 0;
}

/* ── BODY: logo + newsletter + social ── */
.shf-body {
  padding: 40px 0 32px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.shf-body-inner {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap;
}

/* Logo column */
.shf-logo-col { flex: 0 0 auto; max-width: 260px; }
.shf-wordmark {
  font-family: 'Playfair Display', serif;
  font-size: 26px; font-weight: 900; color: white;
  display: inline-block; letter-spacing: -1px;
  line-height: 1; margin-bottom: 10px; text-decoration: none;
}
.shf-wordmark em { font-style: normal; color: var(--sh-accent); }
#sh-footer .custom-logo { max-height: 36px; width: auto; display: block; margin-bottom: 10px; }
.shf-tagline {
  font-size: 12px; color: rgba(255,255,255,0.3);
  line-height: 1.7; margin: 0;
}

/* Newsletter column (optional) */
.shf-nl-col {
  flex: 1; min-width: 240px; max-width: 380px;
}
.shf-nl-label {
  font-size: 11px; font-weight: 700;
  color: rgba(255,255,255,0.45); margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.shf-nl-form {}
.shf-nl-row {
  display: flex;
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 50px; overflow: hidden;
  background: rgba(255,255,255,0.04);
  transition: border-color 0.2s ease;
}
.shf-nl-row:focus-within { border-color: var(--sh-accent); }
.shf-nl-input {
  flex: 1; border: none; background: transparent;
  padding: 11px 16px; font-size: 13px; color: white;
  outline: none; font-family: inherit;
}
.shf-nl-input::placeholder { color: rgba(255,255,255,0.3); }
.shf-nl-btn {
  background: var(--sh-accent); color: white; border: none;
  padding: 11px 20px; font-size: 13px; font-weight: 700;
  cursor: pointer; font-family: inherit;
  transition: background 0.18s ease; white-space: nowrap;
  border-radius: 0 50px 50px 0;
}
.shf-nl-btn:hover { background: var(--sh-accent-h); }

/* Social column */
.shf-social-col { flex: 0 0 auto; margin-left: auto; }
.shf-social-label {
  font-size: 10px; font-weight: 800; letter-spacing: 1.5px;
  text-transform: uppercase; color: rgba(255,255,255,0.28);
  margin-bottom: 12px;
}
.shf-social {
  display: flex; gap: 7px; flex-wrap: wrap;
}
.shf-social-btn {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5); transition: all 0.18s ease;
  text-decoration: none;
}
.shf-social-btn svg { width: 14px; height: 14px; }
.shf-social-btn:hover {
  background: var(--sh-accent); border-color: var(--sh-accent);
  color: white; transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(37,99,235,0.38);
}

/* ── BOTTOM BAR: copyright + horizontal nav ── */
.shf-bar {
  padding: 14px 0;
}
.shf-bar-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.shf-copy {
  font-size: 12px; color: rgba(255,255,255,0.28);
  white-space: nowrap;
}
/* Horizontal nav */
.shf-bar-nav { flex: 1; display: flex; justify-content: center; }
.shf-bar-nav ul {
  display: flex; flex-wrap: wrap; list-style: none;
  padding: 0; margin: 0; gap: 0;
}
.shf-bar-nav li a {
  font-size: 12px; color: rgba(255,255,255,0.38);
  padding: 0 14px;
  border-right: 1px solid rgba(255,255,255,0.09);
  text-decoration: none; transition: color 0.18s ease;
  white-space: nowrap;
}
.shf-bar-nav li:last-child a { border-right: none; }
.shf-bar-nav li a:hover { color: rgba(255,255,255,0.8); }

/* ── FOOTER RESPONSIVE ── */
@media (max-width: 860px) {
  .shf-body-inner { gap: 28px; }
  .shf-social-col { margin-left: 0; }
}
@media (max-width: 600px) {
  .shf-body { padding: 28px 0 24px; }
  .shf-nl-row { border-radius: 10px; flex-direction: column; }
  .shf-nl-btn { border-radius: 0 0 8px 8px; padding: 11px; text-align: center; }
  .shf-bar-inner { flex-direction: column; text-align: center; gap: 10px; }
  .shf-bar-nav { justify-content: center; }
  .shf-bar-nav ul { justify-content: center; }
}

/* ════════════════════════════════════════════
   TRENDING TICKER — sticky below header
   ════════════════════════════════════════════ */
#sh-trending-ticker {
  background: var(--sh-rose);
  height: 32px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: sticky;
  top: 64px;          /* header height */
  z-index: 490;       /* just below header (500) */
  transition: top var(--sh-t);
}
/* When header is scrolled and slightly shorter, keep it snug */
#sh-header.scrolled ~ #sh-trending-ticker,
#sh-header.scrolled + * #sh-trending-ticker { top: 64px; }

/* ════════════════════════════════════════════
   BADGE GLOBAL FIX — never stretch full width
   ════════════════════════════════════════════ */
.sh-badge,
a.sh-badge,
span.sh-badge {
  display: inline-block !important;
  width: auto !important;
  max-width: fit-content !important;
  align-self: flex-start !important;
  flex-shrink: 0;
  /* Ensure it never grows in flex containers */
  flex-grow: 0 !important;
}

/* Card badge wrapper — all card types */
.sh-card-body > .sh-badge,
.sh-card-body > a.sh-badge,
.sh-overlay-card .sh-card-body > .sh-badge,
.sh-mini-info > .sh-badge,
.sh-sidebar-post-info > .sh-badge,
.sh-sidebar-post-info > span.sh-badge,
.sh-list-info > .sh-badge,
.sh-hero-overlay > .sh-badge,
.sh-recent-card-body > .sh-badge,
.shf-recent-info > .sh-badge {
  display: inline-block !important;
  width: auto !important;
  max-width: fit-content !important;
  align-self: flex-start !important;
  margin-bottom: 5px;
}

/* Sidebar post cat badge */
.sh-sidebar-post-cat {
  display: inline-block !important;
  width: auto !important;
  max-width: fit-content !important;
  align-self: flex-start !important;
  font-size: 8px !important;
  padding: 2px 7px !important;
  margin-bottom: 4px;
}

/* Archive / category page badge on banner */
.sh-cat-banner-wrap > .sh-cat-banner-content > .sh-badge,
.sh-cat-banner-content > .sh-badge {
  display: inline-block !important;
  width: auto !important;
  max-width: fit-content !important;
  margin-bottom: 8px;
}

/* Hero panel item badge */
.sh-hero-panel-info .sh-badge {
  display: inline-block !important;
  width: auto !important;
  max-width: fit-content !important;
}

/* Footer recent item badge */
.shf-recent-info .sh-badge {
  display: inline-block !important;
  width: auto !important;
  max-width: fit-content !important;
  margin-bottom: 3px;
}

/* ════════════════════════════════════════════
   ARTICLES PAGE TEMPLATE — Filter Tabs
   ════════════════════════════════════════════ */
.sh-articles-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--sh-border);
}
.sh-filter-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1.5px solid var(--sh-border);
  background: var(--sh-surface);
  color: var(--sh-text2);
  text-decoration: none;
  transition: all var(--sh-t);
  white-space: nowrap;
}
.sh-filter-tab:hover {
  border-color: var(--sh-accent);
  color: var(--sh-accent);
  background: var(--sh-bg2);
}
.sh-filter-tab.active {
  background: var(--sh-accent);
  color: white;
  border-color: var(--sh-accent);
  box-shadow: 0 2px 8px rgba(37,99,235,0.25);
}
.sh-filter-count {
  font-size: 10px;
  font-weight: 700;
  opacity: 0.7;
}
