/*
Theme Name: WP Bazaar News
Theme URI: https://wpbazaar.in/
Description: A fast, editorial news child theme for GeneratePress with configurable homepage sections, ticker, most-read, ads, social links and article layouts.
Author: WP Bazaar
Author URI: https://wpbazaar.in/
Template: generatepress
Version: 2.1.0
Text Domain: wp-bazaar-news
Requires at least: 6.2
Requires PHP: 7.4
*/

:root{
  --wbn-bg:#ffffff;
  --wbn-text:#151515;
  --wbn-muted:#6f6f6f;
  --wbn-line:#e9e9e9;
  --wbn-accent:#b30000;
  --wbn-accent-dark:#7f0000;
  --wbn-soft:#f7f7f7;
  --wbn-max:1180px;
  --wbn-serif: Georgia, 'Times New Roman', serif;
  --wbn-sans: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--wbn-bg);color:var(--wbn-text);font-family:var(--wbn-sans);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.wbn-wrap{width:min(calc(100% - 32px),var(--wbn-max));margin-inline:auto}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}
.wbn-top{height:77px;background:var(--wbn-header-bg,#3b0003);color:var(--wbn-header-text,#fff);border-bottom:1px solid rgba(255,255,255,.13)}
.wbn-brand-row{height:77px;display:flex;align-items:center;justify-content:space-between;gap:24px}.wbn-brand-area{height:100%;display:flex;align-items:center;min-width:0}.wbn-brand{display:flex;align-items:center;height:100%}.wbn-brand .custom-logo-link{display:flex;align-items:center;height:100%}.wbn-brand .custom-logo{max-height:61px;max-width:330px;width:auto;object-fit:contain}.wbn-brand-fallback{display:flex;align-items:center;gap:12px;color:inherit}.wbn-logo-mark{width:44px;height:44px;border:1px solid rgba(255,255,255,.75);display:grid;place-items:center;font:700 11px var(--wbn-serif)}.wbn-site-title{display:block;font:700 25px/1.05 var(--wbn-serif);letter-spacing:-.35px;color:inherit}.wbn-tagline{display:block;margin-top:5px;font:500 10px/1.2 var(--wbn-serif);color:inherit;opacity:.92}.wbn-header-date{height:31px;margin-left:26px;padding-left:18px;display:flex;align-items:center;position:relative;white-space:nowrap;font:500 12px/1 var(--wbn-serif);color:rgba(255,255,255,.72)}.wbn-date-divider{position:absolute;left:0;width:1px;height:31px;background:rgba(255,255,255,.22)}
.wbn-header-actions{display:flex;align-items:center;height:100%;margin-left:auto}.wbn-header-social{display:flex;align-items:center;gap:9px}.wbn-header-social a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.095);color:#fff;transition:.18s ease}.wbn-header-social a:hover{background:rgba(255,255,255,.18);transform:translateY(-1px)}.wbn-header-social svg{width:15px;height:15px;fill:currentColor}.wbn-action-divider{width:1px;height:36px;background:rgba(255,255,255,.18);margin:0 23px}.wbn-search-button{height:36px;min-width:100px;padding:0 16px;border:0;background:rgba(255,255,255,.08);color:inherit;display:flex;align-items:center;justify-content:center;gap:8px;font:700 13px var(--wbn-serif);cursor:pointer}.wbn-search-button svg{width:15px;height:15px;fill:currentColor}.wbn-menu-toggle{display:none;border:0;background:none;padding:0;width:34px;height:34px;cursor:pointer}.wbn-menu-toggle span{display:block;width:22px;height:2px;background:currentColor;margin:4px auto}
.wbn-nav{height:45px;background:var(--wbn-nav-bg,#650006);color:var(--wbn-nav-text,#fff);border:0;position:relative;z-index:100}.wbn-nav-inner{height:45px;display:flex;align-items:stretch;justify-content:flex-start}.wbn-nav ul{display:flex;list-style:none;margin:0;padding:0;gap:0;align-items:stretch}.wbn-nav li{position:relative;margin:0}.wbn-nav>div>ul>li>a,.wbn-nav .wbn-menu>li>a{height:45px;display:flex;align-items:center;padding:0 14px;color:var(--wbn-nav-text,#fff);font:700 14px/1 var(--wbn-sans);white-space:nowrap}.wbn-nav .menu-item-has-children>a:after{content:'▾';font-size:10px;margin-left:7px;opacity:.8}.wbn-nav>div>ul>li.current-menu-item>a,.wbn-nav>div>ul>li.current-menu-ancestor>a,.wbn-nav .wbn-menu>li.current-menu-item>a,.wbn-nav .wbn-menu>li.current-menu-ancestor>a{background:var(--wbn-active-bg,#fff);color:var(--wbn-active-text,#111)}.wbn-nav>div>ul>li>a:hover,.wbn-nav .wbn-menu>li>a:hover{background:rgba(0,0,0,.12)}.wbn-nav>div>ul>li.current-menu-item>a:hover,.wbn-nav>div>ul>li.current-menu-ancestor>a:hover{background:var(--wbn-active-bg,#fff);color:var(--wbn-active-text,#111)}
.wbn-nav .sub-menu{position:absolute;left:0;top:100%;min-width:220px;height:auto!important;display:block!important;padding:8px 0!important;background:var(--wbn-nav-bg,#650006);border-top:2px solid rgba(255,255,255,.72);box-shadow:0 12px 28px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(7px);transition:opacity .16s ease,transform .16s ease,visibility .16s;z-index:999}.wbn-nav li:hover>.sub-menu,.wbn-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.wbn-nav .sub-menu li{display:block;width:100%}.wbn-nav .sub-menu a{display:flex;align-items:center;justify-content:space-between;min-height:39px;padding:9px 15px;color:var(--wbn-nav-text,#fff);font:600 13px/1.3 var(--wbn-sans);border-bottom:1px solid rgba(255,255,255,.09);white-space:nowrap}.wbn-nav .sub-menu li:last-child>a{border-bottom:0}.wbn-nav .sub-menu a:hover,.wbn-nav .sub-menu .current-menu-item>a{background:#fff;color:#111}.wbn-nav .sub-menu .menu-item-has-children>a:after{content:'›';font-size:15px;margin-left:16px}.wbn-nav .sub-menu .sub-menu{left:100%;top:-8px}
.wbn-ticker{height:45px;border-bottom:1px solid #ddd;background:#fff}.wbn-ticker-inner{height:45px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:13px;overflow:hidden}.wbn-ticker-label{height:29px;padding:0 10px 0 8px;display:flex;align-items:center;gap:6px;background:var(--wbn-nav-bg,#650006);color:#fff;text-transform:uppercase;font:800 11px/1 var(--wbn-sans);letter-spacing:0}.wbn-ticker-dot{width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.15)}.wbn-ticker-track{white-space:nowrap;overflow:hidden;min-width:0}.wbn-ticker-item{display:none;overflow:hidden;text-overflow:ellipsis;font:600 14px/1.3 var(--wbn-serif);color:#333}.wbn-ticker-item.is-active{display:block}
.wbn-main{padding:42px 0 70px}.wbn-section{padding:28px 0 38px;border-bottom:1px solid var(--wbn-line)}.wbn-section:last-child{border-bottom:0}.wbn-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.wbn-section-title{margin:0;font:700 27px/1.15 var(--wbn-serif);letter-spacing:-.25px}.wbn-see-all{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--wbn-accent)}
.wbn-editorial-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px}.wbn-feature-card .wbn-thumb{aspect-ratio:16/10;object-fit:cover;width:100%;background:#eee}.wbn-kicker{display:inline-block;margin:13px 0 7px;color:var(--wbn-accent);font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:800}.wbn-feature-card h3{margin:0;font:700 22px/1.28 var(--wbn-serif)}.wbn-meta{margin-top:8px;font-size:11px;color:var(--wbn-muted)}
.wbn-news-grid{display:grid;grid-template-columns:1.45fr .8fr .8fr .8fr;gap:24px}.wbn-news-card:first-child .wbn-thumb{aspect-ratio:16/9}.wbn-news-card:not(:first-child) .wbn-thumb{aspect-ratio:4/3}.wbn-news-card .wbn-thumb{width:100%;object-fit:cover;background:#eee}.wbn-news-card h3{margin:10px 0 0;font:700 18px/1.34 var(--wbn-serif)}.wbn-news-card:first-child h3{font-size:25px}.wbn-excerpt{font-size:13px;color:#515151;margin:8px 0 0}.wbn-mostread{background:var(--wbn-soft);padding:34px}.wbn-mostread-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.wbn-mostread-item{position:relative;padding-left:40px}.wbn-rank{position:absolute;left:0;top:-5px;font:700 32px/1 var(--wbn-serif);color:#c8c8c8}.wbn-mostread-item h3{font:700 17px/1.35 var(--wbn-serif);margin:0}.wbn-mostread-item .wbn-meta{margin-top:6px}
.wbn-archive-head{display:grid;grid-template-columns:1.5fr .85fr;gap:34px;margin-bottom:42px}.wbn-archive-title{margin:0 0 26px;font:700 42px/1.08 var(--wbn-serif)}.wbn-lead-story .wbn-thumb{aspect-ratio:16/9;object-fit:cover;width:100%}.wbn-lead-story h2{font:700 30px/1.25 var(--wbn-serif);margin:14px 0 4px}.wbn-archive-list{display:flex;flex-direction:column}.wbn-list-item{display:grid;grid-template-columns:180px 1fr;gap:20px;padding:18px 0;border-top:1px solid var(--wbn-line)}.wbn-list-item:first-child{border-top:0;padding-top:0}.wbn-list-item .wbn-thumb{width:180px;aspect-ratio:4/3;object-fit:cover}.wbn-list-item h2{font:700 21px/1.3 var(--wbn-serif);margin:3px 0}.wbn-pagination{display:flex;gap:8px;margin-top:30px}.wbn-pagination .page-numbers{border:1px solid var(--wbn-line);padding:8px 12px;font-size:12px}.wbn-pagination .current{background:var(--wbn-text);color:#fff}
.wbn-single{max-width:800px;margin:0 auto}.wbn-breadcrumb{font-size:11px;color:var(--wbn-muted);margin-bottom:20px}.wbn-single .wbn-category{font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:800;color:var(--wbn-accent)}.wbn-single h1{font:700 48px/1.12 var(--wbn-serif);letter-spacing:-.8px;margin:10px 0 15px}.wbn-deck{font:400 20px/1.5 var(--wbn-serif);color:#555;margin:0 0 18px}.wbn-byline{display:flex;gap:10px;flex-wrap:wrap;color:var(--wbn-muted);font-size:12px;padding-bottom:22px;border-bottom:1px solid var(--wbn-line)}.wbn-single-featured{margin:28px 0 28px}.wbn-single-featured img{width:100%}.wbn-content{font:400 18px/1.85 var(--wbn-serif)}.wbn-content p{margin:0 0 1.4em}.wbn-content h2,.wbn-content h3{font-family:var(--wbn-serif);line-height:1.25}.wbn-content blockquote{border-left:4px solid var(--wbn-accent);margin:30px 0;padding:5px 0 5px 24px;font-size:22px}.wbn-share{display:flex;gap:8px;margin:26px 0}.wbn-share a{border:1px solid var(--wbn-line);padding:7px 10px;font-size:11px;font-weight:700}.wbn-author-box{display:grid;grid-template-columns:72px 1fr;gap:18px;border-top:1px solid var(--wbn-line);border-bottom:1px solid var(--wbn-line);padding:26px 0;margin-top:36px}.wbn-author-box img{border-radius:50%}.wbn-author-box h3{margin:0 0 5px;font:700 20px var(--wbn-serif)}
.wbn-ad{margin:24px 0;text-align:center;overflow:hidden}.wbn-ad:empty{display:none}.wbn-search-overlay{position:fixed;inset:0;background:rgba(255,255,255,.98);z-index:9999;display:none;align-items:center;justify-content:center}.wbn-search-overlay.is-open{display:flex}.wbn-search-box{width:min(680px,calc(100% - 40px));position:relative}.wbn-search-box input{width:100%;font:700 34px var(--wbn-serif);border:0;border-bottom:2px solid #111;padding:18px 48px 18px 0;outline:0}.wbn-search-close{position:absolute;right:0;top:19px;border:0;background:none;font-size:25px;cursor:pointer}
.wbn-footer{background:#111;color:#eee;padding:55px 0 0}.wbn-footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1fr;gap:42px}.wbn-footer-logo .custom-logo{max-height:60px;width:auto;filter:grayscale(1) brightness(4)}.wbn-footer-about{color:#aaa;font-size:13px;max-width:330px;margin-top:17px}.wbn-footer h3{font:700 15px var(--wbn-serif);margin:0 0 16px}.wbn-footer ul{list-style:none;margin:0;padding:0}.wbn-footer li{margin:9px 0}.wbn-footer a{color:#bbb;font-size:13px}.wbn-footer a:hover{color:#fff}.wbn-social{display:flex;gap:10px;flex-wrap:wrap;margin-top:17px}.wbn-social a{border:1px solid #333;padding:6px 9px}.wbn-footer-bottom{border-top:1px solid #2b2b2b;margin-top:42px;padding:18px 0;display:flex;justify-content:space-between;color:#777;font-size:11px}.wbn-backtop{color:#aaa!important}
@media(max-width:900px){.wbn-top{height:68px}.wbn-brand-row{height:68px}.wbn-menu-toggle{display:block;color:var(--wbn-header-text,#fff);flex:0 0 34px}.wbn-header-date{display:none}.wbn-header-social{display:none}.wbn-action-divider{display:none}.wbn-brand .custom-logo{max-height:52px;max-width:250px}.wbn-nav{display:none;height:auto}.wbn-nav.is-open{display:block}.wbn-nav-inner{height:auto;padding:0}.wbn-nav ul{flex-direction:column;width:100%}.wbn-nav>div>ul>li>a,.wbn-nav .wbn-menu>li>a{height:44px;padding:0 14px}.wbn-nav .menu-item-has-children>a{padding-right:50px;position:relative}.wbn-nav .menu-item-has-children>a:after{position:absolute;right:17px}.wbn-nav .sub-menu{position:static;min-width:0;box-shadow:none;border:0;padding:0!important;opacity:1;visibility:visible;transform:none;display:none!important;background:rgba(0,0,0,.12)}.wbn-nav li.submenu-open>.sub-menu{display:block!important}.wbn-nav .sub-menu a{padding-left:28px;white-space:normal}.wbn-nav .sub-menu .sub-menu{position:static}.wbn-nav .sub-menu .sub-menu a{padding-left:42px}.wbn-search-button{min-width:42px;width:42px;padding:0}.wbn-search-button span{display:none}.wbn-editorial-grid{grid-template-columns:1fr 1fr}.wbn-news-grid{grid-template-columns:1fr 1fr}.wbn-news-card:first-child{grid-column:1/-1}.wbn-mostread-grid{grid-template-columns:1fr 1fr}.wbn-footer-grid{grid-template-columns:1fr 1fr}.wbn-archive-head{grid-template-columns:1fr}.wbn-single h1{font-size:40px}}
@media(max-width:620px){.wbn-wrap{width:min(calc(100% - 24px),var(--wbn-max))}.wbn-brand-row{gap:8px}.wbn-brand .custom-logo{max-width:210px;max-height:49px}.wbn-site-title{font-size:21px}.wbn-tagline{font-size:9px}.wbn-ticker-inner{grid-template-columns:auto 1fr;gap:8px}.wbn-ticker-label{font-size:10px;padding:0 8px}.wbn-main{padding-top:24px}.wbn-editorial-grid,.wbn-news-grid,.wbn-mostread-grid{grid-template-columns:1fr}.wbn-news-card:first-child{grid-column:auto}.wbn-section-title{font-size:24px}.wbn-mostread{padding:24px 18px}.wbn-archive-title{font-size:34px}.wbn-list-item{grid-template-columns:112px 1fr;gap:14px}.wbn-list-item .wbn-thumb{width:112px}.wbn-list-item h2{font-size:17px}.wbn-single h1{font-size:34px}.wbn-content{font-size:17px}.wbn-footer-grid{grid-template-columns:1fr}.wbn-footer-bottom{display:block}.wbn-backtop{display:inline-block;margin-top:8px}.wbn-search-box input{font-size:25px}}
/* v1.2 reference-accurate inner article/footer */
.wbn-single-main{padding:28px 0 0}.wbn-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:32px;align-items:start;width:100%}.wbn-single{max-width:none;margin:0}.wbn-single .wbn-category{font:800 11px/1.2 var(--wbn-sans);margin:7px 0 8px}.wbn-single h1{font-size:43px;line-height:1.16;margin:0 0 25px;letter-spacing:-.55px}.wbn-byline{min-height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 0 18px;border-bottom:2px solid var(--wbn-nav-bg,#650006)}.wbn-author-mini{display:flex;align-items:center;gap:12px;font-size:13px}.wbn-author-mini img{width:40px;height:40px;border-radius:50%;border:1.5px solid var(--wbn-nav-bg,#650006)}.wbn-author-mini i{width:1px;height:15px;background:#ddd}.wbn-author-mini span{color:#555}.wbn-share-round{margin:0;display:flex;gap:9px}.wbn-share-round a,.wbn-share-round button{width:29px;height:29px;border:0;border-radius:50%;background:#f6f6f6;display:grid;place-items:center;padding:0;font:700 13px var(--wbn-sans);cursor:pointer;color:#450006}.wbn-single-featured{margin:24px 0 28px}.wbn-single-featured img{width:100%;max-height:none;object-fit:cover}.wbn-single-featured figcaption{font:italic 16px/1.5 var(--wbn-serif);color:#555;margin-top:25px}.wbn-content{font-size:17px;line-height:1.8}.wbn-related-side{border-top:2px solid #222;margin-top:0}.wbn-related-side h2{font:700 21px/1.2 var(--wbn-serif);margin:10px 0 14px;padding-left:12px;border-left:4px solid var(--wbn-nav-bg,#650006)}.wbn-related-side article{display:grid;grid-template-columns:90px 1fr;gap:13px;padding:12px 0;border-bottom:1px solid #ddd}.wbn-related-thumb img{width:90px;height:68px;object-fit:cover}.wbn-related-side span{display:block;color:var(--wbn-nav-bg,#650006);font:800 10px/1 var(--wbn-sans);text-transform:uppercase;margin:4px 0 8px}.wbn-related-side h3{font:700 14px/1.35 var(--wbn-serif);margin:0}.wbn-author-box{grid-template-columns:64px 1fr;padding:24px 0 36px;margin-top:45px}.wbn-author-box img{width:64px;height:64px;border:1.5px solid var(--wbn-nav-bg,#650006)}.wbn-author-box h3{font-size:21px}.wbn-author-box p{font:400 13px/1.6 var(--wbn-serif);color:#555;margin:3px 0}.wbn-after-article{display:flex;justify-content:space-between;align-items:center;padding:20px 0 45px;font-size:13px;font-weight:700}.wbn-footer{background:var(--wbn-footer-bg,var(--wbn-header-bg,#3b0003));color:#fff;padding:0}.wbn-footer-follow{border-bottom:1px solid rgba(255,255,255,.16)}.wbn-footer-follow .wbn-wrap{height:69px;display:flex;align-items:center;justify-content:space-between}.wbn-footer-follow strong{font-size:13px}.wbn-footer-icons{display:flex;gap:9px}.wbn-footer-icons a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.09);display:grid;place-items:center;color:#fff;font-size:13px}.wbn-footer-grid{padding-top:40px;grid-template-columns:1.35fr .85fr .85fr 1fr;gap:32px}.wbn-footer-logo .custom-logo{filter:none;max-height:55px;max-width:310px}.wbn-footer-about{color:#eee;font-family:var(--wbn-serif)}.wbn-footer h3{text-transform:uppercase;font:800 13px var(--wbn-sans);border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:11px}.wbn-footer a{color:#eee}.wbn-footer-bottom{border-color:rgba(255,255,255,.15);color:#cfcfcf}
@media(max-width:900px){.wbn-article-layout{grid-template-columns:1fr}.wbn-related-side{margin-top:25px}.wbn-single h1{font-size:38px}}
@media(max-width:620px){.wbn-single h1{font-size:31px}.wbn-byline{align-items:flex-start;gap:14px}.wbn-author-mini{flex-wrap:wrap}.wbn-author-mini i{display:none}.wbn-share-round{flex-shrink:0}.wbn-footer-follow .wbn-wrap{height:62px}.wbn-after-article{gap:12px}.wbn-related-side article{grid-template-columns:100px 1fr}.wbn-related-thumb img{width:100px}}

/* v1.3 reference-style homepage + media sections + complete blog sidebar/comments */
.wbn-home{padding-top:28px}.wbn-home-lead{margin-bottom:34px}.wbn-lead-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:22px}.wbn-lead-main .wbn-thumb{width:100%;aspect-ratio:16/9;object-fit:cover}.wbn-lead-main h1{font:700 29px/1.18 var(--wbn-serif);margin:10px 0 7px;letter-spacing:-.3px}.wbn-lead-main p{font:400 14px/1.55 var(--wbn-serif);color:#555;margin:0 0 7px}.wbn-lead-small-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 20px}.wbn-lead-small .wbn-thumb{width:100%;aspect-ratio:16/9;object-fit:cover}.wbn-lead-small h3{font:700 17px/1.32 var(--wbn-serif);margin:7px 0 4px}.wbn-meta span,.wbn-meta a{color:var(--wbn-nav-bg,#650006)}.wbn-headline-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:2px solid #222;border-bottom:1px solid var(--wbn-line);margin-top:30px}.wbn-headline-row article{padding:16px 18px 14px 0;margin-right:18px;border-right:1px solid var(--wbn-line)}.wbn-headline-row article:last-child{border-right:0;margin-right:0}.wbn-headline-row h3{font:700 14px/1.35 var(--wbn-serif);margin:0 0 6px}.wbn-section{margin:0 0 35px}.wbn-section-head{border-top:2px solid #222;padding-top:5px;margin-bottom:14px}.wbn-section-title{position:relative;padding-left:10px;font:700 22px/1.2 var(--wbn-serif);margin:0}.wbn-section-title:before{content:'';position:absolute;left:0;top:2px;bottom:2px;width:4px;background:var(--wbn-nav-bg,#650006)}.wbn-see-all{color:var(--wbn-nav-bg,#650006);font-size:11px;font-weight:800}.wbn-editorial-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:34px}.wbn-editorial-main .wbn-thumb{width:100%;aspect-ratio:16/9;object-fit:cover}.wbn-editorial-main h3{font:700 27px/1.2 var(--wbn-serif);margin:5px 0}.wbn-editorial-main p{font:400 14px/1.5 var(--wbn-serif);color:#555;margin:5px 0}.wbn-editorial-list article{padding:8px 0 14px;border-bottom:1px solid var(--wbn-line)}.wbn-editorial-list article:first-child{padding-top:0}.wbn-editorial-list h3{font:700 15px/1.38 var(--wbn-serif);margin:0 0 5px}.wbn-kicker{display:block;color:var(--wbn-nav-bg,#650006);font-size:9px;line-height:1;text-transform:uppercase;font-weight:900;letter-spacing:.5px;margin:10px 0 5px}.wbn-opinion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px 22px}.wbn-opinion-grid article:nth-child(4){grid-column:1/2}.wbn-opinion-grid .wbn-thumb{width:100%;aspect-ratio:16/9;object-fit:cover}.wbn-opinion-grid h3{font:700 16px/1.35 var(--wbn-serif);margin:4px 0}.wbn-opinion-grid p{font:400 12px/1.45 var(--wbn-serif);color:#666;margin:5px 0}.wbn-special-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.wbn-special-grid .wbn-thumb{width:100%;aspect-ratio:16/9;object-fit:cover}.wbn-special-grid h3{font:700 14px/1.35 var(--wbn-serif);margin:4px 0}.wbn-compact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.wbn-compact-grid article{display:grid;grid-template-columns:90px 1fr;gap:11px;align-items:start}.wbn-compact-grid .wbn-thumb{width:90px;height:64px;object-fit:cover}.wbn-compact-grid h3{font:700 13px/1.33 var(--wbn-serif);margin:0 0 5px}.wbn-video-section{background:#fafafa;padding:0 18px 22px}.wbn-video-section .wbn-section-head{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}.wbn-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.wbn-video-frame{position:relative;padding-top:56.25%;background:#111}.wbn-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.wbn-video-grid h3{font:700 16px/1.35 var(--wbn-serif);margin:8px 0 0}.wbn-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.wbn-gallery-grid article>a{display:block;position:relative}.wbn-gallery-grid .wbn-thumb{width:100%;aspect-ratio:4/3;object-fit:cover}.wbn-gallery-badge{position:absolute;left:8px;bottom:8px;background:rgba(71,0,3,.9);color:#fff;padding:4px 7px;font-size:9px;font-weight:800}.wbn-gallery-grid h3{font:700 14px/1.35 var(--wbn-serif);margin:7px 0}.wbn-mostread{padding:0;background:transparent}.wbn-mostread-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 40px}.wbn-mostread-item{min-height:46px;border-bottom:1px solid var(--wbn-line);padding:11px 0 11px 35px}.wbn-rank{font-size:22px;top:12px;color:var(--wbn-nav-bg,#650006)}.wbn-mostread-item h3{font-size:14px;line-height:1.35}

.wbn-article-sidebar{min-width:0}.wbn-sidebar-widgets{margin-top:28px}.wbn-widget{border-top:2px solid #222;margin:0 0 28px;padding-top:8px}.wbn-widget>h3{font:700 19px/1.2 var(--wbn-serif);margin:0 0 12px;padding-left:10px;border-left:4px solid var(--wbn-nav-bg,#650006)}.wbn-widget ul{list-style:none;margin:0;padding:0}.wbn-widget li{border-bottom:1px solid var(--wbn-line);padding:9px 0;font:700 13px/1.4 var(--wbn-serif)}.wbn-widget li span{font-weight:400;color:#777}.wbn-tag-cloud{display:flex;flex-wrap:wrap;gap:7px}.wbn-tag-cloud a{border:1px solid #ddd;background:#fafafa;padding:5px 8px;color:#444!important}.wbn-side-latest{display:grid;grid-template-columns:76px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid var(--wbn-line)}.wbn-side-latest .wbn-thumb{width:76px;height:55px;object-fit:cover}.wbn-side-latest div>a{display:block;font:700 13px/1.35 var(--wbn-serif)}.wbn-side-latest small{display:block;color:#888;font-size:10px;margin-top:4px}.wbn-post-footer-meta{border-top:1px solid var(--wbn-line);border-bottom:1px solid var(--wbn-line);padding:16px 0;margin-top:30px}.wbn-post-tags{display:flex;align-items:center;flex-wrap:wrap;gap:7px;font-size:12px}.wbn-post-tags strong,.wbn-post-share-bottom>strong{color:#333}.wbn-post-tags a{border:1px solid #ddd;background:#fafafa;padding:5px 8px}.wbn-post-share-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:15px}.wbn-comments{border-top:2px solid #222;padding:18px 0 45px;margin-top:5px}.wbn-comments>h2,.comment-reply-title{font:700 22px/1.2 var(--wbn-serif);margin:0 0 18px}.comment-list{list-style:none;margin:0 0 28px;padding:0}.comment-list .comment{border-bottom:1px solid var(--wbn-line);padding:16px 0}.comment-author{display:flex;align-items:center;gap:9px}.comment-author img{border-radius:50%}.comment-metadata{font-size:10px;color:#888;margin:5px 0}.comment-content{font:400 14px/1.65 var(--wbn-serif)}.comment-reply-link{font-size:11px;font-weight:800;color:var(--wbn-nav-bg,#650006)}.comment-form p{margin:0 0 13px}.comment-form label{display:block;font-size:12px;font-weight:700;margin-bottom:4px}.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url],.comment-form textarea{width:100%;border:1px solid #d8d8d8;padding:11px;font:400 14px var(--wbn-sans);background:#fff}.comment-form textarea{min-height:145px}.wbn-comment-submit{border:0;background:var(--wbn-nav-bg,#650006);color:#fff;padding:10px 18px;font-weight:800;cursor:pointer}

@media(max-width:900px){.wbn-lead-grid,.wbn-editorial-layout{grid-template-columns:1fr}.wbn-headline-row{grid-template-columns:1fr 1fr}.wbn-opinion-grid{grid-template-columns:1fr 1fr}.wbn-special-grid,.wbn-compact-grid,.wbn-gallery-grid{grid-template-columns:1fr 1fr}.wbn-video-grid{grid-template-columns:1fr 1fr}.wbn-opinion-grid article:nth-child(4){grid-column:auto}.wbn-article-sidebar{margin-top:10px}}
@media(max-width:620px){.wbn-home{padding-top:18px}.wbn-lead-small-grid,.wbn-headline-row,.wbn-opinion-grid,.wbn-special-grid,.wbn-compact-grid,.wbn-video-grid,.wbn-gallery-grid,.wbn-mostread-grid{grid-template-columns:1fr}.wbn-lead-main h1{font-size:24px}.wbn-lead-small{display:grid;grid-template-columns:120px 1fr;gap:12px}.wbn-lead-small .wbn-thumb{height:82px;aspect-ratio:auto}.wbn-headline-row article{border-right:0;margin-right:0}.wbn-editorial-main h3{font-size:23px}.wbn-compact-grid article{grid-template-columns:100px 1fr}.wbn-post-share-bottom{align-items:flex-start;flex-direction:column}.wbn-comments{padding-bottom:25px}}


/* v1.4 — distinctive but reference-compatible enhancements */
.wbn-opinion-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 22px}
.wbn-trending-strip{display:flex;align-items:center;gap:18px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:13px 0;margin:4px 0 26px;overflow:hidden}
.wbn-trending-strip>strong{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:var(--wbn-accent);white-space:nowrap}
.wbn-trending-chips{display:flex;gap:9px;overflow:auto;scrollbar-width:none}.wbn-trending-chips::-webkit-scrollbar{display:none}
.wbn-trending-chips a{white-space:nowrap;border:1px solid #dedede;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700;background:#fff}
.wbn-update-cta{margin:32px 0 8px;padding:24px 28px;background:linear-gradient(135deg,var(--wbn-header-bg),var(--wbn-nav-bg));color:#fff;display:flex;justify-content:space-between;align-items:center;gap:25px}
.wbn-update-cta span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;opacity:.75}.wbn-update-cta h2{color:#fff;margin:4px 0 5px;font-size:25px}.wbn-update-cta p{margin:0;opacity:.82}.wbn-update-cta>a{background:#fff;color:var(--wbn-accent);padding:11px 16px;font-weight:800;white-space:nowrap}
@media(max-width:820px){.wbn-opinion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wbn-update-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:520px){.wbn-opinion-grid{grid-template-columns:1fr}.wbn-trending-strip{align-items:flex-start;flex-direction:column;gap:9px}.wbn-update-cta{padding:20px}}


/* v1.5 — full-width article rail, working newsletter, dynamic footer, reading UX */
.wbn-reading-progress{position:fixed;left:0;top:0;width:0;height:3px;background:var(--wbn-accent);z-index:99999;transition:width .08s linear;pointer-events:none}
.wbn-single-breadcrumbs{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:0 0 14px;color:#747474;font-size:11px}.wbn-single-breadcrumbs a{font-weight:700;color:var(--wbn-nav-bg,#650006)}.wbn-single-breadcrumbs i{font-style:normal;color:#aaa}
.wbn-article-layout>.wbn-single{width:100%}.wbn-article-sidebar{width:100%}
.wbn-post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:18px;border-top:1px solid var(--wbn-line);border-bottom:1px solid var(--wbn-line);padding:20px 0;margin:10px 0 32px}.wbn-post-navigation a{display:block}.wbn-post-navigation small{display:block;color:#888;font:700 10px/1.2 var(--wbn-sans);text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px}.wbn-post-navigation strong{display:block;font:700 15px/1.35 var(--wbn-serif)}.wbn-post-navigation .next{text-align:right}
.wbn-update-cta{border-radius:2px}.wbn-subscribe-form{min-width:min(100%,420px);display:flex;gap:8px;align-items:center}.wbn-subscribe-form input[type=email]{height:44px;min-width:0;flex:1;border:0;background:#fff;color:#222;padding:0 13px;font:600 13px var(--wbn-sans);outline:none}.wbn-subscribe-form button{height:44px;border:0;background:#fff;color:var(--wbn-accent);padding:0 17px;font-weight:900;cursor:pointer;white-space:nowrap}.wbn-subscribe-form button:hover{filter:brightness(.94)}.wbn-subscribe-note{display:block;margin-top:7px;font-size:10px;opacity:.72}.wbn-subscribe-message{margin:0 0 18px;padding:11px 14px;border-left:4px solid var(--wbn-accent);background:#f7f7f7;font-size:13px}.wbn-subscribe-message.is-success{border-left-color:#24863b}.wbn-subscribe-message.is-error{border-left-color:#b30000}
.wbn-footer{transition:background-color .2s ease}.wbn-footer-icons a:hover{background:rgba(255,255,255,.18);transform:translateY(-1px)}
@media(max-width:900px){.wbn-article-layout{grid-template-columns:1fr}.wbn-article-sidebar{width:100%}.wbn-subscribe-form{width:100%;min-width:0}}
@media(max-width:620px){.wbn-post-navigation{grid-template-columns:1fr}.wbn-post-navigation .next{text-align:left}.wbn-subscribe-form{flex-direction:column;align-items:stretch}.wbn-subscribe-form input[type=email],.wbn-subscribe-form button{width:100%}}

/* v1.6 Builder + commercial theme polish */
.wbn-dark-toggle{width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.095);color:inherit;cursor:pointer;font-size:17px;margin-left:9px}.wbn-dark-toggle:hover{background:rgba(255,255,255,.18)}
.wbn-story-badge{display:inline-block;margin:8px 7px 4px 0;padding:4px 7px;border-radius:2px;background:var(--wbn-accent);color:#fff;font:800 9px/1 var(--wbn-sans);text-transform:uppercase;letter-spacing:.8px}.wbn-badge-fact-check{background:#165a36}.wbn-badge-exclusive{background:#222}.wbn-badge-live{background:#c40000}.wbn-badge-updated{background:#315b9b}
.wbn-article-tools{display:flex;align-items:center;gap:6px;margin-left:auto}.wbn-article-tools>button{border:1px solid var(--wbn-line);background:#fff;border-radius:20px;min-width:34px;height:34px;padding:0 9px;font-weight:700;cursor:pointer}.wbn-article-tools .wbn-share{margin:0}.wbn-updated{font-weight:700;color:var(--wbn-accent)}
.wbn-transparency-box{margin:28px 0;padding:20px 22px;background:var(--wbn-soft);border-left:4px solid var(--wbn-accent);font-size:14px}.wbn-transparency-box h3{margin:0 0 8px;font:700 18px var(--wbn-serif)}.wbn-transparency-box h3:not(:first-child){margin-top:18px}.wbn-author-designation{display:block;color:var(--wbn-accent);font-size:12px;font-weight:700;margin-top:-2px}.wbn-author-social{display:flex;gap:10px;flex-wrap:wrap}.wbn-author-social a{font-size:11px;font-weight:700;color:var(--wbn-accent)}
.wbn-sticky-sidebar.is-sticky{position:sticky;top:20px}.wbn-author-archive-head{display:grid;grid-template-columns:110px 1fr;gap:24px;align-items:center;padding:0 0 32px;margin-bottom:32px;border-bottom:1px solid var(--wbn-line)}.wbn-author-archive-head img{border-radius:50%}.wbn-author-archive-head h1{font:700 42px/1.1 var(--wbn-serif);margin:4px 0}.wbn-author-archive-head p{max-width:760px;margin:8px 0 0;color:var(--wbn-muted)}
.wbn-term-description{max-width:760px;color:var(--wbn-muted);margin:-15px 0 28px}.wbn-search-results-head{margin-bottom:28px}.wbn-inline-search{display:flex;max-width:650px;margin-top:20px}.wbn-inline-search input{flex:1;min-width:0;border:1px solid var(--wbn-line);padding:13px 15px;font-size:15px}.wbn-inline-search button,.wbn-primary-button{border:0;background:var(--wbn-accent);color:#fff;padding:0 22px;font-weight:800;cursor:pointer}.wbn-empty-state{text-align:center;padding:70px 20px;border:1px dashed var(--wbn-line);background:var(--wbn-soft)}.wbn-empty-state h2{font:700 28px var(--wbn-serif)}.wbn-empty-icon{font-size:56px;color:#bbb}
.wbn-404{text-align:center;max-width:760px;margin:20px auto 50px}.wbn-404-number{font:800 140px/1 var(--wbn-serif);color:#ececec}.wbn-404 h1{font:700 42px/1.12 var(--wbn-serif);margin:10px 0}.wbn-404 p{color:var(--wbn-muted)}.wbn-404 .wbn-inline-search{margin:28px auto}.wbn-404-actions{display:flex;justify-content:center;align-items:center;gap:20px}.wbn-primary-button{display:inline-flex;align-items:center;min-height:44px;padding:0 20px}
.wbn-video-archive-grid,.wbn-gallery-archive-grid{grid-template-columns:repeat(3,1fr)}.wbn-video-large{margin:26px 0}.wbn-gallery-lightbox-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0}.wbn-gallery-lightbox-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.wbn-media-single{max-width:980px}.wbn-media-single>h1{margin-bottom:10px}
.wbn-builder-ad{text-align:center}.wbn-custom-section{background:var(--wbn-soft);padding:26px}.wbn-builder-editors_pick{background:#fbfaf7;padding-left:22px;padding-right:22px}.wbn-builder-latest .wbn-special-grid{grid-template-columns:repeat(4,1fr)}
html.wbn-dark body{--wbn-bg:#111;--wbn-text:#f3f3f3;--wbn-muted:#aaa;--wbn-line:#2b2b2b;--wbn-soft:#191919;background:#111;color:#f3f3f3}html.wbn-dark .wbn-ticker,html.wbn-dark .wbn-search-overlay,html.wbn-dark .wbn-article-tools>button{background:#151515;color:#eee}html.wbn-dark .wbn-ticker-item{color:#eee}html.wbn-dark .wbn-search-box input{background:#151515;color:#fff;border-color:#eee}html.wbn-dark .wbn-thumb{background:#222}
@media(max-width:900px){.wbn-video-archive-grid,.wbn-gallery-archive-grid,.wbn-gallery-lightbox-grid{grid-template-columns:1fr 1fr}.wbn-author-archive-head{grid-template-columns:80px 1fr}.wbn-author-archive-head img{width:80px;height:80px}.wbn-author-archive-head h1{font-size:32px}.wbn-article-tools{width:100%;margin-left:0}.wbn-sticky-sidebar.is-sticky{position:static}}
@media(max-width:600px){.wbn-video-archive-grid,.wbn-gallery-archive-grid,.wbn-gallery-lightbox-grid{grid-template-columns:1fr}.wbn-404-number{font-size:92px}.wbn-404 h1{font-size:32px}.wbn-inline-search{flex-direction:column}.wbn-inline-search button{min-height:44px}.wbn-author-archive-head{grid-template-columns:1fr;text-align:center}.wbn-author-archive-head img{margin:auto}}
@media print{.wbn-top,.wbn-nav,.wbn-ticker,.wbn-footer,.wbn-article-sidebar,.wbn-article-tools,.wbn-post-share-bottom,.wbn-comments,.wbn-reading-progress{display:none!important}.wbn-main{padding:0}.wbn-wrap,.wbn-single{width:100%;max-width:none}.wbn-content{font-size:12pt!important;color:#000}.wbn-single h1{font-size:28pt;color:#000}}

/* v1.7 — icon system, controllable follow box, ticker navigation & responsive overhaul */
.wbn-header-social svg,.wbn-dark-toggle svg,.wbn-share-round svg,.wbn-footer-icons svg,.wbn-follow-label svg,.wbn-ticker-controls svg,.wbn-print svg{width:16px;height:16px;display:block;fill:currentColor;flex:0 0 auto}
.wbn-dark-toggle{display:grid;place-items:center;color:var(--wbn-header-text,#fff)}.wbn-dark-toggle svg{width:17px;height:17px}
.wbn-article-tools>button{display:inline-flex;align-items:center;justify-content:center;gap:6px;color:var(--wbn-text,#151515)!important;background:var(--wbn-bg,#fff)!important;border-color:var(--wbn-line,#e9e9e9)!important;font:800 12px/1 var(--wbn-sans);white-space:nowrap}
.wbn-article-tools>button:hover{border-color:var(--wbn-accent)!important;color:var(--wbn-accent)!important}.wbn-article-tools .wbn-print{padding:0 11px}.wbn-tool-text{font-size:11px}
.wbn-share-round a,.wbn-share-round button{color:var(--wbn-accent)!important;background:var(--wbn-soft,#f6f6f6)!important;border:1px solid var(--wbn-line,#e9e9e9)!important;transition:.18s ease}.wbn-share-round a:hover,.wbn-share-round button:hover{background:var(--wbn-accent)!important;color:#fff!important;border-color:var(--wbn-accent)!important}.wbn-share-round button.is-copied{background:#22863a!important;color:#fff!important;border-color:#22863a!important}

.wbn-ticker-inner{grid-template-columns:auto minmax(0,1fr) auto}.wbn-ticker-track{height:45px;display:flex;align-items:center;overflow:hidden}.wbn-ticker-item{width:100%;align-items:center;min-width:0}.wbn-ticker-typed{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wbn-ticker-caret{display:inline-block;width:2px;height:17px;background:currentColor;margin-left:2px;animation:wbnBlink .8s steps(1) infinite;flex:0 0 auto}.wbn-ticker-controls{display:flex;align-items:center;gap:4px}.wbn-ticker-controls button{width:29px;height:29px;border:1px solid #e2e2e2;background:#fff;color:var(--wbn-nav-bg,#650006);display:grid;place-items:center;padding:0;cursor:pointer;border-radius:2px}.wbn-ticker-controls button:hover{background:var(--wbn-nav-bg,#650006);color:#fff;border-color:var(--wbn-nav-bg,#650006)}.wbn-ticker-controls svg{width:18px;height:18px}@keyframes wbnBlink{50%{opacity:0}}

.wbn-post-follow{margin:28px 0 34px;padding:20px;border:1px solid var(--wbn-line);background:var(--wbn-soft)}.wbn-post-follow-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.wbn-post-follow-head span{font:800 10px/1 var(--wbn-sans);text-transform:uppercase;letter-spacing:.08em;color:var(--wbn-accent)}.wbn-post-follow-head strong{font:700 19px/1.2 var(--wbn-serif)}.wbn-post-follow-list{display:grid;gap:10px}.wbn-follow-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:54px;padding:8px 10px 8px 15px;border:1px solid var(--wbn-line);background:#fff;border-radius:4px;transition:.18s ease}.wbn-follow-row:hover{transform:translateY(-1px);box-shadow:0 5px 18px rgba(0,0,0,.06)}.wbn-follow-label{display:flex;align-items:center;gap:10px;font:700 14px/1.25 var(--wbn-sans)}.wbn-follow-label svg{width:20px;height:20px}.wbn-follow-action{min-width:96px;text-align:center;padding:9px 12px;border-radius:4px;color:#fff;font:800 12px/1 var(--wbn-sans)}.wbn-follow-whatsapp{background:#eefcf3;border-color:#cbeed7}.wbn-follow-whatsapp .wbn-follow-label{color:#138b43}.wbn-follow-whatsapp .wbn-follow-action{background:#20b95a}.wbn-follow-telegram{background:#eef8ff;border-color:#c8e6f7}.wbn-follow-telegram .wbn-follow-label{color:#229ed9}.wbn-follow-telegram .wbn-follow-action{background:#229ed9}.wbn-follow-instagram{background:#fff3f8;border-color:#f3d2df}.wbn-follow-instagram .wbn-follow-label{color:#e1306c}.wbn-follow-instagram .wbn-follow-action{background:#e1306c}

.wbn-footer-icons svg{width:15px;height:15px}.wbn-footer-grid>*{min-width:0}.wbn-footer p,.wbn-footer a,.wbn-footer li{overflow-wrap:anywhere}.wbn-footer-logo .custom-logo-link{display:inline-block;max-width:100%}.wbn-footer-logo .custom-logo{max-width:100%;height:auto}

/* Tablet: keep the editorial feel but remove cramped columns. */
@media(max-width:1024px){
 .wbn-wrap{width:min(calc(100% - 36px),var(--wbn-max))}
 .wbn-brand-row{gap:14px}.wbn-brand .custom-logo{max-width:260px}.wbn-header-date{margin-left:16px;padding-left:14px}.wbn-action-divider{margin:0 14px}
 .wbn-article-layout{grid-template-columns:minmax(0,1fr) 310px;gap:26px}.wbn-related-side article{grid-template-columns:82px 1fr}.wbn-related-thumb img{width:82px;height:62px}
 .wbn-footer-grid{grid-template-columns:1.25fr 1fr 1fr;gap:28px}.wbn-footer-grid>div:last-child{grid-column:2/4}
 .wbn-lead-grid{gap:20px}.wbn-opinion-grid{gap:22px 18px}
}

/* Mobile/tablet navigation and content — intentionally overrides GeneratePress widths. */
@media(max-width:900px){
 html,body{max-width:100%;overflow-x:hidden}.site,.site-content,.content-area,.inside-article{max-width:100%!important;width:100%!important;margin:0!important}
 .wbn-wrap{width:calc(100% - 28px)!important;max-width:none!important;margin-inline:14px!important}
 .wbn-top,.wbn-brand-row{height:66px}.wbn-brand-row{justify-content:flex-start}.wbn-menu-toggle{order:1;display:block}.wbn-brand-area{order:2;flex:1;justify-content:flex-start}.wbn-header-actions{order:3;margin-left:auto;flex:0 0 auto}.wbn-header-date,.wbn-header-social,.wbn-action-divider{display:none}.wbn-brand .custom-logo{max-width:min(220px,48vw);max-height:50px}.wbn-site-title{font-size:20px}.wbn-dark-toggle{margin-left:0;margin-right:6px}.wbn-search-button{width:36px;min-width:36px;height:36px;border-radius:50%;padding:0}.wbn-search-button span{display:none}
 .wbn-nav{position:absolute;left:0;right:0;top:66px;z-index:9999;max-height:calc(100vh - 66px);overflow:auto;box-shadow:0 16px 30px rgba(0,0,0,.22)}.wbn-nav.is-open{display:block}.wbn-nav-inner{width:100%!important;margin:0!important}.wbn-nav .wbn-menu>li>a{padding:0 18px}.wbn-nav .sub-menu a{padding:11px 34px!important;min-height:42px}.wbn-nav .sub-menu .sub-menu a{padding-left:50px!important}
 .wbn-ticker{height:43px}.wbn-ticker-inner{height:43px;grid-template-columns:auto minmax(0,1fr) auto;gap:8px}.wbn-ticker-track{height:43px}.wbn-ticker-label{height:27px;font-size:9px;padding:0 7px}.wbn-ticker-item{font-size:13px}.wbn-ticker-controls{gap:2px}.wbn-ticker-controls button{width:27px;height:27px}
 .wbn-main{padding:28px 0 50px}.wbn-article-layout{grid-template-columns:1fr!important;gap:34px}.wbn-single,.wbn-article-sidebar{min-width:0;width:100%!important}.wbn-sticky-sidebar.is-sticky{position:static}.wbn-single h1{font-size:clamp(30px,6vw,38px)}.wbn-byline{align-items:flex-start;gap:15px}.wbn-author-mini{flex:1;min-width:260px}.wbn-article-tools{width:auto;max-width:100%;flex-wrap:wrap;justify-content:flex-start}.wbn-single-featured img{width:100%;height:auto}.wbn-content iframe,.wbn-content video,.wbn-content table{max-width:100%}.wbn-content table{display:block;overflow-x:auto}.wbn-related-side{margin-top:0}.wbn-related-side article{grid-template-columns:110px minmax(0,1fr)}.wbn-related-thumb img{width:110px;height:76px}.wbn-sidebar-widgets{display:grid;grid-template-columns:1fr 1fr;gap:22px}.wbn-sidebar-widgets .wbn-widget{min-width:0}
 .wbn-footer-follow .wbn-wrap{margin-inline:14px!important;width:calc(100% - 28px)!important}.wbn-footer-grid{grid-template-columns:1fr 1fr!important;gap:30px 24px;padding-top:34px}.wbn-footer-grid>div:last-child{grid-column:auto}.wbn-footer-bottom{margin-top:30px}
 .wbn-builder-latest .wbn-special-grid,.wbn-video-archive-grid,.wbn-gallery-archive-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:640px){
 .wbn-wrap{width:calc(100% - 24px)!important;margin-inline:12px!important}.wbn-top,.wbn-brand-row{height:62px}.wbn-nav{top:62px}.wbn-menu-toggle{width:32px}.wbn-brand .custom-logo{max-width:min(190px,50vw);max-height:45px}.wbn-brand-fallback{gap:8px}.wbn-logo-mark{width:36px;height:36px}.wbn-site-title{font-size:17px}.wbn-tagline{display:none}.wbn-dark-toggle,.wbn-search-button{width:32px;height:32px;min-width:32px}.wbn-dark-toggle{margin-right:3px}
 .wbn-ticker{height:auto;min-height:43px}.wbn-ticker-inner{min-height:43px;height:auto;grid-template-columns:auto minmax(0,1fr) auto;gap:6px}.wbn-ticker-label{font-size:8px;white-space:nowrap}.wbn-ticker-item{font-size:12px}.wbn-ticker-controls button{width:25px;height:25px}.wbn-ticker-controls svg{width:15px;height:15px}
 .wbn-home{padding-top:15px}.wbn-section{padding:22px 0 28px}.wbn-section-head{margin-bottom:16px}.wbn-section-title{font-size:23px}.wbn-see-all{font-size:10px}
 .wbn-lead-grid,.wbn-lead-small-grid,.wbn-headline-row,.wbn-editorial-layout,.wbn-opinion-grid,.wbn-special-grid,.wbn-compact-grid,.wbn-video-grid,.wbn-gallery-grid,.wbn-mostread-grid,.wbn-builder-latest .wbn-special-grid,.wbn-video-archive-grid,.wbn-gallery-archive-grid{grid-template-columns:1fr!important}.wbn-lead-main h1{font-size:25px}.wbn-lead-small{display:grid;grid-template-columns:112px minmax(0,1fr);gap:11px}.wbn-lead-small .wbn-thumb{width:112px;height:76px;object-fit:cover}.wbn-editorial-main h3{font-size:22px}.wbn-compact-grid article{grid-template-columns:105px minmax(0,1fr)}
 .wbn-main{padding:22px 0 42px}.wbn-single h1{font-size:30px;line-height:1.16;margin-bottom:18px}.wbn-single-breadcrumbs{font-size:10px}.wbn-byline{display:block;min-height:0;padding-bottom:16px}.wbn-author-mini{min-width:0;width:100%;gap:9px;font-size:11px;flex-wrap:wrap}.wbn-author-mini img{width:36px;height:36px}.wbn-author-mini i{display:none}.wbn-article-tools{width:100%;margin-top:13px;display:flex;gap:6px}.wbn-article-tools>button{height:32px;min-width:32px}.wbn-tool-text{display:none}.wbn-share-round{gap:6px}.wbn-share-round a,.wbn-share-round button{width:32px;height:32px}.wbn-single-featured{margin:20px 0}.wbn-single-featured figcaption{font-size:14px;margin-top:12px}.wbn-content{font-size:17px;line-height:1.75}.wbn-content blockquote{font-size:19px;padding-left:16px}.wbn-post-footer-meta{gap:18px}.wbn-post-tags{display:flex;gap:7px;flex-wrap:wrap}.wbn-post-share-bottom{align-items:flex-start;flex-direction:column}.wbn-post-follow{padding:14px;margin:22px 0 28px}.wbn-post-follow-head{display:block}.wbn-post-follow-head span{display:block;margin-bottom:5px}.wbn-follow-row{min-height:50px;padding-left:12px}.wbn-follow-label{font-size:13px}.wbn-follow-action{min-width:82px;padding:8px 10px;font-size:11px}.wbn-author-box{grid-template-columns:52px minmax(0,1fr);gap:13px}.wbn-author-box img{width:52px;height:52px}.wbn-post-navigation{gap:14px}.wbn-related-side article{grid-template-columns:96px minmax(0,1fr);gap:11px}.wbn-related-thumb img{width:96px;height:70px}.wbn-sidebar-widgets{grid-template-columns:1fr!important;gap:0}.wbn-widget{overflow:hidden}
 .wbn-update-cta{padding:18px;gap:18px}.wbn-update-cta h2{font-size:22px}.wbn-subscribe-form{width:100%;flex-direction:column}.wbn-subscribe-form input,.wbn-subscribe-form button{width:100%}
 .wbn-footer-follow .wbn-wrap{height:auto!important;min-height:60px;padding:12px 0;margin-inline:12px!important;width:calc(100% - 24px)!important}.wbn-footer-icons{gap:6px}.wbn-footer-icons a{width:32px;height:32px}.wbn-footer-grid{grid-template-columns:1fr!important;gap:24px;padding-top:28px}.wbn-footer-grid>div{grid-column:auto!important}.wbn-footer h3{margin-bottom:10px}.wbn-footer li{margin:7px 0}.wbn-footer-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:16px 0}.wbn-backtop{margin:0!important}
 .wbn-search-box{width:calc(100% - 24px)}.wbn-search-box input{font-size:21px;padding-right:48px}.wbn-404-number{font-size:82px}.wbn-404 h1{font-size:30px}
}

@media(max-width:390px){
 .wbn-brand .custom-logo{max-width:150px}.wbn-site-title{font-size:15px}.wbn-ticker-label{padding:0 5px}.wbn-ticker-dot{width:6px;height:6px}.wbn-ticker-controls button{width:23px;height:23px}.wbn-article-tools{gap:4px}.wbn-article-tools>button,.wbn-share-round a,.wbn-share-round button{width:30px;min-width:30px;height:30px;padding:0}.wbn-follow-label b{font-size:12px}.wbn-follow-action{min-width:74px;font-size:10px}.wbn-related-side article{grid-template-columns:84px minmax(0,1fr)}.wbn-related-thumb img{width:84px;height:64px}
}


/* v1.8 polish: centered theme toggle, consistent footer contact, editable credit, 10-story ticker carousel */
.wbn-dark-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:0!important;vertical-align:middle}.wbn-dark-toggle svg{margin:auto!important;display:block!important}
.wbn-footer-contact p,.wbn-footer-contact a{font:400 13px/1.55 var(--wbn-sans)!important;color:#eee!important;margin:0 0 14px!important}.wbn-footer-contact-row{display:flex;align-items:center;gap:7px;min-width:0}.wbn-footer-contact-row svg{width:15px;height:15px;fill:currentColor;flex:0 0 auto}.wbn-footer-credit{margin-left:auto}.wbn-footer-credit,.wbn-footer-credit a{font:400 11px/1.4 var(--wbn-sans);color:#cfcfcf!important}.wbn-footer-credit a{font-weight:700}.wbn-footer-credit a:hover{color:#fff!important;text-decoration:underline}.wbn-footer-bottom{gap:18px;align-items:center;flex-wrap:wrap}.wbn-backtop{margin-left:0}
.wbn-ticker-track{position:relative;overflow:hidden;display:block!important;height:45px}.wbn-ticker-list{display:flex;align-items:center;height:45px;gap:0;will-change:transform;transition:transform .35s ease}.wbn-ticker-item{display:flex!important;align-items:center;flex:0 0 auto;width:auto!important;max-width:min(720px,72vw);padding-right:28px;font:600 14px/1.3 var(--wbn-serif);color:#333;white-space:nowrap}.wbn-ticker-item:not(:last-child):after{content:'•';margin-left:28px;color:var(--wbn-nav-bg,#650006);font:900 14px/1 var(--wbn-sans)}.wbn-ticker-typed{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wbn-ticker-caret{display:none!important}.wbn-ticker-controls{flex:0 0 auto}.wbn-ticker-controls button:disabled{opacity:.45;cursor:not-allowed}
html.wbn-dark .wbn-ticker-item{color:#eee}
@media(max-width:900px){.wbn-ticker-item{max-width:62vw;padding-right:20px}.wbn-ticker-item:not(:last-child):after{margin-left:20px}.wbn-footer-credit{margin-left:0}}
@media(max-width:620px){.wbn-ticker-inner{grid-template-columns:auto minmax(0,1fr) auto!important}.wbn-ticker-item{max-width:52vw;font-size:12px;padding-right:16px}.wbn-ticker-item:not(:last-child):after{margin-left:16px}.wbn-ticker-controls{gap:2px}.wbn-ticker-controls button{width:27px;height:27px}.wbn-footer-bottom{align-items:flex-start}.wbn-footer-credit{width:100%;order:3}}


/* v1.9 — six-item Most Read, polished story header/sidebar, contact rows, floating top, typography */
:root{--wbn-serif:var(--wbn-font-en,Georgia,'Times New Roman',serif);--wbn-sans:var(--wbn-font-en,Arial,Helvetica,sans-serif);--wbn-devanagari:var(--wbn-font-hi,'Noto Serif Devanagari','Nirmala UI','Mangal',serif)}
:lang(hi),[lang="hi"]{font-family:var(--wbn-devanagari),var(--wbn-serif)}
.wbn-mostread-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wbn-mostread-item{min-height:52px}
.wbn-single-breadcrumbs{margin-bottom:14px;color:#5d6772}.wbn-post-kicker{min-height:4px}.wbn-single>h1{max-width:900px;margin-top:6px;margin-bottom:12px;letter-spacing:-.025em}.wbn-single-dek{font:400 19px/1.55 var(--wbn-sans);color:#58616b;max-width:820px;margin:0 0 20px}.wbn-byline{background:#fafafa;border:1px solid #e5e5e5;border-left:3px solid var(--wbn-accent);padding:12px 14px;margin-top:16px;border-bottom-color:#e5e5e5}.wbn-author-mini img{border:2px solid #fff;box-shadow:0 0 0 1px #d7d7d7}.wbn-single-featured{border-top:0}
.wbn-related-side{border-top:2px solid #1d1d1d;padding-top:8px}.wbn-related-side h2,.wbn-widget h3{border-left:4px solid var(--wbn-accent);padding-left:9px}.wbn-related-side article{padding:12px 0;border-bottom:1px solid #e4e4e4}.wbn-sidebar-widgets{display:block!important}.wbn-article-sidebar .widget_search,.wbn-article-sidebar .wp-block-search,.wbn-article-sidebar form[role="search"]{display:none!important}.wbn-sidebar-hub{margin-top:26px;border:1px solid #e2e4e7;background:#fff}.wbn-side-tabs{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #ddd;background:#f6f6f6}.wbn-side-tabs button{appearance:none;border:0;border-right:1px solid #ddd;background:transparent;padding:10px 5px;font:700 11px/1.25 var(--wbn-sans);cursor:pointer;color:#555}.wbn-side-tabs button:last-child{border-right:0}.wbn-side-tabs button.is-active{background:var(--wbn-accent);color:#fff}.wbn-side-panel{display:none;padding:12px}.wbn-side-panel.is-active{display:block}.wbn-side-story{display:grid;grid-template-columns:88px minmax(0,1fr);gap:10px;padding:10px 0;border-bottom:1px solid #e8e8e8}.wbn-side-story:last-child{border-bottom:0}.wbn-side-story-thumb img,.wbn-side-story-thumb .wbn-thumb{width:88px;height:62px;object-fit:cover;background:#eee}.wbn-side-story h4{margin:0 0 5px;font:700 14px/1.3 var(--wbn-serif)}.wbn-side-story small{font:500 10px var(--wbn-sans);color:#777}.wbn-comment-list{list-style:none;margin:0;padding:0}.wbn-comment-list li{padding:10px 0;border-bottom:1px solid #e8e8e8}.wbn-comment-list a{display:block}.wbn-comment-list strong,.wbn-comment-list span{display:block}.wbn-comment-list span{font-size:12px;color:#666;margin-top:4px}.wbn-empty-side{margin:0;color:#777}.wbn-tag-cloud{display:flex;gap:7px;flex-wrap:wrap}.wbn-tag-cloud a{background:#f4f4f4;border:1px solid #ddd;border-radius:2px;padding:6px 8px!important;line-height:1!important}
.wbn-footer-contact-row{align-items:flex-start!important}.wbn-footer-contact-row svg{order:0;margin-top:3px}.wbn-footer-contact-row a,.wbn-footer-contact-row span{order:1;overflow-wrap:anywhere}.wbn-backtop{position:fixed!important;right:22px;bottom:22px;z-index:999;width:46px;height:46px;border-radius:50%;display:flex!important;align-items:center;justify-content:center;gap:0;background:var(--wbn-accent)!important;color:#fff!important;border:2px solid rgba(255,255,255,.9);box-shadow:0 7px 24px rgba(0,0,0,.25);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s ease}.wbn-backtop.is-visible{opacity:1;visibility:visible;transform:none}.wbn-backtop svg{width:20px;height:20px;fill:currentColor}.wbn-backtop span{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden}.wbn-backtop:hover{transform:translateY(-3px);filter:brightness(1.08)}
html.wbn-dark .wbn-byline,html.wbn-dark .wbn-sidebar-hub{background:#151515;border-color:#363636}html.wbn-dark .wbn-single-dek,html.wbn-dark .wbn-comment-list span{color:#bbb}html.wbn-dark .wbn-side-tabs{background:#202020;border-color:#3a3a3a}html.wbn-dark .wbn-side-tabs button{color:#ddd;border-color:#3a3a3a}html.wbn-dark .wbn-side-story,html.wbn-dark .wbn-comment-list li{border-color:#333}
@media(max-width:900px){.wbn-mostread-grid{grid-template-columns:1fr}.wbn-side-tabs{grid-template-columns:repeat(2,1fr)}.wbn-single-dek{font-size:17px}.wbn-backtop{right:14px;bottom:14px;width:42px;height:42px}}
@media(max-width:620px){.wbn-byline{padding:10px;border-left-width:2px}.wbn-single>h1{font-size:32px}.wbn-side-tabs button{font-size:10px;padding:9px 4px}.wbn-side-story{grid-template-columns:78px minmax(0,1fr)}.wbn-side-story-thumb img,.wbn-side-story-thumb .wbn-thumb{width:78px;height:58px}.wbn-footer-contact-row{margin-bottom:11px!important}}


/* v2.0 — stacked article sidebar + premium story masthead */
.wbn-story-masthead{position:relative;margin:0 0 24px;padding:20px 22px 22px;border:1px solid #e6e8eb;border-top:4px solid var(--wbn-accent);background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%)}
.wbn-story-masthead:after{content:"";position:absolute;left:0;bottom:0;width:92px;height:3px;background:var(--wbn-nav-bg,#650006)}
.wbn-story-masthead .wbn-single-breadcrumbs{margin:0 0 15px;padding-bottom:12px;border-bottom:1px solid #eceff2}
.wbn-story-masthead .wbn-single-breadcrumbs a{display:inline-flex;align-items:center;color:var(--wbn-accent);font-weight:700}
.wbn-story-masthead .wbn-category{display:inline-flex;align-items:center;margin:0 0 10px;padding:5px 9px;background:color-mix(in srgb,var(--wbn-accent) 9%, white);border-left:3px solid var(--wbn-accent);font:800 11px/1 var(--wbn-sans);letter-spacing:.06em;text-transform:uppercase}
.wbn-story-masthead h1{margin:5px 0 10px;font-size:clamp(38px,4.3vw,58px);line-height:1.06;letter-spacing:-.035em}
.wbn-story-masthead .wbn-single-dek{margin-bottom:0;max-width:900px}
.wbn-story-masthead .wbn-post-kicker:empty{display:none}
.wbn-story-masthead + .wbn-byline{margin-top:0}

.wbn-article-sidebar .wbn-related-side{display:none!important}
.wbn-sidebar-stack{display:block;margin:0}
.wbn-side-block{margin:0 0 28px;border-top:2px solid #222;padding-top:8px}
.wbn-side-block>h3{margin:0 0 12px;padding-left:9px;border-left:4px solid var(--wbn-accent);font:700 20px/1.2 var(--wbn-serif)}
.wbn-side-search form{display:flex;gap:0;border:1px solid #dfe3e7;background:#fff}
.wbn-side-search input[type=search]{min-width:0;flex:1;border:0;padding:11px 12px;font:400 14px var(--wbn-sans);outline:none;background:transparent}
.wbn-side-search button{border:0;background:var(--wbn-accent);color:#fff;padding:0 16px;font:800 12px var(--wbn-sans);cursor:pointer}
.wbn-side-list{list-style:none;margin:0;padding:0}
.wbn-side-list li{border-bottom:1px solid #e5e7e9;padding:10px 0}
.wbn-side-list li:last-child{border-bottom:0}
.wbn-side-list a{display:block;color:inherit}
.wbn-side-list strong{display:block;font:700 14px/1.35 var(--wbn-serif)}
.wbn-side-list small{display:block;margin-top:4px;color:#7b8086;font:500 10px var(--wbn-sans)}
.wbn-side-popular{counter-reset:wbn-popular}
.wbn-side-popular li{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start}
.wbn-side-popular li:before{counter-increment:wbn-popular;content:counter(wbn-popular);display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--wbn-accent);color:#fff;font:800 12px var(--wbn-sans)}
.wbn-side-comments li a{font:700 13px/1.35 var(--wbn-serif)}
.wbn-side-comments li span{display:block;margin-top:3px;color:#777;font:400 11px/1.4 var(--wbn-sans)}
.wbn-side-tags{display:flex;flex-wrap:wrap;gap:7px}
.wbn-side-tags a{display:inline-flex;padding:6px 9px;border:1px solid #dfe1e3;background:#f8f9fa;font:700 11px/1 var(--wbn-sans)}
html.wbn-dark .wbn-story-masthead{background:#151515;border-color:#333}html.wbn-dark .wbn-story-masthead .wbn-single-breadcrumbs{border-color:#333}html.wbn-dark .wbn-side-search form{background:#151515;border-color:#333}html.wbn-dark .wbn-side-search input{color:#eee}html.wbn-dark .wbn-side-list li{border-color:#333}html.wbn-dark .wbn-side-tags a{background:#1c1c1c;border-color:#3a3a3a}
@media(max-width:700px){.wbn-story-masthead{padding:15px 14px 18px;margin-bottom:17px}.wbn-story-masthead h1{font-size:32px;line-height:1.12}.wbn-story-masthead .wbn-single-breadcrumbs{font-size:10px;margin-bottom:12px}.wbn-side-block{margin-bottom:22px}.wbn-side-block>h3{font-size:19px}}


/* v2.0.1 — working article search + sidebar thumbnails */
.wbn-article-sidebar .wbn-side-search form[role="search"]{display:flex!important}
.wbn-side-search form{min-height:44px}
.wbn-side-search input[type=search]{display:block!important;width:100%!important}
.wbn-side-search button{display:inline-flex!important;align-items:center;justify-content:center;min-width:84px}
.wbn-side-media-list li{padding:11px 0}
.wbn-side-media-list li>a{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;align-items:center}
.wbn-side-media-thumb{display:block;width:92px;height:66px;overflow:hidden;background:#eee}
.wbn-side-media-thumb img,.wbn-side-media-thumb .wbn-thumb{width:92px;height:66px;object-fit:cover;background:#eee}
.wbn-side-media-copy{min-width:0}
.wbn-side-media-copy strong{font-size:14px;line-height:1.32}
.wbn-side-popular li{grid-template-columns:28px minmax(0,1fr);align-items:center}
.wbn-side-popular li>a{grid-column:2;display:grid;grid-template-columns:82px minmax(0,1fr);gap:10px;align-items:center}
.wbn-side-popular .wbn-side-media-thumb,.wbn-side-popular .wbn-side-media-thumb img,.wbn-side-popular .wbn-side-media-thumb .wbn-thumb{width:82px;height:58px}
@media(max-width:620px){.wbn-side-media-list li>a{grid-template-columns:86px minmax(0,1fr)}.wbn-side-media-thumb,.wbn-side-media-thumb img,.wbn-side-media-thumb .wbn-thumb{width:86px;height:62px}.wbn-side-search button{min-width:76px;padding:0 12px}}

/* v2.0.2 — premium category/archive presentation */
.wbn-category-page{padding-top:26px}
.wbn-category-masthead{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:22px 0 20px;margin-bottom:26px;border-top:3px solid var(--wbn-text);border-bottom:1px solid var(--wbn-line)}
.wbn-category-eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--wbn-accent);font:800 11px/1 var(--wbn-sans);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}
.wbn-category-masthead h1{font:800 46px/1.04 var(--wbn-serif);letter-spacing:-.7px;margin:0}
.wbn-category-description{max-width:720px;color:var(--wbn-muted);font:400 15px/1.7 var(--wbn-sans);margin-top:10px}
.wbn-category-description p{margin:0}
.wbn-category-count{min-width:90px;text-align:right;color:var(--wbn-accent);font:800 26px/1 var(--wbn-serif)}
.wbn-category-count span{display:block;color:var(--wbn-muted);font:700 10px/1.4 var(--wbn-sans);letter-spacing:.08em;text-transform:uppercase;margin-top:4px}
.wbn-category-featured{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.85fr);gap:30px;padding-bottom:34px;border-bottom:2px solid var(--wbn-text)}
.wbn-category-image{display:block;overflow:hidden;background:var(--wbn-soft)}
.wbn-category-image .wbn-thumb{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.wbn-category-image:hover .wbn-thumb{transform:scale(1.025)}
.wbn-category-lead .wbn-category-image{aspect-ratio:16/9}
.wbn-category-lead-copy{padding-top:14px}
.wbn-category-lead-copy .wbn-kicker,.wbn-category-top-card .wbn-kicker,.wbn-category-feed-card .wbn-kicker{display:inline-block;color:var(--wbn-accent);font:800 10px/1 var(--wbn-sans);letter-spacing:.05em;text-transform:uppercase;margin:0 0 7px}
.wbn-category-lead h2{font:800 31px/1.18 var(--wbn-serif);letter-spacing:-.35px;margin:0 0 8px}
.wbn-category-lead h2 a,.wbn-category-top-card h3 a,.wbn-category-feed-card h2 a,.wbn-category-popular h3 a{color:var(--wbn-text);text-decoration:none}
.wbn-category-lead-copy>p{font:400 15px/1.65 var(--wbn-sans);color:#555;margin:0 0 10px;max-width:92%}
.wbn-category-top-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 18px;align-content:start}
.wbn-category-top-card{min-width:0}
.wbn-category-top-card .wbn-category-image{aspect-ratio:16/10;margin-bottom:9px}
.wbn-category-top-card h3{font:800 17px/1.3 var(--wbn-serif);margin:0 0 6px}
.wbn-category-latest-wrap{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:42px;padding-top:34px}
.wbn-category-section-head{margin:0 0 4px;border-top:0}
.wbn-category-section-head .wbn-section-title{font-size:25px}
.wbn-category-feed-card{display:grid;grid-template-columns:225px minmax(0,1fr);gap:20px;padding:20px 0;border-bottom:1px solid var(--wbn-line)}
.wbn-category-feed-card:first-child{padding-top:12px}
.wbn-category-feed-thumb{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--wbn-soft)}
.wbn-category-feed-thumb .wbn-thumb{width:100%;height:100%;object-fit:cover;display:block}
.wbn-category-feed-kickers{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.wbn-category-feed-card h2{font:800 22px/1.25 var(--wbn-serif);margin:2px 0 7px}
.wbn-category-feed-card p{font:400 14px/1.6 var(--wbn-sans);color:#555;margin:0 0 9px}
.wbn-category-sidebar{min-width:0;align-self:start;position:sticky;top:18px;display:flex;flex-direction:column;gap:24px}
.wbn-category-popular{position:static;border-top:2px solid var(--wbn-text);width:100%}
.wbn-side-heading{padding:10px 0 8px;border-bottom:1px solid var(--wbn-line)}
.wbn-side-heading span{display:inline-block;border-left:4px solid var(--wbn-accent);padding-left:10px;font:800 21px/1.2 var(--wbn-serif)}
.wbn-category-popular ol{list-style:none;margin:0;padding:0}
.wbn-category-popular li{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid var(--wbn-line)}
.wbn-popular-rank{color:var(--wbn-accent);font:800 26px/1 var(--wbn-serif)}
.wbn-category-popular h3{font:800 15px/1.35 var(--wbn-serif);margin:0 0 4px}
.wbn-category-popular small{color:var(--wbn-muted);font:500 11px/1 var(--wbn-sans)}
.wbn-category-follow-mini{margin-top:0;padding:18px;background:var(--wbn-soft);border-left:4px solid var(--wbn-accent);position:relative;z-index:1;clear:both;width:100%;box-sizing:border-box}
.wbn-category-follow-mini strong{font:800 18px/1.2 var(--wbn-serif)}
.wbn-category-follow-mini p{font:400 13px/1.55 var(--wbn-sans);color:#555;margin:8px 0 12px}
.wbn-category-follow-mini a{font:800 12px/1 var(--wbn-sans);color:var(--wbn-accent)}
.wbn-category-page .wbn-pagination{padding:28px 0 10px;margin-top:0}

@media(max-width:980px){
 .wbn-category-featured{grid-template-columns:1fr}.wbn-category-top-grid{grid-template-columns:repeat(2,1fr)}
 .wbn-category-latest-wrap{grid-template-columns:minmax(0,1fr) 280px;gap:26px}.wbn-category-feed-card{grid-template-columns:185px minmax(0,1fr)}
}
@media(max-width:760px){
 .wbn-category-masthead{align-items:flex-start}.wbn-category-masthead h1{font-size:38px}.wbn-category-count{display:none}
 .wbn-category-latest-wrap{grid-template-columns:1fr}.wbn-category-popular{position:static}.wbn-category-sidebar{position:static;padding-top:8px;gap:20px}
}
@media(max-width:560px){
 .wbn-category-page{padding-top:12px}.wbn-category-masthead{padding:15px 0 15px;margin-bottom:18px}.wbn-category-masthead h1{font-size:32px}
 .wbn-category-featured{gap:20px;padding-bottom:24px}.wbn-category-lead h2{font-size:25px}.wbn-category-lead-copy>p{max-width:none}
 .wbn-category-top-grid{grid-template-columns:1fr;gap:15px}.wbn-category-top-card{display:grid;grid-template-columns:118px 1fr;gap:12px}.wbn-category-top-card .wbn-category-image{margin:0;aspect-ratio:4/3}.wbn-category-top-card h3{font-size:16px}
 .wbn-category-latest-wrap{padding-top:24px}.wbn-category-feed-card{grid-template-columns:112px minmax(0,1fr);gap:13px;padding:15px 0}.wbn-category-feed-card h2{font-size:17px}.wbn-category-feed-card p{display:none}.wbn-category-feed-card .wbn-meta{font-size:10px}
}

/* v2.0.3 — category sidebar overlap guard */
.wbn-category-popular ol,.wbn-category-popular li,.wbn-category-follow-mini{float:none!important}
.wbn-category-popular ol{display:block;width:100%}
.wbn-category-popular li{position:relative;min-height:72px;box-sizing:border-box}
@media(max-width:760px){.wbn-category-sidebar{position:static!important;top:auto!important}}


/* v2.1.0 FINAL RESPONSIVE QA — 1920/1440/1366/1024/768/430/390/360 */
/* Global overflow/media guards. */
html,body{width:100%;max-width:100%;overflow-x:clip}
.wbn-theme .wbn-wrap,.wbn-theme main,.wbn-theme section,.wbn-theme article,.wbn-theme aside,.wbn-theme header,.wbn-theme footer,.wbn-theme nav{min-width:0}
.wbn-theme img,.wbn-theme svg,.wbn-theme video,.wbn-theme canvas,.wbn-theme iframe,.wbn-theme embed,.wbn-theme object{max-width:100%}
.wbn-content iframe,.wbn-content video,.wbn-content embed,.wbn-content object{width:100%;height:auto;aspect-ratio:16/9}
.wbn-content pre,.wbn-content code{max-width:100%;overflow-x:auto;white-space:pre-wrap;overflow-wrap:anywhere}
.wbn-content table{width:100%;max-width:100%;border-collapse:collapse}
.wbn-theme h1,.wbn-theme h2,.wbn-theme h3,.wbn-theme h4,.wbn-theme p,.wbn-theme a,.wbn-theme span{overflow-wrap:anywhere}
.wbn-theme input,.wbn-theme select,.wbn-theme textarea,.wbn-theme button{max-width:100%;font:inherit}
.wbn-theme .custom-logo-link,.wbn-theme .custom-logo{max-width:100%}

/* Keep chosen typography consistent and make Devanagari legible wherever the site language is Hindi. */
html:lang(hi) body,html:lang(hi-IN) body,html:lang(mr) body,html:lang(ne) body{--wbn-serif:var(--wbn-devanagari);--wbn-sans:var(--wbn-devanagari)}
:lang(hi),:lang(hi-IN),:lang(mr),:lang(ne){font-family:var(--wbn-devanagari),sans-serif}

/* Desktop QA: keep the editorial canvas centered and avoid stretched cards on wide monitors. */
@media(min-width:1441px){
 .wbn-wrap{max-width:1180px}
 .wbn-top,.wbn-nav,.wbn-ticker,.wbn-footer{width:100%}
 .wbn-lead-main h1{font-size:30px}.wbn-single>h1{font-size:46px}
}
@media(min-width:1181px) and (max-width:1440px){
 .wbn-wrap{width:min(calc(100% - 48px),1180px)}
 .wbn-article-layout{grid-template-columns:minmax(0,1fr) 350px;gap:30px}
}
@media(min-width:1025px) and (max-width:1366px){
 .wbn-wrap{width:min(calc(100% - 40px),1160px)}
 .wbn-brand .custom-logo{max-width:300px}
 .wbn-nav>div>ul>li>a,.wbn-nav .wbn-menu>li>a{padding-inline:12px}
 .wbn-article-layout{grid-template-columns:minmax(0,1fr) 330px;gap:28px}
 .wbn-lead-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}
 .wbn-special-grid,.wbn-gallery-grid{gap:16px}
}

/* 1024 tablet landscape: preserve two-column editorial layouts without squeezing content. */
@media(min-width:901px) and (max-width:1024px){
 .wbn-wrap{width:calc(100% - 36px)}
 .wbn-header-social{gap:6px}.wbn-header-social a{width:31px;height:31px}.wbn-action-divider{margin-inline:10px}
 .wbn-search-button{min-width:88px;padding-inline:12px}
 .wbn-nav>div>ul>li>a,.wbn-nav .wbn-menu>li>a{font-size:13px;padding-inline:10px}
 .wbn-article-layout{grid-template-columns:minmax(0,1fr) 300px;gap:24px}
 .wbn-single>h1{font-size:38px}
 .wbn-opinion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .wbn-special-grid,.wbn-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .wbn-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .wbn-update-cta{align-items:center}.wbn-subscribe-form{min-width:360px}
}

/* 768 tablet portrait: header becomes mobile, homepage stays tidy, sidebar moves below article. */
@media(min-width:641px) and (max-width:900px){
 .wbn-wrap{width:calc(100% - 32px)!important;margin-inline:16px!important}
 .wbn-lead-small-grid,.wbn-opinion-grid,.wbn-special-grid,.wbn-gallery-grid,.wbn-video-grid,.wbn-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .wbn-mostread-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .wbn-article-layout{grid-template-columns:1fr!important}
 .wbn-article-sidebar{max-width:none;width:100%}
 .wbn-sidebar-stack{display:grid;grid-template-columns:1fr 1fr;gap:22px 26px}
 .wbn-sidebar-stack>.wbn-side-search,.wbn-sidebar-stack>.wbn-side-block:last-child{grid-column:1/-1}
 .wbn-side-block{margin-bottom:0}
 .wbn-footer-grid{grid-template-columns:1fr 1fr!important}
 .wbn-category-latest-wrap{grid-template-columns:1fr!important}.wbn-category-sidebar{position:static!important}
}

/* Phones: exact QA range includes 430/390/360. */
@media(max-width:640px){
 body{font-size:16px}
 .wbn-wrap{width:calc(100% - 24px)!important;margin-inline:12px!important}
 .wbn-header-actions{gap:3px}.wbn-dark-toggle,.wbn-search-button{flex:0 0 32px}
 .wbn-ticker-inner{width:100%;grid-template-columns:auto minmax(0,1fr) auto!important}
 .wbn-ticker-track,.wbn-ticker-list{min-width:0;max-width:100%}
 .wbn-ticker-item{max-width:48vw!important}
 .wbn-home-lead,.wbn-section{max-width:100%}
 .wbn-lead-main .wbn-thumb,.wbn-editorial-main .wbn-thumb,.wbn-single-featured img{max-height:none}
 .wbn-section-head{gap:12px;align-items:center}.wbn-section-title{min-width:0}.wbn-see-all{flex:0 0 auto}
 .wbn-category-featured,.wbn-category-latest-wrap,.wbn-archive-head,.wbn-article-layout{grid-template-columns:1fr!important}
 .wbn-category-sidebar,.wbn-article-sidebar{position:static!important;width:100%!important;max-width:none!important}
 .wbn-sidebar-stack{display:block}.wbn-side-block{width:100%;margin-bottom:24px}
 .wbn-side-search form{width:100%}.wbn-side-search input[type=search]{min-width:0}.wbn-side-search button{flex:0 0 auto}
 .wbn-side-media-list li>a{min-width:0}.wbn-side-media-copy{min-width:0}
 .wbn-mostread-item{padding-left:34px}.wbn-rank{left:0}
 .wbn-update-cta{display:block}.wbn-update-cta>div+div{margin-top:16px}.wbn-subscribe-form{min-width:0!important;width:100%}
 .wbn-footer-grid{grid-template-columns:1fr!important}.wbn-footer-contact-row{width:100%}
 .wbn-footer-credit{width:auto;max-width:100%}
}
@media(max-width:430px){
 .wbn-brand .custom-logo{max-width:165px}.wbn-site-title{font-size:16px}
 .wbn-lead-main h1{font-size:24px}.wbn-story-masthead h1,.wbn-single>h1{font-size:29px}
 .wbn-category-masthead h1{font-size:30px}
 .wbn-ticker-label{font-size:8px}.wbn-ticker-item{max-width:46vw!important;font-size:11.5px}
 .wbn-lead-small{grid-template-columns:104px minmax(0,1fr)}.wbn-lead-small .wbn-thumb{width:104px;height:72px}
 .wbn-compact-grid article{grid-template-columns:96px minmax(0,1fr)}.wbn-compact-grid .wbn-thumb{width:96px;height:68px}
 .wbn-category-feed-card{grid-template-columns:104px minmax(0,1fr)}
 .wbn-category-top-card{grid-template-columns:105px minmax(0,1fr)}
 .wbn-follow-row{gap:8px}.wbn-follow-action{min-width:76px}
}
@media(max-width:390px){
 .wbn-wrap{width:calc(100% - 20px)!important;margin-inline:10px!important}
 .wbn-brand .custom-logo{max-width:145px}.wbn-menu-toggle{width:30px}.wbn-dark-toggle,.wbn-search-button{width:30px;height:30px;min-width:30px;flex-basis:30px}
 .wbn-ticker-label{padding-inline:5px}.wbn-ticker-controls button{width:24px;height:24px}.wbn-ticker-item{max-width:44vw!important}
 .wbn-story-masthead{padding-inline:12px}.wbn-story-masthead h1,.wbn-single>h1{font-size:28px}
 .wbn-author-mini{font-size:10.5px}.wbn-article-tools>button,.wbn-share-round a,.wbn-share-round button{width:30px;min-width:30px;height:30px}
 .wbn-side-media-thumb,.wbn-side-media-thumb img,.wbn-side-media-thumb .wbn-thumb{width:78px;height:58px}.wbn-side-media-list li>a{grid-template-columns:78px minmax(0,1fr)}
 .wbn-side-popular li>a{grid-template-columns:72px minmax(0,1fr)}
 .wbn-side-popular .wbn-side-media-thumb,.wbn-side-popular .wbn-side-media-thumb img,.wbn-side-popular .wbn-side-media-thumb .wbn-thumb{width:72px;height:54px}
}
@media(max-width:360px){
 .wbn-wrap{width:calc(100% - 16px)!important;margin-inline:8px!important}
 .wbn-brand .custom-logo{max-width:132px}.wbn-site-title{font-size:14px}
 .wbn-dark-toggle,.wbn-search-button{width:29px;height:29px;min-width:29px;flex-basis:29px}.wbn-menu-toggle{width:28px}
 .wbn-ticker-inner{gap:4px}.wbn-ticker-label{font-size:7.5px}.wbn-ticker-controls{gap:1px}.wbn-ticker-controls button{width:23px;height:23px}.wbn-ticker-item{max-width:42vw!important;font-size:11px}
 .wbn-lead-small{grid-template-columns:92px minmax(0,1fr)}.wbn-lead-small .wbn-thumb{width:92px;height:68px}
 .wbn-story-masthead h1,.wbn-single>h1{font-size:26px}.wbn-content{font-size:16px}
 .wbn-follow-label{gap:7px}.wbn-follow-label svg{width:18px;height:18px}.wbn-follow-action{min-width:70px;padding-inline:7px}
 .wbn-footer-icons a{width:30px;height:30px}
}

/* Dark-mode QA for newly polished surfaces. */
html.wbn-dark .wbn-side-search form,html.wbn-dark .wbn-category-follow-mini,html.wbn-dark .wbn-post-follow{background:#151515;border-color:#333}
html.wbn-dark .wbn-side-search input[type=search]{color:#eee}
html.wbn-dark .wbn-category-lead-copy>p,html.wbn-dark .wbn-category-feed-card p,html.wbn-dark .wbn-category-follow-mini p{color:#bbb}

/* Empty/placeholder states never reserve broken-looking space. */
.wbn-section:empty,.wbn-side-block:empty,.wbn-widget:empty,.wbn-ad:empty{display:none!important}
.wbn-thumb:empty{background:linear-gradient(135deg,#f2f2f2,#e8e8e8)}
