/*
Theme Name: NewsPortal Pro Frontend
Theme URI: https://wpbazaar.in/
Author: WP Bazaar
Description: Standalone WordPress frontend conversion based on the approved NewsPortal homepage and article HTML designs.
Version: 5.5.6
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: newsportal-pro
License: GNU General Public License v2 or later
*/
:root{
  --red:var(--npex-primary,#e60000);
  --deep-red:var(--npex-primary,#e60000);
  --black:#050505;
  --text:#111;
  --muted:#5f6368;
  --line:#e8e8e8;
  --shadow:0 2px 12px rgba(0,0,0,.08);
}
*{box-sizing:border-box}
html{font-size:16px}
body{margin:0;background:#f5f5f5;color:var(--text);font-family:Arial,"Noto Sans Devanagari","Mangal",sans-serif}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{
  width:calc(100% - 40px);
  max-width:1360px;
  margin-inline:auto;
}
@media(min-width:1600px){
  .container{max-width:1440px}
}

.utility-bar{height:31px;background:#050505;color:#fff;font-size:11px}
.utility-inner{height:100%;display:grid;grid-template-columns:minmax(210px,260px) minmax(460px,1fr) minmax(240px,310px);align-items:center;gap:14px}
.utility-left,.utility-nav,.utility-right{display:flex;align-items:center;white-space:nowrap}
.utility-left{gap:8px;font-weight:700}
.utility-nav{justify-content:center;gap:20px;font-size:10px;font-weight:700}
.utility-nav a,.utility-right a{opacity:.96}
.utility-nav a:hover,.utility-right a:hover{color:#ff3d3d}
.live-pill{background:#e40000;padding:6px 10px;border-radius:4px;color:#fff!important}
.utility-right{justify-content:flex-end;gap:11px;font-size:11px}
.separator{opacity:.42}

.main-header{height:70px;background:#fff;border-bottom:1px solid #ededed}
.main-header-inner{height:100%;display:grid;grid-template-columns:38px minmax(220px,270px) minmax(320px,620px) minmax(220px,300px);align-items:center;justify-content:space-between;gap:clamp(12px,1.4vw,24px)}
.menu-toggle{border:0;background:transparent;font-size:27px;line-height:1;cursor:pointer;padding:0;color:#151515}
.brand{display:flex;align-items:center;gap:10px;width:max-content}
.brand-badge{width:64px;height:55px;border-radius:14px 14px 22px 22px;background:linear-gradient(145deg,#ef1b1b,#a00000);display:grid;place-items:center;color:#fff;font-weight:900;font-size:25px;letter-spacing:-2px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.65),0 1px 4px rgba(0,0,0,.22)}
.brand-copy{display:flex;align-items:center;gap:10px}
.brand-copy strong{font-size:14px;line-height:1;color:#151515}
.brand-copy small{font-size:11px;line-height:1.5;font-weight:800;border-left:1px solid #ddd;padding-left:10px}
.search-box{height:36px;border:1px solid #d9d9d9;border-radius:8px;display:flex;align-items:center;background:#fff;max-width:620px;justify-self:center;width:100%;overflow:hidden}
.search-icon{padding-left:12px;font-size:20px;color:#777;transform:rotate(-15deg)}
.search-box input{height:100%;border:0;outline:0;flex:1;padding:0 10px;font-size:12px;color:#222;min-width:0}
.search-box button{width:38px;height:100%;border:0;background:transparent;cursor:pointer;font-size:16px}
.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:26px}
.action-item{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;white-space:nowrap}
.action-icon{font-size:20px;position:relative;line-height:1}
.action-icon b{position:absolute;right:-7px;top:-8px;background:#d80000;color:#fff;border:2px solid #fff;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;font-size:8px}

.primary-nav{height:36px;background:linear-gradient(var(--npex-primary,#e60000),var(--npex-primary-dark,#d00000));color:#fff;border-bottom:1px solid var(--npex-primary-darker,#9e0000)}
.nav-inner{height:100%;display:flex;align-items:stretch;overflow:hidden}
.nav-inner a{height:100%;display:flex;align-items:center;padding:0 clamp(12px,1.05vw,18px);font-size:12px;font-weight:800;white-space:nowrap;transition:.15s ease}
.nav-inner a:hover,.nav-inner a.active{background:#fff;color:var(--npex-primary,#e60000);border-radius:5px 5px 0 0;margin-top:1px}

.breaking-strip{height:37px;background:#070707;color:#fff;border-bottom:1px solid #252525}
.breaking-inner{height:100%;display:grid;grid-template-columns:125px minmax(0,1fr) 70px;align-items:center;gap:18px}
.breaking-label{height:25px;background:#e30606;border-radius:4px;display:grid;place-items:center;font-size:10px;letter-spacing:.2px}
.ticker-window{overflow:hidden;white-space:nowrap}
.ticker-track{display:flex;align-items:center;gap:23px;transition:transform .35s ease;font-size:11px;font-weight:700}
.ticker-track a:hover{color:#ff4444}
.ticker-track span{color:var(--npex-primary,#e60000);font-size:17px}
.ticker-controls{display:flex;gap:7px;justify-content:flex-end}
.ticker-controls button{width:26px;height:26px;border:1px solid #535353;border-radius:5px;background:#111;color:#fff;font-size:19px;line-height:1;cursor:pointer}

.market-strip{background:#f7f7f7;padding:13px 0 12px;border-bottom:1px solid #e4e4e4}
.market-grid{display:grid;grid-template-columns:135px repeat(7,minmax(135px,1fr));background:#fff;border:1px solid #ececec;border-radius:8px;box-shadow:var(--shadow);overflow:hidden;min-height:65px}
.market-card{display:flex;align-items:center;gap:9px;padding:8px 10px;border-right:1px solid #ededed;background:#fff;min-width:0}
.market-card:last-child{border-right:0}
.market-card:hover{background:#fafafa}
.live-card{background:linear-gradient(145deg,#f20b0b,#bf0000);color:#fff;border-right:0;margin:0;border-radius:7px;box-shadow:0 3px 10px rgba(210,0,0,.22)}
.live-card:hover{background:linear-gradient(145deg,#ff1717,#c20000)}
.live-card strong{display:block;font-size:12px}
.live-card small{display:block;font-size:10px;margin-top:4px}
.market-icon{font-size:27px;line-height:1;flex:0 0 auto;filter:saturate(.9)}
.tv-icon{border:2px solid #fff;border-radius:5px;width:29px;height:23px;display:grid;place-items:center;font-size:17px}
.trend{color:#12a537;font-size:31px;font-weight:900}
.market-data{display:flex;flex-direction:column;min-width:0}
.market-data small{font-size:9px;color:#5c5c5c;margin-bottom:4px;white-space:nowrap}
.market-data strong{font-size:11px;white-space:nowrap}
.market-data em{font-style:normal;font-weight:400;font-size:8px}
.market-data b{font-size:9px;margin-top:5px}
.up{color:#07962c}.down{color:var(--npex-primary,#e60000)}.muted{color:#555;font-weight:600}
.live-card .market-data small,.live-card small{color:#fff}

.demo-space{padding:24px 0;min-height:360px}
.part-note{background:#fff;border:1px dashed #bbb;padding:18px;border-radius:8px;font-size:14px;color:#444}

@media(max-width:1280px){
  .container{width:calc(100% - 28px)}
  .utility-inner{grid-template-columns:220px 1fr 250px;gap:8px}
  .utility-nav{gap:13px}
  .main-header-inner{grid-template-columns:34px 215px minmax(300px,1fr) 235px;gap:12px}
  .header-actions{gap:16px}
  .nav-inner a{padding-inline:12px}
  .market-grid{grid-template-columns:125px repeat(7,minmax(125px,1fr))}
}
@media(max-width:1100px){
  .container{width:calc(100% - 24px)}
  .utility-inner{grid-template-columns:1fr auto}
  .utility-nav{display:none}
  .utility-right{grid-column:2}
  .main-header-inner{grid-template-columns:32px 205px minmax(280px,1fr) 205px}
  .brand-copy strong{font-size:12px}
  .brand-copy small{font-size:10px}
  .header-actions{gap:12px}
  .action-item{font-size:10px}
  .nav-inner{overflow-x:auto;scrollbar-width:none}
  .nav-inner::-webkit-scrollbar{display:none}
  .market-grid{overflow-x:auto;grid-template-columns:125px repeat(7,145px);scrollbar-width:thin}
}
@media(max-width:900px){
  .main-header-inner{grid-template-columns:32px 195px minmax(250px,1fr)}
  .header-actions{display:none}
  .search-box{max-width:none}
  .breaking-inner{grid-template-columns:112px minmax(0,1fr) 62px;gap:12px}
}
@media(max-width:640px){
  .container{width:calc(100% - 20px)}
  .utility-bar{height:28px}
  .utility-left{font-size:9px}
  .utility-right a:nth-child(-n+4),.utility-right .separator{display:none}
  .main-header{height:62px}
  .main-header-inner{grid-template-columns:28px 145px minmax(120px,1fr);gap:8px}
  .brand-badge{width:50px;height:45px;font-size:20px}
  .brand-copy strong{display:none}
  .brand-copy small{font-size:9px}
  .search-box{height:34px}
  .primary-nav{height:38px}
  .nav-inner a{padding:0 13px}
  .breaking-inner{grid-template-columns:100px minmax(0,1fr)}
  .ticker-controls{display:none}
  .market-strip{padding-top:9px}
  .market-grid{grid-template-columns:110px repeat(7,135px)}
}

/* v2 – unified SVG icon system */
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.icon{width:1em;height:1em;display:inline-block;vertical-align:-.15em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.icon .fill-dot,.fill-dot{fill:currentColor;stroke:none}
.with-icon,.utility-nav a,.login-link{display:inline-flex;align-items:center;gap:5px}
.utility-nav .icon{font-size:13px;stroke-width:1.9}
.utility-left .icon{font-size:14px;color:#ffcf33}
.live-pill .icon{font-size:11px;fill:currentColor;stroke:none}
.social-link{width:20px;height:20px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid!important;place-items:center;padding:0!important}
.social-link .icon{font-size:12px;stroke-width:1.7}
.social-link.social-x{font-size:10px;font-weight:900}
.login-link .icon{font-size:14px}
.menu-toggle{display:grid;place-items:center}
.menu-toggle .icon{font-size:25px;stroke-width:2}
.search-icon{display:grid;place-items:center;padding-left:12px;transform:none;font-size:17px}
.search-box button{display:grid;place-items:center;color:#555}
.search-box button .icon{font-size:17px;stroke-width:1.9}
.action-icon{width:23px;height:23px;display:grid;place-items:center}
.action-icon .icon{font-size:21px;stroke-width:1.75}
.market-icon{width:30px;height:30px;display:grid;place-items:center;font-size:24px;filter:none}
.market-icon .icon{font-size:27px;stroke-width:1.65}
.tv-icon{width:31px;height:26px;border:0}
.tv-icon .icon{font-size:28px;stroke-width:1.55}
.icon-gold{color:#d99b12}
.icon-silver{color:#8e98a3}
.icon-fuel{color:var(--npex-primary,#e60000)}
.icon-weather{color:#ec9b00}
.trend{font-size:28px}
.trend .icon{font-size:28px;stroke-width:2.2}
@media(max-width:640px){.social-link{display:none!important}}

/* Part 2: lead stories, trending and live TV */
.homepage-main{padding:0 0 35px;background:#f5f5f5}
.lead-layout{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(300px,.98fr);gap:14px;align-items:start}
.lead-column,.side-news-list,.right-rail{min-width:0}
.hero-slider{height:390px;border-radius:9px;overflow:hidden;box-shadow:var(--shadow);background:#111;position:relative}
.hero-slide,.hero-slide img{width:100%;height:100%}
.hero-slide{position:relative}.hero-slide img{display:block;object-fit:cover}
.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(0,0,0,.2) 52%,rgba(0,0,0,.94) 100%)}
.hero-content{position:absolute;left:18px;right:18px;bottom:18px;color:#fff}
.top-tag{display:inline-block;background:var(--npex-primary,#e30613);border-radius:4px;padding:6px 9px;font-size:10px;font-weight:900;margin-bottom:116px}
.hero-content h1{font-size:28px;line-height:1.22;margin:0 0 8px;max-width:92%;letter-spacing:-.2px}
.hero-content p{margin:0 0 10px;font-size:13px;line-height:1.55;color:#e6e6e6;max-width:88%}
.hero-meta{display:flex;gap:22px;font-size:11px;font-weight:700}
.hero-play{position:absolute;left:18px;top:150px;width:35px;height:35px;border:2px solid #fff;background:rgba(0,0,0,.45);color:#fff;border-radius:50%;display:grid;place-items:center;cursor:pointer}
.hero-play .icon{fill:currentColor;stroke:none;font-size:16px;margin-left:2px}
.hero-dots{position:absolute;right:18px;bottom:16px;display:flex;gap:7px}.hero-dots button{width:7px;height:7px;border:0;border-radius:50%;background:#fff;padding:0;opacity:.9}.hero-dots button.active{background:var(--npex-primary,#e60000)}
.side-news-list{display:grid;gap:13px}
.side-news-list article{height:121px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;display:grid;grid-template-columns:42% 1fr;box-shadow:0 1px 6px rgba(0,0,0,.05)}
.side-news-list img{width:100%;height:100%;object-fit:cover}.side-news-list div{padding:12px 11px;display:flex;flex-direction:column;justify-content:space-between}
.side-news-list h2{font-size:14px;line-height:1.42;margin:0}.side-news-list p{margin:0;color:#666;font-size:9px}.side-news-list p b{color:#111;margin-left:13px}
.right-rail{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:14px}.trending-card{background:#fff;border:1px solid #e2e2e2;border-radius:8px;padding:0 13px 11px;box-shadow:0 1px 6px rgba(0,0,0,.05)}
.trend-tabs{height:44px;display:flex;align-items:end;justify-content:space-between;border-bottom:1px solid #e7e7e7;margin-bottom:3px;gap:4px}.trend-tabs button{height:44px;border:0;background:none;font-weight:700;font-size:11px;padding:0 3px;white-space:nowrap}.trend-tabs button.active{color:var(--npex-primary,#e60000);border-bottom:2px solid var(--npex-primary,#e60000)}
.trending-card ol{list-style:none;margin:0;padding:4px 0}.trending-card li{min-height:43px;display:grid;grid-template-columns:23px minmax(0,1fr) 43px;align-items:center;gap:8px;border-bottom:1px solid #eee}.trending-card li:last-child{border-bottom:0}.trending-card li span,.big-news-preview li span{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--npex-primary,#e60000);color:#fff;font-size:10px;font-weight:900}.trending-card li a{font-size:11px;line-height:1.35;font-weight:700}.trending-card li b{font-size:10px;color:var(--npex-primary,#e60000);text-align:right}
.more-btn{display:block;width:max-content;margin:6px auto 0;border:1px solid #ccc;border-radius:4px;padding:7px 16px;font-size:10px;font-weight:700}
.live-tv-box{height:151px;border-radius:8px;background:linear-gradient(135deg,var(--npex-primary,#e60000),var(--npex-primary,var(--npex-primary,#e60000)));color:#fff;display:grid;grid-template-columns:58px 1fr 40px;align-items:center;padding:15px;position:relative;overflow:hidden;box-shadow:0 5px 15px rgba(199,0,0,.18)}
.live-tv-box:after{content:"";position:absolute;right:-30px;bottom:-55px;width:180px;height:180px;border:1px dotted rgba(255,255,255,.25);border-radius:50%}.live-play{width:48px;height:48px;border-radius:50%;background:#050505;border:2px solid #fff;display:grid;place-items:center}.live-play .icon{font-size:21px;fill:currentColor;stroke:none;margin-left:3px}.live-tv-box span{font-size:16px;font-weight:900}.live-tv-box h2{font-size:17px;margin:5px 0}.live-tv-box p{font-size:10px;line-height:1.4;margin:0 0 8px}.live-tv-box a{font-size:10px;border:1px solid #fff;border-radius:3px;padding:5px 10px}.live-tv-box>b{align-self:start;border:1px solid #fff;border-radius:3px;padding:4px;font-size:9px;text-align:center}
.utility-cards{grid-column:1 / -1;margin-top:0;width:100%;background:#fff;border:1px solid #e4e4e4;border-radius:8px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));min-height:95px;overflow:hidden}.utility-cards a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid #eaeaea;padding:9px 4px}.utility-cards a:last-child{border-right:0}.utility-cards .icon{font-size:25px;color:#111;margin-bottom:7px}.utility-cards strong{font-size:10px}.utility-cards small{font-size:8px;color:#666;margin-top:4px}
.lower-preview{margin-top:14px;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,1fr);gap:14px}.country-preview,.big-news-preview{background:#fff;border:1px solid #e4e4e4;border-radius:8px;padding:12px;box-shadow:0 1px 5px rgba(0,0,0,.04)}
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-head h2{font-size:17px;margin:0}.section-head a{font-size:10px;color:var(--npex-primary,#e60000);font-weight:800}
.country-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.country-grid img{width:100%;height:116px;object-fit:cover;border-radius:7px}.country-grid h3{font-size:12px;line-height:1.35;margin:7px 0 4px}.country-grid small{font-size:8px;color:#666}
.big-news-preview ol{list-style:none;margin:0;padding:0}.big-news-preview li{display:grid;grid-template-columns:22px 85px minmax(0,1fr);align-items:center;gap:9px;min-height:58px;border-bottom:1px solid #eee}.big-news-preview li:last-child{border-bottom:0}.big-news-preview li img{width:85px;height:44px;border-radius:5px;object-fit:cover}.big-news-preview li a{font-size:11px;line-height:1.35;font-weight:700}
@media(max-width:1200px){.lead-layout{grid-template-columns:minmax(0,1.35fr) minmax(285px,.85fr)}.hero-slider{height:370px}.hero-content h1{font-size:24px}.utility-cards{grid-template-columns:repeat(7,minmax(0,1fr));overflow:hidden}.utility-cards a{padding-inline:2px}.country-grid img{height:100px}}
@media(max-width:1024px){.lead-layout{grid-template-columns:minmax(0,1.45fr) minmax(285px,1fr)}.utility-cards{grid-column:1/-1}.right-rail{grid-column:1/-1;grid-template-columns:1.25fr 1fr}.trending-card{min-height:250px}.live-tv-box{height:100%}.lower-preview{grid-template-columns:1fr}.hero-slider{height:350px}}
@media(max-width:760px){.lead-layout{grid-template-columns:1fr}.utility-cards{grid-column:1}.hero-slider{height:330px}.side-news-list{grid-template-columns:1fr 1fr}.side-news-list article{height:120px}.side-news-list article:last-child{grid-column:1/-1}.right-rail{grid-template-columns:1fr}.utility-cards{grid-template-columns:repeat(7,105px);overflow-x:auto}.country-grid{grid-template-columns:repeat(2,1fr)}.country-grid img{height:125px}}
@media(max-width:520px){.homepage-main{padding-top:0}.hero-slider{height:305px}.hero-content h1{font-size:20px}.hero-content p{font-size:11px}.top-tag{margin-bottom:94px}.side-news-list{grid-template-columns:1fr}.side-news-list article:last-child{grid-column:auto}.country-grid img{height:105px}.big-news-preview li{grid-template-columns:22px 72px minmax(0,1fr)}.big-news-preview li img{width:72px}.lower-preview{margin-top:10px}}

/* v5 — screenshot-matched desktop composition
   Row 1: Hero | three news cards | Trending
   Row 2: seven quick links across first two columns | Live TV */
.lead-layout{
  display:grid;
  grid-template-columns:minmax(0,1.48fr) minmax(250px,1fr) minmax(270px,.92fr);
  grid-template-areas:
    "hero side trend"
    "quick quick live";
  gap:12px;
  align-items:stretch;
}
.lead-column{grid-area:hero;min-width:0}
.side-news-list{grid-area:side;min-width:0;display:grid;grid-template-rows:repeat(3,1fr);gap:10px}
.trending-card{grid-area:trend;min-width:0;height:100%}
.utility-cards{grid-area:quick;margin:0;min-height:92px;width:100%}
.live-tv-box{grid-area:live;height:auto;min-height:92px}
.hero-slider{height:365px}
.side-news-list article{height:auto;min-height:0}
.trending-card ol{padding-top:2px}
.trending-card li{min-height:45px}
.live-tv-box{grid-template-columns:48px minmax(0,1fr) 36px;padding:12px}
.live-play{width:42px;height:42px}
.live-tv-box h2{font-size:15px;margin:3px 0}
.live-tv-box p{font-size:9px;margin-bottom:6px}

@media(max-width:1180px){
  .lead-layout{
    grid-template-columns:minmax(0,1.45fr) minmax(245px,.95fr) minmax(255px,.85fr);
  }
  .hero-slider{height:350px}
  .hero-content h1{font-size:23px}
  .side-news-list h2{font-size:12px}
  .trend-tabs button{font-size:9px}
  .trending-card li a{font-size:10px}
}
@media(max-width:980px){
  .lead-layout{
    grid-template-columns:minmax(0,1.4fr) minmax(280px,1fr);
    grid-template-areas:
      "hero side"
      "trend trend"
      "quick live";
  }
  .trending-card{height:auto}
  .trending-card ol{display:grid;grid-template-columns:1fr 1fr;column-gap:18px}
  .trending-card li:nth-child(5){grid-column:1/-1}
  .utility-cards{grid-template-columns:repeat(7,minmax(95px,1fr));overflow-x:auto}
  .live-tv-box{min-width:260px}
}
@media(max-width:760px){
  .lead-layout{
    grid-template-columns:1fr;
    grid-template-areas:
      "hero"
      "side"
      "trend"
      "quick"
      "live";
  }
  .side-news-list{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:10px}
  .side-news-list article{height:120px}
  .side-news-list article:last-child{grid-column:1/-1}
  .trending-card ol{display:block}
  .utility-cards{grid-template-columns:repeat(7,105px)}
  .live-tv-box{min-height:125px}
}
@media(max-width:520px){
  .side-news-list{grid-template-columns:1fr}
  .side-news-list article:last-child{grid-column:auto}
}

/* v6 — balanced spacing fix
   Adds breathing room below the market strip and locks the first row to one
   shared height so the quick-links row sits directly below all three columns. */
.homepage-main{
  padding:14px 0 35px;
}
.lead-layout{
  grid-template-rows:365px 106px;
  row-gap:12px;
  column-gap:12px;
}
.hero-slider{
  height:100%;
}
.side-news-list{
  height:100%;
  grid-template-rows:repeat(3,minmax(0,1fr));
}
.side-news-list article{
  height:100%;
}
.trending-card{
  height:100%;
  overflow:hidden;
  padding:0 12px 8px;
}
.trend-tabs{
  height:39px;
}
.trend-tabs button{
  height:39px;
  font-size:9px;
}
.trending-card ol{
  padding:2px 0 0;
}
.trending-card li{
  min-height:43px;
}
.more-btn{
  margin-top:5px;
  padding:6px 14px;
}
.utility-cards,
.live-tv-box{
  height:106px;
  min-height:106px;
}
.lower-preview{
  margin-top:14px;
}

@media(max-width:1180px){
  .lead-layout{grid-template-rows:350px 104px}
  .utility-cards,.live-tv-box{height:104px;min-height:104px}
  .trending-card li{min-height:40px}
  .trend-tabs,.trend-tabs button{height:36px}
}
@media(max-width:980px){
  .lead-layout{grid-template-rows:auto}
  .hero-slider{height:350px}
  .trending-card{height:auto;overflow:visible}
  .utility-cards,.live-tv-box{height:auto;min-height:104px}
}
@media(max-width:760px){
  .homepage-main{padding-top:10px}
  .hero-slider{height:330px}
}
@media(max-width:520px){
  .homepage-main{padding-top:8px}
  .hero-slider{height:305px}
}

/* Part 3: states + category grid */
.states-section{margin-top:16px;background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:12px 14px 14px;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.state-list{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:14px;align-items:start}
.state-list a{display:flex;flex-direction:column;align-items:center;gap:7px;color:#111;text-decoration:none;font-size:12px;text-align:center;font-weight:700;min-width:0}
.state-list img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 0 0 1px #ddd}
.state-list a:hover strong{color:var(--npex-primary,#e60000)}

.category-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:16px;margin-bottom:20px}
.category-card{background:#fff;border:1px solid #e4e4e4;border-radius:10px;padding:11px;min-width:0;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.category-card .section-head{margin-bottom:9px}
.category-card .section-head h2{font-size:17px}
.category-cover{display:block;width:100%;height:112px;object-fit:cover;border-radius:7px;margin-bottom:8px}
.category-card h3{font-size:14px;line-height:1.4;margin:0 0 8px;color:#111}
.category-card ul{margin:0;padding:0 0 0 17px}
.category-card li{margin:5px 0;font-size:12px;line-height:1.35}
.category-card li::marker{color:var(--npex-primary,#e60000)}
.category-card li a{color:#222;text-decoration:none}
.category-card li a:hover{color:var(--npex-primary,#e60000)}

@media(max-width:1180px){
  .state-list{grid-template-columns:repeat(6,minmax(0,1fr))}
  .category-row{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .states-section{overflow:hidden}
  .state-list{display:flex;overflow-x:auto;gap:16px;padding-bottom:4px;scrollbar-width:none}
  .state-list::-webkit-scrollbar{display:none}
  .state-list a{flex:0 0 72px}
  .category-row{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .category-row{grid-template-columns:1fr}
  .category-cover{height:180px}
}


/* Part 3 v2: market update below Today's Big News */
.right-lower-rail{
  display:grid;
  grid-template-rows:auto auto;
  gap:12px;
  min-width:0;
}
.market-update-widget{
  background:#fff;
  border:1px solid #e4e4e4;
  border-radius:8px;
  padding:11px 12px 12px;
  box-shadow:0 1px 5px rgba(0,0,0,.04);
}
.market-update-widget .section-head{
  margin-bottom:9px;
}
.market-update-widget .section-head h2{
  font-size:16px;
}
.market-update-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
}
.market-update-grid article{
  position:relative;
  min-width:0;
  min-height:84px;
  padding:3px 8px 28px;
  border-right:1px solid #ececec;
}
.market-update-grid article:last-child{
  border-right:0;
}
.market-update-grid small,
.market-update-grid strong,
.market-update-grid span{
  display:block;
  white-space:nowrap;
}
.market-update-grid small{
  font-size:9px;
  color:#555;
  margin-bottom:5px;
}
.market-update-grid strong{
  font-size:10px;
  color:#111;
  overflow:hidden;
  text-overflow:ellipsis;
}
.market-update-grid span{
  margin-top:4px;
  font-size:8px;
  font-weight:800;
}
.market-update-grid svg{
  position:absolute;
  left:7px;
  right:7px;
  bottom:3px;
  width:calc(100% - 14px);
  height:25px;
  fill:none;
  stroke:#159947;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.market-update-grid svg.down-chart{
  stroke:#df1010;
}

@media(max-width:1200px){
  .market-update-grid{
    grid-template-columns:repeat(5,minmax(72px,1fr));
    overflow-x:auto;
  }
  .market-update-grid article{
    min-width:78px;
  }
}
@media(max-width:760px){
  .right-lower-rail{
    gap:10px;
  }
  .market-update-grid{
    grid-template-columns:repeat(5,110px);
  }
  .market-update-grid article{
    min-width:110px;
  }
}


/* Part 3 v3 — remove the empty gap under Desh.
   The lower area now follows the reference layout:
   Desh + Big News on row one, States + Market Update on row two. */
.lower-preview{
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(360px,1fr);
  grid-template-areas:
    "country big"
    "states market";
  gap:12px 14px;
  align-items:start;
}
.country-preview{grid-area:country;align-self:start}
.big-news-preview{grid-area:big;align-self:start}
.lower-preview .states-section{
  grid-area:states;
  margin-top:0;
  height:100%;
}
.market-update-widget{grid-area:market;align-self:stretch}
.right-lower-rail{display:contents}

@media(max-width:1024px){
  .lower-preview{
    grid-template-columns:1fr;
    grid-template-areas:
      "country"
      "big"
      "states"
      "market";
  }
}


/* Part 3 v4 — fill the Desh panel without changing the approved layout */
.country-preview{
  padding-bottom:11px;
}
.country-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-template-rows:repeat(2,1fr);
  gap:10px 12px;
}
.country-grid article{
  min-width:0;
}
.country-grid img{
  height:78px;
}
.country-grid h3{
  margin:5px 0 3px;
  font-size:11px;
  line-height:1.28;
  min-height:28px;
}
.country-grid small{
  font-size:8px;
}
@media(max-width:1200px){
  .country-grid img{height:72px}
  .country-grid h3{font-size:10px}
}
@media(max-width:1024px){
  .country-grid img{height:105px}
  .country-grid h3{font-size:12px}
}
@media(max-width:760px){
  .country-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:auto;
  }
  .country-grid img{height:125px}
}
@media(max-width:520px){
  .country-grid img{height:105px}
}


/* Part 4: Video, Shorts, Gallery, Newsletter and Footer */
.media-row{
  display:grid;
  grid-template-columns:1.45fr 1fr 1.05fr;
  gap:12px;
  margin-top:14px;
  margin-bottom:14px;
}
.media-panel{
  background:#fff;
  border:1px solid #e4e4e4;
  border-radius:8px;
  padding:11px;
  min-width:0;
  box-shadow:0 1px 5px rgba(0,0,0,.04);
}
.video-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.video-grid article,.shorts-grid article{min-width:0}
.media-thumb,.short-thumb{
  position:relative;
  overflow:hidden;
  border-radius:5px;
  background:#111;
}
.media-thumb{aspect-ratio:16/9}
.short-thumb{aspect-ratio:3/4}
.media-thumb img,.short-thumb img,.gallery-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.play-badge,.short-thumb span{
  position:absolute;
  inset:50% auto auto 50%;
  transform:translate(-50%,-50%);
  width:31px;height:31px;
  border-radius:50%;
  background:rgba(0,0,0,.72);
  color:#fff;
  display:grid;place-items:center;
  border:2px solid #fff;
  font-size:12px;
}
.media-thumb small{
  position:absolute;
  right:5px;bottom:5px;
  background:rgba(0,0,0,.78);
  color:#fff;
  border-radius:3px;
  padding:2px 4px;
  font-size:8px;
}
.video-grid h3,.shorts-grid h3{
  margin:6px 0 0;
  color:#111;
  font-size:10px;
  line-height:1.35;
}
.shorts-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.shorts-grid small{
  display:block;
  margin-top:3px;
  color:#777;
  font-size:8px;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-auto-rows:78px;
  gap:7px;
}
.gallery-grid a{
  overflow:hidden;
  border-radius:5px;
}
.gallery-grid img{transition:transform .25s ease}
.gallery-grid a:hover img{transform:scale(1.05)}

.newsletter-strip{
  margin-top:14px;
  background:linear-gradient(90deg,var(--npex-primary,#e60000),var(--npex-primary-dark,#b40000));
  color:#fff;
}
.newsletter-inner{
  min-height:76px;
  display:grid;
  grid-template-columns:1.3fr .9fr auto;
  gap:20px;
  align-items:center;
}
.newsletter-copy{
  display:flex;
  align-items:center;
  gap:12px;
}
.mail-icon{
  font-size:36px;
  line-height:1;
}
.newsletter-copy strong,.newsletter-copy small{display:block}
.newsletter-copy strong{font-size:16px}
.newsletter-copy small{font-size:10px;margin-top:3px;opacity:.9}
.newsletter-form{
  display:flex;
  height:39px;
}
.newsletter-form input{
  min-width:0;
  flex:1;
  border:0;
  padding:0 13px;
  border-radius:4px 0 0 4px;
  outline:none;
}
.newsletter-form button{
  border:0;
  background:#101010;
  color:#fff;
  font-weight:700;
  padding:0 16px;
  border-radius:0 4px 4px 0;
  cursor:pointer;
}
.social-follow{
  display:flex;
  align-items:center;
  gap:7px;
  white-space:nowrap;
}
.social-follow span{font-size:10px;margin-right:4px}
.social-follow a,.footer-social a{
  width:29px;height:29px;
  border-radius:50%;
  display:grid;place-items:center;
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
  text-decoration:none;
  font-weight:800;
}

.site-footer{
  background:#11161b;
  color:#dce0e4;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.15fr .8fr 1fr 1.3fr .95fr;
  gap:28px;
  padding-top:28px;
  padding-bottom:26px;
}
.footer-grid h3{
  margin:0 0 12px;
  color:#fff;
  font-size:13px;
}
.footer-logo{
  width:70px;height:58px;
  display:grid;place-items:center;
  border-radius:12px;
  background:var(--npex-primary,var(--npex-primary,#e60000));
  color:#fff;
  font-size:24px;
  font-weight:900;
  border:3px solid #fff;
}
.footer-brand p{
  max-width:250px;
  font-size:10px;
  line-height:1.6;
  color:#aeb5bb;
}
.footer-social{display:flex;gap:7px}
.footer-links{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.footer-links.two-col{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  align-content:start;
}
.footer-links.two-col h3{grid-column:1/-1}
.footer-links a,.footer-tags a{
  color:#cbd0d5;
  text-decoration:none;
  font-size:10px;
}
.footer-links a:hover,.footer-tags a:hover{color:#fff}
.footer-tags div{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.footer-tags a{
  background:#222a31;
  padding:6px 9px;
  border-radius:4px;
}
.store-btn{
  display:flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  margin-bottom:7px;
  border:1px solid #4a5055;
  border-radius:6px;
  color:#fff;
  text-decoration:none;
  background:#080b0e;
}
.store-btn span{font-size:20px}
.store-btn small,.store-btn strong{display:block}
.store-btn small{font-size:7px}
.store-btn strong{font-size:11px}
.qr-box{
  width:58px;height:58px;
  background:#fff;
  color:#111;
  display:grid;place-items:center;
  font-weight:900;
  margin-top:8px;
}
.footer-bottom{
  border-top:1px solid #2b3035;
  background:#0a0d10;
}
.footer-bottom .container{
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  font-size:9px;
}
.footer-bottom nav{display:flex;gap:14px}
.footer-bottom a{color:#c5c9cd;text-decoration:none}

@media(max-width:1200px){
  .media-row{grid-template-columns:1.3fr 1fr}
  .gallery-panel{grid-column:1/-1}
  .gallery-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:90px}
  .newsletter-inner{grid-template-columns:1.1fr .9fr}
  .social-follow{grid-column:1/-1;padding-bottom:12px}
  .footer-grid{grid-template-columns:1.2fr 1fr 1fr 1.3fr}
  .footer-apps{grid-column:1/-1;display:flex;align-items:center;gap:10px}
  .footer-apps h3{width:100%}
}
@media(max-width:900px){
  .media-row{grid-template-columns:1fr}
  .gallery-panel{grid-column:auto}
  .video-grid{grid-template-columns:repeat(2,1fr)}
  .shorts-grid{grid-template-columns:repeat(3,1fr)}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
  .newsletter-inner{grid-template-columns:1fr;padding-top:16px;padding-bottom:16px}
  .social-follow{grid-column:auto;padding-bottom:0}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .video-grid{grid-template-columns:repeat(2,1fr)}
  .shorts-grid{overflow-x:auto;grid-template-columns:repeat(3,130px)}
  .gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:95px}
  .newsletter-form{width:100%}
  .newsletter-copy strong{font-size:14px}
  .footer-grid{grid-template-columns:1fr}
  .footer-apps{grid-column:auto;display:block}
  .footer-bottom .container{align-items:flex-start;flex-direction:column;padding-top:12px;padding-bottom:12px}
  .footer-bottom nav{flex-wrap:wrap}
}


/* Reference-balanced final override: matches the supplied homepage proportions */
:root{--section-gap:12px}
body{background:#f4f4f4}
.homepage-main{padding-top:12px}
.container{max-width:1360px}

/* lower two-column block exactly like the reference */
.lower-preview{
  display:grid !important;
  grid-template-columns:minmax(0,1.58fr) minmax(320px,.92fr) !important;
  grid-template-areas:
    "country bignews"
    "states market" !important;
  gap:12px !important;
  align-items:stretch !important;
  margin-top:12px !important;
}
.country-preview{grid-area:country;min-height:0;height:258px;padding:12px !important;overflow:hidden}
.big-news-preview{grid-area:bignews;height:258px;padding:12px !important;overflow:hidden}
.states-section{grid-area:states;height:128px;padding:12px !important;overflow:hidden}
.market-update-widget{grid-area:market;height:128px;padding:12px !important;overflow:hidden}

.country-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  grid-template-rows:1fr !important;
  gap:12px !important;
}
.country-grid article{display:flex;flex-direction:column;min-width:0}
.country-grid img{width:100%;height:132px !important;object-fit:cover;border-radius:6px}
.country-grid h3{font-size:13px !important;line-height:1.25;margin:7px 0 5px !important;min-height:32px !important}
.country-grid small{font-size:9px !important;color:#777}

.big-news-preview ol{margin:0;padding:0;display:grid;grid-template-rows:repeat(4,1fr);height:204px}
.big-news-preview li{min-height:0;padding:7px 0 !important;display:grid;grid-template-columns:24px 82px 1fr;gap:10px;align-items:center}
.big-news-preview li img{width:82px !important;height:45px !important;object-fit:cover;border-radius:4px}
.big-news-preview li a{font-size:11px;line-height:1.3}
.big-news-preview li span{width:22px;height:22px;font-size:10px}

.state-list{height:82px;align-items:center;gap:12px}
.state-list a{min-width:64px}
.state-list img{width:48px !important;height:48px !important}
.state-list strong{font-size:9px !important;margin-top:5px}

.market-update-grid{height:79px;align-items:stretch}
.market-update-grid article{min-height:74px !important;padding:3px 7px 24px !important}
.market-update-grid small{font-size:8px !important}
.market-update-grid strong{font-size:9px !important}
.market-update-grid span{font-size:8px !important}
.market-update-grid svg{height:21px !important}

/* five equal category cards, compact and aligned */
.category-row{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:12px !important;
  margin-top:12px !important;
}
.category-card{height:244px;padding:11px !important;overflow:hidden}
.category-cover{height:82px !important;object-fit:cover;border-radius:5px}
.category-card h3{font-size:11px !important;line-height:1.3;margin:6px 0 !important;min-height:29px}
.category-card ul{margin:5px 0 0;padding-left:15px}
.category-card li{margin:4px 0;font-size:9px;line-height:1.25}

/* media row proportions from reference */
.media-row{
  display:grid !important;
  grid-template-columns:1.42fr 1.05fr .95fr !important;
  gap:12px !important;
  margin-top:12px !important;
  margin-bottom:12px !important;
}
.media-panel{height:220px;padding:11px !important;overflow:hidden}
.video-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:8px}
.media-thumb{height:92px;aspect-ratio:auto !important}
.video-grid h3{font-size:9px !important;line-height:1.25}
.shorts-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
.short-thumb{height:130px;aspect-ratio:auto !important}
.shorts-grid h3{font-size:9px !important;line-height:1.2}
.gallery-grid{grid-template-columns:repeat(3,1fr) !important;grid-auto-rows:72px !important;gap:6px !important}

/* compact newsletter/footer like supplied design */
.newsletter-inner{min-height:62px !important}
.newsletter-copy strong{font-size:14px !important}
.newsletter-copy small{font-size:9px !important}
.newsletter-form{height:34px !important}
.social-follow a,.footer-social a{width:26px !important;height:26px !important}
.footer-grid{padding-top:20px !important;padding-bottom:18px !important;gap:22px !important}
.footer-brand p{font-size:9px !important;line-height:1.45}
.footer-grid h3{font-size:12px !important;margin-bottom:9px !important}
.footer-links{gap:6px !important}
.footer-links a,.footer-tags a{font-size:9px !important}
.footer-tags a{padding:5px 7px !important}
.footer-bottom .container{min-height:36px !important}

@media(max-width:1100px){
  .lower-preview{grid-template-columns:minmax(0,1.45fr) minmax(300px,.95fr) !important}
  .country-preview,.big-news-preview{height:248px}
  .states-section,.market-update-widget{height:124px}
  .category-card{height:235px}
}
@media(max-width:900px){
  .lower-preview{grid-template-columns:1fr !important;grid-template-areas:"country" "bignews" "states" "market" !important}
  .country-preview,.big-news-preview,.states-section,.market-update-widget{height:auto !important}
  .country-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .country-grid img{height:145px !important}
  .category-row{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .category-card{height:auto}
  .media-row{grid-template-columns:1fr !important}
  .media-panel{height:auto}
}
@media(max-width:560px){
  .country-grid{grid-template-columns:1fr !important}
  .country-grid img{height:190px !important}
  .category-row{grid-template-columns:1fr !important}
}


/* Inner Article Page */
.article-page{background:#f6f6f6}
.article-shell{
  display:grid;
  grid-template-columns:56px minmax(0,1fr) 360px;
  gap:18px;
  align-items:start;
  padding-top:16px;
  padding-bottom:28px;
}
.share-rail{
  position:sticky;top:15px;
  background:#fff;border:1px solid #e6e6e6;border-radius:8px;
  display:flex;flex-direction:column;align-items:center;gap:11px;
  padding:12px 7px;font-size:8px;box-shadow:0 1px 4px rgba(0,0,0,.04)
}
.share-rail a{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;text-decoration:none;font-size:12px;font-weight:800}
.share-rail a:first-of-type{background:#1976d2}.share-rail a:nth-of-type(3){background:#25d366}.share-rail a:nth-of-type(4){background:#229ed9}.share-rail a:nth-of-type(5){background:#0a66c2}
.comment-count{border-top:1px solid #eee;padding-top:10px;text-align:center}.comment-count span,.comment-count b{display:block}
.article-content,.article-sidebar{min-width:0}
.breadcrumbs{font-size:10px;color:#777;margin:0 0 14px}.breadcrumbs span{margin:0 6px;color:#aaa}
.article-header h1{font-size:33px;line-height:1.2;margin:0 0 8px;color:#111}
.article-deck{font-size:15px;line-height:1.6;color:#555;margin:0 0 14px}
.article-meta-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}
.author-box-inline{display:flex;align-items:center;gap:10px}.author-logo{width:40px;height:36px;border-radius:8px;background:var(--npex-primary,var(--npex-primary,#e60000));color:#fff;display:grid;place-items:center;font-weight:900;border:2px solid #fff;box-shadow:0 0 0 1px var(--npex-primary,var(--npex-primary,#e60000))}.author-logo.large{width:54px;height:48px}
.author-box-inline strong,.author-box-inline small{display:block}.author-box-inline strong{font-size:12px}.author-box-inline small{font-size:9px;color:#666;margin-top:3px}
.article-share-actions{display:flex;gap:8px}.article-share-actions a{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#111;color:#fff;text-decoration:none;font-size:11px}.article-share-actions a:nth-child(1){background:#1976d2}.article-share-actions a:nth-child(3){background:#25d366}.article-share-actions a:nth-child(4){background:#229ed9}.article-share-actions a:nth-child(5),.article-share-actions a:nth-child(6){background:#fff;color:#111;border:1px solid #ddd}
.article-hero{margin:0 0 12px}.article-hero img{width:100%;height:420px;object-fit:cover;border-radius:7px;display:block}.article-hero figcaption{font-size:9px;color:#777;margin-top:5px}
.article-intro-grid{display:grid;grid-template-columns:280px 1fr;gap:16px;align-items:start}
.highlights-box{border:1px solid #ef7777;border-radius:7px;padding:12px;background:#fff}.highlights-box h3{color:var(--npex-primary,#e60000);margin:0 0 8px;font-size:13px}.highlights-box ul{margin:0;padding-left:17px}.highlights-box li{font-size:11px;line-height:1.6;margin:6px 0}
.article-copy p,.article-section li{font-size:14px;line-height:1.75;color:#333}
.article-copy p{margin:0 0 12px}
.article-section h2{font-size:21px;margin:18px 0 8px}.article-section ol{padding-left:19px}.article-section li{margin:7px 0}
.tag-row{display:flex;align-items:center;flex-wrap:wrap;gap:7px;border-top:1px solid #eee;padding-top:12px;margin-top:12px;font-size:10px}.tag-row a{border:1px solid #efcaca;color:var(--npex-primary,var(--npex-primary,#e60000));padding:6px 9px;border-radius:4px;text-decoration:none;background:#fff}
.reaction-row,.author-disclaimer-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
.reaction-box,.article-rating,.author-card,.disclaimer-card,.related-news,.comments-box,.sidebar-card,.sidebar-newsletter{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:12px}
.reaction-box h3,.article-rating h3,.author-card h3,.disclaimer-card h3{font-size:12px;margin:0 0 9px}.reaction-box div{display:flex;gap:7px;flex-wrap:wrap}.reaction-box button{border:1px solid #eee;background:#fafafa;border-radius:5px;padding:7px 9px}.article-rating button{background:var(--npex-primary,var(--npex-primary,#e60000));color:#fff;border:0;border-radius:4px;padding:9px 13px}
.author-card{display:flex;gap:11px}.author-card strong{font-size:12px}.author-card p,.disclaimer-card p{font-size:10px;line-height:1.55;color:#555;margin:5px 0 0}
.related-news{margin-top:14px}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.related-grid img{width:100%;height:92px;object-fit:cover;border-radius:5px}.related-grid h3{font-size:10px;line-height:1.35;margin:5px 0}.related-grid small{font-size:8px;color:#777}
.comments-box{margin-top:14px}.comments-head{display:flex;justify-content:space-between;align-items:center}.comments-head h2{font-size:16px}.comments-head select{font-size:9px;padding:7px;border:1px solid #ddd}.comment-form{display:flex;margin:8px 0 10px}.comment-form input{flex:1;border:1px solid #ddd;border-radius:4px 0 0 4px;padding:10px}.comment-form button{border:0;background:var(--npex-primary,var(--npex-primary,#e60000));color:#fff;padding:0 18px;border-radius:0 4px 4px 0}.comment{display:flex;gap:10px;padding:12px 0;border-top:1px solid #eee}.avatar{width:30px;height:30px;border-radius:50%;background:#d9e7f3;display:grid;place-items:center;font-weight:800}.comment strong,.comment small{display:block}.comment strong{font-size:11px}.comment small{font-size:8px;color:#777}.comment p{font-size:11px;margin:5px 0}.comment div div{font-size:8px;color:#777}.more-comments{display:block;margin:10px auto 0;padding:8px 13px;border:1px solid #ddd;background:#fff;border-radius:4px}
.article-sidebar{display:grid;gap:14px}
.article-trending{height:auto}
.article-live{grid-column:auto;min-height:142px}
.sidebar-media{display:grid;grid-template-columns:100px 1fr;gap:10px;padding:8px 0;border-top:1px solid #eee}.sidebar-media:first-of-type{border-top:0}.sidebar-media img{width:100px;height:64px;object-fit:cover;border-radius:5px}.sidebar-media h3{font-size:11px;line-height:1.4;margin:0}.sidebar-media small{font-size:8px;color:#777}
.sidebar-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.sidebar-gallery img{width:100%;height:82px;object-fit:cover;border-radius:6px}
.sidebar-newsletter{text-align:left;padding:20px}.sidebar-newsletter>span{font-size:34px;color:var(--npex-primary,#e60000)}.sidebar-newsletter h2{font-size:17px;margin:8px 0}.sidebar-newsletter p{font-size:10px;line-height:1.5;color:#666}.sidebar-newsletter form{display:flex}.sidebar-newsletter input{flex:1;min-width:0;border:1px solid #ddd;padding:10px;border-radius:4px 0 0 4px}.sidebar-newsletter button{border:0;background:var(--npex-primary,var(--npex-primary,#e60000));color:#fff;padding:0 12px;border-radius:0 4px 4px 0}

@media(max-width:1200px){
  .article-shell{grid-template-columns:46px minmax(0,1fr) 320px}
  .article-header h1{font-size:29px}
  .article-hero img{height:360px}
}
@media(max-width:980px){
  .article-shell{grid-template-columns:minmax(0,1fr) 300px}
  .share-rail{display:none}
  .article-intro-grid{grid-template-columns:1fr}
  .highlights-box{order:2}
}
@media(max-width:760px){
  .article-shell{grid-template-columns:1fr;padding-top:10px}
  .article-sidebar{grid-row:auto}
  .article-header h1{font-size:25px}
  .article-deck{font-size:13px}
  .article-meta-row{align-items:flex-start;flex-direction:column}
  .article-hero img{height:250px}
  .reaction-row,.author-disclaimer-grid{grid-template-columns:1fr}
  .related-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){
  .article-header h1{font-size:22px}
  .article-hero img{height:215px}
  .article-share-actions{flex-wrap:wrap}
  .related-grid{grid-template-columns:1fr 1fr}
  .sidebar-gallery{grid-template-columns:repeat(2,1fr)}
}


/* Inner Page v2 fixes — sidebar full-width stacking + one-line reactions */
.article-sidebar{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  grid-auto-flow:row !important;
  grid-auto-columns:100% !important;
  align-content:start !important;
  width:100% !important;
  min-width:0 !important;
}
.article-sidebar > *{
  grid-column:1 / -1 !important;
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
}
.article-sidebar .sidebar-card,
.article-sidebar .article-trending,
.article-sidebar .article-live,
.article-sidebar .sidebar-newsletter{
  overflow:hidden;
}
.article-sidebar .section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.article-sidebar .section-head h2{
  white-space:nowrap;
}
.sidebar-gallery{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  width:100% !important;
  gap:8px !important;
}
.sidebar-gallery img{
  width:100% !important;
  height:88px !important;
  min-width:0 !important;
  object-fit:cover !important;
}
.reaction-row{
  grid-template-columns:minmax(0,1.5fr) minmax(220px,.5fr) !important;
}
.reaction-box{
  min-width:0;
}
.reaction-box > div{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:8px !important;
  overflow-x:auto !important;
  scrollbar-width:thin;
  padding-bottom:3px;
}
.reaction-box button{
  flex:0 0 auto !important;
  min-width:58px !important;
  white-space:nowrap !important;
  padding:9px 11px !important;
}
@media(max-width:980px){
  .article-sidebar{
    grid-template-columns:1fr !important;
  }
}
@media(max-width:760px){
  .reaction-row{
    grid-template-columns:1fr !important;
  }
  .sidebar-gallery{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media(max-width:480px){
  .sidebar-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}


/* Inner Page v3 — stop sidebar widgets from overlapping */
.article-sidebar{
  display:flex !important;
  flex-direction:column !important;
  gap:16px !important;
  align-items:stretch !important;
}
.article-sidebar > *{
  grid-area:auto !important;
  position:relative !important;
  inset:auto !important;
  margin:0 !important;
  flex:0 0 auto !important;
  width:100% !important;
}
.article-sidebar .article-trending{
  height:auto !important;
  min-height:0 !important;
  overflow:hidden !important;
}
.article-sidebar .article-live{
  height:142px !important;
  min-height:142px !important;
  margin-top:0 !important;
  z-index:1 !important;
}
.article-sidebar .sidebar-card,
.article-sidebar .sidebar-newsletter{
  margin-top:0 !important;
}


/* Final HTML polish: consistent spacing, shadows, interactions and responsive finish */
:root{
  --np-red:var(--npex-primary,#e60000);
  --np-red-dark:var(--npex-primary,#e60000);
  --np-text:#111;
  --np-muted:#666;
  --np-bg:#f5f5f5;
  --np-card:#fff;
  --np-border:#e4e4e4;
  --np-radius:8px;
  --np-shadow:0 2px 10px rgba(0,0,0,.055);
  --np-shadow-hover:0 8px 24px rgba(0,0,0,.11);
  --np-gap:14px;
}
html{scroll-behavior:smooth}
body{background:var(--np-bg);color:var(--np-text)}
button,a,input{font:inherit}
a:focus-visible,button:focus-visible,input:focus-visible{
  outline:3px solid rgba(224,0,0,.22);
  outline-offset:2px;
}
.main-header,.primary-nav,.breaking-strip{
  position:relative;
  z-index:30;
}
.market-card,
.hero-card,
.side-news article,
.trending-card,
.live-tv-box,
.quick-links,
.country-preview,
.big-news-preview,
.states-preview,
.market-update-widget,
.category-panel,
.media-panel,
.article-content > section,
.highlights-box,
.reaction-box,
.article-rating,
.author-card,
.disclaimer-card,
.related-news,
.comments-box,
.sidebar-card,
.sidebar-newsletter,
.share-rail{
  border-color:var(--np-border);
  border-radius:var(--np-radius);
}
.side-news article,
.country-grid article,
.related-grid article,
.video-grid article,
.shorts-grid article,
.sidebar-media,
.gallery-grid a,
.sidebar-gallery img,
.category-panel{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.side-news article:hover,
.country-grid article:hover,
.related-grid article:hover,
.video-grid article:hover,
.shorts-grid article:hover,
.category-panel:hover{
  transform:translateY(-3px);
}
.gallery-grid a:hover,.sidebar-gallery img:hover{
  transform:scale(1.025);
}
.section-head h2{
  letter-spacing:-.2px;
}
.section-head a{
  font-weight:700;
  text-decoration:none;
}
.section-head a:hover{color:var(--np-red-dark)}
.search-box{
  position:relative;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.search-box:focus-within{
  border-color:rgba(224,0,0,.55);
  box-shadow:0 0 0 4px rgba(224,0,0,.08);
}
.primary-nav a,.utility-nav a,.nav-inner a{
  transition:background .2s ease,color .2s ease,opacity .2s ease;
}
.market-card{transition:background .2s ease,transform .2s ease}
.market-card:hover{background:var(--npex-primary-soft,#fff1f1);transform:translateY(-1px)}
.article-sidebar{
  position:sticky;
  top:14px;
  align-self:start;
}
.article-content{
  overflow:hidden;
}
.article-copy p,.article-section li{
  text-wrap:pretty;
}
.article-header h1{
  text-wrap:balance;
}
.article-hero img{
  transition:filter .25s ease;
}
.article-hero:hover img{filter:brightness(.96)}
.tag-row a:hover{
  background:var(--npex-primary-soft,#fff1f1);
  border-color:var(--npex-primary,#e60000);
}
.reaction-box button{
  cursor:pointer;
  transition:transform .16s ease,background .16s ease,border-color .16s ease;
}
.reaction-box button:hover{
  transform:translateY(-2px);
  border-color:#efb0b0;
  background:var(--npex-primary-soft,#fff1f1);
}
.comment-form input:focus,.newsletter-form input:focus,.sidebar-newsletter input:focus{
  outline:none;
  box-shadow:inset 0 0 0 1px var(--np-red);
}
.search-suggestions{
  position:fixed;
  z-index:100;
  width:min(480px,calc(100vw - 32px));
  background:#fff;
  border:1px solid var(--np-border);
  border-radius:8px;
  box-shadow:0 16px 40px rgba(0,0,0,.16);
  padding:12px;
}
.search-suggestions strong{
  display:block;
  font-size:11px;
  margin-bottom:7px;
}
.search-suggestions a{
  display:block;
  padding:9px 8px;
  border-radius:5px;
  color:#222;
  text-decoration:none;
  font-size:11px;
}
.search-suggestions a:hover{background:var(--npex-primary-soft,#fff1f1);color:var(--np-red)}
.notification-popover{
  position:fixed;
  z-index:110;
  width:min(330px,calc(100vw - 24px));
  background:#fff;
  border:1px solid var(--np-border);
  border-radius:9px;
  box-shadow:0 18px 50px rgba(0,0,0,.2);
  overflow:hidden;
}
.popover-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:11px 13px;
  border-bottom:1px solid #eee;
}
.popover-head button{
  border:0;background:transparent;font-size:21px;cursor:pointer;
}
.notification-popover>a{
  display:block;
  padding:11px 13px;
  border-bottom:1px solid #f0f0f0;
  color:#222;text-decoration:none;font-size:10px;line-height:1.45;
}
.notification-popover>a:hover{background:var(--npex-primary-soft,#fff1f1)}
.back-to-top{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:90;
  width:42px;height:42px;
  border:0;
  border-radius:50%;
  background:var(--np-red);
  color:#fff;
  font-size:20px;
  font-weight:900;
  box-shadow:0 8px 22px rgba(224,0,0,.28);
  opacity:0;
  pointer-events:none;
  transform:translateY(10px);
  transition:.2s ease;
  cursor:pointer;
}
.back-to-top.show{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.ticker-window:hover .ticker-track{
  animation-play-state:paused;
}
@media(max-width:980px){
  .article-sidebar{position:static}
}
@media(max-width:760px){
  :root{--np-gap:10px}
  .article-shell{gap:12px}
  .back-to-top{right:12px;bottom:12px;width:38px;height:38px}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}

/* ==========================================================
   v0.2.0 — Premium spacing and responsive polish
   Keeps the approved composition intact while improving rhythm,
   alignment, readability, card consistency and mobile spacing.
   ========================================================== */
:root{
  --np-space-1:4px;
  --np-space-2:8px;
  --np-space-3:12px;
  --np-space-4:16px;
  --np-space-5:20px;
  --np-space-6:24px;
  --np-space-7:32px;
  --np-radius:10px;
  --np-card-border:#e3e5e8;
  --np-card-shadow:0 3px 14px rgba(15,23,42,.055);
}
html{scroll-behavior:smooth}
body{line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{max-width:100%}
a,button{transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(224,0,0,.2);outline-offset:2px}

/* Header spacing */
.utility-inner{padding-inline:2px}
.main-header-inner{padding-block:6px}
.brand{min-width:0}
.primary-nav .nav-inner{padding-inline:2px}
.nav-inner a{letter-spacing:.01em}
.breaking-label{padding-inline:10px;white-space:nowrap}
.ticker-track{min-width:0}
.market-strip{padding-block:12px}
.market-grid{box-shadow:0 2px 10px rgba(15,23,42,.055)}
.market-card{padding:10px 12px}
.market-data small{margin-bottom:3px}
.market-data b{margin-top:4px}

/* Main homepage rhythm */
.homepage-main{padding-top:16px;padding-bottom:38px}
.lead-layout{gap:14px;row-gap:14px}
.hero-slider,.trending-card,.utility-cards,.live-tv-box,.country-preview,.big-news-preview,.states-section,.market-update-widget,.category-card,.media-panel{
  border-radius:var(--np-radius);
}
.hero-slider{box-shadow:var(--np-card-shadow)}
.hero-content{left:22px;right:22px;bottom:20px}
.hero-content h1{margin-bottom:10px;line-height:1.24}
.hero-content p{margin-bottom:12px}
.side-news-list{gap:12px}
.side-news-list article{border-color:var(--np-card-border);box-shadow:var(--np-card-shadow)}
.side-news-list div{padding:13px 12px}
.side-news-list h2{line-height:1.45}
.trending-card{border-color:var(--np-card-border);box-shadow:var(--np-card-shadow);padding-inline:14px}
.trend-tabs{margin-bottom:5px}
.trending-card li{padding-block:3px}
.utility-cards{border-color:var(--np-card-border);box-shadow:var(--np-card-shadow)}
.utility-cards a{padding:12px 7px}
.utility-cards a:hover{background:#fafafa;transform:translateY(-1px)}
.utility-cards strong{line-height:1.3}
.live-tv-box{padding:14px 15px}
.lower-preview{margin-top:16px!important;gap:14px!important}
.country-preview,.big-news-preview,.states-section,.market-update-widget{
  border-color:var(--np-card-border);
  box-shadow:var(--np-card-shadow);
}
.section-head{margin-bottom:13px}
.section-head h2{line-height:1.2}
.country-grid{gap:12px!important}
.country-grid h3{margin-top:8px!important}
.big-news-preview li{padding-block:8px!important}
.state-list{gap:15px}
.state-list a{line-height:1.25}
.category-row{gap:14px!important;margin-top:16px!important;margin-bottom:22px}
.category-card{border-color:var(--np-card-border);box-shadow:var(--np-card-shadow);padding:12px!important}
.category-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(15,23,42,.085)}
.category-cover{margin-bottom:9px}
.category-card li{margin-block:5px}
.media-row{gap:14px!important;margin-top:16px!important;margin-bottom:16px!important}
.media-panel{border-color:var(--np-card-border);box-shadow:var(--np-card-shadow);padding:12px!important}
.video-grid,.shorts-grid{gap:10px}
.video-grid h3,.shorts-grid h3{margin-top:7px!important}
.newsletter-strip{margin-top:16px}
.newsletter-inner{padding-block:8px}
.footer-grid{padding-top:28px!important;padding-bottom:26px!important}
.footer-grid h3{margin-bottom:12px!important}
.footer-links{gap:8px!important}
.footer-bottom .container{padding-block:4px}

/* Article, page and archive spacing */
.article-shell{gap:22px;padding-top:22px;padding-bottom:36px}
.breadcrumbs{margin-bottom:16px;line-height:1.5}
.article-header h1{margin-bottom:11px;letter-spacing:-.015em}
.article-deck{margin-bottom:17px}
.article-meta-row{margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #e9eaec}
.article-hero{margin-bottom:18px}
.article-hero figcaption{margin-top:7px;line-height:1.45}
.article-intro-grid{gap:20px}
.highlights-box{padding:15px}
.highlights-box h3{margin-bottom:10px}
.article-copy p{margin-bottom:17px}
.article-section h2{margin-top:28px;margin-bottom:11px;line-height:1.3}
.article-section h3{margin-top:22px;margin-bottom:9px;line-height:1.35}
.tag-row{padding-top:16px;margin-top:20px;gap:8px}
.reaction-row,.author-disclaimer-grid{gap:14px;margin-top:18px}
.reaction-box,.article-rating,.author-card,.disclaimer-card,.related-news,.comments-box,.sidebar-card,.sidebar-newsletter{border-color:var(--np-card-border);box-shadow:var(--np-card-shadow);padding:15px}
.related-news,.comments-box{margin-top:18px}
.related-grid{gap:12px}
.related-grid h3{margin-top:7px}
.comment{padding-block:15px}
.article-sidebar{gap:16px}
.sidebar-media{padding-block:11px}
.sidebar-gallery{gap:9px!important}
.share-rail{top:20px;padding-block:14px;gap:12px}

/* Generic archive templates generated by the theme */
.archive-page,.listing-page,.search-page,.standard-page,.error-page{padding-block:24px 38px}
.archive-shell,.listing-shell,.page-shell{gap:22px}
.archive-header,.listing-header,.page-header{margin-bottom:18px}
.post-card,.archive-card,.listing-card{border-color:var(--np-card-border)!important;box-shadow:var(--np-card-shadow)!important;border-radius:var(--np-radius)!important}
.pagination,.nav-links{margin-top:24px}

@media(max-width:1180px){
  .homepage-main{padding-top:14px}
  .lead-layout{gap:12px}
  .article-shell{gap:18px}
}
@media(max-width:980px){
  .container{width:calc(100% - 28px)}
  .lower-preview{gap:12px!important}
  .category-row,.media-row{gap:12px!important}
  .article-shell{padding-top:18px}
  .article-meta-row{flex-wrap:wrap}
}
@media(max-width:760px){
  .container{width:calc(100% - 24px)}
  .homepage-main{padding-top:12px;padding-bottom:28px}
  .lead-layout{gap:12px;row-gap:12px}
  .hero-content{left:16px;right:16px;bottom:16px}
  .side-news-list div{padding:12px}
  .lower-preview{margin-top:12px!important}
  .country-preview,.big-news-preview,.states-section,.market-update-widget{padding:13px!important}
  .category-row{margin-top:12px!important;margin-bottom:16px}
  .media-row{margin-top:12px!important;margin-bottom:12px!important}
  .newsletter-strip{margin-top:12px}
  .article-shell{padding-top:14px;padding-bottom:28px}
  .article-header h1{line-height:1.28}
  .article-deck{line-height:1.65}
  .article-meta-row{gap:12px;margin-bottom:14px;padding-bottom:12px}
  .article-hero{margin-bottom:14px}
  .article-intro-grid{gap:14px}
  .article-copy p{margin-bottom:15px}
  .article-section h2{margin-top:24px}
  .related-news,.comments-box{margin-top:14px}
  .footer-grid{padding-top:24px!important;padding-bottom:22px!important;gap:24px!important}
}
@media(max-width:520px){
  .container{width:calc(100% - 20px)}
  .utility-inner{padding-inline:0}
  .main-header-inner{padding-block:5px}
  .market-strip{padding-block:9px}
  .market-card{padding:9px 10px}
  .homepage-main{padding-top:10px}
  .hero-content{left:14px;right:14px;bottom:14px}
  .hero-content h1{margin-bottom:7px}
  .side-news-list{gap:10px}
  .trending-card{padding-inline:12px}
  .utility-cards a{padding:10px 5px}
  .country-preview,.big-news-preview,.states-section,.market-update-widget,.category-card,.media-panel{border-radius:9px}
  .category-card{padding:11px!important}
  .article-shell{padding-top:12px}
  .breadcrumbs{margin-bottom:12px}
  .article-header h1{margin-bottom:8px}
  .article-deck{margin-bottom:13px}
  .article-meta-row{margin-bottom:13px}
  .highlights-box{padding:13px}
  .reaction-box,.article-rating,.author-card,.disclaimer-card,.related-news,.comments-box,.sidebar-card,.sidebar-newsletter{padding:13px}
  .footer-grid{padding-top:22px!important;padding-bottom:20px!important}
}

/* =========================================================
   NewsPortal Pro 0.3.0 — Premium Frontend Refinement
   ========================================================= */
:root{
  --np-font:'Noto Sans Devanagari','Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
  --np-english:'Inter','Noto Sans Devanagari',system-ui,sans-serif;
  --np-red:#d71920;
  --np-red-dark:#b70f15;
  --np-ink:#161616;
  --np-muted:#6b7280;
  --np-line:#e7e7e7;
  --np-soft:#f7f7f8;
  --np-radius:10px;
  --np-shadow:0 5px 20px rgba(0,0,0,.055);
}
html{font-size:16px}
body.npex-theme{font-family:var(--np-font);color:var(--np-ink);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.npex-theme button,body.npex-theme input,body.npex-theme textarea,body.npex-theme select{font:inherit}
body.npex-theme a{text-decoration:none}
.container{max-width:1240px}

/* clean reference-style header */
.site-header{background:#fff}
.utility-bar{font-size:11px;background:#fafafa;border-bottom:1px solid #ededed}
.utility-inner{min-height:31px}
.main-header{height:74px;border-bottom:1px solid #ececec;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.main-header-inner{grid-template-columns:34px minmax(210px,270px) minmax(330px,610px) minmax(210px,265px);gap:22px}
.brand{gap:11px;min-width:0}
.brand-badge{width:44px;height:44px;border-radius:50%;font-size:15px;box-shadow:0 4px 14px rgba(215,25,32,.16)}
.brand-copy strong{font-family:var(--np-english);font-size:19px;line-height:1.05;letter-spacing:-.35px}
.brand-copy small{font-size:9px;line-height:1.25;margin-top:4px;color:#555;font-weight:600}
.search-box{height:40px;border:1px solid #d9dce1;border-radius:9px;background:#fafafa;box-shadow:inset 0 1px 1px rgba(0,0,0,.015)}
.search-box:focus-within{background:#fff;border-color:#b8bcc3;box-shadow:0 0 0 3px rgba(0,0,0,.035)}
.search-box input{font-size:13px;background:transparent;padding-inline:8px}
.search-box input::placeholder{color:#9a9da3}
.header-actions{gap:18px}
.action-item{font-size:10px;color:#353535;gap:7px}
.action-icon{width:27px;height:27px}
.primary-nav{border-bottom:1px solid #e9e9e9;box-shadow:none}
.nav-inner{min-height:43px;gap:25px;overflow-x:auto;scrollbar-width:none}
.nav-inner::-webkit-scrollbar{display:none}
.nav-inner>a,.nav-inner>li>a{font-size:13px;font-weight:700;white-space:nowrap;padding-block:12px}
.breaking-strip{border-bottom:1px solid #ededed}
.market-strip{background:#fafafa;border-bottom:1px solid #e8e8e8}

/* premium single article */
.article-page{background:#fff}
.article-shell{max-width:1240px;grid-template-columns:58px minmax(0,800px) minmax(260px,320px);gap:25px;padding-top:28px;padding-bottom:54px;align-items:start}
.article-content{min-width:0}
.article-header{margin:0 0 18px}
.article-header .breadcrumb,.article-header .rank-math-breadcrumb{font-size:11px;color:#777;margin-bottom:13px;line-height:1.4}
.article-header .breadcrumb a,.article-header .rank-math-breadcrumb a{color:#555}
.article-category{display:inline-flex;align-items:center;color:var(--np-red);font-size:12px;font-weight:800;margin-bottom:8px}
.article-category:before{content:'';width:5px;height:5px;border-radius:50%;background:var(--np-red);margin-right:7px}
.article-header h1{font-size:clamp(30px,3vw,43px);line-height:1.2;letter-spacing:-.035em;font-weight:800;margin:0 0 9px;color:#111}
.article-deck{font-size:16px;line-height:1.65;color:#555;margin:0 0 15px;max-width:760px}
.article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin-top:14px;padding-top:13px;border-top:1px solid #ededed;color:#626262;font-size:11px}
.article-meta span{display:inline-flex;align-items:center;padding-right:13px;margin-right:13px;position:relative}
.article-meta span:not(:last-child):after{content:'';position:absolute;right:0;width:3px;height:3px;border-radius:50%;background:#b9b9b9}
.article-meta a{color:#222;font-weight:700}
.article-hero{margin:0 0 22px}
.article-hero img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover;border-radius:9px;box-shadow:none}
.article-hero figcaption{font-size:10px;color:#777;margin-top:7px;line-height:1.45}
.entry-content{font-size:17px;line-height:1.85;color:#202020}
.entry-content>p{margin:0 0 20px}
.entry-content h2{font-size:25px;line-height:1.35;font-weight:800;margin:34px 0 13px;color:#151515;letter-spacing:-.018em}
.entry-content h3{font-size:20px;line-height:1.4;font-weight:800;margin:27px 0 10px}
.entry-content ul,.entry-content ol{margin:10px 0 22px;padding-left:22px}
.entry-content li{margin-bottom:7px;padding-left:3px}
.entry-content blockquote{margin:25px 0;padding:19px 21px;border-left:4px solid var(--np-red);background:#f8f8f8;border-radius:0 8px 8px 0;font-weight:600}
.entry-content img{border-radius:8px}
.highlights-box{float:left;width:43%;margin:2px 20px 15px 0;padding:16px 17px;border:1px solid #ef9a9d;border-radius:7px;background:var(--npex-primary-soft,#fff1f1);box-shadow:none}
.highlights-box h2{font-size:13px;color:var(--np-red);margin:0 0 9px}
.highlights-box li{font-size:12px;line-height:1.55;margin-bottom:6px}
.tag-row{clear:both;display:flex;flex-wrap:wrap;gap:7px;margin-top:24px;padding-top:18px;border-top:1px solid #eee}
.tag-row a{display:inline-flex;padding:7px 11px;border:1px solid #e3e3e3;border-radius:999px;color:#444;background:#fff;font-size:11px;font-weight:700}

/* left share rail */
.share-rail{position:sticky;top:92px;align-self:start;border:1px solid #e7e7e7;border-radius:8px;padding:12px 8px;background:#fff;box-shadow:0 4px 16px rgba(0,0,0,.04);gap:10px}
.share-rail span{font-family:var(--np-english);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#666}
.share-rail a{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-family:var(--np-english);font-size:12px;font-weight:800;color:#fff;background:#222;border:0}
.share-rail a:first-of-type{background:#1877f2}.share-rail a:nth-of-type(2){background:#111}.share-rail a:nth-of-type(3){background:#25d366}

/* reactions */
.reaction-row{margin-top:24px}
.reaction-box{display:grid;grid-template-columns:auto repeat(3,minmax(0,1fr));align-items:center;gap:8px;padding:12px 14px;border:1px solid #e5e5e5;border-radius:8px;background:#fff;box-shadow:none}
.reaction-box>strong{font-size:12px;white-space:nowrap;margin-right:4px}
.reaction-box button{min-height:38px;border:1px solid #e4e4e4;border-radius:7px;background:#fafafa;color:#333;padding:7px 9px;font-size:11px;font-weight:700;cursor:pointer;transition:.2s ease}
.reaction-box button:hover{border-color:#f0a6aa;background:var(--npex-primary-soft,#fff1f1);color:var(--np-red);transform:translateY(-1px)}
.reaction-box button span{font-family:var(--np-english);color:#8b8b8b;margin-left:3px}

/* author, disclaimer, related */
.author-disclaimer-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:13px}
.author-card,.disclaimer-card{min-height:112px;padding:16px;border:1px solid #e7e7e7;border-radius:8px;background:#fff;box-shadow:none}
.author-card{display:flex;gap:13px;align-items:flex-start}
.author-card img{width:54px;height:54px;border-radius:50%}
.author-card h3,.disclaimer-card h3{font-size:14px;margin:0 0 6px;font-weight:800}
.author-card p,.disclaimer-card p{font-size:11px;line-height:1.65;color:#5d5d5d;margin:0}
.related-news{margin-top:14px;padding:16px;border:1px solid #e7e7e7;border-radius:8px;background:#fff;box-shadow:none}
.related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.related-grid img{aspect-ratio:16/10;object-fit:cover;border-radius:7px}
.related-grid h3{font-size:12px;line-height:1.45;margin:8px 0 3px}
.related-grid small{font-size:9px;color:#888}

/* modern comments */
.comments-box{margin-top:14px;padding:0;border:0;box-shadow:none;background:transparent}
.np-comments{border:1px solid #e6e6e6;border-radius:9px;background:#fff;padding:18px}
.np-comments-head{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:13px;border-bottom:1px solid #ededed;margin-bottom:15px}
.np-kicker{display:block;color:var(--np-red);font-size:10px;font-weight:800;margin-bottom:2px}
.np-comments-head h2{font-size:18px;line-height:1.3;margin:0;font-weight:800}
.np-comment-count{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f5f5f5;font-family:var(--np-english);font-size:11px;font-weight:700}
.np-comment-list{list-style:none;padding:0;margin:0 0 18px}
.np-comment-list>li{padding:15px 0;border-bottom:1px solid #efefef}
.np-comment-list .comment-body{position:relative;padding-left:58px;min-height:46px}
.np-comment-list .avatar{position:absolute;left:0;top:0;width:44px;height:44px;border-radius:50%;object-fit:cover}
.np-comment-list .comment-author{font-size:12px;font-weight:800}
.np-comment-list .comment-metadata{font-family:var(--np-english);font-size:9px;color:#8b8b8b;margin:2px 0 6px}
.np-comment-list .comment-content{font-size:13px;line-height:1.65;color:#333}
.np-comment-list .reply a{font-size:10px;font-weight:800;color:var(--np-red)}
.np-comment-form-wrap{margin-top:14px;padding:18px;border-radius:8px;background:#f8f8f8}
.comment-reply-title{font-size:18px;margin:0 0 4px;font-weight:800}
.comment-notes,.logged-in-as{font-size:11px;color:#717171;margin:0 0 14px}
.comment-notes a,.logged-in-as a{color:#333;font-weight:700}
.comment-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 14px;margin:0!important}
.comment-form p{margin:0}
.comment-form-comment,.comment-form-url,.comment-form-cookies-consent,.form-submit,.logged-in-as,.comment-notes{grid-column:1/-1}
.comment-form label{display:block;font-size:11px;font-weight:800;color:#333;margin-bottom:5px}
.comment-form label span{color:var(--np-red)}
.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url],.comment-form textarea{width:100%;border:1px solid #dcdcdc;border-radius:7px;background:#fff;padding:11px 12px;font-size:13px;outline:0;transition:.2s ease;box-sizing:border-box}
.comment-form textarea{min-height:130px;resize:vertical;line-height:1.6}
.comment-form input:focus,.comment-form textarea:focus{border-color:#aaa;box-shadow:0 0 0 3px rgba(0,0,0,.035)}
.comment-form-cookies-consent{display:flex;align-items:flex-start;gap:7px}
.comment-form-cookies-consent label{font-weight:500;margin:0;line-height:1.5}
.np-submit-comment{border:0;border-radius:7px;background:var(--np-red);color:#fff;min-height:42px;padding:0 19px;font-size:12px;font-weight:800;cursor:pointer;transition:.2s ease}
.np-submit-comment:hover{background:var(--np-red-dark);transform:translateY(-1px)}

/* sidebar */
.article-sidebar{display:flex;flex-direction:column;gap:15px;position:sticky;top:92px}
.article-sidebar>section{border:1px solid #e7e7e7;border-radius:9px;box-shadow:none}
.article-trending{padding:15px}
.sidebar-card,.sidebar-newsletter{padding:15px}
.sidebar-media{gap:10px;padding:10px 0;border-bottom:1px solid #eee}
.sidebar-media:last-child{border-bottom:0}
.sidebar-media img{width:92px;height:59px;border-radius:6px;object-fit:cover}
.sidebar-media span{font-size:12px;line-height:1.45;font-weight:700}

/* remove demo-looking browser/default presentation */
.entry-content .wp-block-image figcaption{font-size:10px;color:#777;text-align:left}
.entry-content>p:first-child{margin-top:0}
.comments-box input[type=submit]{appearance:none}

@media(max-width:1100px){
  .article-shell{grid-template-columns:50px minmax(0,1fr) 280px;gap:18px}
  .main-header-inner{grid-template-columns:30px 205px minmax(260px,1fr) 210px;gap:14px}
}
@media(max-width:900px){
  .article-shell{grid-template-columns:44px minmax(0,1fr)}
  .article-sidebar{display:none}
  .header-actions{display:none}
  .main-header-inner{grid-template-columns:30px 190px minmax(180px,1fr)}
}
@media(max-width:700px){
  .utility-bar{display:none}
  .main-header{height:62px}
  .main-header-inner{grid-template-columns:28px 145px minmax(100px,1fr);gap:9px}
  .brand-badge{width:36px;height:36px;font-size:12px}.brand-copy strong{font-size:14px}.brand-copy small{display:none}
  .search-box{height:36px}
  .article-shell{display:block;padding-top:17px;padding-bottom:34px}
  .share-rail{position:static;display:flex;flex-direction:row;width:max-content;margin:0 0 14px;padding:7px 9px;align-items:center}
  .share-rail span{margin-right:3px}.share-rail a{width:28px;height:28px}
  .article-header h1{font-size:29px;line-height:1.25}
  .article-deck{font-size:14px}
  .article-meta{font-size:10px;gap:6px}.article-meta span{padding-right:9px;margin-right:7px}
  .entry-content{font-size:16px;line-height:1.8}.entry-content h2{font-size:22px}
  .highlights-box{float:none;width:auto;margin:0 0 18px}
  .reaction-box{grid-template-columns:1fr 1fr}.reaction-box>strong{grid-column:1/-1}
  .author-disclaimer-grid{grid-template-columns:1fr}
  .related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .comment-form{grid-template-columns:1fr}.comment-form p{grid-column:1/-1}
}
@media(max-width:480px){
  .search-box{justify-self:end;width:38px;border:0;background:transparent}.search-box input,.search-box .search-icon{display:none}.search-box button{width:38px;border:1px solid #ddd;border-radius:8px}
  .article-header h1{font-size:25px}
  .article-hero img{border-radius:7px}
  .reaction-box{grid-template-columns:1fr}.reaction-box>strong{grid-column:auto}
  .related-grid{grid-template-columns:1fr 1fr}
  .np-comments{padding:13px}.np-comment-form-wrap{padding:14px}
}

/* =========================================================
   NewsPortal Pro 0.4.0 — Reference-quality header & article
   ========================================================= */
:root{
  --np-font:'Noto Sans Devanagari','Inter',Arial,sans-serif;
  --np-head:'Noto Sans Devanagari','Inter',Arial,sans-serif;
  --np-red:var(--npex-primary,#e3000b);
  --np-black:#111315;
  --np-border:#e5e7eb;
}
body.npex-theme{font-family:var(--np-font)!important;background:#fff!important;color:#171717!important}
body.npex-theme *{box-sizing:border-box}

/* compact premium header */
.utility-bar{background:#111315!important;color:#fff!important;border:0!important}
.utility-inner{min-height:30px!important;gap:15px!important}
.utility-left,.utility-nav,.utility-right{gap:12px!important}
.utility-bar a,.utility-bar span{color:#fff!important;opacity:.92}
.utility-bar .icon{width:12px!important;height:12px!important}
.utility-nav a,.login-link{font-size:10px!important;font-weight:600!important}
.main-header{height:auto!important;min-height:70px!important;border-bottom:1px solid var(--np-border)!important;box-shadow:none!important}
.main-header-inner{min-height:70px!important;grid-template-columns:32px minmax(190px,250px) minmax(320px,600px) minmax(180px,250px)!important;gap:20px!important;padding-block:10px!important}
.menu-toggle{width:32px!important;height:32px!important;border-radius:7px!important}
.brand-badge{width:40px!important;height:40px!important;font-size:14px!important;box-shadow:none!important;background:var(--np-red)!important}
.brand-copy strong{font-size:18px!important;letter-spacing:-.4px!important}
.brand-copy small{font-size:9px!important;line-height:1.2!important;color:#626262!important}
.search-box{height:40px!important;border:1px solid #d4d7dc!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important}
.search-box input{font-size:13px!important}
.header-actions{gap:16px!important}
.action-item{font-size:10px!important;font-weight:700!important;color:#333!important}
.action-icon{width:26px!important;height:26px!important}
.primary-nav{background:#fff!important;border-bottom:2px solid var(--np-red)!important;box-shadow:none!important}
.nav-inner{min-height:42px!important;gap:0!important}
.nav-inner>a,.nav-inner>li>a{color:#252525!important;font-size:12px!important;font-weight:800!important;padding:12px 16px!important;border-right:1px solid #f0f0f0!important}
.nav-inner>a:first-child,.nav-inner>li:first-child>a{color:var(--np-red)!important}
.nav-inner>a:hover,.nav-inner>li>a:hover{background:#fff4f4!important;color:var(--np-red)!important}
.breaking-strip{background:#fff!important;border-bottom:1px solid #ededed!important}
.breaking-label{background:var(--np-red)!important}
.market-strip{background:#fafafa!important}

/* article width and hierarchy */
.article-shell{grid-template-columns:48px minmax(0,820px) minmax(260px,310px)!important;gap:22px!important;padding-top:22px!important}
.article-header .breadcrumb,.article-header .rank-math-breadcrumb{font-size:10px!important;margin-bottom:10px!important;color:#676767!important}
.article-category{font-size:10px!important;margin-bottom:6px!important}
.article-header h1{font-family:var(--np-head)!important;font-size:clamp(30px,3.15vw,44px)!important;line-height:1.18!important;font-weight:800!important;letter-spacing:-.035em!important;margin-bottom:8px!important}
.article-deck{font-size:14px!important;line-height:1.65!important;color:#555!important;margin-bottom:13px!important}
.article-author-line{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-top:10px}
.article-author-main{display:flex;align-items:center;gap:10px;min-width:0}
.article-author-main img{width:38px;height:38px;border-radius:50%;object-fit:cover;border:1px solid #eee}
.article-author-main strong{display:block;font-size:11px;line-height:1.25;color:#1e1e1e}
.article-author-main strong a{color:#1e1e1e}
.article-author-main small{display:block;font-family:Inter,Arial,sans-serif;font-size:9px;color:#777;margin-top:3px}
.article-top-share{display:flex;align-items:center;gap:7px}
.article-top-share a,.article-top-share button{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;border:1px solid #e1e1e1;background:#fff;color:#222;font:700 11px Inter,Arial,sans-serif;cursor:pointer}
.article-top-share a:first-child{background:#1669d8;color:#fff;border-color:#1669d8}.article-top-share a:nth-child(2){background:#111;color:#fff;border-color:#111}.article-top-share a:nth-child(3){background:#25d366;color:#fff;border-color:#25d366}.article-top-share a:nth-child(4){background:#2499d5;color:#fff;border-color:#2499d5}
.article-hero{margin-top:14px!important;margin-bottom:16px!important}
.article-hero img{border-radius:8px!important;max-height:505px!important}
.article-hero figcaption{font-size:9px!important;margin-top:6px!important}
.entry-content{font-size:16px!important;line-height:1.9!important;color:#252525!important}
.entry-content>p{margin-bottom:17px!important}
.entry-content h2{font-size:22px!important;margin-top:26px!important;margin-bottom:10px!important}
.entry-content h3{font-size:18px!important;margin-top:23px!important}
.highlights-box{width:41%!important;padding:13px 14px!important;margin-right:18px!important}
.highlights-box h2{font-size:11px!important}.highlights-box li{font-size:10.5px!important}
.share-rail{top:82px!important;padding:10px 7px!important;border-radius:7px!important;box-shadow:none!important}
.share-rail a{width:29px!important;height:29px!important}
.tag-row a{font-size:10px!important;padding:6px 10px!important;background:var(--npex-primary-soft,#fff1f1)!important;border-color:#f2d7d8!important;color:#b51a20!important}
.reaction-box{grid-template-columns:auto repeat(3,minmax(0,1fr))!important;padding:10px 12px!important}
.reaction-box>strong{font-size:11px!important}.reaction-box button{font-size:10px!important;min-height:35px!important}
.author-card,.disclaimer-card{min-height:100px!important;padding:13px!important}.author-card h3,.disclaimer-card h3{font-size:12px!important}.author-card p,.disclaimer-card p{font-size:10px!important}
.related-news{padding:13px!important}.related-grid h3{font-size:11px!important}

/* comments: no more default WordPress layout */
.np-comments{padding:16px!important;border-radius:8px!important}
.np-comments-head h2,.comment-reply-title{font-size:16px!important}
.np-comment-form-wrap{padding:15px!important;background:#fafafa!important}
.comment-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}
.logged-in-as{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important}
.comment-form-comment{grid-column:1/-1!important}
.comment-form textarea{min-height:115px!important}
.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url],.comment-form textarea{font-size:12px!important;padding:10px 11px!important}
.np-submit-comment{min-height:39px!important;font-size:11px!important;padding-inline:17px!important}

@media(max-width:1000px){
 .main-header-inner{grid-template-columns:30px 195px minmax(220px,1fr) 190px!important;gap:12px!important}
 .article-shell{grid-template-columns:44px minmax(0,1fr)!important}.article-sidebar{display:none!important}
}
@media(max-width:760px){
 .utility-bar{display:none!important}.main-header-inner{grid-template-columns:30px 160px 1fr!important}.header-actions{display:none!important}
 .primary-nav{overflow:hidden!important}.nav-inner>a,.nav-inner>li>a{padding:10px 13px!important}
 .article-shell{display:block!important}.share-rail{display:none!important}.article-author-line{align-items:flex-start!important}.article-top-share{flex-wrap:wrap;justify-content:flex-end}
 .highlights-box{float:none!important;width:auto!important;margin:0 0 16px!important}.reaction-box{grid-template-columns:1fr 1fr!important}.reaction-box>strong{grid-column:1/-1!important}
}
@media(max-width:520px){
 .main-header-inner{grid-template-columns:28px 145px 38px!important}.search-box{width:38px!important}.brand-copy strong{font-size:14px!important}
 .article-header h1{font-size:27px!important}.article-deck{font-size:13px!important}.article-author-line{display:block!important}.article-top-share{margin-top:10px;justify-content:flex-start!important}
 .entry-content{font-size:15.5px!important}.reaction-box{grid-template-columns:1fr!important}.reaction-box>strong{grid-column:auto!important}
 .comment-form{grid-template-columns:1fr!important}.comment-form p{grid-column:1/-1!important}
}


/* =========================================================
   NewsPortal Pro 0.5.0 — regression-safe header/ticker/live TV
   Restores the approved red navigation and fixes clipped blocks.
   ========================================================= */

/* Main navigation: restore strong news-brand treatment */
body.npex-theme .primary-nav{
  height:auto!important;
  min-height:42px!important;
  background:linear-gradient(180deg,var(--npex-primary,#e60000) 0%,var(--npex-primary-dark,#b40000) 100%)!important;
  border-top:0!important;
  border-bottom:2px solid var(--npex-primary,#e60000)!important;
  box-shadow:0 1px 0 rgba(0,0,0,.05)!important;
  overflow:visible!important;
}
body.npex-theme .primary-nav .nav-inner{
  min-height:42px!important;
  display:flex!important;
  align-items:stretch!important;
  gap:0!important;
  overflow-x:auto!important;
  scrollbar-width:none;
}
body.npex-theme .primary-nav .nav-inner::-webkit-scrollbar{display:none}
body.npex-theme .primary-nav .nav-inner>a,
body.npex-theme .primary-nav .nav-inner>li>a{
  display:flex!important;
  align-items:center!important;
  min-height:42px!important;
  padding:0 18px!important;
  color:#fff!important;
  background:transparent!important;
  border-right:1px solid rgba(255,255,255,.16)!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1!important;
  white-space:nowrap!important;
}
body.npex-theme .primary-nav .nav-inner>a:first-child,
body.npex-theme .primary-nav .nav-inner>li:first-child>a{color:#fff!important;background:rgba(0,0,0,.10)!important}
body.npex-theme .primary-nav .nav-inner>a:hover,
body.npex-theme .primary-nav .nav-inner>li>a:hover{color:#fff!important;background:rgba(0,0,0,.14)!important}

/* Breaking ticker: always readable, balanced and contained */
body.npex-theme .breaking-strip{
  height:auto!important;
  min-height:42px!important;
  background:#fff!important;
  color:#1b1b1b!important;
  border-bottom:1px solid #e7e7e7!important;
  overflow:hidden!important;
}
body.npex-theme .breaking-inner{
  min-height:42px!important;
  display:grid!important;
  grid-template-columns:126px minmax(0,1fr) 68px!important;
  align-items:center!important;
  gap:16px!important;
}
body.npex-theme .breaking-label{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:126px!important;
  min-height:27px!important;
  padding:6px 12px!important;
  margin:0!important;
  border-radius:5px!important;
  background:var(--npex-primary,#e3000b)!important;
  color:#fff!important;
  font-family:Inter,Arial,sans-serif!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
  white-space:nowrap!important;
}
body.npex-theme .ticker-window{min-width:0!important;overflow:hidden!important;white-space:nowrap!important}
body.npex-theme .ticker-track{
  display:flex!important;
  align-items:center!important;
  width:max-content!important;
  min-width:100%!important;
  gap:18px!important;
  color:#202020!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1.35!important;
}
body.npex-theme .ticker-track a{display:inline-block!important;color:#202020!important;opacity:1!important;white-space:nowrap!important}
body.npex-theme .ticker-track a:hover{color:var(--npex-primary,var(--npex-primary,#e60000))!important}
body.npex-theme .ticker-track span{color:var(--npex-primary,#e3000b)!important;font-size:15px!important;line-height:1!important}
body.npex-theme .ticker-controls{display:flex!important;justify-content:flex-end!important;gap:6px!important}
body.npex-theme .ticker-controls button{
  width:27px!important;height:27px!important;padding:0!important;
  display:grid!important;place-items:center!important;
  border:0!important;border-radius:5px!important;
  background:#151719!important;color:#fff!important;
  font-size:18px!important;line-height:1!important;
}

/* Homepage lead grid: remove fixed-row clipping */
body.npex-theme .lead-layout{
  grid-template-rows:auto auto!important;
  align-items:stretch!important;
}
body.npex-theme .utility-cards,
body.npex-theme .live-tv-box{
  height:auto!important;
  min-height:108px!important;
  overflow:visible!important;
}

/* Live TV card: consistent internal spacing and no cropped CTA */
body.npex-theme .live-tv-box{
  position:relative!important;
  display:grid!important;
  grid-template-columns:50px minmax(0,1fr) 38px!important;
  align-items:center!important;
  column-gap:12px!important;
  padding:15px 14px!important;
  border-radius:9px!important;
  background:linear-gradient(135deg,#e90909 0%,var(--npex-primary,#e60000) 100%)!important;
  box-shadow:0 4px 12px rgba(185,0,0,.16)!important;
}
body.npex-theme .live-tv-box>div:nth-child(2){min-width:0!important;align-self:center!important}
body.npex-theme .live-tv-box .live-play{width:46px!important;height:46px!important;flex:none!important}
body.npex-theme .live-tv-box span{display:block!important;font-size:12px!important;font-weight:900!important;line-height:1.15!important}
body.npex-theme .live-tv-box h2{margin:4px 0 2px!important;font-size:15px!important;line-height:1.25!important;white-space:normal!important}
body.npex-theme .live-tv-box p{margin:0 0 8px!important;font-size:9.5px!important;line-height:1.45!important;color:#fff!important;opacity:.96!important}
body.npex-theme .live-tv-box a{
  display:inline-flex!important;align-items:center!important;
  min-height:27px!important;padding:5px 10px!important;
  border:1px solid rgba(255,255,255,.9)!important;border-radius:4px!important;
  font-size:10px!important;font-weight:800!important;line-height:1!important;color:#fff!important;
}
body.npex-theme .live-tv-box>b{
  position:static!important;align-self:start!important;justify-self:end!important;
  min-width:35px!important;padding:5px 4px!important;
  border:1px solid rgba(255,255,255,.95)!important;border-radius:3px!important;
  font-size:9px!important;line-height:1!important;color:#fff!important;text-align:center!important;
}

/* Market strip retains breathing room below corrected ticker */
body.npex-theme .market-strip{padding-block:11px!important;background:#fafafa!important}

@media(max-width:900px){
  body.npex-theme .breaking-inner{grid-template-columns:112px minmax(0,1fr) 62px!important;gap:10px!important}
  body.npex-theme .breaking-label{width:112px!important;font-size:9px!important}
  body.npex-theme .primary-nav .nav-inner>a,
  body.npex-theme .primary-nav .nav-inner>li>a{padding-inline:14px!important}
}
@media(max-width:620px){
  body.npex-theme .breaking-inner{grid-template-columns:104px minmax(0,1fr)!important}
  body.npex-theme .breaking-label{width:104px!important}
  body.npex-theme .ticker-controls{display:none!important}
  body.npex-theme .live-tv-box{grid-template-columns:46px minmax(0,1fr) 36px!important;padding:13px!important}
}

/* Admin Phase 4: single article controls */
.article-shell.no-sidebar{grid-template-columns:minmax(0,920px);justify-content:center}.article-shell.no-sidebar .article-content{max-width:920px}.author-disclaimer-grid.one-column{grid-template-columns:1fr}.reaction-box button.is-selected{border-color:var(--npex-primary);background:var(--npex-primary-soft,#fff1f1);color:var(--npex-primary)}.reaction-box button:disabled{opacity:.65;cursor:wait}.npex-ad-slot.article-top-ad,.npex-ad-slot.article-middle-ad{margin:20px 0;text-align:center;overflow:hidden}


/* v1.6.0 Archive & Search */
.npex-archive-main{padding:28px 0 56px;background:#f6f7f9}.npex-archive-breadcrumb{display:flex;gap:9px;align-items:center;font-size:13px;color:#667085;margin:0 0 16px}.npex-archive-breadcrumb a{color:var(--npex-primary);font-weight:700}.npex-archive-header{background:#fff;border:1px solid #e7e9ee;border-radius:14px;padding:22px 24px;margin-bottom:20px}.npex-archive-header h1{font-size:30px;line-height:1.25;margin:0;color:#111827}.npex-archive-description{margin-top:10px;color:#5b6473;line-height:1.75}.npex-archive-shell{display:grid;gap:24px;align-items:start}.npex-archive-shell.has-sidebar{grid-template-columns:minmax(0,1fr) 330px}.npex-archive-posts{display:grid;gap:16px}.npex-archive-card{background:#fff;border:1px solid #e7e9ee;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px rgba(16,24,40,.04)}.layout-list .npex-archive-card{display:grid;grid-template-columns:270px minmax(0,1fr)}.npex-archive-thumb{display:block;min-height:190px;background:#e9edf2}.npex-archive-thumb img{width:100%;height:100%;min-height:190px;object-fit:cover;display:block}.npex-archive-copy{padding:20px}.npex-archive-category{display:inline-block;color:var(--npex-primary);font-size:12px;font-weight:800;text-transform:uppercase;margin-bottom:7px}.npex-archive-copy h2{font-size:22px;line-height:1.35;margin:0 0 9px}.npex-archive-copy h2 a{color:#121826}.npex-archive-meta{display:flex;gap:8px;color:#77808f;font-size:12px;margin-bottom:10px}.npex-archive-copy p{color:#596273;line-height:1.7;margin:0 0 12px}.npex-archive-more{font-weight:800;color:var(--npex-primary);font-size:13px}.layout-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.layout-grid .npex-archive-card{display:block}.layout-grid .npex-archive-thumb,.layout-grid .npex-archive-thumb img{min-height:220px;height:220px}.npex-archive-sidebar{position:sticky;top:90px}.npex-sidebar-box{background:#fff;border:1px solid #e7e9ee;border-radius:14px;padding:18px}.npex-sidebar-box>h2{font-size:20px;margin:0 0 14px;padding-bottom:10px;border-bottom:3px solid var(--npex-primary)}.npex-sidebar-news{display:grid;grid-template-columns:92px 1fr;gap:11px;padding:12px 0;border-bottom:1px solid #edf0f4;color:#172033;font-weight:700;line-height:1.45}.npex-sidebar-news:last-child{border-bottom:0}.npex-sidebar-news img{width:92px;height:66px;object-fit:cover;border-radius:8px}.npex-sidebar-news small{display:block;font-weight:500;color:#8a93a1;font-size:11px;margin-top:4px}.npex-pagination{margin-top:24px}.npex-pagination .nav-links{display:flex;gap:7px;flex-wrap:wrap}.npex-pagination .page-numbers{display:inline-flex;min-width:40px;height:40px;padding:0 12px;align-items:center;justify-content:center;background:#fff;border:1px solid #dfe3e8;border-radius:8px;color:#222;font-weight:700}.npex-pagination .current{background:var(--npex-primary);border-color:var(--npex-primary);color:#fff}.npex-archive-empty{background:#fff;border:1px solid #e7e9ee;border-radius:14px;padding:36px;text-align:center}.npex-archive-empty h2{margin-top:0}.npex-archive-empty .search-form{display:flex;max-width:520px;margin:22px auto 0}.npex-archive-empty .search-field{width:100%;height:46px;border:1px solid #d4d9e1;border-radius:8px 0 0 8px;padding:0 14px}.npex-archive-empty .search-submit{border:0;background:var(--npex-primary);color:#fff;padding:0 20px;border-radius:0 8px 8px 0;font-weight:800}.npex-sidebar-ad{margin-top:18px}.npex-ad-slot.ad-archive{margin-top:22px;margin-bottom:0}
@media(max-width:960px){.npex-archive-shell.has-sidebar{grid-template-columns:1fr}.npex-archive-sidebar{position:static}.npex-sidebar-box{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.npex-sidebar-box>h2{grid-column:1/-1}}
@media(max-width:700px){.npex-archive-main{padding-top:18px}.npex-archive-header{padding:18px}.npex-archive-header h1{font-size:25px}.layout-list .npex-archive-card,.layout-grid{grid-template-columns:1fr}.layout-list .npex-archive-thumb,.layout-list .npex-archive-thumb img{height:210px;min-height:210px}.npex-archive-copy{padding:17px}.npex-archive-copy h2{font-size:20px}.npex-sidebar-box{display:block}}


/* v1.8.0 Premium Mega Menu Builder */
.primary-nav .nav-inner>li{position:static}.primary-nav .nav-inner>li.npex-has-mega{display:flex;align-items:center}.npex-mega-toggle{display:none;border:0;background:transparent;color:inherit;padding:0 2px;font-size:17px;line-height:1;cursor:pointer}.npex-mega-panel{position:absolute;z-index:9999;left:50%;top:100%;width:min(1320px,calc(100vw - 32px));transform:translate(-50%,12px);background:#fff;color:#111;border-top:3px solid var(--npex-primary,var(--npex-primary,#e60000));border-radius:0 0 12px 12px;box-shadow:0 18px 48px rgba(0,0,0,.2);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.npex-has-mega:hover>.npex-mega-panel,.npex-has-mega:focus-within>.npex-mega-panel,.npex-has-mega.is-mega-open>.npex-mega-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.npex-mega-inner{padding:18px 22px 22px}.npex-mega-top{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ececec;padding-bottom:12px;margin-bottom:16px}.npex-mega-top strong{font-size:21px;color:#111}.npex-mega-top span{font-size:12px;background:var(--npex-primary,var(--npex-primary,#e60000));color:#fff;border-radius:20px;padding:4px 10px}.npex-mega-body{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px}.npex-mega-categories{display:grid;gap:18px}.npex-mega-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.npex-mega-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.npex-mega-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.npex-mega-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.npex-mega-categories section{min-width:0}.npex-mega-cat-title{display:flex!important;align-items:center;justify-content:space-between!important;padding:0 0 9px!important;margin-bottom:8px;border-bottom:2px solid #111;color:#111!important;font-weight:800!important;font-size:15px!important}.npex-mega-cat-title span{color:var(--npex-primary,var(--npex-primary,#e60000))}.npex-mega-categories ul{display:block!important;position:static!important;background:none!important;box-shadow:none!important;padding:0!important;margin:0!important;min-width:0!important}.npex-mega-categories li{display:block!important;margin:0!important;border-bottom:1px dashed #e4e4e4}.npex-mega-categories li a{display:block!important;padding:8px 0!important;color:#333!important;font-size:13px!important;line-height:1.45!important}.npex-mega-categories li a:hover{color:var(--npex-primary,var(--npex-primary,#e60000))!important}.npex-mega-featured{border-left:1px solid #e8e8e8;padding-left:20px}.npex-mega-lead{display:block!important;padding:0!important;color:#111!important}.npex-mega-lead img{display:block;width:100%;height:155px;object-fit:cover;border-radius:8px;margin-bottom:9px}.npex-mega-lead span{display:block;font-size:16px;font-weight:800;line-height:1.45}.npex-mega-more{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.npex-mega-more a{display:flex!important;gap:8px;padding:0!important;color:#222!important;font-size:12px!important;line-height:1.35!important}.npex-mega-more img{width:64px;height:46px;object-fit:cover;border-radius:5px;flex:0 0 auto}.npex-dark .npex-mega-panel{background:#191b20;color:#fff}.npex-dark .npex-mega-top strong,.npex-dark .npex-mega-cat-title,.npex-dark .npex-mega-lead{color:#fff!important}.npex-dark .npex-mega-categories li a,.npex-dark .npex-mega-more a{color:#ddd!important}.npex-dark .npex-mega-featured{border-color:#353840}.npex-dark .npex-mega-top{border-color:#353840}
@media(max-width:900px){.primary-nav .nav-inner>li.npex-has-mega{position:relative;display:flex;flex-wrap:wrap}.npex-mega-toggle{display:inline-grid;place-items:center;width:34px;height:34px;margin-left:auto}.npex-mega-panel{position:static;order:3;flex:0 0 100%;width:100%;transform:none!important;border-radius:8px;display:none;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;border:1px solid #e4e4e4;border-top:3px solid var(--npex-primary,var(--npex-primary,#e60000))}.npex-has-mega:hover>.npex-mega-panel,.npex-has-mega:focus-within>.npex-mega-panel{display:none}.npex-has-mega.is-mega-open>.npex-mega-panel{display:block}.npex-mega-body{grid-template-columns:1fr}.npex-mega-categories,.npex-mega-cols-2,.npex-mega-cols-3,.npex-mega-cols-4,.npex-mega-cols-5{grid-template-columns:1fr 1fr}.npex-mega-featured{border-left:0;border-top:1px solid #e8e8e8;padding:16px 0 0}.npex-mega-more{grid-template-columns:1fr}.npex-mega-inner{padding:14px}.npex-mega-top strong{font-size:18px}}
@media(max-width:560px){.npex-mega-categories,.npex-mega-cols-2,.npex-mega-cols-3,.npex-mega-cols-4,.npex-mega-cols-5{grid-template-columns:1fr}.npex-mega-featured{display:none}}


/* v1.9.0 Advertisement Manager */
.npex-ad-slot{width:100%;max-width:var(--npex-ad-max,1200px);margin:22px auto;clear:both;overflow:hidden}.npex-ad-slot.npex-ad-align-left{margin-left:0;margin-right:auto;text-align:left}.npex-ad-slot.npex-ad-align-center{margin-left:auto;margin-right:auto;text-align:center}.npex-ad-slot.npex-ad-align-right{margin-left:auto;margin-right:0;text-align:right}.npex-ad-label{display:block;margin:0 0 6px;color:#8a8f98;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.12em;text-align:center}.npex-ad-code{max-width:100%;overflow:hidden}.npex-ad-code img,.npex-ad-code iframe,.npex-ad-code ins{max-width:100%}.npex-ad-slot.ad-header{margin-top:12px;margin-bottom:12px}.npex-ad-slot.ad-footer{padding:0 16px}.npex-ad-slot.article-auto-ad{margin:26px auto;padding:14px 0;border-top:1px solid #eceff3;border-bottom:1px solid #eceff3}.npex-mobile-sticky-ad{display:none}.npex-dark .npex-ad-slot.article-auto-ad{border-color:#343740}.npex-dark .npex-ad-label{color:#a9afb9}@media(max-width:767px){.npex-mobile-sticky-ad{display:block;position:fixed;z-index:99999;left:0;right:0;bottom:0;width:100%;max-width:none!important;margin:0!important;padding:5px 8px calc(5px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #dfe3e8;box-shadow:0 -5px 20px rgba(0,0,0,.16);text-align:center}.npex-mobile-sticky-ad .npex-ad-label{margin-bottom:3px}.npex-mobile-sticky-ad .npex-ad-code{max-height:100px;overflow:hidden}.npex-dark .npex-mobile-sticky-ad{background:#17191e;border-color:#343740}}
/* v2.0 Homepage Builder safety spacing */
.npex-home-builder-section{margin-top:24px;margin-bottom:24px}.homepage-main>.lead-layout.npex-home-builder-section{margin-top:0}.homepage-main>.npex-ad-slot+ .npex-home-builder-section{margin-top:24px}

/* v2.2.0 Sports & Rashifal Suite */
.npex-special-hub{margin-top:28px;margin-bottom:28px}.npex-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.npex-hub-grid article{background:var(--npex-surface,#fff);border:1px solid #e6e8ec;border-radius:10px;overflow:hidden}.npex-hub-grid img{width:100%;aspect-ratio:16/9;object-fit:cover}.npex-hub-grid h3{font-size:18px;line-height:1.45;margin:12px 14px 5px}.npex-hub-grid small{display:block;margin:0 14px 14px;color:var(--npex-muted,#666)}.npex-hub-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.npex-hub-links a{padding:8px 14px;border:1px solid #e3e5e8;border-radius:999px;background:var(--npex-surface,#fff);font-weight:700}.npex-hub-intro{margin:-2px 0 16px;color:var(--npex-muted,#666)}.npex-zodiac-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.npex-zodiac-grid>a,.npex-zodiac-grid>div{display:flex;flex-direction:column;align-items:center;text-align:center;padding:15px 8px;background:var(--npex-surface,#fff);border:1px solid #e4e6ea;border-radius:12px}.npex-zodiac-grid span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--npex-primary,var(--npex-primary,#e60000));color:#fff;font-size:20px;font-weight:800;margin-bottom:8px}.npex-zodiac-grid strong{font-size:15px}.npex-zodiac-grid small{color:var(--npex-muted,#666);margin-top:3px}.npex-zodiac-grid .is-empty{opacity:.65}.npex-extra-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.npex-extra-grid a{min-height:130px;padding:12px;border:1px solid #e4e6ea;border-radius:12px;background:var(--npex-surface,#fff);display:flex;flex-direction:column}.npex-extra-grid img{width:100%;height:75px;object-fit:cover;border-radius:8px;margin-bottom:9px}.npex-extra-grid strong{font-size:16px}.npex-extra-grid small{font-size:12px;color:var(--npex-muted,#666);margin-top:4px}.npex-dark .npex-hub-grid article,.npex-dark .npex-zodiac-grid>a,.npex-dark .npex-zodiac-grid>div,.npex-dark .npex-extra-grid a,.npex-dark .npex-hub-links a{border-color:#343842;background:var(--npex-surface,#191b20)}
@media(max-width:900px){.npex-hub-grid{grid-template-columns:repeat(2,1fr)}.npex-zodiac-grid{grid-template-columns:repeat(4,1fr)}.npex-extra-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.npex-hub-grid{grid-template-columns:1fr}.npex-zodiac-grid{grid-template-columns:repeat(3,1fr)}.npex-extra-grid{grid-template-columns:repeat(2,1fr)}}
.single-rashifal{max-width:900px;margin:auto;background:var(--npex-surface,#fff);padding:28px;border-radius:14px}.npex-rashifal-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.npex-rashifal-summary>div{padding:16px;border:1px solid #e4e6ea;border-radius:10px;text-align:center}.npex-rashifal-summary strong,.npex-rashifal-summary span{display:block}.npex-rashifal-summary span{font-size:20px;margin-top:5px}.npex-dark .npex-rashifal-summary>div{border-color:#343842}@media(max-width:560px){.npex-rashifal-summary{grid-template-columns:1fr}}


/* v2.2.1 Compact Sports + Rashifal split and Weather card */
.npex-weather-card{display:grid;grid-template-columns:1.05fr 1fr 1.25fr;align-items:center;gap:18px;margin-top:28px;margin-bottom:12px;padding:16px 20px;background:linear-gradient(135deg,var(--npex-surface,#fff),#f4f8ff);border:1px solid #dfe6ef;border-radius:14px;box-shadow:0 8px 24px rgba(20,35,60,.06)}
.npex-weather-main{display:flex;align-items:center;gap:14px}.npex-weather-icon{font-size:42px;line-height:1}.npex-weather-main div{display:grid;grid-template-columns:auto auto;column-gap:10px;align-items:end}.npex-weather-main small{grid-column:1/-1;color:var(--npex-muted,#666)}.npex-weather-main strong{font-size:28px;line-height:1.1}.npex-weather-main b{font-size:14px;color:var(--npex-muted,#666);padding-bottom:3px}.npex-weather-condition{padding-left:18px;border-left:1px solid #dfe6ef}.npex-weather-condition strong,.npex-weather-condition span{display:block}.npex-weather-condition span{font-size:13px;color:var(--npex-muted,#666);margin-top:3px}.npex-weather-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.npex-weather-stats span{padding:8px 10px;text-align:center;background:rgba(255,255,255,.72);border:1px solid #e6ebf1;border-radius:9px}.npex-weather-stats small,.npex-weather-stats b{display:block}.npex-weather-stats small{font-size:11px;color:var(--npex-muted,#666)}.npex-weather-stats b{font-size:14px;margin-top:2px}
.npex-hubs-split{display:grid;gap:20px;margin-top:12px;margin-bottom:28px}.npex-hubs-split.is-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.npex-hubs-split.is-single{grid-template-columns:1fr}.npex-hubs-split .npex-special-hub{min-width:0;margin:0;padding:18px;background:var(--npex-surface,#fff);border:1px solid #e4e8ed;border-radius:14px}.npex-hubs-split .section-head{margin-bottom:14px}.npex-sports-compact{display:grid;grid-template-columns:1.2fr 1fr;gap:14px}.npex-sports-lead img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:10px}.npex-sports-lead h3{font-size:19px;line-height:1.4;margin:9px 0 3px}.npex-sports-lead small,.npex-sports-list small{font-size:12px;color:var(--npex-muted,#666)}.npex-sports-list{display:flex;flex-direction:column;gap:10px}.npex-sports-list article+article{padding-top:10px;border-top:1px solid #eceff2}.npex-sports-list a{display:grid;grid-template-columns:82px 1fr;gap:10px;align-items:center}.npex-sports-list img{width:82px;height:58px;object-fit:cover;border-radius:7px}.npex-sports-list strong{display:block;font-size:14px;line-height:1.4}.npex-hubs-split .npex-hub-links{gap:7px;margin-top:13px}.npex-hubs-split .npex-hub-links a{padding:6px 10px;font-size:12px}.npex-hubs-split .npex-hub-intro{font-size:13px;line-height:1.5;margin:-4px 0 12px;color:var(--npex-muted,#666)}.npex-hubs-split .npex-zodiac-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.npex-hubs-split .npex-zodiac-grid>a,.npex-hubs-split .npex-zodiac-grid>div{padding:9px 4px;border-radius:9px}.npex-hubs-split .npex-zodiac-grid span{width:31px;height:31px;font-size:14px;margin-bottom:4px}.npex-hubs-split .npex-zodiac-grid strong{font-size:12px}.npex-hubs-split .npex-zodiac-grid small{font-size:10px}.npex-empty-state{display:grid;place-items:center;min-height:180px;border:1px dashed #d7dce2;border-radius:10px;color:var(--npex-muted,#666);font-size:13px}
.npex-dark .npex-weather-card{background:linear-gradient(135deg,var(--npex-surface,#191b20),#202734);border-color:#343b47}.npex-dark .npex-weather-condition{border-color:#3b4350}.npex-dark .npex-weather-stats span,.npex-dark .npex-hubs-split .npex-special-hub{background:var(--npex-surface,#191b20);border-color:#343842}.npex-dark .npex-sports-list article+article{border-color:#343842}
@media(max-width:900px){.npex-weather-card{grid-template-columns:1fr 1fr}.npex-weather-stats{grid-column:1/-1}.npex-hubs-split.is-split{grid-template-columns:1fr}.npex-hubs-split .npex-zodiac-grid{grid-template-columns:repeat(6,1fr)}}
@media(max-width:560px){.npex-weather-card{grid-template-columns:1fr;padding:14px}.npex-weather-condition{padding:10px 0 0;border-left:0;border-top:1px solid #dfe6ef}.npex-weather-stats{grid-column:auto}.npex-sports-compact{grid-template-columns:1fr}.npex-hubs-split .npex-zodiac-grid{grid-template-columns:repeat(3,1fr)}}


/* v2.3.0 Sports, Rashifal & Weather Pro */
.npex-weather-card{grid-template-columns:1fr 1fr 1.55fr}.npex-weather-stats{grid-template-columns:repeat(3,1fr)}
.npex-weather-alert{grid-column:1/-1;padding:8px 12px;border-radius:8px;background:#fff4d7;border:1px solid #f0d58f;color:#7d5500;font-size:12px;font-weight:700}
.npex-weather-forecast{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.npex-weather-forecast span{display:grid;grid-template-columns:1fr auto;align-items:center;padding:8px 11px;border:1px solid #e5eaf0;border-radius:9px;background:rgba(255,255,255,.72)}.npex-weather-forecast b{font-size:12px}.npex-weather-forecast em{font-style:normal;font-size:18px}.npex-weather-forecast small{grid-column:1/-1;color:var(--npex-muted,#666);font-size:11px}
.npex-match-card{display:grid;grid-template-columns:auto 1fr 32px 1fr auto;align-items:center;gap:8px;margin:0 0 10px;padding:10px 12px;border:1px solid #e5e8ed;border-radius:10px;background:linear-gradient(135deg,var(--npex-primary-soft,#fff1f1),#fff)}.npex-match-card .npex-match-kicker{grid-column:1/-1;color:var(--npex-primary,var(--npex-primary,#e60000));font-size:10px;font-weight:900;text-transform:uppercase}.npex-match-card div{display:flex;justify-content:space-between;gap:8px}.npex-match-card div strong,.npex-match-card div b{font-size:12px}.npex-match-card i{font-style:normal;font-size:10px;font-weight:900;text-align:center;color:var(--npex-muted,#666)}.npex-match-card>small{padding:4px 7px;border-radius:999px;background:var(--npex-primary,var(--npex-primary,#e60000));color:#fff;font-size:9px;font-weight:900}.npex-match-schedule{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:12px}.npex-match-schedule span{display:grid;grid-template-columns:auto 1fr;gap:2px 8px;padding:7px 9px;border:1px solid #e7eaee;border-radius:8px}.npex-match-schedule b,.npex-match-schedule small{font-size:9px;color:var(--npex-muted,#666)}.npex-match-schedule strong{grid-column:1/-1;font-size:11px}
.npex-panchang-card{display:grid;grid-template-columns:1.2fr repeat(4,1fr);gap:7px;margin:0 0 12px;padding:9px;border:1px solid #eadfc8;border-radius:10px;background:linear-gradient(135deg,#fffaf0,#fff)}.npex-panchang-card>div,.npex-panchang-card>span{display:flex;flex-direction:column;justify-content:center;padding:6px 7px;border-right:1px solid #efe5d4}.npex-panchang-card>span:last-child{border-right:0}.npex-panchang-card small{font-size:9px;color:var(--npex-muted,#666)}.npex-panchang-card strong,.npex-panchang-card b{font-size:11px;line-height:1.35}
.npex-dark .npex-weather-forecast span,.npex-dark .npex-match-card,.npex-dark .npex-match-schedule span,.npex-dark .npex-panchang-card{background:var(--npex-surface,#191b20);border-color:#343842}.npex-dark .npex-weather-alert{background:#3c3218;border-color:#66511b;color:#ffe29a}.npex-dark .npex-panchang-card>div,.npex-dark .npex-panchang-card>span{border-color:#3d3a33}
@media(max-width:900px){.npex-weather-card{grid-template-columns:1fr 1fr}.npex-weather-forecast{grid-column:1/-1}.npex-panchang-card{grid-template-columns:repeat(2,1fr)}.npex-panchang-card>div{grid-column:1/-1}.npex-panchang-card>div,.npex-panchang-card>span{border-right:0}}
@media(max-width:560px){.npex-weather-forecast{grid-template-columns:1fr}.npex-match-card{grid-template-columns:1fr 25px 1fr}.npex-match-card .npex-match-kicker,.npex-match-card>small{grid-column:1/-1}.npex-match-card>small{justify-self:start}.npex-match-schedule{grid-template-columns:1fr}.npex-panchang-card{grid-template-columns:1fr 1fr}}

/* =========================================================
   v2.4.0 Responsive & UI Polish
   Layout-only hardening. No admin/save logic changed.
   ========================================================= */
html,body{min-height:100%;max-width:100%;overflow-x:hidden}
body.npex-theme{min-height:100vh;display:flex;flex-direction:column}
body.npex-theme>.site-footer{margin-top:auto;flex:0 0 auto}
body.npex-theme>.newsletter-strip{flex:0 0 auto}
.site-footer,.footer-bottom{width:100%;margin-bottom:0!important}
.site-footer+*,.footer-bottom+*{margin-top:0}
body.npex-theme{padding-bottom:0!important}
img,svg,video,canvas,iframe,embed,object{max-width:100%}
img{height:auto}
iframe,video,embed{display:block;width:100%}
.wp-block-embed__wrapper,.video-frame,.live-tv-frame{position:relative;overflow:hidden}
table{max-width:100%}
.entry-content table,.article-content table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}
input,textarea,select,button{max-width:100%}
.back-to-top{z-index:9998;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom))}
.npex-mobile-sticky-ad~.back-to-top,.has-mobile-sticky-ad .back-to-top{bottom:calc(92px + env(safe-area-inset-bottom))}

/* Footer polish */
.site-footer{background:#10151b!important;color:#eef2f6}
.footer-grid{align-items:start}
.footer-grid>*{min-width:0}
.footer-links ul,.footer-bottom ul{list-style:none;margin:0;padding:0}
.footer-links li{margin:0 0 7px}
.footer-bottom{background:#090d11!important}
.footer-bottom .container{gap:18px;min-height:38px}
.footer-bottom nav,.footer-bottom nav ul{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.footer-bottom nav li{margin:0}
.store-btn{max-width:100%}
.qr-box{flex:0 0 auto}

/* Tablet: 768–1024 */
@media (min-width:768px) and (max-width:1024px){
  .container{width:calc(100% - 32px)!important}
  .main-header-inner{grid-template-columns:38px minmax(175px,220px) minmax(260px,1fr)!important;gap:12px!important}
  .brand-copy small{display:none}
  .header-actions{display:none!important}
  .primary-nav .nav-inner{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .primary-nav .nav-inner::-webkit-scrollbar{display:none}
  .lead-layout,.lower-grid,.content-grid,.article-shell{min-width:0}
  .npex-weather-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px!important;padding:15px!important}
  .npex-weather-stats,.npex-weather-forecast,.npex-weather-alert{grid-column:1/-1!important}
  .npex-hubs-split.is-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:14px!important}
  .npex-sports-compact{grid-template-columns:1fr!important}
  .npex-sports-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important}
  .npex-sports-list article+article{padding-top:0!important;border-top:0!important}
  .npex-sports-list a{grid-template-columns:72px minmax(0,1fr)!important}
  .npex-sports-list img{width:72px!important;height:54px!important}
  .npex-hubs-split .npex-zodiac-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .npex-panchang-card{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px 34px!important}
  .footer-apps{grid-column:1/-1!important;display:grid!important;grid-template-columns:auto minmax(180px,260px) minmax(180px,260px) auto;align-items:center!important}
  .footer-apps h3{grid-column:1/-1;width:auto!important}
  .article-shell{grid-template-columns:minmax(0,1fr)!important;padding-inline:0!important}
  .article-share-rail,.article-sidebar{position:static!important;width:auto!important}
}

/* Mobile: <=767 */
@media (max-width:767px){
  :root{--mobile-edge:12px}
  .container{width:calc(100% - (var(--mobile-edge) * 2))!important;max-width:none!important}
  .utility-bar{height:auto!important;min-height:28px}
  .utility-inner{display:flex!important;justify-content:space-between!important;gap:8px!important;padding-block:5px}
  .utility-left{min-width:0;overflow:hidden;text-overflow:ellipsis}
  .utility-right{gap:7px!important}
  .main-header{height:auto!important;min-height:58px}
  .main-header-inner{display:grid!important;grid-template-columns:36px minmax(0,1fr) 40px!important;gap:8px!important;min-height:58px;padding-block:6px}
  .menu-toggle{width:36px;height:40px}
  .brand{justify-self:center;max-width:min(210px,100%)!important;min-width:0}
  .brand-badge{width:46px!important;height:42px!important;font-size:18px!important;border-radius:10px 10px 16px 16px!important}
  .brand-copy{min-width:0}
  .brand-copy strong{display:block!important;font-size:12px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .brand-copy small{display:none!important}
  .search-box{justify-self:end;width:40px!important;height:40px!important;border:0!important;background:transparent!important;overflow:visible!important}
  .search-box input,.search-box .search-icon{display:none!important}
  .search-box button{width:40px!important;height:40px!important;border-radius:50%!important;background:#f2f3f5!important}
  .header-actions{display:none!important}
  .primary-nav{height:40px!important}
  .nav-inner{overflow-x:auto!important;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none}
  .nav-inner::-webkit-scrollbar{display:none}
  .nav-inner>li,.nav-inner>a{flex:0 0 auto;scroll-snap-align:start}
  .nav-inner a{height:40px!important;padding-inline:13px!important;font-size:11px!important}
  .breaking-strip{height:auto!important;min-height:38px}
  .breaking-inner{grid-template-columns:88px minmax(0,1fr)!important;gap:9px!important;min-height:38px}
  .breaking-label{font-size:9px!important}
  .ticker-track{font-size:10px!important;gap:16px!important}
  .market-strip{padding:8px 0!important}
  .market-grid{grid-template-columns:105px repeat(7,128px)!important;min-height:58px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}
  .market-card{scroll-snap-align:start;padding:7px 8px!important}
  .market-icon{width:25px!important;height:25px!important}

  .homepage-main,.npex-archive-main{padding-top:12px!important}
  .lead-layout,.right-rail,.lower-preview,.country-grid,.category-columns,.video-grid,.gallery-grid,.shorts-grid{min-width:0}
  .hero-slider{height:260px!important;border-radius:10px!important}
  .hero-content{padding:16px!important}
  .hero-content h1{font-size:19px!important;line-height:1.35!important}
  .hero-content p{font-size:11px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .side-news-list{grid-template-columns:1fr!important}
  .side-news-list article{height:auto!important;min-height:104px}
  .utility-cards{grid-template-columns:repeat(7,94px)!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}
  .utility-cards a{scroll-snap-align:start;min-height:82px}
  .section-head{gap:10px;align-items:flex-end}
  .section-head h2{font-size:18px!important;line-height:1.25}
  .section-head a{flex:0 0 auto}

  .npex-weather-card{grid-template-columns:1fr!important;gap:12px!important;margin-top:16px!important;padding:14px!important;border-radius:12px!important}
  .npex-weather-main,.npex-weather-condition,.npex-weather-stats,.npex-weather-forecast,.npex-weather-alert{grid-column:1!important;min-width:0}
  .npex-weather-main strong{font-size:25px!important}
  .npex-weather-icon{font-size:36px!important}
  .npex-weather-condition{padding:10px 0 0!important;border-left:0!important;border-top:1px solid #dfe6ef!important}
  .npex-weather-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}
  .npex-weather-stats span{padding:7px 4px!important}
  .npex-weather-stats small{font-size:9px!important}
  .npex-weather-stats b{font-size:12px!important}
  .npex-weather-forecast{grid-template-columns:1fr!important}
  .npex-weather-forecast span{padding:8px 10px!important}

  .npex-hubs-split{gap:14px!important;margin-top:10px!important;margin-bottom:20px!important}
  .npex-hubs-split.is-split,.npex-hubs-split.is-single{grid-template-columns:1fr!important}
  .npex-hubs-split .npex-special-hub{padding:14px!important;border-radius:12px!important}
  .npex-sports-compact{grid-template-columns:1fr!important;gap:12px!important}
  .npex-sports-lead h3{font-size:17px!important}
  .npex-sports-list a{grid-template-columns:78px minmax(0,1fr)!important}
  .npex-sports-list img{width:78px!important;height:56px!important}
  .npex-sports-list strong{font-size:13px!important}
  .npex-match-card{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr)!important;padding:9px!important}
  .npex-match-card .npex-match-kicker,.npex-match-card>small{grid-column:1/-1!important}
  .npex-match-card>small{justify-self:start}
  .npex-match-schedule{grid-template-columns:1fr!important}
  .npex-hubs-split .npex-zodiac-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}
  .npex-hubs-split .npex-zodiac-grid>a,.npex-hubs-split .npex-zodiac-grid>div{padding:8px 3px!important}
  .npex-panchang-card{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .npex-panchang-card>div{grid-column:1/-1!important}
  .npex-panchang-card>div,.npex-panchang-card>span{border-right:0!important}

  .article-shell{display:block!important;width:calc(100% - 24px)!important;padding:18px 0 32px!important}
  .article-share-rail{position:static!important;display:flex!important;gap:8px!important;margin-bottom:14px!important;overflow-x:auto}
  .article-sidebar{position:static!important;margin-top:24px!important}
  .article-header h1{font-size:26px!important;line-height:1.3!important}
  .entry-content,.article-content{font-size:16px!important;line-height:1.8!important;overflow-wrap:anywhere}
  .entry-content img,.article-content img{border-radius:8px}
  .npex-archive-header{padding:16px!important;border-radius:10px!important}
  .npex-archive-header h1{font-size:24px!important}
  .layout-list .npex-archive-card,.layout-grid{grid-template-columns:1fr!important}
  .layout-list .npex-archive-thumb,.layout-list .npex-archive-thumb img,.layout-grid .npex-archive-thumb,.layout-grid .npex-archive-thumb img{height:200px!important;min-height:200px!important}
  .npex-archive-copy{padding:15px!important}
  .npex-archive-copy h2{font-size:19px!important}
  .npex-sidebar-box{display:block!important}

  .newsletter-strip{padding:16px 0!important}
  .newsletter-inner{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;text-align:center}
  .newsletter-copy{justify-content:center!important}
  .newsletter-form{width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto}
  .newsletter-form input{min-width:0!important}
  .social-follow{justify-content:center!important;flex-wrap:wrap}
  .footer-grid{grid-template-columns:1fr!important;gap:22px!important;padding-top:24px!important;padding-bottom:22px!important}
  .footer-brand,.footer-links,.footer-tags,.footer-apps{text-align:center}
  .footer-social,.footer-tags>div{justify-content:center!important}
  .footer-links ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 14px}
  .footer-links.two-col ul{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-apps{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}
  .footer-apps h3{grid-column:1/-1!important}
  .footer-apps .qr-box{grid-column:1/-1!important;justify-self:center}
  .store-btn{min-width:0!important;padding:9px!important;text-align:left}
  .footer-bottom .container{align-items:center!important;text-align:center!important;padding:12px 0!important;gap:10px!important}
  .footer-bottom nav,.footer-bottom nav ul{justify-content:center!important;gap:8px 12px!important}
  .footer-bottom a,.footer-bottom span{font-size:9px!important}
  .back-to-top{width:42px!important;height:42px!important;right:12px!important;bottom:12px!important}
}

@media (max-width:390px){
  :root{--mobile-edge:10px}
  .brand-badge{width:42px!important;height:39px!important}
  .brand-copy strong{font-size:11px!important}
  .hero-slider{height:235px!important}
  .hero-content h1{font-size:17px!important}
  .npex-weather-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .npex-hubs-split .npex-zodiac-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .footer-links ul,.footer-links.two-col ul{grid-template-columns:1fr!important}
  .footer-apps{grid-template-columns:1fr!important}
  .footer-apps h3,.footer-apps .qr-box{grid-column:1!important}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* =========================================================
   v2.4.1 Mobile Lead Area Repair
   Fixes the exact mobile sections reported by the user:
   hero, supporting stories, trending, Live TV and ticker.
   ========================================================= */
@media (max-width: 767px){
  html,body,body.npex-theme{width:100%!important;max-width:100%!important;background:#f5f5f5!important;overflow-x:hidden!important}
  body.npex-theme.npex-layout-boxed #page,
  body.npex-theme.npex-layout-boxed .site-wrapper{width:100%!important;max-width:none!important;margin:0!important;box-shadow:none!important}
  body.npex-theme .homepage-main{width:100%!important;background:#f5f5f5!important}
  body.npex-theme .lead-layout{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"hero" "side" "trend" "quick" "live"!important;grid-template-rows:auto!important;width:100%!important;gap:12px!important}
  body.npex-theme .lead-column,
  body.npex-theme .side-news-list,
  body.npex-theme .trending-card,
  body.npex-theme .utility-cards,
  body.npex-theme .live-tv-box{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important}

  /* Hero: readable text, no overlapping play button or inherited giant gap */
  body.npex-theme .hero-slider{height:238px!important;border-radius:10px!important}
  body.npex-theme .hero-content{inset:auto 0 0!important;padding:14px!important;background:linear-gradient(0deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.66) 62%,transparent 100%)!important}
  body.npex-theme .hero-content .top-tag,
  body.npex-theme .top-tag{display:inline-flex!important;margin:0 0 8px!important;padding:5px 9px!important;font-size:9px!important;line-height:1!important}
  body.npex-theme .hero-content h1{margin:0 0 6px!important;font-size:18px!important;line-height:1.35!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}
  body.npex-theme .hero-content p{margin:0 0 7px!important;font-size:10.5px!important;line-height:1.45!important;-webkit-line-clamp:2!important}
  body.npex-theme .hero-meta{gap:14px!important;font-size:9px!important}
  body.npex-theme .hero-play{display:none!important}
  body.npex-theme .hero-dots{bottom:9px!important;right:10px!important;left:auto!important;transform:none!important}

  /* Supporting stories: compact cards instead of oversized image/text halves */
  body.npex-theme .side-news-list{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:none!important;gap:9px!important}
  body.npex-theme .side-news-list article,
  body.npex-theme .side-news-list article:last-child{display:grid!important;grid-template-columns:116px minmax(0,1fr)!important;grid-column:auto!important;height:92px!important;min-height:92px!important;overflow:hidden!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:9px!important}
  body.npex-theme .side-news-list article>a:first-child{height:100%!important;min-width:0!important}
  body.npex-theme .side-news-list article img{width:116px!important;height:92px!important;min-height:92px!important;aspect-ratio:auto!important;object-fit:cover!important;border-radius:0!important}
  body.npex-theme .side-news-list article>div{min-width:0!important;padding:10px 10px 8px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}
  body.npex-theme .side-news-list h2{margin:0!important;font-size:13px!important;line-height:1.4!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}
  body.npex-theme .side-news-list .card-meta,
  body.npex-theme .side-news-list small{font-size:8.5px!important;line-height:1.2!important;white-space:nowrap!important}

  /* Trending: tabs scroll cleanly, rows have room and counts do not collide */
  body.npex-theme .trending-card{height:auto!important;overflow:hidden!important;padding:0 10px 10px!important;border-radius:10px!important}
  body.npex-theme .trend-tabs{height:42px!important;display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;border-bottom:1px solid #ececec!important}
  body.npex-theme .trend-tabs::-webkit-scrollbar{display:none!important}
  body.npex-theme .trend-tabs button{flex:0 0 auto!important;height:42px!important;min-width:90px!important;padding:0 10px!important;font-size:10px!important;white-space:nowrap!important}
  body.npex-theme .trending-card ol{display:block!important;padding:3px 0!important}
  body.npex-theme .trending-card li{grid-template-columns:24px minmax(0,1fr)!important;gap:9px!important;min-height:42px!important;padding:6px 0!important}
  body.npex-theme .trending-card li span{width:21px!important;height:21px!important;font-size:9px!important}
  body.npex-theme .trending-card li a{font-size:11px!important;line-height:1.45!important;overflow-wrap:anywhere!important}
  body.npex-theme .trending-card li b{display:none!important}
  body.npex-theme .trending-card .more-btn{display:table!important;margin:8px 0 0 auto!important;padding:7px 12px!important;font-size:10px!important}

  /* Live TV: one balanced mobile card; prevent text/button clipping */
  body.npex-theme .live-tv-box{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;column-gap:11px!important;min-height:116px!important;height:auto!important;padding:14px!important;overflow:hidden!important}
  body.npex-theme .live-tv-box .live-play{width:46px!important;height:46px!important}
  body.npex-theme .live-tv-box>div:nth-child(2){min-width:0!important}
  body.npex-theme .live-tv-box span{font-size:10px!important}
  body.npex-theme .live-tv-box h2{margin:3px 0!important;font-size:15px!important;line-height:1.25!important;white-space:normal!important;overflow-wrap:anywhere!important}
  body.npex-theme .live-tv-box p{margin:0 0 8px!important;font-size:9.5px!important;line-height:1.45!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}
  body.npex-theme .live-tv-box a{min-height:28px!important;padding:6px 10px!important;font-size:9.5px!important}
  body.npex-theme .live-tv-box>b{display:none!important}

  /* Breaking ticker: compact label, single clean line */
  body.npex-theme .breaking-strip{width:100%!important;min-height:39px!important;background:#fff!important}
  body.npex-theme .breaking-inner{width:calc(100% - 20px)!important;grid-template-columns:94px minmax(0,1fr)!important;gap:8px!important;min-height:39px!important}
  body.npex-theme .breaking-label{width:94px!important;height:25px!important;font-size:8px!important;padding:0 5px!important;white-space:nowrap!important}
  body.npex-theme .ticker-window{min-width:0!important;overflow:hidden!important}
  body.npex-theme .ticker-track{gap:13px!important;font-size:10px!important;line-height:1.2!important}
  body.npex-theme .ticker-track a,
  body.npex-theme .ticker-track .ticker-text{max-width:75vw!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
}

@media (max-width:390px){
  body.npex-theme .hero-slider{height:222px!important}
  body.npex-theme .hero-content h1{font-size:17px!important}
  body.npex-theme .side-news-list article,
  body.npex-theme .side-news-list article:last-child{grid-template-columns:104px minmax(0,1fr)!important;height:86px!important;min-height:86px!important}
  body.npex-theme .side-news-list article img{width:104px!important;height:86px!important;min-height:86px!important}
  body.npex-theme .live-tv-box{grid-template-columns:44px minmax(0,1fr)!important;padding:12px!important}
  body.npex-theme .live-tv-box .live-play{width:42px!important;height:42px!important}
}


/* =========================================================
   v2.4.2 Stability & Responsive Guard
   Conservative safeguards only; no layout redesign.
   ========================================================= */
html,body{min-height:100%;}
img,svg,video,canvas{max-width:100%;height:auto;}
iframe,embed,object{max-width:100%;}
.npex-ad-code img,.npex-ad-code iframe{max-width:100%!important;}
.entry-content table,.article-content table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}
.site-footer,.footer-bottom{clear:both;}
body.npex-theme #page,body.npex-theme .site-wrapper{min-height:0;}
@media (max-width:1024px){
  .container{max-width:100%;}
  .homepage-main,.content-area,.site-main{min-width:0;}
}
@media (max-width:767px){
  input,select,textarea,button{max-width:100%;}
  .wp-caption,.gallery,.wp-block-image{max-width:100%!important;}
  .alignwide,.alignfull{max-width:100%;margin-left:0;margin-right:0;}
}

/* v3.1.0 Homepage Builder Pro – design-safe visibility only.
   Default values produce no visual change. */
.npex-home-block{display:block}
@media (min-width:1025px){.npex-home-block.npex-hide-desktop{display:none!important}}
@media (min-width:783px) and (max-width:1024px){.npex-home-block.npex-hide-tablet{display:none!important}}
@media (max-width:782px){.npex-home-block.npex-hide-mobile{display:none!important}}


/* NewsPortal Pro Suite v4.0.0 — approved layout remains default */
.npex-reading-progress{position:fixed;left:0;top:0;height:3px;width:0;background:var(--npex-primary,var(--npex-primary,#e60000));z-index:999999;transition:width .08s linear}
.npex-reading-tools{display:flex;flex-wrap:wrap;gap:8px;padding:10px;margin:0 0 18px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}
.npex-reading-tools button{border:1px solid #d1d5db;background:#fff;padding:7px 10px;border-radius:6px;cursor:pointer;font:inherit}
.npex-reading-tools button:hover{border-color:var(--npex-primary,var(--npex-primary,#e60000))}
.npex-readable-content{font-size:100%}
.npex-editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.npex-header-layout-compact .main-header-inner{min-height:66px}.npex-header-layout-compact .brand-copy small{display:none}.npex-header-layout-compact .main-header{padding:0}
.npex-header-layout-centered .main-header-inner{position:relative}.npex-header-layout-centered .brand{position:absolute;left:50%;transform:translateX(-50%)}
.npex-footer-layout-compact .footer-grid{grid-template-columns:2fr repeat(3,1fr)}.npex-footer-layout-compact .footer-apps{display:none}
.npex-footer-layout-editorial .footer-grid{grid-template-columns:2fr 1fr 1fr}.npex-footer-layout-editorial .footer-tags,.npex-footer-layout-editorial .footer-apps{display:none}
@media(max-width:782px){.npex-editorial-grid{grid-template-columns:1fr}.npex-header-layout-centered .brand{position:static;transform:none}.npex-reading-tools{position:relative}.npex-footer-layout-compact .footer-grid,.npex-footer-layout-editorial .footer-grid{grid-template-columns:1fr}}
@media print{.site-header,.site-footer,.newsletter-strip,.npex-reading-tools,.npex-reading-progress,.sidebar,.npex-ad-slot{display:none!important}.npex-readable-content{font-size:12pt!important}.container{max-width:none!important}}

/* NewsPortal Pro 5.3 stable UI rebuild */
.menu-toggle{width:50px!important;height:50px!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:transparent;border:0;cursor:pointer;padding:9px!important}.menu-toggle span{display:block;width:var(--npex-hamburger);max-width:32px;height:3px;border-radius:4px;background:var(--npex-primary,var(--npex-primary,#e60000))}
.primary-nav,.primary-nav .nav-inner{background:var(--npex-primary,var(--npex-primary,#e60000))!important}.primary-nav .nav-inner{display:flex;align-items:stretch}.primary-nav a,.primary-nav .menu-item>a{color:#fff!important}.primary-nav a:hover,.primary-nav .current-menu-item>a,.primary-nav .current-menu-ancestor>a{background:rgba(0,0,0,.18)!important;color:#fff!important;box-shadow:inset 0 -3px 0 #fff}.npex-edition{margin-left:auto;position:relative;flex:0 0 auto;border-left:1px solid rgba(255,255,255,.25)}.npex-edition-toggle{height:100%;min-height:42px;border:0;background:rgba(0,0,0,.12);color:#fff;font-weight:800;padding:0 16px;cursor:pointer}.npex-edition-toggle span{margin:0 5px}.npex-edition-menu{display:none;position:absolute;right:0;top:100%;min-width:170px;background:#fff;border:1px solid #ddd;box-shadow:0 12px 28px rgba(0,0,0,.18);z-index:10000}.npex-edition.open .npex-edition-menu{display:block}.npex-edition-menu a{display:block!important;color:#111!important;background:#fff!important;padding:11px 14px}.npex-edition-menu a:hover{color:var(--npex-primary)!important;background:#f7f7f7!important}
.npex-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:99998}.npex-drawer{position:fixed;left:0;top:0;bottom:0;width:min(var(--npex-drawer-width),92vw);background:var(--npex-drawer-bg);color:var(--npex-drawer-text);z-index:99999;transform:translateX(-105%);transition:transform .28s ease;overflow:auto;padding-top:max(14px,env(safe-area-inset-top))}.npex-drawer.is-open{transform:none}.npex-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.15)}.npex-drawer-brand,.npex-drawer-brand *{color:var(--npex-drawer-text)!important}.npex-drawer-brand img{max-width:150px;max-height:52px}.npex-drawer-close{width:42px;height:42px;border:1px solid rgba(255,255,255,.4);background:transparent;color:var(--npex-drawer-text);font-size:30px;line-height:1}.npex-drawer-epaper{display:inline-flex;margin:14px 18px;padding:10px 14px;border:1px solid #ffd400;border-radius:6px;color:#ffd400!important;font-weight:800}.npex-drawer-nav ul{list-style:none;margin:0;padding:0}.npex-drawer-nav li{position:relative;border-top:1px solid rgba(255,255,255,.13)}.npex-drawer-nav a{display:block;padding:14px 48px 14px 18px;color:var(--npex-drawer-text)!important;font-weight:700}.npex-drawer-nav a:hover,.npex-drawer-nav .current-menu-item>a{background:rgba(255,255,255,.12);color:#fff!important}.npex-drawer-nav .sub-menu{display:none;background:rgba(0,0,0,.16)}.npex-drawer-nav li.submenu-open>.sub-menu{display:block}.npex-submenu-toggle{position:absolute;right:8px;top:7px;width:38px;height:38px;border:0;background:transparent;color:var(--npex-drawer-text);font-size:22px}.npex-drawer-nav .submenu-open>.npex-submenu-toggle{transform:rotate(180deg)}body.npex-drawer-active{overflow:hidden}
.hero-slider{position:relative}.hero-slide{display:none}.hero-slide.active{display:block}.hero-dots{z-index:10}.hero-dots button{width:9px!important;height:9px!important;flex:0 0 auto}.hero-dots button:last-child{margin-right:2px}.trend-tabs{overflow-x:auto;justify-content:flex-start!important}.trend-tabs button{color:#222!important;flex:0 0 auto;padding:0 10px!important}.trend-tabs button:hover,.trend-tabs button.active{color:var(--npex-primary,var(--npex-primary,#e60000))!important}.trend-panel{display:none}.trend-panel.active{display:block}.npex-match-card small{font-size:10px!important;line-height:1.2!important;white-space:normal!important;max-width:90px;text-align:center}
.share-rail a,.share-rail button,.article-top-share a,.article-top-share button{display:grid;place-items:center;border:1px solid #dce1e7;background:#fff;cursor:pointer}.share-rail svg,.article-top-share svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.share-facebook{color:#1877f2}.share-x{color:#111}.share-whatsapp{color:#16c76b}.share-telegram{color:#229ed9}.share-linkedin{color:#0a66c2}.share-email{color:#5f6875}.npex-copy-link{color:#6a4bbc}.npex-print{color:#374151}.share-rail a:hover,.share-rail button:hover,.article-top-share a:hover,.article-top-share button:hover{transform:translateY(-1px);border-color:currentColor}
.npex-reading-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0;padding:12px;border:1px solid #dfe4ea;border-radius:10px;background:#fbfcfd}.npex-reading-toolbar button{min-height:48px;padding:9px 15px;border:1px solid #d7dde5;border-radius:7px;background:#fff;display:flex;align-items:center;gap:8px;font-size:15px;cursor:pointer}.npex-reading-toolbar svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.npex-reading-toolbar small{font-size:10px;color:#777}.article-content{overflow:hidden}.article-header,.article-section.entry-content,.tag-row,.related-news,.comments-box{padding-left:40px!important;padding-right:40px!important}.article-hero{margin-left:8px!important;margin-right:8px!important}.article-section.entry-content>*{max-width:100%}.article-section.entry-content img,.article-section.entry-content iframe{max-width:100%;height:auto}.tag-row{display:flex!important;flex-wrap:wrap;align-items:center;gap:8px;margin:18px 0}.tag-row a,.npex-tag-cloud a{display:inline-block;padding:7px 11px;border:1px solid #e0e4e9;border-radius:999px;background:#f7f8fa;color:#222!important}.tag-row a:hover,.npex-tag-cloud a:hover{background:var(--npex-primary);color:#fff!important}.npex-archive-list{list-style:none;margin:0;padding:0}.npex-archive-list li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #eee}
@media(max-width:900px){.article-header,.article-section.entry-content,.tag-row,.related-news,.comments-box{padding-left:24px!important;padding-right:24px!important}.npex-edition{margin-left:auto}.primary-nav .nav-inner{overflow-x:auto}.npex-reading-toolbar button{flex:1 1 calc(33.33% - 10px)}}
@media(max-width:600px){.menu-toggle{width:48px!important;height:48px!important}.article-header,.article-section.entry-content,.tag-row,.related-news,.comments-box{padding-left:18px!important;padding-right:18px!important}.article-top-share{overflow-x:auto;max-width:100%}.share-rail{position:static!important;display:flex!important;flex-direction:row!important;margin:12px 18px!important;width:auto!important}.npex-reading-toolbar button{flex:1 1 calc(50% - 10px);justify-content:center}.npex-edition-toggle{padding:0 10px}.npex-edition-toggle{font-size:10px}}
@media print{.site-header,.site-footer,.share-rail,.article-top-share,.npex-reading-toolbar,.article-sidebar{display:none!important}.article-shell{display:block!important}.article-content{width:100%!important}}

/* NewsPortal Pro v5.3.2 — requested fixes only. Do not alter page structure. */
body.npex-theme .live-tv-box{
  background:linear-gradient(135deg,var(--npex-live-tv-bg,var(--npex-primary,#e60000)),color-mix(in srgb,var(--npex-live-tv-bg,var(--npex-primary,#e60000)) 78%,#000))!important;
  transition:background .2s ease,transform .2s ease,box-shadow .2s ease;
}
body.npex-theme .live-tv-box:hover{
  background:linear-gradient(135deg,var(--npex-live-tv-hover-bg,var(--npex-primary-dark,#9f0000)),color-mix(in srgb,var(--npex-live-tv-hover-bg,var(--npex-primary-dark,#9f0000)) 76%,#000))!important;
  color:#fff!important;
  transform:translateY(-2px);
}
body.npex-theme .live-tv-box:hover span,
body.npex-theme .live-tv-box:hover h2,
body.npex-theme .live-tv-box:hover p,
body.npex-theme .live-tv-box:hover a,
body.npex-theme .live-tv-box:hover b{color:#fff!important}
body.npex-theme .live-tv-box a:hover{background:#fff!important;color:var(--npex-live-tv-hover-bg,var(--npex-primary-dark,#9f0000))!important;border-color:#fff!important}

/* Hero overlay text must stay visible on every slide. */
body.npex-theme .hero-slider .hero-slide h1,
body.npex-theme .hero-slider .hero-slide h2,
body.npex-theme .hero-slider .hero-slide h3,
body.npex-theme .hero-slider .hero-slide .hero-title,
body.npex-theme .hero-slider .hero-slide .slide-title,
body.npex-theme .hero-slider .hero-slide a{color:#fff!important;text-shadow:0 2px 8px rgba(0,0,0,.78)}
body.npex-theme .hero-slider .hero-slide p,
body.npex-theme .hero-slider .hero-slide .meta{color:rgba(255,255,255,.92)!important}

/* Keep only one approved reading toolbar. */
body.npex-theme .article-section.entry-content > .npex-readable-content > .npex-reading-tools,
body.npex-theme .article-section.entry-content > .npex-reading-tools{display:none!important}
body.npex-theme .npex-reading-toolbar{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px!important;
  margin:18px 40px 22px!important;
  padding:12px!important;
  border:1px solid #e2e5ea!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(18,24,40,.05)!important;
}
body.npex-theme .npex-reading-toolbar button{
  min-width:0!important;min-height:58px!important;padding:9px 10px!important;
  border:1px solid #e3e6eb!important;border-radius:9px!important;
  justify-content:center!important;flex-direction:column!important;gap:3px!important;
  background:#fafafa!important;color:#1a1d24!important;font-weight:700!important;
  box-shadow:none!important;transition:.18s ease;
}
body.npex-theme .npex-reading-toolbar button:nth-child(1){background:#f7f2ff!important;color:#6943b7!important}
body.npex-theme .npex-reading-toolbar button:nth-child(2){background:#effcf5!important;color:#11824b!important}
body.npex-theme .npex-reading-toolbar button:nth-child(3){background:#eff7ff!important;color:#1764a8!important}
body.npex-theme .npex-reading-toolbar button:nth-child(4){background:#fff7ee!important;color:#bd5d13!important}
body.npex-theme .npex-reading-toolbar button:nth-child(5){background:#effbf5!important;color:#147a4b!important}
body.npex-theme .npex-reading-toolbar button:hover{filter:brightness(.95);transform:translateY(-1px);border-color:currentColor!important}
body.npex-theme .npex-reading-toolbar svg{display:block!important;width:21px!important;height:21px!important;stroke:currentColor!important;fill:none!important}
body.npex-theme .npex-reading-toolbar small{display:block!important;color:inherit!important;opacity:.72}

/* Share rail: visible icons, balanced spacing, no empty circles. */
body.npex-theme .share-rail{
  width:54px!important;padding:12px 8px!important;gap:9px!important;
  align-items:center!important;border-radius:12px!important;background:#fff!important;
}
body.npex-theme .share-rail span{font-size:10px!important;line-height:1.25!important;text-align:center!important;color:#3d424a!important;writing-mode:initial!important}
body.npex-theme .share-rail a,
body.npex-theme .share-rail button,
body.npex-theme .article-top-share a,
body.npex-theme .article-top-share button{
  width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;
  border-radius:50%!important;color:#fff!important;border:0!important;box-shadow:0 2px 7px rgba(0,0,0,.12)!important;
}
body.npex-theme .share-rail svg,
body.npex-theme .article-top-share svg{display:block!important;width:17px!important;height:17px!important;stroke:currentColor!important;fill:none!important;overflow:visible!important}
body.npex-theme .share-facebook{background:#1877f2!important}
body.npex-theme .share-x{background:#111!important}
body.npex-theme .share-whatsapp{background:#22c968!important}
body.npex-theme .share-telegram{background:#229ed9!important}
body.npex-theme .share-linkedin{background:#0a66c2!important}
body.npex-theme .share-email{background:#596273!important}
body.npex-theme .npex-copy-link{background:#7048b8!important}
body.npex-theme .npex-print{background:#394150!important}
body.npex-theme .share-rail a:hover,
body.npex-theme .share-rail button:hover,
body.npex-theme .article-top-share a:hover,
body.npex-theme .article-top-share button:hover{filter:brightness(.84);transform:translateY(-1px)!important}

/* Main navigation and Edition: clean spacing, no list bullets. */
body.npex-theme .primary-nav ul,
body.npex-theme .primary-nav li,
body.npex-theme .npex-drawer-nav ul,
body.npex-theme .npex-drawer-nav li{list-style:none!important;margin:0!important}
body.npex-theme .primary-nav li::before,
body.npex-theme .primary-nav li::marker,
body.npex-theme .npex-drawer-nav li::before,
body.npex-theme .npex-drawer-nav li::marker{content:none!important;display:none!important}
body.npex-theme .primary-nav .nav-inner{gap:0!important;min-height:46px!important}
body.npex-theme .primary-nav .menu-item>a{padding:0 17px!important;min-height:46px!important;display:flex!important;align-items:center!important;color:#fff!important}
body.npex-theme .primary-nav .menu-item>a:hover{background:rgba(0,0,0,.22)!important;color:#fff!important}
body.npex-theme .npex-edition{margin-left:auto!important;align-self:stretch!important;background:var(--npex-edition-bg,var(--npex-primary,#e60000))!important;border-left:1px solid rgba(255,255,255,.22)!important}
body.npex-theme .npex-edition-toggle{min-width:145px!important;height:46px!important;background:var(--npex-edition-bg,var(--npex-primary,#e60000))!important;color:var(--npex-edition-text,#fff)!important;padding:0 16px!important;letter-spacing:.02em!important}
body.npex-theme .npex-edition-toggle:hover,
body.npex-theme .npex-edition.open .npex-edition-toggle{background:var(--npex-edition-hover-bg,#8f0000)!important;color:var(--npex-edition-text,#fff)!important}
body.npex-theme .npex-edition-menu{border-radius:0 0 9px 9px!important;overflow:hidden!important;padding:5px!important}
body.npex-theme .npex-edition-menu a{border-radius:6px!important;color:#20242b!important;padding:10px 12px!important}
body.npex-theme .npex-edition-menu a:hover{background:#f1f2f4!important;color:var(--npex-edition-bg,var(--npex-primary,#e60000))!important}

/* Single article visual rhythm and comments. */
body.npex-theme .article-page{padding-top:22px!important;padding-bottom:38px!important}
body.npex-theme .article-content{border-radius:12px!important;background:#fff!important}
body.npex-theme .article-header{padding-top:26px!important;padding-bottom:16px!important}
body.npex-theme .article-hero{margin:0 18px!important;border-radius:10px!important;overflow:hidden!important}
body.npex-theme .article-section.entry-content{padding-top:8px!important;padding-bottom:20px!important}
body.npex-theme .article-section.entry-content ul,
body.npex-theme .article-section.entry-content ol{padding-left:1.35em!important;margin-left:0!important}
body.npex-theme .article-section.entry-content li{padding-left:.25em!important;margin-bottom:.5em!important}
body.npex-theme .comments-box{margin:24px 40px 30px!important;padding:22px!important;border:1px solid #e5e7eb!important;border-radius:12px!important;background:#fff!important}
body.npex-theme .comments-box h2,
body.npex-theme .comments-box h3{margin-top:0!important;color:#111!important}
body.npex-theme .comments-box textarea,
body.npex-theme .comments-box input[type=text],
body.npex-theme .comments-box input[type=email],
body.npex-theme .comments-box input[type=url]{width:100%!important;border:1px solid #d9dde4!important;border-radius:8px!important;padding:11px 12px!important}
body.npex-theme .comments-box input[type=submit]{background:var(--npex-primary,var(--npex-primary,#e60000))!important;color:#fff!important;border:0!important}

@media(max-width:900px){
 body.npex-theme .npex-reading-toolbar{grid-template-columns:repeat(3,minmax(0,1fr));margin-left:24px!important;margin-right:24px!important}
 body.npex-theme .primary-nav .menu-item>a{padding:0 13px!important}
}
@media(max-width:600px){
 body.npex-theme .npex-reading-toolbar{grid-template-columns:repeat(2,minmax(0,1fr));margin:14px 16px 20px!important}
 body.npex-theme .npex-reading-toolbar button:last-child{grid-column:1/-1}
 body.npex-theme .share-rail{width:auto!important;margin:12px 16px!important;padding:9px!important;overflow-x:auto!important}
 body.npex-theme .share-rail span{min-width:52px!important}
 body.npex-theme .article-hero{margin:0 10px!important}
 body.npex-theme .comments-box{margin:20px 16px 26px!important;padding:16px!important}
 body.npex-theme .npex-edition-toggle{min-width:124px!important;padding:0 10px!important}
}


/* =========================================================
   v5.3.3 — Requested changes only. Existing modules preserved.
   ========================================================= */
body.npex-theme .market-card.live-card,
body.npex-theme a.market-card.live-card{
  background:linear-gradient(145deg,var(--npex-live-tv-bg,var(--npex-primary,#e60000)),var(--npex-primary-dark,#930000))!important;
  color:#fff!important;
  border-color:transparent!important;
}
body.npex-theme .market-card.live-card:hover,
body.npex-theme a.market-card.live-card:hover{
  background:linear-gradient(145deg,var(--npex-live-tv-hover-bg,#8f0000),#510000)!important;
  color:#fff!important;
  transform:translateY(-2px);
}
body.npex-theme .market-card.live-card strong,
body.npex-theme .market-card.live-card small,
body.npex-theme .market-card.live-card .icon{color:#fff!important;stroke:#fff!important}

/* No bullets/dots in the primary navigation. */
body.npex-theme .primary-nav ul,
body.npex-theme .primary-nav li{list-style:none!important;margin:0!important;padding-left:0!important}
body.npex-theme .primary-nav li::before,
body.npex-theme .primary-nav li::after,
body.npex-theme .primary-nav li::marker,
body.npex-theme .primary-nav .menu-item>a::before,
body.npex-theme .primary-nav .menu-item>a::after{content:none!important;display:none!important}
body.npex-theme .primary-nav .menu-item>a{gap:0!important}

/* Edition stays in the theme red palette and visually belongs to the menu. */
body.npex-theme .npex-edition{
  background:var(--npex-edition-bg,var(--npex-primary,var(--npex-primary,#e60000)))!important;
  border-left:1px solid rgba(255,255,255,.32)!important;
  box-shadow:none!important;
}
body.npex-theme .npex-edition-toggle{
  background:var(--npex-edition-bg,var(--npex-primary,var(--npex-primary,#e60000)))!important;
  color:var(--npex-edition-text,#fff)!important;
  min-width:142px!important;
  font-size:11px!important;
  border-radius:0!important;
}
body.npex-theme .npex-edition-toggle:hover,
body.npex-theme .npex-edition.open .npex-edition-toggle{
  background:var(--npex-edition-hover-bg,#8f0000)!important;
  color:#fff!important;
}
body.npex-theme .npex-edition-menu{border-top:3px solid var(--npex-edition-bg,var(--npex-primary,var(--npex-primary,#e60000)))!important}
body.npex-theme .npex-edition-menu a:hover{background:var(--npex-primary-soft,#fff1f1)!important;color:var(--npex-edition-bg,var(--npex-primary,var(--npex-primary,#e60000)))!important}

/* Restore the complete utility bar with readable icons and spacing. */
body.npex-theme .utility-bar{display:block!important;background:#12161d!important;color:#fff!important}
body.npex-theme .utility-inner{min-height:32px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}
body.npex-theme .utility-nav{display:flex!important;align-items:center!important;gap:4px!important;flex-wrap:nowrap!important}
body.npex-theme .utility-nav a{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:6px 8px!important;color:#fff!important;font-size:10px!important;line-height:1!important;border-radius:4px!important;opacity:.94!important}
body.npex-theme .utility-nav a:hover{background:rgba(255,255,255,.12)!important;color:#fff!important;opacity:1!important}
body.npex-theme .utility-nav .icon{width:14px!important;height:14px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important}
body.npex-theme .utility-login{border-left:1px solid rgba(255,255,255,.2)!important;margin-left:3px!important;padding-left:10px!important}

/* Inner article page — keep all features and match the supplied layout. */
body.npex-theme .article-page{padding:36px 0 42px!important;background:#f7f8fa!important}
body.npex-theme .article-shell{align-items:start!important;gap:20px!important}
body.npex-theme .article-content,
body.npex-theme .article-sidebar .sidebar-card{
  background:#fff!important;
  border:1px solid #e6e8ec!important;
  border-radius:10px!important;
  box-shadow:0 2px 12px rgba(22,31,44,.05)!important;
}
body.npex-theme .article-content{overflow:visible!important}
body.npex-theme .article-header{padding-top:22px!important;padding-bottom:14px!important}
body.npex-theme .article-header h1{font-size:clamp(32px,3.1vw,48px)!important;line-height:1.12!important;letter-spacing:-.025em!important;color:#10151d!important;margin:10px 0 12px!important}
body.npex-theme .article-deck{font-size:15px!important;line-height:1.7!important;color:#525b67!important}
body.npex-theme .article-author-line{border-top:1px solid #edf0f3!important;border-bottom:1px solid #edf0f3!important;padding:12px 0!important;margin-top:15px!important;gap:14px!important}
body.npex-theme .article-hero{margin:18px 18px 0!important;border-radius:8px!important;overflow:hidden!important;background:#111!important}
body.npex-theme .article-hero img{display:block!important;width:100%!important;max-height:520px!important;object-fit:cover!important}
body.npex-theme .npex-reading-toolbar{margin:14px 18px 20px!important;border-color:#e4e8ed!important;box-shadow:0 2px 9px rgba(22,31,44,.04)!important}
body.npex-theme .article-section.entry-content{padding-top:4px!important;padding-bottom:12px!important;font-size:16px!important;line-height:1.85!important;color:#29313b!important}
body.npex-theme .article-section.entry-content h2,
body.npex-theme .article-section.entry-content h3{border-left:3px solid var(--npex-primary,var(--npex-primary,#e60000))!important;padding-left:10px!important;color:#151a21!important}
body.npex-theme .tag-row{border-top:1px solid #edf0f3!important;padding-top:16px!important}
body.npex-theme .related-news,
body.npex-theme .comments-box{border-top:1px solid #edf0f3!important;padding-top:18px!important;padding-bottom:22px!important}
body.npex-theme .article-sidebar{display:grid!important;gap:16px!important}
body.npex-theme .article-sidebar .sidebar-card{padding:18px!important;margin:0!important}
body.npex-theme .article-sidebar .widget-title,
body.npex-theme .article-sidebar .section-title{color:#151a21!important;font-size:21px!important;margin:0 0 15px!important;border-left:3px solid var(--npex-primary,var(--npex-primary,#e60000))!important;padding-left:10px!important}
body.npex-theme .sidebar-media{padding:10px 0!important;border-bottom:1px solid #edf0f3!important;gap:10px!important}
body.npex-theme .sidebar-media:last-child{border-bottom:0!important}
body.npex-theme .comments-box textarea,
body.npex-theme .comments-box input[type=text],
body.npex-theme .comments-box input[type=email],
body.npex-theme .comments-box input[type=url]{border:1px solid #dfe4ea!important;border-radius:6px!important;background:#fff!important}
body.npex-theme .comments-box input[type=submit]{background:var(--npex-primary,var(--npex-primary,#e60000))!important;color:#fff!important;border:0!important;border-radius:6px!important;padding:11px 18px!important;font-weight:800!important}

@media(max-width:900px){
  body.npex-theme .utility-left{display:none!important}
  body.npex-theme .utility-inner{justify-content:center!important;overflow-x:auto!important}
  body.npex-theme .utility-nav{min-width:max-content!important}
  body.npex-theme .article-page{padding-top:22px!important}
  body.npex-theme .article-hero{margin-inline:14px!important}
}
@media(max-width:600px){
  body.npex-theme .utility-nav a{padding:6px!important;font-size:9px!important}
  body.npex-theme .utility-nav .icon{width:13px!important;height:13px!important}
  body.npex-theme .article-page{padding:12px 0 24px!important}
  body.npex-theme .article-content{border-radius:0!important;border-left:0!important;border-right:0!important}
  body.npex-theme .article-header h1{font-size:31px!important}
  body.npex-theme .article-hero{margin:12px 12px 0!important}
}


/* =========================================================
   v5.3.4 — Requested width and theme-colour correction only.
   No existing feature or module is removed.
   ========================================================= */
body.npex-theme .npex-drawer{
  background:var(--npex-drawer-bg,var(--npex-primary,var(--npex-primary,#e60000)))!important;
  color:#fff!important;
}
body.npex-theme .npex-drawer-brand,
body.npex-theme .npex-drawer-brand *,
body.npex-theme .npex-drawer-nav a,
body.npex-theme .npex-submenu-toggle,
body.npex-theme .npex-drawer-close{color:#fff!important}
body.npex-theme .npex-drawer-nav a:hover,
body.npex-theme .npex-drawer-nav .current-menu-item>a,
body.npex-theme .npex-drawer-nav .current-menu-ancestor>a{
  background:rgba(0,0,0,.22)!important;
  color:#fff!important;
}

/* Single page uses the same wide container rhythm as header/ticker/market. */
body.npex-theme .article-page>.container.article-shell{
  width:calc(100% - 32px)!important;
  max-width:1360px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  grid-template-columns:58px minmax(0,1fr) minmax(290px,320px)!important;
  gap:20px!important;
}
body.npex-theme .article-content{width:100%!important;max-width:none!important}
body.npex-theme .article-sidebar{width:100%!important;min-width:0!important}

/* Related news and comments share exactly the same inner width/alignment. */
body.npex-theme .related-news,
body.npex-theme .comments-box{
  width:auto!important;
  box-sizing:border-box!important;
  margin-left:40px!important;
  margin-right:40px!important;
  padding-left:16px!important;
  padding-right:16px!important;
}
body.npex-theme .related-grid{width:100%!important}
body.npex-theme .related-grid article{min-width:0!important}

@media(max-width:1100px){
  body.npex-theme .article-page>.container.article-shell{
    grid-template-columns:48px minmax(0,1fr) 280px!important;
    width:calc(100% - 24px)!important;
    gap:16px!important;
  }
}
@media(max-width:900px){
  body.npex-theme .article-page>.container.article-shell{
    grid-template-columns:minmax(0,1fr)!important;
    width:calc(100% - 24px)!important;
  }
  body.npex-theme .share-rail{position:static!important}
  body.npex-theme .article-sidebar{position:static!important}
  body.npex-theme .related-news,body.npex-theme .comments-box{margin-left:24px!important;margin-right:24px!important}
}
@media(max-width:600px){
  body.npex-theme .article-page>.container.article-shell{width:100%!important;gap:14px!important}
  body.npex-theme .related-news,body.npex-theme .comments-box{margin-left:16px!important;margin-right:16px!important;padding-left:14px!important;padding-right:14px!important}
}


/* v5.3.5 — requested-only: restored article engagement and 20 linked ticker items */
.npex-breaking-items{display:grid;gap:12px;margin:12px 0 18px}
.npex-breaking-row{display:grid;grid-template-columns:34px minmax(0,1.35fr) minmax(0,1fr);gap:12px;align-items:end;padding:12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}
.npex-breaking-row>strong{align-self:center;text-align:center;background:var(--npex-primary,#e60000);color:#fff;border-radius:999px;width:28px;height:28px;line-height:28px}
.npex-breaking-row .npex-field{margin:0}
.npex-article-engagement{margin:18px 0;display:grid;gap:14px}
.npex-engagement-top,.author-disclaimer-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.npex-reaction-card,.npex-opinion-card,.author-card,.disclaimer-card{background:#fff;border:1px solid #e4e7ec;border-radius:12px;padding:16px;box-shadow:0 3px 14px rgba(15,23,42,.05)}
.npex-reaction-card h3,.npex-opinion-card h3,.author-card h3,.disclaimer-card h3{margin:0 0 12px;font-size:16px;color:#111}
.npex-reaction-buttons{display:flex;gap:8px;flex-wrap:wrap}
.npex-reaction-buttons button{display:inline-flex;align-items:center;gap:7px;min-width:74px;justify-content:center;border:1px solid #eceff3;background:#f8fafc;border-radius:8px;padding:9px 12px;cursor:pointer}
.npex-reaction-buttons button:hover,.npex-reaction-buttons button.is-selected{border-color:var(--npex-primary,#e60000);background:#fff1f2;color:#c40000}
.npex-opinion-form{display:flex;gap:8px}
.npex-opinion-form input{min-width:0;flex:1;border:1px solid #d9dee7;border-radius:7px;padding:10px 12px}
.npex-opinion-form button{border:0;border-radius:7px;background:var(--npex-primary,#e60000);color:#fff;padding:10px 16px;font-weight:700;cursor:pointer;white-space:nowrap}
.author-card{display:flex;align-items:center;gap:14px}
.author-card img{border-radius:10px;flex:0 0 auto}
.author-card span{display:block;font-size:12px;color:#687080;margin-bottom:3px}
.author-card p,.disclaimer-card p{margin:0;color:#4b5563;line-height:1.6}
@media(max-width:782px){.npex-breaking-row{grid-template-columns:30px 1fr}.npex-breaking-row .npex-field:last-child{grid-column:2}.npex-engagement-top,.author-disclaimer-grid{grid-template-columns:1fr}.npex-opinion-form{flex-direction:column}.npex-opinion-form button{width:100%}}

/* v5.3.6 — requested functionality and single-page width fixes only */
body.npex-theme .npex-reading-toolbar button[data-font]{position:relative;user-select:none}
body.npex-theme .npex-reading-toolbar button[data-font].is-active{outline:2px solid currentColor;outline-offset:2px}
body.npex-theme .article-section.entry-content{--npex-reader-size:16px;font-size:var(--npex-reader-size)!important;line-height:1.78}
body.npex-theme .article-section.entry-content p,
body.npex-theme .article-section.entry-content li,
body.npex-theme .article-section.entry-content blockquote,
body.npex-theme .article-section.entry-content td,
body.npex-theme .article-section.entry-content th{font-size:inherit!important;line-height:inherit}
body.npex-theme .npex-article-engagement.npex-fullwidth-cards{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;margin:22px 40px!important;padding:0!important;width:auto!important}
body.npex-theme .npex-fullwidth-cards>.reaction-box,
body.npex-theme .npex-fullwidth-cards>.article-rating,
body.npex-theme .npex-fullwidth-cards>.author-card{width:100%!important;max-width:none!important;min-height:unset!important;margin:0!important;padding:22px!important;border:1px solid #e5e7eb!important;border-radius:12px!important;background:#fff!important;box-shadow:0 3px 14px rgba(15,23,42,.04)!important}
body.npex-theme .npex-fullwidth-cards .npex-reaction-buttons{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:14px!important;overflow:visible!important}
body.npex-theme .npex-fullwidth-cards .npex-reaction-buttons button{min-width:82px!important;min-height:44px!important;padding:9px 13px!important;overflow:visible!important}
body.npex-theme .npex-fullwidth-cards .npex-opinion-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;margin-top:14px!important}
body.npex-theme .npex-fullwidth-cards .npex-opinion-form input{width:100%!important;min-height:48px!important}
body.npex-theme .npex-author-full{display:flex!important;align-items:center!important;gap:16px!important}
body.npex-theme .npex-author-full img{width:72px!important;height:72px!important;border-radius:12px!important;object-fit:cover!important;flex:none!important}
body.npex-theme .npex-author-full h3{margin:3px 0 7px!important}
body.npex-theme .npex-author-full p{margin:0!important;color:#5f6672!important;line-height:1.65!important}
body.npex-theme .disclaimer-card{display:none!important}
body.npex-theme .article-sidebar .sidebar-card{overflow:hidden}
body.npex-theme .npex-sidebar-trending ol{list-style:none!important;margin:0!important;padding:0!important;counter-reset:np-trend}
body.npex-theme .npex-sidebar-trending li{counter-increment:np-trend;display:grid!important;grid-template-columns:28px minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important;padding:9px 0!important;border-bottom:1px solid #eceff3!important}
body.npex-theme .npex-sidebar-trending li:before{content:counter(np-trend);width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--npex-primary,var(--npex-primary,#e60000));color:#fff;font-size:11px;font-weight:800}
body.npex-theme .npex-sidebar-live{background:linear-gradient(135deg,var(--npex-primary,var(--npex-primary,#e60000)),var(--npex-primary-dark,#9f0000))!important;color:#fff!important}
body.npex-theme .npex-sidebar-live h2,body.npex-theme .npex-sidebar-live a,body.npex-theme .npex-sidebar-live p{color:#fff!important}
body.npex-theme .npex-sidebar-gallery{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important}
body.npex-theme .npex-sidebar-gallery img{width:100%!important;height:68px!important;object-fit:cover!important;border-radius:6px!important}
@media(max-width:900px){body.npex-theme .npex-article-engagement.npex-fullwidth-cards{margin-left:24px!important;margin-right:24px!important}}
@media(max-width:600px){body.npex-theme .npex-article-engagement.npex-fullwidth-cards{margin:18px 16px!important}body.npex-theme .npex-fullwidth-cards>.reaction-box,body.npex-theme .npex-fullwidth-cards>.article-rating,body.npex-theme .npex-fullwidth-cards>.author-card{padding:16px!important}body.npex-theme .npex-fullwidth-cards .npex-opinion-form{grid-template-columns:1fr!important}body.npex-theme .npex-author-full{align-items:flex-start!important}}


/* v5.3.7 — requested-only: article content, tags, reactions and sidebar LIVE badge */
body.npex-theme .article-section.entry-content{
  margin:18px 40px 0!important;
  padding:26px 28px!important;
  background:#fff!important;
  border:1px solid #e7e9ee!important;
  border-radius:12px!important;
  box-shadow:0 3px 14px rgba(15,23,42,.035)!important;
}
body.npex-theme .article-section.entry-content>:first-child{margin-top:0!important}
body.npex-theme .article-section.entry-content>:last-child{margin-bottom:0!important}
body.npex-theme .article-section.entry-content h2,
body.npex-theme .article-section.entry-content h3{
  position:relative;
  color:#111827!important;
  line-height:1.35!important;
}
body.npex-theme .article-section.entry-content h2{
  padding-left:14px!important;
  margin-top:28px!important;
}
body.npex-theme .article-section.entry-content h2:before{
  content:"";
  position:absolute;
  left:0;top:.16em;bottom:.16em;
  width:4px;border-radius:99px;
  background:var(--npex-primary,var(--npex-primary,#e60000));
}
body.npex-theme .article-section.entry-content p{margin:0 0 17px!important;color:#232a35!important}
body.npex-theme .article-section.entry-content ul,
body.npex-theme .article-section.entry-content ol{padding-left:24px!important;margin:0 0 18px!important}
body.npex-theme .article-section.entry-content li{margin-bottom:7px!important}
body.npex-theme .tag-row{
  margin:16px 40px 0!important;
  padding:14px 16px!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  background:#fff!important;
  border:1px solid #e7e9ee!important;
  border-radius:10px!important;
}
body.npex-theme .tag-row strong{margin-right:2px!important;color:#111827!important;font-size:13px!important}
body.npex-theme .tag-row a{
  display:inline-flex!important;align-items:center!important;
  min-height:32px!important;padding:6px 12px!important;
  border:1px solid #f0c8ca!important;border-radius:999px!important;
  background:var(--npex-primary-soft,#fff1f1)!important;color:#b60000!important;
  font-size:12px!important;font-weight:700!important;
  transition:.18s ease!important;
}
body.npex-theme .tag-row a:hover{background:var(--npex-primary,var(--npex-primary,#e60000))!important;border-color:var(--npex-primary,var(--npex-primary,#e60000))!important;color:#fff!important;transform:translateY(-1px)}

body.npex-theme .npex-fullwidth-cards>.npex-reaction-card{
  display:grid!important;
  grid-template-columns:minmax(200px,1.15fr) minmax(0,3.85fr)!important;
  align-items:center!important;
  gap:22px!important;
  padding:22px!important;
}
body.npex-theme .npex-reaction-copy{padding-right:20px!important;border-right:1px solid #eceff3!important}
body.npex-theme .npex-reaction-copy h3{margin:0 0 7px!important;font-size:21px!important;line-height:1.3!important;position:relative;padding-left:13px!important}
body.npex-theme .npex-reaction-copy h3:before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:4px;border-radius:99px;background:var(--npex-primary,var(--npex-primary,#e60000))}
body.npex-theme .npex-reaction-copy p{margin:0!important;color:#667085!important;font-size:13px!important;line-height:1.55!important}
body.npex-theme .npex-fullwidth-cards .npex-reaction-buttons{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0!important;
  flex-wrap:nowrap!important;
}
body.npex-theme .npex-fullwidth-cards .npex-reaction-buttons button{
  min-width:0!important;min-height:94px!important;padding:10px 8px!important;
  display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:5px!important;
  border:1px solid #e5e8ee!important;border-radius:12px!important;background:#fff!important;color:#252b36!important;
  box-shadow:0 2px 8px rgba(15,23,42,.035)!important;font-weight:700!important;line-height:1.2!important;
}
body.npex-theme .npex-reaction-buttons .npex-reaction-emoji{font-size:25px!important;line-height:1!important}
body.npex-theme .npex-reaction-buttons .npex-reaction-label{font-size:11px!important;white-space:nowrap!important}
body.npex-theme .npex-reaction-buttons button>span:last-child{min-width:28px;height:24px;padding:0 7px;border-radius:999px;background:#f6f7f9;display:grid;place-items:center;color:#7b8493;font-size:11px!important}
body.npex-theme .npex-reaction-buttons button:hover,
body.npex-theme .npex-reaction-buttons button.is-selected{border-color:#f2aeb2!important;background:var(--npex-primary-soft,#fff1f1)!important;color:var(--npex-primary,#e60000)!important;transform:translateY(-2px)!important}

body.npex-theme .npex-sidebar-live h2 small,
body.npex-theme .npex-sidebar-live .live-badge,
body.npex-theme .npex-sidebar-live [class*="live"]{
  background:#7f0000!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.45)!important;
  border-radius:999px!important;
}
body.npex-theme .npex-sidebar-live h2 small{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:4px 8px!important;font-size:9px!important;line-height:1!important;margin-left:6px!important;vertical-align:middle!important}
body.npex-theme .npex-sidebar-live:hover h2 small{background:#5f0000!important;color:#fff!important}

@media(max-width:1050px){
  body.npex-theme .npex-fullwidth-cards>.npex-reaction-card{grid-template-columns:1fr!important}
  body.npex-theme .npex-reaction-copy{padding-right:0!important;padding-bottom:12px!important;border-right:0!important;border-bottom:1px solid #eceff3!important}
}
@media(max-width:900px){
  body.npex-theme .article-section.entry-content,body.npex-theme .tag-row{margin-left:24px!important;margin-right:24px!important}
}
@media(max-width:700px){
  body.npex-theme .npex-fullwidth-cards .npex-reaction-buttons{grid-template-columns:repeat(3,minmax(0,1fr))!important;flex-wrap:wrap!important}
}
@media(max-width:600px){
  body.npex-theme .article-section.entry-content{margin:14px 16px 0!important;padding:19px 17px!important}
  body.npex-theme .tag-row{margin:14px 16px 0!important;padding:12px!important}
  body.npex-theme .npex-fullwidth-cards .npex-reaction-buttons{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.npex-theme .npex-fullwidth-cards .npex-reaction-buttons button{min-height:82px!important}
}


/* =========================================================
   v5.3.8 — requested-only alignment/readability corrections.
   Existing modules, markup and settings are preserved.
   ========================================================= */

/* Use one consistent inner width, matching the reading toolbar. */
body.npex-theme .article-content{
  --npex-article-inner-gap:16px;
}
body.npex-theme .npex-reading-toolbar,
body.npex-theme .article-section.entry-content,
body.npex-theme .tag-row,
body.npex-theme .npex-article-engagement.npex-fullwidth-cards,
body.npex-theme .related-news,
body.npex-theme .comments-box{
  width:auto!important;
  max-width:none!important;
  box-sizing:border-box!important;
  margin-left:var(--npex-article-inner-gap)!important;
  margin-right:var(--npex-article-inner-gap)!important;
}
body.npex-theme .npex-reading-toolbar{margin-top:16px!important;margin-bottom:16px!important}
body.npex-theme .article-section.entry-content{margin-top:0!important}
body.npex-theme .tag-row{margin-top:14px!important}
body.npex-theme .npex-article-engagement.npex-fullwidth-cards{margin-top:18px!important;margin-bottom:18px!important}
body.npex-theme .related-news,
body.npex-theme .comments-box{margin-top:18px!important;margin-bottom:18px!important}

/* Keep all engagement cards aligned and full width inside the common rail. */
body.npex-theme .npex-fullwidth-cards>.reaction-box,
body.npex-theme .npex-fullwidth-cards>.article-rating,
body.npex-theme .npex-fullwidth-cards>.author-card{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

/* Main content heading: remove the second/duplicate red line. */
body.npex-theme .article-section.entry-content h2,
body.npex-theme .article-section.entry-content h3{
  border-left:0!important;
}
body.npex-theme .article-section.entry-content h3:before{display:none!important}

/* Single-page LIVE TV card: the whole card uses theme red and remains readable. */
body.npex-theme .article-sidebar .npex-sidebar-live{
  background:linear-gradient(135deg,var(--npex-primary,var(--npex-primary,#e60000)),var(--npex-primary-dark,#980000))!important;
  border-color:rgba(122,0,0,.28)!important;
  color:#fff!important;
  overflow:hidden!important;
}
body.npex-theme .article-sidebar .npex-sidebar-live,
body.npex-theme .article-sidebar .npex-sidebar-live h2,
body.npex-theme .article-sidebar .npex-sidebar-live h2 *,
body.npex-theme .article-sidebar .npex-sidebar-live a,
body.npex-theme .article-sidebar .npex-sidebar-live strong,
body.npex-theme .article-sidebar .npex-sidebar-live p{
  color:#fff!important;
  text-decoration:none!important;
}
body.npex-theme .article-sidebar .npex-sidebar-live a{
  display:block!important;
  padding:10px 12px!important;
  margin:8px -4px -4px!important;
  border-radius:9px!important;
  background:rgba(0,0,0,.12)!important;
}
body.npex-theme .article-sidebar .npex-sidebar-live:hover,
body.npex-theme .article-sidebar .npex-sidebar-live:focus-within{
  background:linear-gradient(135deg,#b50000,#700000)!important;
}
body.npex-theme .article-sidebar .npex-sidebar-live:hover a,
body.npex-theme .article-sidebar .npex-sidebar-live:focus-within a{
  background:rgba(0,0,0,.2)!important;
  color:#fff!important;
}

/* Compact newsletter action button without changing the block itself. */
body.npex-theme .article-sidebar .sidebar-newsletter form{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:stretch!important;
}
body.npex-theme .article-sidebar .sidebar-newsletter button{
  width:auto!important;
  min-width:104px!important;
  padding:0 12px!important;
  font-size:12px!important;
  white-space:nowrap!important;
}

/* Sports LIVE status occupies the free right column instead of overlapping teams. */
body.npex-theme .npex-match-card{
  grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr) minmax(92px,112px)!important;
  column-gap:12px!important;
}
body.npex-theme .npex-match-card .npex-match-kicker{grid-column:1/-1!important}
body.npex-theme .npex-match-card>small{
  grid-column:4!important;
  grid-row:2!important;
  justify-self:end!important;
  align-self:center!important;
  width:auto!important;
  max-width:112px!important;
  min-width:92px!important;
  margin:0!important;
  white-space:normal!important;
  text-align:center!important;
  line-height:1.15!important;
  padding:7px 9px!important;
}

@media(max-width:900px){
  body.npex-theme .article-content{--npex-article-inner-gap:14px}
}
@media(max-width:700px){
  body.npex-theme .npex-match-card{
    grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)!important;
  }
  body.npex-theme .npex-match-card>small{
    grid-column:1/-1!important;
    grid-row:auto!important;
    justify-self:end!important;
    min-width:0!important;
    max-width:130px!important;
  }
}
@media(max-width:600px){
  body.npex-theme .article-content{--npex-article-inner-gap:12px}
  body.npex-theme .article-sidebar .sidebar-newsletter button{min-width:96px!important;padding:0 10px!important;font-size:11px!important}
}


/* v5.4.0: stable dropdown hover path and unified inner-page layouts */
@media (min-width:901px){
  .primary-nav .nav-inner>li.npex-has-mega{position:static!important;padding-bottom:1px}
  .primary-nav .nav-inner>li.npex-has-mega::after{content:"";position:absolute;left:0;right:0;top:100%;height:16px;display:block}
  .npex-mega-panel{top:calc(100% + 0px)!important;margin-top:0!important}
  .npex-has-mega:hover>.npex-mega-panel,
  .npex-has-mega:focus-within>.npex-mega-panel,
  .npex-has-mega.is-mega-open>.npex-mega-panel{pointer-events:auto!important}
}
.npex-special-card{width:100%;margin:18px 0 22px;padding:22px;border:1px solid var(--np-border,#e5e7eb);border-radius:var(--np-radius,12px);background:#fff;overflow:hidden}
.npex-special-heading{margin-bottom:18px;padding-left:14px;border-left:4px solid var(--npex-primary,var(--npex-primary,#e60000))}
.npex-special-heading>span{display:inline-block;margin-bottom:5px;color:var(--npex-primary,var(--npex-primary,#e60000));font-size:12px;font-weight:900;text-transform:uppercase}
.npex-special-heading h2{margin:0;color:#111;font-size:clamp(22px,3vw,34px);line-height:1.25}
.npex-special-heading p{margin:7px 0 0;color:#666}
.npex-media-embed,.npex-media-embed iframe,.npex-media-embed video{width:100%;max-width:100%;aspect-ratio:16/9;border:0;border-radius:10px;overflow:hidden}
.npex-podcast-card .wp-audio-shortcode{width:100%!important}
.npex-unified-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.npex-unified-gallery img{width:100%;height:230px;object-fit:cover;border-radius:10px}
.npex-rashifal-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}
.npex-rashifal-summary>div{padding:18px;text-align:center;border:1px solid var(--np-border,#e5e7eb);border-radius:10px;background:#fff9f9}
.npex-rashifal-summary strong,.npex-rashifal-summary span{display:block}
.npex-rashifal-summary span{margin-top:8px;font-size:22px;font-weight:900;color:var(--npex-primary,var(--npex-primary,#e60000))}
.npex-rashifal-topic{padding:16px 0;border-top:1px solid var(--np-border,#e5e7eb)}
.npex-rashifal-topic h3{margin:0 0 7px;color:#111}
.npex-page-layout .article-shell{max-width:1360px}
.npex-page-layout .article-content{width:100%}
@media(max-width:767px){
  .npex-special-card{padding:16px;margin-block:14px}
  .npex-unified-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .npex-unified-gallery img{height:150px}
  .npex-rashifal-summary{grid-template-columns:1fr}
}


/* v5.4.1 — requested-only: full-width Rashifal inner content */
.single-rashifal {
    max-width: 100%;
    margin: auto;
    background: var(--npex-surface, #fff);
    padding: 0;
    border-radius: 0;
}
body.single-rashifal .npex-rashifal-card,
body.single-rashifal .npex-special-card {
    width: 100%;
    max-width: none;
}

/* =========================================================
   v5.4.2 — PAGE-ONLY LAYOUT FIX
   Scope: standard WordPress Pages only. Homepage, posts, archives,
   header, footer and all special content templates remain unchanged.
   ========================================================= */
body.page:not(.home) .npex-static-page{
  width:100%;
  min-width:0;
  padding:34px 0 56px;
  background:#f5f6f8;
}
body.page:not(.home) .npex-static-page-container{
  display:block!important;
  width:min(100% - 32px, 1120px)!important;
  max-width:1120px!important;
  margin:0 auto!important;
  padding:0!important;
}
body.page:not(.home) .npex-static-page-card{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden;
  background:#fff;
  border:1px solid #e4e7ec;
  border-radius:14px;
  box-shadow:0 6px 24px rgba(15,23,42,.055);
}
body.page:not(.home) .npex-static-page-header{
  display:block!important;
  width:100%!important;
  padding:30px 38px 24px!important;
  margin:0!important;
  border-bottom:1px solid #edf0f3;
}
body.page:not(.home) .npex-static-page-breadcrumb,
body.page:not(.home) .npex-static-page-breadcrumb .rank-math-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 13px!important;
  color:#747b86;
  font-size:12px;
  line-height:1.5;
}
body.page:not(.home) .npex-static-page-breadcrumb a{color:#4b5563;text-decoration:none}
body.page:not(.home) .npex-static-page-title{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  color:#111827!important;
  font-size:clamp(32px,4vw,48px)!important;
  font-weight:850!important;
  line-height:1.16!important;
  letter-spacing:-.035em!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  white-space:normal!important;
}
body.page:not(.home) .npex-static-page-excerpt{
  max-width:850px;
  margin:14px 0 0;
  color:#5f6875;
  font-size:17px;
  line-height:1.7;
}
body.page:not(.home) .npex-static-page-image{
  width:100%;
  margin:0;
  padding:0 38px;
}
body.page:not(.home) .npex-static-page-image img{
  display:block;
  width:100%;
  height:auto;
  max-height:540px;
  margin:28px 0 0;
  object-fit:cover;
  border-radius:10px;
}
body.page:not(.home) .npex-static-page-content.entry-content{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:30px 38px 38px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  color:#28303b!important;
  font-size:17px!important;
  line-height:1.85!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
}
body.page:not(.home) .npex-static-page-content.entry-content > :first-child{margin-top:0!important}
body.page:not(.home) .npex-static-page-content.entry-content > :last-child{margin-bottom:0!important}
body.page:not(.home) .npex-static-page-content.entry-content p{margin:0 0 18px!important}
body.page:not(.home) .npex-static-page-content.entry-content h2{
  margin:30px 0 13px!important;
  padding:0 0 0 14px!important;
  border-left:4px solid var(--npex-primary,var(--npex-primary,#e60000))!important;
  color:#111827!important;
  font-size:27px!important;
  line-height:1.35!important;
}
body.page:not(.home) .npex-static-page-content.entry-content h2:before{display:none!important}
body.page:not(.home) .npex-static-page-content.entry-content h3{
  margin:25px 0 10px!important;
  padding:0!important;
  border:0!important;
  color:#17202b!important;
  font-size:21px!important;
  line-height:1.4!important;
}
body.page:not(.home) .npex-static-page-content.entry-content h3:before{display:none!important}
body.page:not(.home) .npex-static-page-content.entry-content img,
body.page:not(.home) .npex-static-page-content.entry-content iframe,
body.page:not(.home) .npex-static-page-content.entry-content video{
  max-width:100%!important;
  height:auto;
}
body.page:not(.home) .npex-static-page-content.entry-content table{
  display:block;
  width:100%;
  max-width:100%;
  overflow-x:auto;
}
@media(max-width:767px){
  body.page:not(.home) .npex-static-page{padding:18px 0 34px}
  body.page:not(.home) .npex-static-page-container{width:min(100% - 20px,1120px)!important}
  body.page:not(.home) .npex-static-page-card{border-radius:10px}
  body.page:not(.home) .npex-static-page-header{padding:22px 20px 19px!important}
  body.page:not(.home) .npex-static-page-title{font-size:32px!important;line-height:1.2!important}
  body.page:not(.home) .npex-static-page-excerpt{font-size:15px}
  body.page:not(.home) .npex-static-page-image{padding:0 20px}
  body.page:not(.home) .npex-static-page-image img{margin-top:20px;border-radius:8px}
  body.page:not(.home) .npex-static-page-content.entry-content{padding:23px 20px 28px!important;font-size:16px!important;line-height:1.8!important}
  body.page:not(.home) .npex-static-page-content.entry-content h2{font-size:23px!important}
  body.page:not(.home) .npex-static-page-content.entry-content h3{font-size:19px!important}
}

/* v5.4.3 — requested homepage spacing fixes only */
@media (min-width:981px){
  /* Video: exactly three equal cards, removing the unused fourth-column gap. */
  .video-panel .video-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  /* States and Market Update: identical outer height and box sizing. */
  .lower-preview .states-section,
  .lower-preview .market-update-widget{
    height:128px !important;
    min-height:128px !important;
    max-height:128px !important;
    box-sizing:border-box !important;
    align-self:stretch !important;
  }

  /* Trending tabs sit slightly lower; card closes after its content. */
  .lead-layout .trending-card{
    height:auto !important;
    min-height:0 !important;
    align-self:start !important;
    overflow:hidden !important;
    padding:7px 12px 12px !important;
  }
  .lead-layout .trending-card .trend-tabs{
    height:39px !important;
    padding-top:6px !important;
    align-items:flex-end !important;
  }
  .lead-layout .trending-card .trend-tabs button{
    height:33px !important;
  }
  .lead-layout .trending-card .trend-panel{
    padding-top:4px !important;
    margin-bottom:0 !important;
  }
  .lead-layout .trending-card .trend-panel li{
    min-height:42px !important;
  }
  .lead-layout .trending-card .more-btn{
    margin:8px auto 0 !important;
  }
}


/* v5.4.4 — requested-only Trending height + Video fill fix */
@media (min-width:981px){
  /* Restore the Trending panel to the same full first-row height as the three news cards. */
  .lead-layout .trending-card{
    height:100% !important;
    min-height:100% !important;
    align-self:stretch !important;
    display:flex !important;
    flex-direction:column !important;
    padding:10px 12px 12px !important;
  }
  .lead-layout .trending-card .trend-tabs{
    flex:0 0 42px !important;
    height:42px !important;
    padding-top:7px !important;
    align-items:flex-end !important;
  }
  .lead-layout .trending-card .trend-tabs button{
    height:35px !important;
  }
  .lead-layout .trending-card .trend-panel{
    flex:1 1 auto !important;
    min-height:0 !important;
    display:none;
    flex-direction:column;
    padding-top:4px !important;
  }
  .lead-layout .trending-card .trend-panel.active{
    display:flex !important;
  }
  .lead-layout .trending-card .trend-panel ol{
    flex:1 1 auto !important;
    margin:0 !important;
  }
  .lead-layout .trending-card .trend-panel li{
    min-height:45px !important;
  }
  .lead-layout .trending-card .more-btn{
    flex:0 0 auto !important;
    margin:10px auto 0 !important;
  }

  /* Fill the Video panel vertically without adding another row or changing its 3-card layout. */
  .video-panel .video-grid{
    height:calc(100% - 34px) !important;
    align-items:stretch !important;
  }
  .video-panel .video-grid article,
  .video-panel .video-grid article > a{
    height:100% !important;
    display:flex !important;
    flex-direction:column !important;
    min-height:0 !important;
  }
  .video-panel .media-thumb{
    height:136px !important;
    flex:0 0 136px !important;
    aspect-ratio:auto !important;
  }
  .video-panel .video-grid h3{
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    overflow:hidden !important;
    min-height:25px !important;
    margin-top:8px !important;
    font-size:10px !important;
    line-height:1.3 !important;
  }
}


/* v5.4.7 — remaining hardcoded primary/gradient mapping only */
body.npex-theme .primary-nav,
body.npex-theme .primary-nav .nav-inner{
  background:linear-gradient(180deg,var(--npex-primary,#e60000) 0%,var(--npex-primary-dark,#b40000) 100%)!important;
  border-bottom-color:var(--npex-primary-darker,#8e0000)!important;
}
body.npex-theme .market-card.live-card,
body.npex-theme a.market-card.live-card{
  background:linear-gradient(145deg,var(--npex-live-tv-bg,var(--npex-primary,#e60000)) 0%,var(--npex-live-tv-hover-bg,var(--npex-primary-dark,#930000)) 100%)!important;
}
body.npex-theme .top-tag{
  background:var(--npex-primary,#e30613)!important;
}
body.npex-theme .breaking-label{
  background:var(--npex-primary,#e3000b)!important;
  border-color:var(--npex-primary-dark,#b40000)!important;
}

/* v5.4.9 Mega menu compact containment fix only */
@media (min-width: 901px){
  body.npex-theme .primary-nav,
  body.npex-theme .primary-nav .nav-inner{
    position:relative;
  }
  body.npex-theme .npex-mega-panel{
    left:50% !important;
    right:auto !important;
    width:min(1120px,calc(100vw - 48px)) !important;
    max-width:calc(100vw - 48px) !important;
    max-height:390px !important;
    overflow:hidden !important;
    transform:translate(-50%,8px) !important;
    border-radius:0 0 10px 10px !important;
  }
  body.npex-theme .npex-has-mega:hover>.npex-mega-panel,
  body.npex-theme .npex-has-mega:focus-within>.npex-mega-panel,
  body.npex-theme .npex-has-mega.is-mega-open>.npex-mega-panel{
    transform:translate(-50%,0) !important;
  }
  body.npex-theme .npex-mega-inner{
    padding:14px 18px 16px !important;
    max-height:387px !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    box-sizing:border-box !important;
  }
  body.npex-theme .npex-mega-top{
    padding-bottom:9px !important;
    margin-bottom:12px !important;
  }
  body.npex-theme .npex-mega-top strong{font-size:18px !important;}
  body.npex-theme .npex-mega-body{
    grid-template-columns:minmax(0,1fr) 280px !important;
    gap:18px !important;
    align-items:start !important;
  }
  body.npex-theme .npex-mega-categories{gap:14px !important;}
  body.npex-theme .npex-mega-cat-title{
    padding-bottom:7px !important;
    margin-bottom:5px !important;
    font-size:14px !important;
  }
  body.npex-theme .npex-mega-categories li a{
    padding:6px 0 !important;
    font-size:12px !important;
    line-height:1.35 !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }
  body.npex-theme .npex-mega-featured{
    min-width:0 !important;
    padding-left:16px !important;
  }
  body.npex-theme .npex-mega-lead img{
    height:130px !important;
    margin-bottom:7px !important;
  }
  body.npex-theme .npex-mega-lead span{
    font-size:14px !important;
    line-height:1.35 !important;
  }
  body.npex-theme .npex-mega-more{
    gap:8px !important;
    margin-top:10px !important;
  }
  body.npex-theme .npex-mega-more a{
    min-width:0 !important;
    font-size:11px !important;
  }
  body.npex-theme .npex-mega-more img{
    width:54px !important;
    height:40px !important;
  }
  body.npex-theme .npex-mega-panel *{box-sizing:border-box;}
}
@media (min-width:901px) and (max-width:1180px){
  body.npex-theme .npex-mega-panel{
    width:calc(100vw - 32px) !important;
    max-width:calc(100vw - 32px) !important;
  }
  body.npex-theme .npex-mega-body{
    grid-template-columns:minmax(0,1fr) 245px !important;
  }
  body.npex-theme .npex-mega-cols-5{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
}


/* v5.5.0 Mega menu final visibility and containment fix only */
@media (min-width:901px){
  body.npex-theme .primary-nav{
    overflow:visible !important;
    position:relative !important;
    z-index:10020 !important;
  }
  body.npex-theme .primary-nav .nav-inner{
    overflow:visible !important;
    position:relative !important;
    z-index:10021 !important;
  }
  body.npex-theme .primary-nav .nav-inner>li.npex-has-mega{
    position:static !important;
  }
  body.npex-theme .primary-nav .nav-inner>li.npex-has-mega::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:100%;
    height:12px;
    display:block;
    pointer-events:auto;
  }
  body.npex-theme .npex-mega-panel{
    display:block !important;
    left:50% !important;
    right:auto !important;
    top:100% !important;
    width:min(1120px,calc(100vw - 40px)) !important;
    max-width:calc(100vw - 40px) !important;
    max-height:none !important;
    overflow:visible !important;
    transform:translate(-50%,10px) !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    z-index:10030 !important;
  }
  body.npex-theme .npex-has-mega:hover>.npex-mega-panel,
  body.npex-theme .npex-has-mega:focus-within>.npex-mega-panel,
  body.npex-theme .npex-has-mega.is-mega-open>.npex-mega-panel{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:translate(-50%,0) !important;
  }
  body.npex-theme .npex-mega-inner{
    max-height:min(520px,calc(100vh - 175px)) !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    overscroll-behavior:contain;
  }
}

/* =========================================================
   v5.5.1 Mobile Search & Supporting Stories Fix Only
   ========================================================= */
@media (max-width:767px){
  body.npex-theme .main-header,
  body.npex-theme .main-header-inner{position:relative!important;overflow:visible!important}

  body.npex-theme .search-box.is-mobile-open{
    position:absolute!important;
    z-index:10020!important;
    left:12px!important;
    right:12px!important;
    top:calc(100% + 7px)!important;
    width:auto!important;
    height:46px!important;
    display:flex!important;
    justify-self:stretch!important;
    align-items:center!important;
    background:#fff!important;
    border:1px solid #d8dde5!important;
    border-radius:10px!important;
    box-shadow:0 10px 28px rgba(0,0,0,.16)!important;
    overflow:hidden!important;
  }
  body.npex-theme .search-box.is-mobile-open .search-icon{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 38px!important;
    padding:0!important;
  }
  body.npex-theme .search-box.is-mobile-open input{
    display:block!important;
    min-width:0!important;
    width:100%!important;
    height:44px!important;
    padding:0 8px!important;
    border:0!important;
    outline:0!important;
    background:transparent!important;
    font-size:14px!important;
  }
  body.npex-theme .search-box.is-mobile-open button{
    flex:0 0 44px!important;
    width:44px!important;
    height:44px!important;
    border-radius:0!important;
    background:var(--npex-primary,#e60000)!important;
    color:#fff!important;
  }

  body.npex-theme .side-news-list article>div{overflow:hidden!important}
  body.npex-theme .side-news-list article h2,
  body.npex-theme .side-news-list article h2 a{max-width:100%!important;overflow:hidden!important}
  body.npex-theme .side-news-list article p{
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    margin:4px 0 0!important;
    min-width:0!important;
    font-size:8.5px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }
  body.npex-theme .side-news-list article p b{
    display:none!important;
    font-size:8.5px!important;
    line-height:1!important;
  }
}


/* =========================================================
   v5.5.2 Mobile Search Icon + Supporting Story Alignment Only
   ========================================================= */
@media (max-width:767px){
  /* Keep the collapsed mobile search visibly identifiable. */
  body.npex-theme .search-box:not(.is-mobile-open){
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
  }
  body.npex-theme .search-box:not(.is-mobile-open) button{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
    padding:0!important;
    border:1px solid #d8dde5!important;
    border-radius:50%!important;
    background:#f6f7f9!important;
    color:#1f2937!important;
    overflow:visible!important;
  }
  body.npex-theme .search-box:not(.is-mobile-open) button .icon{
    display:none!important;
  }
  body.npex-theme .search-box:not(.is-mobile-open) button::before{
    content:"";
    width:13px;
    height:13px;
    border:2px solid currentColor;
    border-radius:50%;
    box-sizing:border-box;
  }
  body.npex-theme .search-box:not(.is-mobile-open) button::after{
    content:"";
    position:absolute;
    width:7px;
    height:2px;
    background:currentColor;
    border-radius:2px;
    transform:translate(7px,7px) rotate(45deg);
    transform-origin:center;
  }

  /* Open state exposes a real typing field and a clear submit icon. */
  body.npex-theme .search-box.is-mobile-open input{
    display:block!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  body.npex-theme .search-box.is-mobile-open button{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
  }
  body.npex-theme .search-box.is-mobile-open button .icon{
    display:none!important;
  }
  body.npex-theme .search-box.is-mobile-open button::before{
    content:"";
    width:14px;
    height:14px;
    border:2px solid #fff;
    border-radius:50%;
    box-sizing:border-box;
  }
  body.npex-theme .search-box.is-mobile-open button::after{
    content:"";
    position:absolute;
    width:7px;
    height:2px;
    background:#fff;
    border-radius:2px;
    transform:translate(7px,7px) rotate(45deg);
  }

  /* Keep title and date close together and vertically centered. */
  body.npex-theme .side-news-list article{
    min-height:88px!important;
  }
  body.npex-theme .side-news-list article>div{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:flex-start!important;
    gap:6px!important;
    padding:9px 10px!important;
  }
  body.npex-theme .side-news-list article h2{
    margin:0!important;
    line-height:1.35!important;
  }
  body.npex-theme .side-news-list article h2 a{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
  }
  body.npex-theme .side-news-list article p{
    margin:0!important;
    padding:0!important;
    line-height:1.2!important;
  }
}


/* v5.5.3 — Search and notification popup layering fix only */
body.npex-theme .search-suggestions,
body.npex-theme .notification-popover{
  position:fixed !important;
  z-index:100200 !important;
  max-height:min(430px,calc(100vh - 90px));
  overflow-y:auto;
  isolation:isolate;
  transform:none !important;
  filter:none !important;
}
body.npex-theme .search-suggestions[hidden],
body.npex-theme .notification-popover[hidden]{
  display:none !important;
}
@media (max-width:767px){
  body.npex-theme .search-suggestions{
    width:calc(100vw - 24px) !important;
  }
  body.npex-theme .notification-popover{
    width:min(330px,calc(100vw - 24px)) !important;
  }
}


/* =========================================================
   v5.5.4 States Icons + Mega Menu Content Repair Only
   ========================================================= */
.state-list a img{object-fit:cover!important;background:#f3f4f6}
@media(min-width:901px){
  body.npex-theme .npex-mega-inner{padding:14px 18px 16px!important}
  body.npex-theme .npex-mega-body{align-items:start!important}
  body.npex-theme .npex-mega-category-block{min-width:0!important}
  body.npex-theme .npex-mega-cat-lead{display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;margin:0 0 6px!important;padding:0 0 8px!important;border-bottom:1px solid #eceff3!important;color:#111!important}
  body.npex-theme .npex-mega-cat-lead img{display:block!important;width:92px!important;height:62px!important;object-fit:cover!important;border-radius:6px!important;background:#eef1f4!important;margin:0!important}
  body.npex-theme .npex-mega-cat-lead strong{display:block!important;min-width:0!important;font-size:12px!important;line-height:1.35!important;color:#111!important;overflow-wrap:anywhere!important}
  body.npex-theme .npex-mega-categories li a{min-height:30px!important;display:flex!important;align-items:center!important;padding:6px 0!important;white-space:normal!important;overflow-wrap:anywhere!important}
  body.npex-theme .npex-mega-featured{min-width:0!important}
  body.npex-theme .npex-mega-more a{align-items:center!important}
  body.npex-theme .npex-mega-more span{min-width:0!important;overflow-wrap:anywhere!important}
}
body.npex-theme.npex-dark .npex-mega-cat-lead strong{color:#fff!important}
@media(max-width:900px){
  body.npex-theme .npex-mega-cat-lead{display:grid!important;grid-template-columns:78px minmax(0,1fr)!important;gap:9px!important;align-items:center!important;margin-bottom:7px!important}
  body.npex-theme .npex-mega-cat-lead img{width:78px!important;height:54px!important;object-fit:cover!important;border-radius:6px!important}
  body.npex-theme .npex-mega-cat-lead strong{font-size:12px!important;line-height:1.35!important}
}

/* =========================================================
   v5.5.5 Mega Menu Visible Content Fix ONLY
   Fully isolated selectors to avoid legacy mega-menu CSS.
   ========================================================= */
@media (min-width:901px){
 body.npex-theme .npex-mm-panel{
   width:min(1160px,calc(100vw - 40px))!important;
   max-height:min(520px,calc(100vh - 150px))!important;
   overflow:auto!important;
   background:#fff!important;
   color:#111!important;
 }
 body.npex-theme .npex-mm-inner{padding:14px 16px 16px!important;overflow:visible!important}
 body.npex-theme .npex-mm-head{margin:0 0 12px!important;padding:0 0 10px!important;min-height:34px!important}
 body.npex-theme .npex-mm-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 280px!important;gap:18px!important;align-items:start!important}
 body.npex-theme .npex-mm-cats{display:grid!important;gap:14px!important;min-width:0!important}
 body.npex-theme .npex-mm-c2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 body.npex-theme .npex-mm-c3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
 body.npex-theme .npex-mm-c4,body.npex-theme .npex-mm-c5{grid-template-columns:repeat(4,minmax(0,1fr))!important}
 body.npex-theme .npex-mm-cat{display:block!important;min-width:0!important;padding:0!important;margin:0!important;background:transparent!important}
 body.npex-theme .npex-mm-cat-title{display:flex!important;align-items:center!important;justify-content:space-between!important;height:auto!important;min-height:30px!important;margin:0 0 8px!important;padding:0 0 7px!important;border-bottom:2px solid #151515!important;background:transparent!important;color:#111!important;font-size:14px!important;font-weight:800!important;line-height:1.2!important;text-decoration:none!important}
 body.npex-theme .npex-mm-cat-title b{color:var(--npex-primary,#e60000)!important;font-size:14px!important}
 body.npex-theme .npex-mm-story{display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;gap:9px!important;align-items:center!important;min-height:60px!important;margin:0 0 7px!important;padding:0 0 8px!important;border-bottom:1px solid #eceff3!important;background:transparent!important;color:#111!important;text-decoration:none!important;overflow:visible!important}
 body.npex-theme .npex-mm-story img{display:block!important;width:88px!important;height:60px!important;max-width:none!important;object-fit:cover!important;border-radius:6px!important;margin:0!important;padding:0!important;background:#eef1f4!important;opacity:1!important;visibility:visible!important}
 body.npex-theme .npex-mm-story-copy{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;gap:4px!important;color:#111!important}
 body.npex-theme .npex-mm-story-copy strong{display:block!important;font-size:12.5px!important;line-height:1.35!important;font-weight:800!important;color:#111!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
 body.npex-theme .npex-mm-story-copy small{display:block!important;font-size:10px!important;line-height:1.2!important;color:#777!important}
 body.npex-theme .npex-mm-links{display:block!important;position:static!important;inset:auto!important;width:auto!important;min-width:0!important;margin:0!important;padding:0!important;background:transparent!important;box-shadow:none!important;border:0!important;opacity:1!important;visibility:visible!important;transform:none!important}
 body.npex-theme .npex-mm-links li{display:block!important;margin:0!important;padding:0!important;border-bottom:1px dashed #e6e8eb!important;list-style:none!important}
 body.npex-theme .npex-mm-links li a{display:block!important;min-height:28px!important;padding:6px 0!important;background:transparent!important;color:#222!important;font-size:11.5px!important;font-weight:600!important;line-height:1.35!important;white-space:normal!important;text-decoration:none!important}
 body.npex-theme .npex-mm-links li a:hover{color:var(--npex-primary,#e60000)!important}
 body.npex-theme .npex-mm-featured{display:block!important;min-width:0!important;padding-left:16px!important;border-left:1px solid #e7e9ed!important;background:#fff!important;color:#111!important}
 body.npex-theme .npex-mm-featured-main{display:block!important;padding:0!important;margin:0!important;background:transparent!important;color:#111!important;text-decoration:none!important}
 body.npex-theme .npex-mm-featured-main img{display:block!important;width:100%!important;height:145px!important;object-fit:cover!important;border-radius:8px!important;margin:0 0 8px!important;background:#eef1f4!important;opacity:1!important;visibility:visible!important}
 body.npex-theme .npex-mm-featured-main strong{display:block!important;color:#111!important;font-size:14px!important;line-height:1.35!important;font-weight:800!important;margin:0 0 4px!important}
 body.npex-theme .npex-mm-featured-main small{display:block!important;color:#777!important;font-size:10px!important;margin-bottom:10px!important}
 body.npex-theme .npex-mm-featured-list{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
 body.npex-theme .npex-mm-featured-list a{display:grid!important;grid-template-columns:66px minmax(0,1fr)!important;gap:8px!important;align-items:center!important;padding:0!important;background:transparent!important;color:#222!important;text-decoration:none!important}
 body.npex-theme .npex-mm-featured-list img{display:block!important;width:66px!important;height:44px!important;object-fit:cover!important;border-radius:5px!important;margin:0!important;opacity:1!important;visibility:visible!important}
 body.npex-theme .npex-mm-featured-list span{display:block!important;color:#222!important;font-size:11px!important;line-height:1.3!important;font-weight:700!important;white-space:normal!important}
}
@media (max-width:1100px) and (min-width:901px){
 body.npex-theme .npex-mm-layout{grid-template-columns:minmax(0,1fr) 240px!important}
 body.npex-theme .npex-mm-c4,body.npex-theme .npex-mm-c5{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}


/* Live TV page v5.5.6 */
.npex-live-page{padding:34px 0 48px}.npex-live-shell{background:var(--npex-surface,#fff);border:1px solid var(--npex-border,#e5e7eb);border-radius:var(--npex-radius,12px);padding:24px}.npex-live-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.npex-live-head h1{margin:5px 0 7px;font-size:clamp(28px,3vw,42px)}.npex-live-head p{margin:0;color:var(--npex-muted,#5f6368)}.npex-live-badge{background:var(--npex-primary,#e60000);color:#fff;border-radius:999px;padding:7px 14px;font-weight:800;white-space:nowrap}.npex-live-player{position:relative;aspect-ratio:16/9;background:#0b0d10;border-radius:12px;overflow:hidden}.npex-live-player iframe,.npex-live-player video{width:100%;height:100%;border:0;display:block}.npex-live-fallback{height:100%;display:flex;align-items:center;justify-content:center;text-align:center;background-size:cover;background-position:center;color:#fff}.npex-live-fallback:before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.48)}.npex-live-fallback-inner{position:relative;z-index:1;max-width:620px;padding:30px}.npex-live-playmark{width:68px;height:68px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;font-size:28px}.npex-live-info{padding-top:18px}.npex-live-info h2{margin:0 0 8px}.npex-live-info p{margin:0;color:var(--npex-muted,#5f6368)}
@media(max-width:767px){.npex-live-page{padding:20px 0 32px}.npex-live-shell{padding:14px;border-radius:10px}.npex-live-head{gap:10px}.npex-live-badge{padding:6px 10px}.npex-live-player{border-radius:8px}}
