/*
Theme Name: Thenews Themes Pro 365
Theme URI: https://thenewse.com
Author: The News Team
Description: আধুনিক বাংলা নিউজ পোর্টাল — স্লাইডশো, বিভাগ কলাম, মোবাইল-ফার্স্ট, লাইট ও দ্রুতগতির ডিজাইন।
Version: 8.2
License: GNU General Public License v2 or later
Text Domain: eurobangla24
Requires at least: 6.6
Requires PHP: 7.4
*/
:root{
  /* ── Brand palette — vivid, light-first, no black chrome ── */
  --red:#E23744;--red2:#C41E3A;          /* Poppy   — urgency / primary CTA   */
  --green:#0FA968;--green2:#0C8A56;      /* Meadow  — latest / division       */
  --gold:#FFA400;--gold2:#F08C00;        /* Marigold— popular / highlights    */
  --blue:#1E88E5;--blue2:#1565C0;        /* Lagoon  — categories / archive    */
  --purple:#9C3FC4;--purple2:#7E2FA3;    /* Orchid  — opinion / features      */
  --dark:#232B45;--dark2:#3A4470;--slate:#546e7a;   /* Ink — text only, not backgrounds */
  --muted:#78909c;--border:#e8ecef;--bg:#F5F7FB;
  --white:#ffffff;--txt:#2c3e50;--txt2:#5d6d7e;
  --fh:'Noto Serif Bengali',Georgia,serif;
  --fb:'Noto Sans Bengali',Arial,sans-serif;
  --r:6px;--r2:12px;--r3:20px;
  --sh:0 2px 10px rgba(0,0,0,.07);
  --sh2:0 6px 24px rgba(0,0,0,.11);
  --ease:.22s ease;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:var(--fb);background:var(--bg);color:var(--txt);line-height:1.7;-webkit-font-smoothing:antialiased;direction:ltr;text-align:left}
img{max-width:100%;height:auto;display:block}
a{color:var(--red);text-decoration:none;transition:color var(--ease)}
a:hover{color:var(--red2)}
ul,ol{list-style:none}
button,input,select,textarea{font-family:var(--fb)}
h1,h2,h3,h4,h5,h6{font-family:var(--fh);font-weight:700;line-height:1.35;color:var(--dark);text-align:left}

/* ── Container ── */
.container{max-width:1200px;margin:0 auto;padding:0 14px}

/* ── Top bar — colorful ribbon instead of black ── */
.top-bar{background:linear-gradient(90deg,var(--red),var(--purple2));color:rgba(255,255,255,.85);font-size:.73rem;padding:5px 0}
.tb-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px}
.tb-left{display:flex;align-items:center;gap:7px}
.tb-left i{color:var(--gold)}
.tb-right{display:flex;align-items:center;gap:3px}
.tsb{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;color:#fff;background:rgba(255,255,255,.14);font-size:.75rem;transition:background var(--ease),color var(--ease)}
.tsb:hover{background:var(--gold);color:#fff}

/* ── Header ── */
.site-header{background:var(--white);border-bottom:3px solid var(--red);position:sticky;top:0;z-index:900;box-shadow:var(--sh)}
.hdr-row{display:flex;align-items:center;gap:12px;padding:10px 0;flex-wrap:nowrap}
.site-logo{flex-shrink:0}
.site-logo a{display:flex;align-items:center;gap:8px;text-decoration:none}
.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--red),var(--red2));border-radius:var(--r);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:1rem;flex-shrink:0}
.logo-name{font-family:var(--fh);font-size:1.4rem;font-weight:900;color:var(--red);line-height:1;text-align:left}
.logo-tag{font-size:.58rem;color:var(--muted);text-align:left}
.hdr-ad{flex:1;text-align:center;min-width:0}
.hdr-ad img{max-height:70px;margin:0 auto;border-radius:var(--r)}
.hdr-search{flex-shrink:0;width:220px}
.srch-bar{display:flex;align-items:center;background:var(--bg);border:2px solid var(--border);border-radius:30px;height:38px;overflow:hidden;transition:border-color var(--ease)}
.srch-bar:focus-within{border-color:var(--red)}
.srch-bar input{flex:1;border:none;background:transparent;padding:0 11px;font-size:.84rem;outline:none;min-width:0;color:var(--txt)}
.srch-bar input::placeholder{color:var(--muted)}
.srch-bar button{width:36px;height:36px;background:var(--red);border:none;color:#fff;border-radius:30px;margin:1px;cursor:pointer;font-size:.82rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background var(--ease)}
.srch-bar button:hover{background:var(--red2)}
.nav-btn{display:none;background:var(--red);border:none;color:#fff;border-radius:var(--r);padding:8px 11px;cursor:pointer;font-size:.92rem;flex-shrink:0;align-items:center;gap:5px;transition:background var(--ease)}
.nav-btn:hover{background:var(--red2)}

/* Mobile header — single line */
@media(max-width:680px){
  .hdr-row{flex-wrap:wrap;gap:7px}
  .hdr-ad{display:none}
  .hdr-search{width:100%;order:4}
  .srch-bar{height:36px}
  .site-logo{flex:1;min-width:0}
  .nav-btn{display:flex;order:3}
}

/* ── Navigation — light, modern ── */
.main-nav{background:var(--white);border-bottom:1px solid var(--border);position:relative}
.main-nav::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--red),var(--gold),var(--green),var(--blue),var(--purple),var(--red));background-size:300%;animation:nl 6s linear infinite}
@keyframes nl{0%{background-position:0 0}100%{background-position:200% 0}}
.nav-inner{display:flex;align-items:stretch;position:relative}
.nav-list{display:flex;flex-wrap:wrap}
.nav-list>li{position:relative}
.nav-list>li>a{display:block;color:var(--txt);font-size:17px;font-weight:600;padding:11px 14px;white-space:nowrap;transition:background var(--ease),color var(--ease)}
.nav-list>li>a:hover,.nav-list>li.current-menu-item>a,.nav-list>li.current-menu-parent>a{background:var(--red);color:#fff}
.nav-list li ul{display:none;position:absolute;top:100%;left:0;min-width:200px;background:var(--white);border-top:3px solid var(--red);border-radius:0 0 var(--r) var(--r);box-shadow:var(--sh2);z-index:1000;padding:4px 0}
.nav-list li:hover>ul{display:block;animation:di .16s ease}
@keyframes di{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
.nav-list li ul li a{display:block;color:var(--txt);padding:9px 15px;font-size:.82rem;border-bottom:1px solid var(--border);transition:background var(--ease),color var(--ease)}
.nav-list li ul li a:hover{background:#fff5f5;color:var(--red)}

/* Mobile nav — FIXED: stays open anywhere on page */
@media(max-width:768px){
  .nav-list{display:none;flex-direction:column;width:100%;position:absolute;top:100%;left:0;background:var(--white);z-index:999;box-shadow:0 8px 24px rgba(0,0,0,.14);border:1px solid var(--border);border-top:none}
  .nav-list.open{display:flex}
  .nav-list>li>a{border-bottom:1px solid var(--border);padding:12px 16px;color:var(--txt)}
  .nav-list li ul{position:static;border:none;box-shadow:none;background:var(--bg);display:none}
  .nav-list li ul.open{display:block}
  .nav-list li ul li a{color:var(--txt2);padding:9px 28px}
  .nav-btn{display:flex}
}

/* ── Breaking news — colorful, 16px marquee with logo bullets ── */
.break-bar{background:linear-gradient(90deg,#fff0f1,var(--white) 20%);border-bottom:1px solid var(--border);display:flex;align-items:stretch;height:46px;overflow:hidden;box-shadow:inset 0 -1px 0 rgba(0,0,0,.02)}
.break-tag{background:linear-gradient(135deg,var(--red),var(--purple2));color:#fff;font-size:.85rem;font-weight:800;letter-spacing:.2px;padding:0 20px 0 14px;display:flex;align-items:center;gap:6px;white-space:nowrap;flex-shrink:0;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 50%,calc(100% - 12px) 100%,0 100%);box-shadow:2px 0 8px rgba(226,55,68,.25)}
.break-tag i{animation:bl 1.4s ease infinite alternate;color:var(--gold)}
@keyframes bl{from{opacity:.35}to{opacity:1}}
.ticker-wrap{flex:1;overflow:hidden;display:flex;align-items:center;position:relative}
.ticker-wrap::after{content:'';position:absolute;top:0;right:0;bottom:0;width:36px;background:linear-gradient(90deg,transparent,var(--white));pointer-events:none}
.ticker-move{display:flex;align-items:center;white-space:nowrap;animation:tk 95s linear infinite}
.ticker-move:hover{animation-play-state:paused}
.ticker-move a{color:var(--dark);font-size:16px;padding:0 10px 0 0;font-weight:600;transition:color var(--ease)}
.ticker-move a:hover{color:var(--red)}
.ticker-move .tdot{display:inline-flex;align-items:center;justify-content:center;margin-right:26px;vertical-align:middle;background:#fff;border-radius:6px;padding:2px 5px;box-shadow:0 0 0 1px var(--border)}
.ticker-move .tdot img{height:18px;width:auto;object-fit:contain;display:block}
@keyframes tk{0%{transform:translateX(100vw)}100%{transform:translateX(-100%)}}

/* ── Section title ── */
.sec-title{display:flex;align-items:center;gap:9px;margin-bottom:14px;padding-bottom:9px;border-bottom:2px solid var(--border);position:relative;text-align:left}
.sec-title::before{content:'';position:absolute;bottom:-2px;left:0;width:48px;height:2px;background:var(--red);border-radius:2px}
.st-bar{width:4px;height:19px;background:linear-gradient(180deg,var(--red),var(--gold));border-radius:2px;flex-shrink:0}
.st-name{font-family:var(--fh);font-size:.98rem;font-weight:800;color:var(--dark);line-height:1;text-align:left}
.st-more{margin-left:auto;font-size:.7rem;color:var(--red);font-weight:600;border:1.5px solid var(--red);border-radius:20px;padding:2px 12px;transition:all var(--ease);white-space:nowrap}
.st-more:hover{background:var(--red);color:#fff}

/* ── HOME HERO — 3 columns ── */
.home-hero{display:grid;grid-template-columns:1fr 240px 230px;gap:16px;margin-bottom:28px}
@media(max-width:1024px){.home-hero{grid-template-columns:1fr 220px}}
@media(max-width:768px){.home-hero{grid-template-columns:1fr}}

/* Col 1 — Slideshow */
.slideshow{position:relative;border-radius:var(--r2);overflow:hidden;background:linear-gradient(135deg,var(--dark),var(--purple2));box-shadow:var(--sh2)}
.slide{display:none;position:relative}
.slide.active{display:block;animation:slin .5s ease}
@keyframes slin{from{opacity:0}to{opacity:1}}
.slide img{width:100%;aspect-ratio:4/2;object-fit:cover;display:block}
.slide-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.1) 60%,transparent 100%)}
.slide-body{position:absolute;bottom:0;left:0;right:0;padding:14px}
.slide-cat{display:inline-block;background:var(--red);color:#fff;font-size:.67rem;font-weight:700;padding:2px 9px;border-radius:20px;margin-bottom:7px}
.slide-title{font-family:var(--fh);font-size:clamp(.88rem,1.8vw,1.1rem);font-weight:800;color:#fff;line-height:1.4;text-align:left}
.slide-title a{color:#fff}
/* Slide dots */
.slide-dots{position:absolute;bottom:8px;right:10px;display:flex;gap:5px;z-index:2}
.sdot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer;transition:background var(--ease),transform var(--ease)}
.sdot.on{background:#fff;transform:scale(1.3)}
/* Slide arrows */
.sarr{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.45);border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:.85rem;display:flex;align-items:center;justify-content:center;z-index:2;transition:background var(--ease)}
.sarr:hover{background:var(--red)}
.sarr-l{left:8px}
.sarr-r{right:8px}

/* Col 2 — 3 special categories stacked */
.col2-cats{display:flex;flex-direction:column;gap:12px}
.cat-mini-box{background:var(--white);border-radius:var(--r2);overflow:hidden;box-shadow:var(--sh);border:1px solid var(--border)}
.cat-mini-head{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;padding:7px 12px;display:flex;align-items:center;justify-content:space-between}
.cat-mini-head .cmh-title{font-family:var(--fh);font-size:.82rem;font-weight:700}
.cat-mini-head a{color:rgba(255,255,255,.7);font-size:.66rem}
.cat-mini-head a:hover{color:#fff}
.cat-mini-list{padding:8px}
.cml-item{display:flex;align-items:center;gap:8px;padding:5px 0;border-bottom:1px solid var(--border)}
.cml-item:last-child{border-bottom:none;padding-bottom:0}
.cml-img{flex-shrink:0;width:42px;height:42px;border-radius:50%;overflow:hidden;border:2px solid var(--border)}
.cml-img img{width:100%;height:100%;object-fit:cover;display:block}
.cml-title{font-family:var(--fh);font-size:13px;font-weight:700;color:#000000;line-height:1.35;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.cml-title:hover{color:var(--red)}

/* Col 3 — Facebook reels embed */
.fb-col{background:var(--white);border-radius:var(--r2);overflow:hidden;box-shadow:var(--sh);border:1px solid var(--border)}
.fb-col-head{background:linear-gradient(135deg,#1877f2,#1565c0);color:#fff;padding:9px 13px;display:flex;align-items:center;gap:7px;font-family:var(--fh);font-size:.82rem;font-weight:700}
.fb-embed{padding:0;background:#f0f2f5}
.fb-embed iframe,.fb-embed .fb-page{width:100%!important;min-height:320px}

/* ── Standard cards ── */
.card{background:var(--white);border-radius:var(--r2);overflow:hidden;box-shadow:var(--sh);border:1px solid var(--border);transition:box-shadow var(--ease),transform var(--ease)}
.card:hover{box-shadow:var(--sh2);transform:translateY(-3px)}
.card .ct{overflow:hidden;aspect-ratio:16/9;position:relative;background:var(--bg)}
.card .ct img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}
.card:hover .ct img{transform:scale(1.07)}
.cbadge{position:absolute;top:8px;left:8px;background:var(--red);color:#fff;font-size:.65rem;font-weight:700;padding:2px 8px;border-radius:20px}
.card .cb{padding:11px 13px 13px;text-align:left}
.card .ctit{font-family:var(--fh);font-size:.88rem;font-weight:700;color:var(--dark);line-height:1.5;margin-bottom:7px;text-align:left;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.card .ctit a{color:var(--dark)}
.card .ctit a:hover{color:var(--red)}
.card .cm{font-size:.69rem;color:var(--muted);display:flex;gap:8px;flex-wrap:wrap;text-align:left}
.card .cm i{color:var(--red);margin-right:2px}
/* List card */
.lcard{display:flex;gap:10px;align-items:flex-start;padding:9px 0;border-bottom:1px solid var(--border)}
.lcard:last-child{border-bottom:none;padding-bottom:0}
.lcard .lt{flex-shrink:0;width:80px;height:57px;border-radius:var(--r);overflow:hidden;background:var(--bg)}
.lcard .lt img{width:100%;height:100%;object-fit:cover;transition:transform .4s;display:block}
.lcard:hover .lt img{transform:scale(1.09)}
.lcard .lb{flex:1;min-width:0;text-align:left}
.lcard .ltit{font-family:var(--fh);font-size:.84rem;font-weight:700;color:var(--dark);line-height:1.43;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.lcard .ltit:hover{color:var(--red)}
.lcard .lm{font-size:.68rem;color:var(--muted);margin-top:4px}
/* Grids */
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:900px){.grid4{grid-template-columns:1fr 1fr}.grid3{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.grid4,.grid3,.grid2{grid-template-columns:1fr}}
.big-left{display:grid;grid-template-columns:1fr 280px;gap:16px}
@media(max-width:760px){.big-left{grid-template-columns:1fr}}
.mag-lay{display:grid;grid-template-columns:1.5fr 1fr;gap:16px}
@media(max-width:760px){.mag-lay{grid-template-columns:1fr}}

/* ── Page layout ── */
.page-wrap{display:grid;grid-template-columns:1fr 310px;gap:22px;padding:20px 0}
@media(max-width:960px){.page-wrap{grid-template-columns:1fr}}

/* ── Date filter ── */
.dfilter{background:var(--white);border:1px solid var(--border);border-radius:var(--r2);padding:12px 16px;margin-bottom:18px;box-shadow:var(--sh)}
.dfilter form{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.dfilter label{font-size:.78rem;color:var(--muted);font-weight:600;white-space:nowrap}
.dfilter input[type=date]{border:1.5px solid var(--border);border-radius:var(--r);padding:6px 9px;font-size:.81rem;outline:none;background:var(--bg);color:var(--txt);transition:border-color var(--ease)}
.dfilter input[type=date]:focus{border-color:var(--red)}
.btn-go{background:var(--red);color:#fff;border:none;border-radius:var(--r);padding:7px 16px;cursor:pointer;font-size:.8rem;font-weight:600;font-family:var(--fb);display:flex;align-items:center;gap:5px;transition:background var(--ease)}
.btn-go:hover{background:var(--red2)}
.btn-clr{background:none;color:var(--muted);border:1.5px solid var(--border);border-radius:var(--r);padding:6px 12px;cursor:pointer;font-size:.78rem;font-family:var(--fb);transition:all var(--ease)}
.btn-clr:hover{border-color:var(--red);color:var(--red)}

/* ── Popular posts — FIXED colors ── */
.pop-list{display:flex;flex-direction:column}
.pop-item{display:flex;align-items:flex-start;gap:9px;padding:9px 0;border-bottom:1px solid var(--border)}
.pop-item:last-child{border-bottom:none;padding-bottom:0}
.pop-num{flex-shrink:0;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:900;font-family:var(--fh);color:#fff}
.pop-item:nth-child(1) .pop-num{background:#e74c3c}
.pop-item:nth-child(2) .pop-num{background:#e67e22}
.pop-item:nth-child(3) .pop-num{background:#f39c12}
.pop-item:nth-child(4) .pop-num{background:#27ae60}
.pop-item:nth-child(5) .pop-num{background:#2980b9}
.pop-item:nth-child(6) .pop-num{background:#8e44ad}
.pop-item:nth-child(n+7) .pop-num{background:var(--slate)}
.pop-body{flex:1;min-width:0}
.pop-title{font-family:var(--fh);font-size:.83rem;font-weight:700;color:var(--dark);line-height:1.4;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pop-title:hover{color:var(--red)}
.pop-meta{font-size:.68rem;color:var(--muted);margin-top:2px}

/* ── Sidebar widgets ── */
.sidebar{display:flex;flex-direction:column;gap:16px}
.sw{background:var(--white);border-radius:var(--r2);overflow:hidden;box-shadow:var(--sh);border:1px solid var(--border)}
.sw-head{background:linear-gradient(135deg,var(--red),var(--purple2));color:#fff;padding:9px 13px;display:flex;align-items:center;gap:6px;font-family:var(--fh);font-size:.86rem;font-weight:700}
.sw-head-gold{background:linear-gradient(135deg,var(--gold),var(--gold2))}
.sw-head-green{background:linear-gradient(135deg,var(--green),var(--green2))}
.sw-head-purple{background:linear-gradient(135deg,var(--purple),var(--purple2))}
.sw-head-blue{background:linear-gradient(135deg,var(--blue),var(--blue2))}
.sw-head i{color:var(--gold)}
.sw-body{padding:11px 13px}
.slist{display:flex;flex-direction:column}
.sitem{display:flex;gap:9px;align-items:flex-start;padding:8px 0;border-bottom:1px solid var(--border)}
.sitem:last-child{border-bottom:none;padding-bottom:0}
.snum{flex-shrink:0;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:900;background:var(--bg);border:1.5px solid var(--border);color:var(--dark);font-family:var(--fh)}
.sitem:nth-child(1) .snum{background:var(--red);border-color:var(--red);color:#fff}
.sitem:nth-child(2) .snum{background:var(--gold);border-color:var(--gold);color:var(--dark)}
.sitem:nth-child(3) .snum{background:var(--slate);border-color:var(--slate);color:#fff}
.stit{font-size:.82rem;font-weight:600;color:var(--dark);line-height:1.4;font-family:var(--fh);text-align:left}
.stit:hover{color:var(--red)}
.sm{font-size:.68rem;color:var(--muted);margin-top:2px}
.tcloud{display:flex;flex-wrap:wrap;gap:6px}
.tpill{background:var(--bg);border:1.5px solid var(--border);border-radius:20px;padding:3px 10px;font-size:.74rem;color:var(--txt2);font-weight:500;transition:all var(--ease)}
.tpill:hover{background:var(--red);color:#fff;border-color:var(--red)}
.div-quick{display:grid;grid-template-columns:1fr 1fr;gap:5px}
.dq{display:flex;align-items:center;gap:5px;padding:6px 9px;border-radius:var(--r);background:var(--bg);border:1.5px solid var(--border);font-size:.77rem;font-weight:600;color:var(--txt);transition:all var(--ease);text-decoration:none}
.dq:hover{color:#fff;border-color:transparent;transform:translateY(-1px)}
.dqdot{width:7px;height:7px;border-radius:50%;flex-shrink:0}

/* ── Archive ── */
.arc-head{background:linear-gradient(120deg,var(--red) 0%,var(--purple2) 55%,var(--blue2) 100%);color:#fff;border-radius:var(--r3);padding:26px;margin-bottom:18px;position:relative;overflow:hidden}
.arc-head::after{content:'';position:absolute;top:-40px;right:-40px;width:140px;height:140px;background:radial-gradient(circle,var(--red) 0%,transparent 70%);opacity:.12}
.arc-head h1{color:#fff;font-size:clamp(1.1rem,2.5vw,1.7rem);margin-bottom:6px;text-align:left}
.arc-head p{color:rgba(255,255,255,.6);font-size:.83rem;text-align:left}
.arc-meta{display:flex;gap:12px;margin-top:9px;font-size:.76rem;color:rgba(255,255,255,.6);flex-wrap:wrap}
.arc-meta i{color:var(--gold)}

/* ── Single post ── */
.breadcrumb{padding:10px 0 0}
.breadcrumb ol{display:flex;gap:4px;flex-wrap:wrap;font-size:.74rem;color:var(--muted);align-items:center}
.breadcrumb li::after{content:'›';margin-left:4px;color:var(--border)}
.breadcrumb li:last-child::after{display:none}
.breadcrumb a{color:var(--red)}
.artbox{background:var(--white);border-radius:var(--r3);padding:24px;box-shadow:var(--sh);border:1px solid var(--border)}
.art-cats{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}
.actag{background:var(--red);color:#fff;font-size:.67rem;font-weight:700;padding:2px 10px;border-radius:20px;letter-spacing:.3px}
.actag-div{background:var(--green);color:#fff;font-size:.67rem;font-weight:700;padding:2px 10px;border-radius:20px}
.art-title{font-family:var(--fh);font-size:clamp(1.2rem,3vw,1.85rem);font-weight:900;color:var(--dark);line-height:1.4;margin-bottom:14px;text-align:left}
.art-byline{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:9px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:18px;font-size:.76rem;color:var(--muted)}
.art-byline i{color:var(--red)}
.art-byline a{color:var(--red);font-weight:600}
.font-ctrl{margin-left:auto;display:flex;gap:3px}
.font-ctrl button{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--r);padding:3px 7px;cursor:pointer;font-size:.73rem;transition:all var(--ease);color:var(--slate)}
.font-ctrl button:hover{background:var(--red);color:#fff;border-color:var(--red)}
.art-featimg{margin-bottom:20px;border-radius:var(--r2);overflow:hidden}
.art-featimg img{width:100%;max-height:470px;object-fit:cover;display:block}
.art-featimg figcaption{background:var(--bg);padding:6px 12px;font-size:.71rem;color:var(--muted);text-align:left;border-top:1px solid var(--border)}
.art-body{font-size:1.03rem;line-height:1.95;color:var(--txt);font-family:var(--fh);text-align:left}
.art-body p{margin-bottom:16px}
.art-body h2{font-size:1.18rem;margin:23px 0 10px;border-left:4px solid var(--red);padding-left:11px}
.art-body h3{font-size:1.04rem;margin:18px 0 8px;color:var(--slate)}
.art-body img{border-radius:var(--r);margin:14px 0}
.art-body blockquote{border-left:4px solid var(--gold);background:#fffde7;padding:13px 16px;margin:16px 0;border-radius:0 var(--r) var(--r) 0;font-style:italic;color:var(--dark2)}
.art-body a{color:var(--red);text-decoration:underline}
.art-body ul{padding-left:20px;margin-bottom:15px}
.art-body ul li{list-style:disc;margin-bottom:5px}
.art-body ol{padding-left:20px;margin-bottom:15px}
.art-body ol li{list-style:decimal;margin-bottom:5px}
.art-tags{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0}
/* Share */
.sharebox{background:#fff8f8;border:1px solid #ffcdd2;border-radius:var(--r3);padding:15px 18px;margin:20px 0}
.sharebox h4{font-size:.76rem;color:var(--muted);text-transform:uppercase;letter-spacing:.6px;margin-bottom:11px;display:flex;align-items:center;gap:5px}
.sharebts{display:flex;flex-wrap:wrap;gap:6px}
.shr{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border-radius:26px;font-size:.77rem;font-weight:700;color:#fff;cursor:pointer;border:none;font-family:var(--fb);box-shadow:0 2px 7px rgba(0,0,0,.12);transition:opacity var(--ease),transform var(--ease)}
.shr:hover{opacity:.85;transform:translateY(-2px)}
.sfb{background:#1877f2}.stw{background:#0f141a}.sli{background:#0a66c2}
.spi{background:#e60023}.swa{background:#25d366}.spr{background:var(--slate)}.scp{background:var(--gold)}
@media(max-width:540px){.shr span{display:none}.shr{padding:8px 11px}}

/* ── Ad zones ── */
.adzone{text-align:center;margin:10px 0;overflow:hidden;border-radius:var(--r)}
.adlabel{font-size:.58rem;color:var(--muted);letter-spacing:.8px;text-transform:uppercase;margin-bottom:3px;text-align:left}

/* ── BD Map module ── */
.div-mod{background:linear-gradient(135deg,#e8f5e9,#f1f8e9);border-radius:var(--r3);padding:20px;border:1px solid #c8e6c9}
.div-grid{display:grid;grid-template-columns:240px 1fr;gap:18px;align-items:start}
@media(max-width:580px){.div-grid{grid-template-columns:1fr}}
.map-wrap{background:var(--white);border-radius:var(--r2);padding:10px;box-shadow:var(--sh);border:1px solid var(--border)}
.map-img{width:100%;height:auto;border-radius:var(--r);display:block}
.div-list{display:flex;flex-direction:column;gap:3px}
.div-btn{display:flex;align-items:center;gap:7px;padding:7px 10px;border-radius:var(--r);cursor:pointer;background:rgba(255,255,255,.65);border:1px solid transparent;transition:all var(--ease);text-decoration:none;color:var(--txt);font-size:.82rem;font-weight:600;text-align:left}
.div-btn:hover{background:var(--white);border-color:var(--green);box-shadow:var(--sh);transform:translateX(3px)}
.div-btn.on{background:var(--green);color:#fff;border-color:var(--green)}
.ddot{width:7px;height:7px;border-radius:50%;flex-shrink:0}
.dcount{font-size:.68rem;color:var(--muted);background:rgba(0,0,0,.06);padding:1px 7px;border-radius:20px;margin-left:auto}
.div-btn.on .dcount{background:rgba(255,255,255,.25);color:#fff}
.div-news{margin-top:13px;min-height:40px}

/* Opinion module — colored banner head + light lavender body, no black bg */
.op-mod{border-radius:var(--r3);overflow:hidden;box-shadow:var(--sh);margin-bottom:26px}
.op-mod-head{background:linear-gradient(120deg,var(--purple),var(--purple2) 60%,var(--red));color:#fff;padding:14px 20px;display:flex;align-items:center;gap:9px;font-family:var(--fh);font-size:1.02rem;font-weight:800}
.op-mod-head i{color:var(--gold);font-size:1.1rem}
.op-mod-body{background:linear-gradient(160deg,#F8F1FC,#F1F4FF);padding:20px;border:1px solid #ECD9F7;border-top:none;border-radius:0 0 var(--r3) var(--r3)}
.op-card{background:var(--white);border-radius:var(--r2);padding:13px;border:1px solid #ECD9F7;text-align:left;transition:box-shadow var(--ease),transform var(--ease);box-shadow:var(--sh)}
.op-card:hover{box-shadow:var(--sh2);transform:translateY(-2px)}
.op-av{width:46px;height:46px;border-radius:50%;overflow:hidden;margin:0 0 8px;border:2px solid var(--purple)}
.op-av img{width:100%;height:100%;object-fit:cover}
.op-who{font-size:.69rem;color:var(--purple2);font-weight:700;margin-bottom:4px}
.op-tit{font-size:.82rem;color:var(--dark);line-height:1.4;font-family:var(--fh);font-weight:600}
.op-tit a{color:var(--dark)}
.op-tit a:hover{color:var(--purple)}

/* ── Back to top ── */
#btt{position:fixed;bottom:20px;right:20px;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;display:none;align-items:center;justify-content:center;font-size:.95rem;cursor:pointer;border:none;box-shadow:0 5px 16px rgba(192,57,43,.4);z-index:9999;transition:transform var(--ease)}
#btt.show{display:flex;animation:pi .28s ease}
#btt:hover{transform:translateY(-3px)}
@keyframes pi{from{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}
#readbar{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--red),var(--gold));z-index:9999;width:0}

/* ── Pagination ── */
.pagination{display:flex;gap:5px;flex-wrap:wrap;justify-content:center;margin:24px 0}
.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--r);border:1.5px solid var(--border);font-size:.82rem;font-weight:700;color:var(--slate);background:var(--white);transition:all var(--ease);font-family:var(--fh)}
.pagination a:hover,.pagination span.current{background:var(--red);color:#fff;border-color:var(--red)}

/* Load more */
.loadmore{display:flex;align-items:center;gap:7px;background:var(--white);border:2px solid var(--border);color:var(--txt);border-radius:30px;padding:10px 28px;margin:22px auto;cursor:pointer;font-family:var(--fb);font-size:.85rem;font-weight:600;transition:all var(--ease)}
.loadmore:hover{background:var(--red);color:#fff;border-color:var(--red)}

/* ── FOOTER — light tinted surface, colorful accents, no black chrome ── */
.site-footer{background:linear-gradient(180deg,#F8F7FD 0%,#F2F3FA 100%);color:var(--txt2);margin-top:40px;position:relative;border-top:1px solid var(--border)}
.site-footer::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--red),var(--gold),var(--green),var(--blue),var(--purple));background-size:200%;animation:nl 5s linear infinite}
.footer-main{padding:32px 0 24px}
.footer-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--border)}
.footer-logo-wrap{}
.footer-logo-name{font-family:var(--fh);font-size:1.55rem;font-weight:900;color:var(--dark);line-height:1;margin-bottom:10px}
.footer-logo-name span{color:var(--red)}
.footer-socials{display:flex;gap:7px;flex-wrap:wrap}
.fsoc{width:33px;height:33px;border-radius:50%;background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--slate);font-size:.82rem;transition:all var(--ease)}
.fsoc:hover{background:var(--red);border-color:var(--red);color:#fff;transform:translateY(-2px)}
/* Footer info text */
.footer-info{flex:1;min-width:260px}
.footer-info p{font-size:.92rem;line-height:1.9;color:var(--txt2);margin-bottom:6px;text-align:left}
.footer-info p:last-child{margin-bottom:0}
.footer-info a{color:var(--blue)}
.footer-info a:hover{color:var(--red)}
.footer-info strong{color:var(--dark)}
/* Footer bottom */
.footer-bottom{background:#EEF0F8;border-top:1px solid var(--border);padding:12px 0}
.footer-bot-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:7px;font-size:.83rem;color:var(--muted)}
.footer-bot-inner a{color:var(--blue)}

/* ── Comments ── */
.cmts-wrap{margin-top:24px}
#comments{background:var(--white);border-radius:var(--r2);padding:20px;box-shadow:var(--sh);border:1px solid var(--border)}
#comments h2{font-size:.96rem;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid var(--border);color:var(--dark);text-align:left}
.cmt-item{display:flex;gap:10px;background:var(--bg);border-radius:var(--r2);padding:12px;border:1px solid var(--border);margin-bottom:10px}
.cmt-av img{width:40px;height:40px;border-radius:50%;object-fit:cover}
.cmt-body{flex:1;min-width:0;text-align:left}
.cmt-meta{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}
.cmt-author{font-size:.85rem;font-weight:700;color:var(--dark)}
.cmt-date{font-size:.69rem;color:var(--muted)}
.cmt-text{font-size:.86rem;line-height:1.7;color:var(--txt)}
.cmt-reply{font-size:.73rem;color:var(--red);margin-top:6px;display:inline-block}
#commentform input,#commentform textarea{width:100%;border:1.5px solid var(--border);border-radius:var(--r);padding:8px 11px;font-family:var(--fb);font-size:.86rem;color:var(--txt);background:var(--bg);margin-bottom:10px;transition:border-color var(--ease);outline:none}
#commentform input:focus,#commentform textarea:focus{border-color:var(--red)}
#commentform textarea{min-height:95px;resize:vertical}
#commentform .submit{background:var(--red);color:#fff;border:none;border-radius:30px;padding:9px 24px;font-family:var(--fb);font-weight:700;cursor:pointer;transition:background var(--ease)}
#commentform .submit:hover{background:var(--red2)}

/* ── Print ── */
@media print{
  .site-header,.main-nav,.top-bar,.break-bar,.sidebar,.sharebox,.adzone,#btt,#readbar,.site-footer,.breadcrumb,.dfilter,.nav-btn,.loadmore{display:none!important}
  body{background:#fff;font-size:11pt;color:#000}
  .artbox{box-shadow:none;border:none;padding:0}
  .art-body{font-size:11pt;line-height:1.8}
  a{color:#000!important}
}

/* Dark mode removed — theme is light-only by design for clean, fast, consistent reading. */

/* ── Old News Archive page ── */
.oa-head{background:linear-gradient(120deg,var(--blue) 0%,var(--purple2) 55%,var(--red) 100%);color:#fff;border-radius:var(--r3);padding:26px;margin-bottom:20px;position:relative;overflow:hidden}
.oa-head::after{content:'';position:absolute;top:-40px;right:-40px;width:160px;height:160px;background:radial-gradient(circle,var(--gold) 0%,transparent 70%);opacity:.15}
.oa-head h1{color:#fff;font-size:clamp(1.1rem,2.5vw,1.7rem);margin-bottom:6px;text-align:left;display:flex;align-items:center;gap:9px}
.oa-head p{color:rgba(255,255,255,.65);font-size:.84rem;text-align:left}
.oa-years{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}
.oa-yr{background:var(--white);border:1.5px solid var(--border);border-radius:30px;padding:8px 20px;font-family:var(--fh);font-weight:800;font-size:.92rem;color:var(--txt);transition:all var(--ease);cursor:pointer}
.oa-yr:hover{border-color:var(--red);color:var(--red)}
.oa-yr.on{background:var(--red);border-color:var(--red);color:#fff}
.oa-months{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-bottom:24px}
.oa-mo{background:var(--white);border:1px solid var(--border);border-radius:var(--r2);padding:16px;text-align:left;box-shadow:var(--sh);transition:all var(--ease);display:block;color:var(--txt)}
.oa-mo:hover{box-shadow:var(--sh2);transform:translateY(-3px);border-color:var(--gold)}
.oa-mo-name{font-family:var(--fh);font-weight:800;font-size:1rem;color:var(--dark);margin-bottom:5px}
.oa-mo-count{font-size:.74rem;color:var(--muted)}
.oa-mo-count i{color:var(--red);margin-right:3px}
.oa-empty{background:var(--white);border-radius:var(--r2);padding:30px;text-align:center;color:var(--muted);box-shadow:var(--sh)}

/* ── Modern module design: Overlay cards (image-bg, text-on-top) ── */
.ovl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:900px){.ovl-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.ovl-grid{grid-template-columns:1fr}}
.ovl-card{position:relative;border-radius:var(--r2);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--sh);transition:box-shadow var(--ease),transform var(--ease)}
.ovl-card:hover{box-shadow:var(--sh2);transform:translateY(-3px)}
.ovl-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.ovl-card:hover img{transform:scale(1.08)}
.ovl-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.15) 55%,transparent 100%)}
.ovl-body{position:absolute;left:0;right:0;bottom:0;padding:13px}
.ovl-cat{display:inline-block;background:var(--gold);color:#fff;font-size:.63rem;font-weight:700;padding:2px 9px;border-radius:20px;margin-bottom:6px}
.ovl-title{font-family:var(--fh);font-size:.92rem;font-weight:800;color:#fff;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.ovl-title a{color:#fff}

/* ── Modern module design: Accent strip cards ── */
.acc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
@media(max-width:680px){.acc-grid{grid-template-columns:1fr}}
.acc-card{display:flex;gap:0;background:var(--white);border-radius:var(--r2);overflow:hidden;box-shadow:var(--sh);border:1px solid var(--border);transition:box-shadow var(--ease),transform var(--ease)}
.acc-card:hover{box-shadow:var(--sh2);transform:translateY(-2px)}
.acc-bar{width:5px;flex-shrink:0;background:linear-gradient(180deg,var(--red),var(--gold))}
.acc-thumb{flex-shrink:0;width:96px;height:96px;overflow:hidden;background:var(--bg)}
.acc-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.acc-card:hover .acc-thumb img{transform:scale(1.08)}
.acc-body{flex:1;min-width:0;padding:11px 13px;display:flex;flex-direction:column;justify-content:center}
.acc-cat{font-size:.62rem;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px}
.acc-title{font-family:var(--fh);font-size:.85rem;font-weight:700;color:var(--dark);line-height:1.42;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.acc-title:hover{color:var(--red)}
.acc-meta{font-size:.67rem;color:var(--muted);margin-top:5px}

/* ── Admin notice (security/info) ── */
.eb24-notice{background:#fff8e1;border:1px solid #ffe0b2;border-radius:8px;padding:11px 15px;font-size:.85rem;color:#6d4c41}
.eb24-notice.ok{background:#e8f5e9;border-color:#c8e6c9;color:#2e5b32}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.home-section{margin-bottom:26px}
.print-logo{display:none}

/* ── Homepage 3-column / 3-category showcase (1 section, 3 cols, 4 posts each = 12) ── */
.tricat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media(max-width:900px){.tricat-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.tricat-grid{grid-template-columns:1fr}}
.tricat-col{background:var(--white);border-radius:var(--r2);overflow:hidden;box-shadow:var(--sh);border:1px solid var(--border);display:flex;flex-direction:column}
.tricat-head{color:#fff;padding:11px 14px;font-family:var(--fh);font-size:.95rem;font-weight:800;display:flex;align-items:center;gap:8px}
.tricat-head i{opacity:.9}
.tricat-head a{color:#fff}
.tc-red .tricat-head{background:linear-gradient(120deg,var(--red),var(--red2))}
.tc-green .tricat-head{background:linear-gradient(120deg,var(--green),var(--green2))}
.tc-blue .tricat-head{background:linear-gradient(120deg,var(--blue),var(--blue2))}
.tricat-list{padding:12px 14px;flex:1}
.tricat-lead{display:block;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}
.tricat-lead-img{border-radius:var(--r);overflow:hidden;aspect-ratio:16/10;margin-bottom:8px;background:var(--bg)}
.tricat-lead-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.tricat-lead:hover .tricat-lead-img img{transform:scale(1.06)}
.tricat-lead-tit{font-family:var(--fh);font-size:.92rem;font-weight:800;color:var(--dark);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tc-red .tricat-lead:hover .tricat-lead-tit{color:var(--red)}
.tc-green .tricat-lead:hover .tricat-lead-tit{color:var(--green)}
.tc-blue .tricat-lead:hover .tricat-lead-tit{color:var(--blue)}
.tricat-item{display:flex;flex-direction:column;gap:3px;padding:8px 0;border-bottom:1px solid var(--border)}
.tricat-item:last-child{border-bottom:none;padding-bottom:0}
.tricat-item-tit{font-family:var(--fh);font-size:.82rem;font-weight:700;color:var(--dark);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tc-red .tricat-item:hover .tricat-item-tit{color:var(--red)}
.tc-green .tricat-item:hover .tricat-item-tit{color:var(--green)}
.tc-blue .tricat-item:hover .tricat-item-tit{color:var(--blue)}
.tricat-item-meta{font-size:.67rem;color:var(--muted)}
.tricat-more{display:block;text-align:center;font-size:.76rem;font-weight:700;padding:9px;border-top:1px solid var(--border);color:var(--txt2);background:var(--bg);transition:all var(--ease)}
.tc-red .tricat-more:hover{background:var(--red);color:#fff}
.tc-green .tricat-more:hover{background:var(--green);color:#fff}
.tc-blue .tricat-more:hover{background:var(--blue);color:#fff}

/* ── Homepage 2-column / 2-category showcase — "design 4": magazine lead + numbered rows ── */
.duocat-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
@media(max-width:700px){.duocat-grid{grid-template-columns:1fr}}
.duocat-col{background:var(--white);border-radius:var(--r3);overflow:hidden;box-shadow:var(--sh);border:1px solid var(--border)}
.duocat-eyebrow{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 16px 10px;flex-wrap:wrap}
.duocat-eyebrow-name{display:flex;align-items:center;gap:9px;font-family:var(--fh);font-weight:800;font-size:1.02rem;color:var(--dark)}
.duocat-eyebrow-name a{color:var(--dark)}
.duocat-eyebrow-name i{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.82rem;flex-shrink:0;box-shadow:var(--sh)}
.duocat-eyebrow-more{font-size:.72rem;font-weight:700;color:var(--muted);white-space:nowrap;transition:color var(--ease)}
.duocat-eyebrow-more:hover{color:var(--red)}
.dc-pink .duocat-eyebrow-name i{background:linear-gradient(135deg,var(--purple),#D6336C)}
.dc-teal .duocat-eyebrow-name i{background:linear-gradient(135deg,var(--green),#00897B)}
.dc-orange .duocat-eyebrow-name i{background:linear-gradient(135deg,var(--gold),var(--red))}
.dc-navy .duocat-eyebrow-name i{background:linear-gradient(135deg,var(--blue),var(--purple2))}
.duocat-lead{position:relative;display:block;margin:0 16px 4px;border-radius:var(--r2);overflow:hidden;aspect-ratio:16/9;box-shadow:var(--sh);background:var(--bg)}
.duocat-lead img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}
.duocat-lead:hover img{transform:scale(1.06)}
.duocat-lead-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.1) 55%,transparent 100%)}
.duocat-lead-tit{position:absolute;left:12px;right:12px;bottom:10px;color:#fff;font-family:var(--fh);font-weight:800;font-size:.98rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.duocat-list{padding:4px 16px 14px}
.duocat-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-top:1px solid var(--border)}
.duocat-row-num{width:22px;height:22px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:800;color:#fff;font-family:var(--fh)}
.dc-pink .duocat-row-num{background:var(--purple)}
.dc-teal .duocat-row-num{background:var(--green)}
.dc-orange .duocat-row-num{background:var(--gold2)}
.dc-navy .duocat-row-num{background:var(--blue)}
.duocat-row-tit{font-size:.83rem;font-weight:600;color:var(--dark);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color var(--ease)}
.dc-pink .duocat-row:hover .duocat-row-tit{color:var(--purple)}
.dc-teal .duocat-row:hover .duocat-row-tit{color:var(--green)}
.dc-orange .duocat-row:hover .duocat-row-tit{color:var(--red)}
.dc-navy .duocat-row:hover .duocat-row-tit{color:var(--blue)}
/* ================================================================
   v6.1 — Homepage Builder / premium layouts
================================================================ */
.eb24-home-container{padding-bottom:10px}.eb24-home-kicker{display:flex;align-items:center;gap:8px;margin:0 0 12px;padding:8px 12px;border:1px solid #fee2e2;background:linear-gradient(90deg,#fff1f2,#fff);border-radius:999px;width:max-content;max-width:100%;font-size:.78rem;font-weight:700;color:var(--dark)}.eb24-home-kicker i{font-size:.45rem;color:var(--red)}
.home-hero-no-fb{grid-template-columns:minmax(0,1fr) 320px}.hero-main-col{min-width:0}.eb24-hero-placeholder{aspect-ratio:4/2;background:linear-gradient(135deg,var(--dark),var(--purple2))}.eb24-slide-meta{margin-top:6px;font-size:.7rem;color:rgba(255,255,255,.85)}
.cml-copy{min-width:0;flex:1}.cml-copy small{display:block;color:var(--muted);font-size:.63rem;margin-top:2px}.cml-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f2f4f7;color:var(--muted)}.cml-empty{font-size:.75rem;color:var(--muted);padding:8px}.cat-mini-1 .cat-mini-head{background:linear-gradient(135deg,var(--red),var(--red2))}.cat-mini-2 .cat-mini-head{background:linear-gradient(135deg,var(--green),var(--green2))}.cat-mini-3 .cat-mini-head{background:linear-gradient(135deg,var(--blue),var(--purple2))}

/* Navigation styles controlled from admin */
.main-nav.nav-sticky{position:sticky;top:68px;z-index:850}.nav-style-pill .nav-list{gap:5px;padding:7px 0}.nav-style-pill .nav-list>li>a{padding:7px 13px;border-radius:999px}.nav-style-pill .nav-list>li>a:hover,.nav-style-pill .nav-list>li.current-menu-item>a,.nav-style-pill .nav-list>li.current-menu-parent>a{background:var(--red);color:#fff}.nav-style-dark{background:var(--dark);border-bottom:none}.nav-style-dark .nav-list>li>a{color:#fff}.nav-style-dark .nav-list>li>a:hover,.nav-style-dark .nav-list>li.current-menu-item>a,.nav-style-dark .nav-list>li.current-menu-parent>a{background:rgba(255,255,255,.12);color:#fff}.nav-style-gradient{background:linear-gradient(105deg,var(--red),var(--purple2),var(--blue))}.nav-style-gradient .nav-list>li>a{color:#fff}.nav-style-gradient .nav-list>li>a:hover,.nav-style-gradient .nav-list>li.current-menu-item>a,.nav-style-gradient .nav-list>li.current-menu-parent>a{background:rgba(255,255,255,.15);color:#fff}

/* Section title variants */
.eb24-title-boxed .sec-title{border:0;background:#fff;border-radius:10px;padding:10px 12px;box-shadow:var(--sh)}.eb24-title-boxed .sec-title::before{display:none}.eb24-title-boxed .st-bar{height:25px}.eb24-title-underline .sec-title{border-bottom:3px solid var(--dark)}.eb24-title-underline .sec-title::before{width:90px;height:3px;bottom:-3px}.eb24-title-gradient .sec-title{border:0;background:linear-gradient(90deg,#fff1f2,#f5f3ff,#eff6ff);padding:11px 13px;border-radius:12px}.eb24-title-gradient .sec-title::before{display:none}.eb24-title-gradient .st-name{font-size:1.05rem}
.section-accent-green .st-bar{background:linear-gradient(180deg,var(--green),var(--gold))}.section-accent-blue .st-bar{background:linear-gradient(180deg,var(--blue),var(--purple))}.section-accent-gold .st-bar{background:linear-gradient(180deg,var(--gold),var(--red))}.section-accent-purple .st-bar{background:linear-gradient(180deg,var(--purple),var(--blue))}.section-accent-teal .st-bar{background:linear-gradient(180deg,#00897b,var(--green))}.section-accent-dark .st-bar{background:linear-gradient(180deg,var(--dark),var(--slate))}

/* New 2/3 category configurable block */
.eb24-multicat{display:grid;gap:18px}.eb24-multicat-3{grid-template-columns:repeat(3,minmax(0,1fr))}.eb24-multicat-2{grid-template-columns:repeat(2,minmax(0,1fr))}.eb24-multicat-card{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--sh);transition:transform .2s ease,box-shadow .2s ease}.eb24-multicat-card:hover{transform:translateY(-2px);box-shadow:var(--sh2)}.eb24-multicat-card>header>a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 13px;color:#fff;background:linear-gradient(120deg,var(--red),var(--red2));font-weight:800}.eb24-multicat-card>header b{font-size:.66rem;font-weight:700;white-space:nowrap;opacity:.9}.eb24-multicat-card.mc-card-2>header>a{background:linear-gradient(120deg,var(--green),var(--green2))}.eb24-multicat-card.mc-card-3>header>a{background:linear-gradient(120deg,var(--blue),var(--purple2))}.section-accent-gold .eb24-multicat-card>header>a{background:linear-gradient(120deg,var(--gold2),var(--red))}.section-accent-purple .eb24-multicat-card>header>a{background:linear-gradient(120deg,var(--purple),var(--purple2))}.section-accent-teal .eb24-multicat-card>header>a{background:linear-gradient(120deg,#00897b,var(--green))}.section-accent-dark .eb24-multicat-card>header>a{background:linear-gradient(120deg,var(--dark),var(--dark2))}.eb24-multicat-body{padding:12px}.eb24-mc-lead{display:block;padding-bottom:12px;margin-bottom:4px;border-bottom:1px solid var(--border)}.eb24-mc-lead-img{display:block;aspect-ratio:16/9;border-radius:10px;overflow:hidden;background:var(--bg);margin-bottom:8px}.eb24-mc-lead-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.eb24-mc-lead:hover img{transform:scale(1.04)}.eb24-mc-lead strong{display:block;color:var(--dark);font-family:var(--fh);font-size:.94rem;line-height:1.45}.eb24-mc-lead small,.eb24-mc-row small{display:block;margin-top:4px;color:var(--muted);font-size:.64rem}.eb24-mc-row{display:flex;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid var(--border)}.eb24-mc-row:last-child{border-bottom:0}.eb24-mc-thumb{width:64px;height:48px;border-radius:8px;overflow:hidden;flex:0 0 auto;background:var(--bg)}.eb24-mc-thumb img{width:100%;height:100%;object-fit:cover}.eb24-mc-row>span:last-child{min-width:0}.eb24-mc-row strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--dark);font-family:var(--fh);font-size:.79rem;line-height:1.45}.eb24-empty{padding:10px;color:var(--muted);font-size:.78rem}

/* Spotlight */
.eb24-spotlight{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);gap:16px}.eb24-spotlight-lead{position:relative;min-height:390px;border-radius:18px;overflow:hidden;background:var(--dark);box-shadow:var(--sh2)}.eb24-spotlight-image{position:absolute;inset:0}.eb24-spotlight-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.eb24-spotlight-lead:hover img{transform:scale(1.04)}.eb24-spotlight-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(14,20,38,.92),rgba(14,20,38,.1) 70%)}.eb24-spotlight-body{position:absolute;left:0;right:0;bottom:0;padding:22px;color:#fff}.eb24-spotlight-cat{display:inline-block;padding:3px 9px;border-radius:999px;background:var(--red);color:#fff;font-size:.68rem;font-weight:800;margin-bottom:8px}.eb24-spotlight-body h3{font-size:clamp(1.1rem,2vw,1.6rem);max-width:850px}.eb24-spotlight-body h3 a{color:#fff}.eb24-spotlight-meta{font-size:.7rem;color:rgba(255,255,255,.8);margin-top:7px}.eb24-spotlight-side{display:grid;gap:10px}.eb24-spotlight-small{display:grid;grid-template-columns:112px 1fr;gap:10px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:8px;box-shadow:var(--sh);min-height:82px}.eb24-spotlight-small-img{border-radius:8px;overflow:hidden}.eb24-spotlight-small-img img{width:100%;height:100%;object-fit:cover}.eb24-spotlight-small h4{font-size:.8rem;line-height:1.4}.eb24-spotlight-small h4 a{color:var(--dark)}.eb24-spotlight-small span{display:block;color:var(--muted);font-size:.62rem;margin-top:5px}

/* Compact list */
.eb24-compact-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.eb24-compact-item{display:grid;grid-template-columns:118px 1fr;gap:11px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:9px;box-shadow:var(--sh)}.eb24-compact-img{border-radius:9px;overflow:hidden;min-height:82px}.eb24-compact-img img{width:100%;height:100%;object-fit:cover}.eb24-compact-cat{display:inline-block;color:var(--red);font-size:.64rem;font-weight:800;margin-bottom:2px}.eb24-compact-body h4{font-size:.84rem;line-height:1.45}.eb24-compact-body h4 a{color:var(--dark)}.eb24-compact-date{display:block;color:var(--muted);font-size:.63rem;margin-top:5px}.eb24-grid4-modern .card .ctit{font-size:.82rem}

/* General modern polish */
.home-section{margin-bottom:30px}.site-header{backdrop-filter:saturate(180%) blur(8px)}.card,.cat-mini-box,.fb-col,.eb24-multicat-card,.eb24-compact-item{backface-visibility:hidden}.loadmore{border-radius:999px!important;padding-left:20px!important;padding-right:20px!important}.eb24-latest-section{padding-top:2px}

@media(max-width:1024px){.main-nav.nav-sticky{top:64px}.home-hero{grid-template-columns:minmax(0,1fr) 260px}.home-hero .fb-col{grid-column:1/-1}.home-hero .fb-col .fb-embed{min-height:240px!important}.eb24-multicat-3{grid-template-columns:repeat(2,minmax(0,1fr))}.eb24-spotlight{grid-template-columns:1fr}.eb24-spotlight-side{grid-template-columns:1fr 1fr}}
@media(max-width:768px){.main-nav.nav-sticky{position:relative;top:auto}.home-hero,.home-hero-no-fb{grid-template-columns:1fr}.eb24-multicat-3,.eb24-multicat-2,.eb24-compact-grid{grid-template-columns:1fr}.eb24-spotlight-lead{min-height:320px}.eb24-spotlight-side{grid-template-columns:1fr}.slide img,.eb24-hero-placeholder{aspect-ratio:16/10}.site-header{position:relative}}
@media(max-width:480px){.eb24-spotlight-small{grid-template-columns:96px 1fr}.eb24-compact-item{grid-template-columns:95px 1fr}.eb24-mc-thumb{width:58px;height:44px}.eb24-spotlight-body{padding:16px}}


/* ================================================================
   v6.1 — Responsive Slider + Auto Category Responsive System
================================================================ */
/* Slider width is controlled from Homepage Builder. Remaining space is shared
   by the mini-category/Facebook columns, so the hero never exceeds its container. */
.home-hero{
  grid-template-columns:minmax(0,var(--eb24-slider-width,58%)) minmax(0,1fr) minmax(0,1fr);
  align-items:stretch;
}
.home-hero-no-fb{
  grid-template-columns:minmax(0,var(--eb24-slider-width,58%)) minmax(240px,1fr);
}
.hero-main-col,.col2-cats,.fb-col{min-width:0}
.slideshow{
  width:100%;
  height:var(--eb24-slide-h-desktop,430px);
  min-height:260px;
}
.slide.active{height:100%}
.slide>a{display:block;width:100%;height:100%}
.slide img,.eb24-hero-placeholder{
  width:100%;
  height:100%;
  min-height:100%;
  aspect-ratio:auto;
  object-fit:var(--eb24-slide-fit,cover);
}
.eb24-hero-placeholder{display:block}
.slide-body{max-width:min(90%,860px)}

/* Mini category cards resize cleanly and never force the hero wider. */
.col2-cats{width:100%;align-content:start}
.cat-mini-box,.cat-mini-list,.cml-copy{min-width:0}
.cat-mini-head{gap:8px}
.cat-mini-head .cmh-title,.cat-mini-head a{min-width:0}
.cat-mini-head .cmh-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cml-item{min-width:0}
.cml-title{overflow-wrap:anywhere}

/* Every news/category grid uses minmax(0,1fr) to stop long Bengali/English titles
   from causing horizontal overflow. */
.grid3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid4{grid-template-columns:repeat(4,minmax(0,1fr))}
.grid2,.tricat-grid,.duocat-grid,.acc-grid,.eb24-multicat,.eb24-compact-grid{min-width:0}
.card,.tricat-col,.duocat-col,.eb24-multicat-card,.eb24-compact-item{min-width:0}
.card .ctit,.tricat-item-tit,.duocat-row-tit,.eb24-mc-row strong,.eb24-compact-body h4{overflow-wrap:anywhere}

/* Category/archive/search result pages: columns can be selected in wp-admin. */
.category .grid3,.archive .grid3,.search .grid3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

@media(max-width:1024px){
  .home-hero,.home-hero-no-fb{
    grid-template-columns:minmax(0,var(--eb24-slider-width-tablet,66%)) minmax(220px,1fr);
  }
  .home-hero .fb-col{grid-column:1/-1}
  .slideshow{height:var(--eb24-slide-h-tablet,360px);min-height:240px}
  .category .grid3,.archive .grid3,.search .grid3{
    grid-template-columns:repeat(var(--eb24-cat-tablet-cols,2),minmax(0,1fr));
  }
}

@media(max-width:768px){
  .home-hero,.home-hero-no-fb{grid-template-columns:minmax(0,1fr)}
  .slideshow{height:var(--eb24-slide-h-tablet,360px);min-height:220px}
  .col2-cats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
  .cat-mini-box{height:100%}
  .fb-col{grid-column:auto}
  .slide-title{font-size:clamp(1rem,4.4vw,1.45rem)}
  .slide-body{left:14px;right:14px;bottom:18px;max-width:none}
  .sarr{width:36px;height:36px}
  .sec-title{min-width:0}
  .st-name{min-width:0;overflow-wrap:anywhere}
  .st-more{flex-shrink:0}
}

@media(max-width:620px){
  .slideshow{height:var(--eb24-slide-h-mobile,260px);min-height:190px;border-radius:10px}
  .col2-cats{grid-template-columns:minmax(0,1fr)}
  .cat-mini-box{display:block}
  .cat-mini-head{padding:9px 11px}
  .cat-mini-head .cmh-title{font-size:.88rem}
  .cml-img{width:50px;height:50px;border-radius:10px}
  .cml-title{font-size:.84rem}
  .slide-dots{bottom:7px;right:8px}
  .slide-cat{font-size:.64rem}
  .eb24-slide-meta{font-size:.64rem}
  .category .grid3,.archive .grid3,.search .grid3{
    grid-template-columns:repeat(var(--eb24-cat-mobile-cols,1),minmax(0,1fr));
    gap:10px;
  }
  .category .card .cb,.archive .card .cb,.search .card .cb{padding:9px 10px 11px}
  .category .card .ctit,.archive .card .ctit,.search .card .ctit{font-size:.8rem;line-height:1.42}
  .category .card .cm,.archive .card .cm,.search .card .cm{font-size:.62rem;gap:5px}
  .arc-head{padding:18px 16px;border-radius:14px}
  .page-wrap{gap:14px;padding-top:14px}
}

@media(max-width:420px){
  .container{padding-left:10px;padding-right:10px}
  .slideshow{height:var(--eb24-slide-h-mobile,260px)}
  .slide-body{left:12px;right:12px;bottom:15px}
  .slide-title{font-size:1rem;line-height:1.35}
  .sarr{width:32px;height:32px}
  .cat-mini-list{padding:7px 9px}
  .cml-item{gap:9px;padding:7px 0}
  .eb24-multicat-body{padding:10px}
  .eb24-spotlight-lead{min-height:280px}
  .eb24-spotlight-body{padding:14px}
  .eb24-compact-item{grid-template-columns:88px minmax(0,1fr)}
}


/* ── Footer menu ── */
.footer-menu-wrap{background:rgba(255,255,255,.72);border:1px solid var(--border);border-radius:14px;padding:16px 18px;margin:0 0 24px;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.footer-menu-title{font-family:var(--fh);font-size:1rem;font-weight:800;color:var(--dark);margin-bottom:10px}
.footer-menu-list{display:flex;flex-wrap:wrap;gap:10px 12px}
.footer-menu-list li{list-style:none}
.footer-menu-list a{display:inline-flex;align-items:center;justify-content:center;padding:8px 13px;border-radius:999px;background:#fff;border:1px solid var(--border);color:var(--txt);font-weight:700;font-size:.85rem;line-height:1.2;transition:all var(--ease)}
.footer-menu-list a:hover{background:var(--red);color:#fff;border-color:var(--red);transform:translateY(-1px)}
@media(max-width:680px){.footer-menu-wrap{padding:14px}.footer-menu-list{gap:8px}.footer-menu-list li{width:100%}.footer-menu-list a{width:100%}}


/* ================================================================
   v6.6 — Responsive polish + footer/menu/mobile overlay upgrade
================================================================ */
/* Sticky header/nav refinement */
.site-header{top:0;z-index:930}
.main-nav.nav-sticky{position:sticky;top:78px;z-index:920}

/* Mobile overlay nav */
.eb24-nav-overlay{position:fixed;inset:0;background:rgba(15,23,42,.58);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all .25s ease;z-index:940}
.eb24-nav-overlay.show{opacity:1;visibility:visible}
body.eb24-nav-open{overflow:hidden}
@media(max-width:768px){
  .site-header{position:sticky;top:0}
  .main-nav{position:sticky;top:58px;z-index:925}
  .main-nav::after{display:none}
  .nav-inner{position:static}
  .nav-list{display:flex;flex-direction:column;flex-wrap:nowrap;position:fixed;top:0;right:0;left:auto;width:min(88vw,340px);height:100vh;max-height:100vh;overflow:auto;padding:86px 0 24px;background:linear-gradient(180deg,#ffffff,#fff7f7);box-shadow:-18px 0 40px rgba(15,23,42,.22);border-left:1px solid var(--border);transform:translateX(104%);transition:transform .28s ease;z-index:950}
  .nav-list.open{transform:translateX(0)}
  .nav-list>li>a{padding:14px 18px;border-bottom:1px solid var(--border);font-size:.97rem}
  .nav-list li ul{display:none;background:#f8fafc;border-top:1px solid var(--border);padding:6px 0 8px}
  .nav-list li ul.open{display:block}
  .nav-list li ul li a{padding:10px 24px 10px 32px;font-size:.84rem}
  .nav-btn{display:flex;position:relative;z-index:960}
  .hdr-search{order:4}
}

/* Footer nav upgraded */
.footer-menu-wrap{background:linear-gradient(135deg,#ffffff,#fff7f8);border:1px solid #f2d7db;border-radius:18px;padding:18px 20px 20px;box-shadow:0 10px 26px rgba(226,55,68,.06)}
.footer-menu-title{display:flex;align-items:center;gap:9px;font-size:1.03rem}
.footer-menu-title::before{content:'•';display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,var(--red),var(--purple2));color:#fff;font-size:18px;line-height:1}
.footer-menu-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.footer-menu-list li{min-width:0}
.footer-menu-list a{width:100%;justify-content:flex-start;padding:12px 14px;border-radius:14px;background:#fff;border:1px solid #eedfe2;box-shadow:0 3px 12px rgba(15,23,42,.04);font-size:.88rem}
.footer-menu-list a::before{content:'›';margin-right:8px;color:var(--red);font-weight:900}
.footer-menu-list a:hover{background:linear-gradient(135deg,var(--red),var(--purple2));color:#fff;border-color:transparent;transform:translateY(-2px)}
.footer-menu-list a:hover::before{color:#fff}
@media(max-width:980px){.footer-menu-list{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.footer-menu-list{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-menu-wrap{padding:16px}}
@media(max-width:480px){.footer-menu-list{grid-template-columns:1fr}.footer-menu-list a{padding:11px 12px}}

/* Marquee bullet update */
.break-bar{border-radius:14px;overflow:hidden}
.ticker-move .tdot{margin-right:20px;border-radius:999px;padding:3px 8px;background:linear-gradient(135deg,#fff,#fff8f8);box-shadow:0 0 0 1px rgba(226,55,68,.16),0 4px 12px rgba(0,0,0,.05)}
.ticker-move .tdot img{height:20px;max-width:64px}

/* Homepage module responsiveness */
.home-section,.eb24-mod,.eb24-module,[class*="eb24-"]{min-width:0}
.grid4,.grid3,.grid2,.tricat-grid,.duocat-grid,.acc-grid,.eb24-compact-grid,.eb24-multicat-3,.eb24-multicat-2,.eb24-multicat,.eb24-spotlight,.footer-top-row{min-width:0}
@media(max-width:1180px){
  .grid4{grid-template-columns:repeat(3,minmax(0,1fr))}
  .tricat-grid,.duocat-grid,.acc-grid,.eb24-multicat-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .footer-top-row{grid-template-columns:1fr;gap:16px}
}
@media(max-width:900px){
  .grid4,.grid3,.grid2,.tricat-grid,.duocat-grid,.acc-grid,.eb24-multicat-3,.eb24-multicat-2,.eb24-multicat,.eb24-compact-grid,.eb24-spotlight,.eb24-spotlight-side{grid-template-columns:1fr !important}
  .card,.eb24-compact-item,.eb24-spotlight-small,.eb24-mc-row,.duocat-row,.tricat-list li{min-width:0}
  .card img,.eb24-mc-lead-img img,.eb24-compact-img img,.eb24-spotlight-image img{width:100%;height:auto;object-fit:cover}
}
@media(max-width:640px){
  .sec-title{gap:7px;align-items:flex-start;flex-wrap:wrap}
  .st-more{margin-left:0}
  .break-bar{height:auto;min-height:44px}
  .break-tag{padding:0 14px 0 12px;font-size:.8rem}
  .ticker-move a{font-size:.92rem}
  .eb24-spotlight-body h3,.slide-title{word-break:break-word}
  .duocat-lead,.eb24-spotlight-lead{aspect-ratio:16/10;min-height:auto}
}


/* ================================================================
   v6.8 — Homepage modules: mobile single-column list view
   Applies only to homepage module layouts; desktop/tablet styling stays intact.
================================================================ */
@media(max-width:700px){
  /* Shared single-column stack for requested module types */
  .home-section > .grid3,
  .home-section > .grid4,
  .home-section > .ovl-grid,
  .home-section > .big-left,
  .home-section > .mag-lay,
  .home-section > .eb24-spotlight,
  .home-section .eb24-spotlight-side{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:9px !important;
  }

  /* 3-column grid / 4-column grid / 4-column strip => thumbnail + title list */
  .home-section > .grid3 > .card,
  .home-section > .grid4 > .card,
  .home-section > .big-left > .card,
  .home-section > .mag-lay > .card{
    display:grid !important;
    grid-template-columns:112px minmax(0,1fr) !important;
    align-items:stretch;
    min-height:92px;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 3px 12px rgba(15,23,42,.06);
    transform:none !important;
  }
  .home-section > .grid3 > .card .ct,
  .home-section > .grid4 > .card .ct,
  .home-section > .big-left > .card .ct,
  .home-section > .mag-lay > .card .ct{
    width:112px !important;
    height:100% !important;
    min-height:92px;
    aspect-ratio:auto !important;
    border-radius:0;
  }
  .home-section > .grid3 > .card .ct img,
  .home-section > .grid4 > .card .ct img,
  .home-section > .big-left > .card .ct img,
  .home-section > .mag-lay > .card .ct img{
    width:100% !important;
    height:100% !important;
    min-height:92px;
    object-fit:cover !important;
  }
  .home-section > .grid3 > .card .cb,
  .home-section > .grid4 > .card .cb,
  .home-section > .big-left > .card .cb,
  .home-section > .mag-lay > .card .cb{
    padding:9px 10px !important;
    min-width:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .home-section > .grid3 > .card .ctit,
  .home-section > .grid4 > .card .ctit,
  .home-section > .big-left > .card .ctit,
  .home-section > .mag-lay > .card .ctit{
    margin:0 0 5px !important;
    font-size:.88rem !important;
    line-height:1.42 !important;
    -webkit-line-clamp:3;
  }
  .home-section > .big-left > .card .cb > div[style*="font-size"]{display:none !important;}
  .home-section > .grid3 > .card .cm,
  .home-section > .grid4 > .card .cm,
  .home-section > .big-left > .card .cm,
  .home-section > .mag-lay > .card .cm{
    font-size:.62rem !important;
    margin-top:0 !important;
  }
  .home-section .card .cbadge{font-size:.58rem;padding:2px 6px;bottom:5px;left:5px;}

  /* Big-left + Magazine secondary stories keep the same list rhythm */
  .home-section > .big-left > div:last-child,
  .home-section > .mag-lay > div:last-child{
    display:grid;
    gap:8px;
  }
  .home-section > .big-left .lcard,
  .home-section > .mag-lay .lcard{
    display:grid;
    grid-template-columns:112px minmax(0,1fr);
    gap:10px;
    align-items:center;
    padding:0;
    min-height:88px;
    background:#fff;
    border:1px solid var(--border);
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 3px 12px rgba(15,23,42,.05);
  }
  .home-section > .big-left .lcard .lt,
  .home-section > .mag-lay .lcard .lt{
    width:112px;
    height:88px;
    border-radius:0;
  }
  .home-section > .big-left .lcard .lb,
  .home-section > .mag-lay .lcard .lb{padding:8px 10px 8px 0;}
  .home-section > .big-left .lcard .ltit,
  .home-section > .mag-lay .lcard .ltit{font-size:.84rem;line-height:1.4;-webkit-line-clamp:3;}
  .home-section > .big-left .lcard .lm,
  .home-section > .mag-lay .lcard .lm{font-size:.61rem;}

  /* Spotlight => every story becomes a horizontal list card */
  .home-section > .eb24-spotlight .eb24-spotlight-lead{
    position:relative;
    display:grid;
    grid-template-columns:118px minmax(0,1fr);
    min-height:96px !important;
    aspect-ratio:auto !important;
    background:#fff;
    border:1px solid var(--border);
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 3px 12px rgba(15,23,42,.06);
  }
  .home-section > .eb24-spotlight .eb24-spotlight-image{
    position:static;
    width:118px;
    height:100%;
    min-height:96px;
    overflow:hidden;
  }
  .home-section > .eb24-spotlight .eb24-spotlight-image img{height:100% !important;min-height:96px;object-fit:cover;}
  .home-section > .eb24-spotlight .eb24-spotlight-shade{display:none;}
  .home-section > .eb24-spotlight .eb24-spotlight-body{
    position:static;
    padding:9px 10px;
    color:var(--dark);
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-width:0;
  }
  .home-section > .eb24-spotlight .eb24-spotlight-cat{align-self:flex-start;font-size:.58rem;margin-bottom:4px;padding:2px 7px;}
  .home-section > .eb24-spotlight .eb24-spotlight-body h3{font-size:.9rem;line-height:1.42;margin:0;}
  .home-section > .eb24-spotlight .eb24-spotlight-body h3 a{color:var(--dark);}
  .home-section > .eb24-spotlight .eb24-spotlight-meta{font-size:.61rem;color:var(--muted);margin-top:5px;}
  .home-section .eb24-spotlight-small{
    grid-template-columns:112px minmax(0,1fr) !important;
    min-height:88px;
    padding:0;
    gap:10px;
    overflow:hidden;
  }
  .home-section .eb24-spotlight-small-img{width:112px;height:88px;border-radius:0;}
  .home-section .eb24-spotlight-small-img img{height:100% !important;object-fit:cover;}
  .home-section .eb24-spotlight-small > div:last-child{padding:8px 10px 8px 0;display:flex;flex-direction:column;justify-content:center;min-width:0;}
  .home-section .eb24-spotlight-small h4{font-size:.84rem;line-height:1.4;}
  .home-section .eb24-spotlight-small span{font-size:.61rem;}

  /* Image overlay => clean list card on mobile for easier reading */
  .home-section > .ovl-grid .ovl-card{
    display:grid;
    grid-template-columns:112px minmax(0,1fr);
    min-height:92px;
    aspect-ratio:auto;
    background:#fff;
    border:1px solid var(--border);
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 3px 12px rgba(15,23,42,.06);
    transform:none !important;
  }
  .home-section > .ovl-grid .ovl-card > a:first-child{display:block;width:112px;height:100%;min-height:92px;}
  .home-section > .ovl-grid .ovl-card > a:first-child img{width:112px;height:100%;min-height:92px;object-fit:cover;}
  .home-section > .ovl-grid .ovl-shade{display:none;}
  .home-section > .ovl-grid .ovl-body{
    position:static;
    padding:9px 10px;
    background:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-width:0;
  }
  .home-section > .ovl-grid .ovl-cat{align-self:flex-start;margin:0 0 4px;font-size:.58rem;padding:2px 7px;background:var(--red);color:#fff;border-radius:999px;}
  .home-section > .ovl-grid .ovl-title{font-size:.86rem;line-height:1.42;}
  .home-section > .ovl-grid .ovl-title a{color:var(--dark);}

  /* Tight phone spacing */
  .home-section{margin-bottom:22px;}
  .home-section .sec-title{margin-bottom:10px;}
}

@media(max-width:420px){
  .home-section > .grid3 > .card,
  .home-section > .grid4 > .card,
  .home-section > .big-left > .card,
  .home-section > .mag-lay > .card,
  .home-section > .eb24-spotlight .eb24-spotlight-lead,
  .home-section > .ovl-grid .ovl-card,
  .home-section > .big-left .lcard,
  .home-section > .mag-lay .lcard,
  .home-section .eb24-spotlight-small{
    grid-template-columns:96px minmax(0,1fr) !important;
  }
  .home-section > .grid3 > .card .ct,
  .home-section > .grid4 > .card .ct,
  .home-section > .big-left > .card .ct,
  .home-section > .mag-lay > .card .ct,
  .home-section > .eb24-spotlight .eb24-spotlight-image,
  .home-section > .ovl-grid .ovl-card > a:first-child,
  .home-section > .ovl-grid .ovl-card > a:first-child img,
  .home-section > .big-left .lcard .lt,
  .home-section > .mag-lay .lcard .lt,
  .home-section .eb24-spotlight-small-img{
    width:96px !important;
  }
}


/* ================================================================
   v6.9 — Requested seven homepage modules: mobile 12 × 1 list
================================================================ */
.eb24-mobile-12-list{display:none}
@media(max-width:700px){
  .home-section .eb24-desktop-module{display:none!important}
  .home-section .eb24-mobile-12-list{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;width:100%;min-width:0}
  .eb24-mobile-list-item{display:grid;grid-template-columns:108px minmax(0,1fr);gap:0;min-height:88px;background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 3px 12px rgba(15,23,42,.055);min-width:0}
  .eb24-mobile-list-img{display:block;width:108px;height:100%;min-height:88px;background:var(--bg);overflow:hidden}
  .eb24-mobile-list-img img{display:block;width:100%!important;height:100%!important;min-height:88px;object-fit:cover!important}
  .eb24-mobile-list-placeholder{display:flex;width:100%;height:100%;min-height:88px;align-items:center;justify-content:center;color:var(--muted);background:linear-gradient(135deg,#f3f6fa,#e9eef5)}
  .eb24-mobile-list-copy{display:flex;flex-direction:column;justify-content:center;padding:8px 10px;min-width:0}
  .eb24-mobile-list-cat{align-self:flex-start;max-width:100%;font-size:.58rem;font-weight:800;line-height:1.2;color:var(--red);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}
  .eb24-mobile-list-copy h4{margin:0;font-size:.86rem;line-height:1.42;font-family:var(--fh);font-weight:800;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}
  .eb24-mobile-list-copy h4 a{color:var(--dark)}
  .eb24-mobile-list-date{display:block;margin-top:5px;color:var(--muted);font-size:.60rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
@media(max-width:420px){
  .eb24-mobile-list-item{grid-template-columns:92px minmax(0,1fr);min-height:80px}
  .eb24-mobile-list-img{width:92px;min-height:80px}
  .eb24-mobile-list-img img,.eb24-mobile-list-placeholder{min-height:80px}
  .eb24-mobile-list-copy{padding:7px 9px}
  .eb24-mobile-list-copy h4{font-size:.82rem;line-height:1.38}
}


/* ================================================================
   v7.0 — Homepage Builder: unified modern mobile responsive system
   This final layer intentionally overrides older v6.x mobile rules.
================================================================ */
.eb24-module-section,
.eb24-module-section *{box-sizing:border-box}
.eb24-module-section{max-width:100%;min-width:0;overflow:visible}
.eb24-module-section img{max-width:100%}

/* Tablet: keep layout character, but never allow cramped 3/4-column cards. */
@media (min-width:768px) and (max-width:1100px){
  .eb24-module-section .grid4,
  .eb24-module-section .grid3,
  .eb24-module-section .ovl-grid,
  .eb24-module-section .acc-grid,
  .eb24-module-section .eb24-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .eb24-module-section .big-left,
  .eb24-module-section .mag-lay,
  .eb24-module-section .eb24-spotlight{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr)!important;gap:14px!important}
  .eb24-multicat-3{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .eb24-multicat-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .div-grid{grid-template-columns:minmax(210px,260px) minmax(0,1fr)!important}
}

/* Mobile foundation */
@media(max-width:767px){
  body{overflow-x:hidden}
  .container{width:100%;max-width:100%;padding-left:12px;padding-right:12px}
  .home-section,
  .eb24-module-section{width:100%;max-width:100%;min-width:0;margin-bottom:20px!important;overflow:visible}

  /* Modern section heading: title left, more button right. */
  .home-section .sec-title{
    display:grid!important;
    grid-template-columns:4px minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:9px!important;
    min-height:42px;
    margin:0 0 10px!important;
    padding:0 0 8px!important;
    border-bottom:1px solid #e9edf2!important;
  }
  .home-section .sec-title::before{width:44px!important;height:3px!important}
  .home-section .st-bar{width:4px;height:24px;border-radius:99px}
  .home-section .st-name{font-size:1rem!important;line-height:1.35!important;font-weight:900;min-width:0;white-space:normal;overflow-wrap:anywhere}
  .home-section .st-more{margin:0!important;padding:5px 10px!important;font-size:.67rem!important;border-width:1px!important;background:#fff;box-shadow:0 2px 8px rgba(15,23,42,.04)}

  /* All standard single-category designs use the v7 mobile list. */
  .eb24-module-section .eb24-desktop-module{display:none!important}
  .eb24-module-section .eb24-mobile-12-list{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:9px!important;
    width:100%!important;
    min-width:0!important;
  }
  .eb24-mobile-list-item{
    position:relative;
    display:grid!important;
    grid-template-columns:112px minmax(0,1fr)!important;
    gap:0!important;
    width:100%;
    min-width:0;
    min-height:92px;
    background:linear-gradient(135deg,#fff 0%,#fff 72%,#fff8f8 100%);
    border:1px solid #e7ebf0!important;
    border-radius:14px!important;
    overflow:hidden!important;
    box-shadow:0 4px 14px rgba(15,23,42,.055)!important;
    transform:none!important;
  }
  .eb24-mobile-list-item::before{
    content:'';position:absolute;left:0;top:0;bottom:0;width:3px;
    background:linear-gradient(180deg,var(--red),var(--purple2));z-index:2
  }
  .eb24-mobile-list-img{
    width:112px!important;height:100%!important;min-height:92px!important;
    overflow:hidden!important;background:#eef2f6!important;display:block!important
  }
  .eb24-mobile-list-img img{
    display:block!important;width:100%!important;height:100%!important;min-height:92px!important;
    object-fit:cover!important;object-position:center!important;transition:none!important
  }
  .eb24-mobile-list-placeholder{min-height:92px!important;background:linear-gradient(135deg,#f3f6fa,#e7edf4)!important}
  .eb24-mobile-list-copy{
    display:flex!important;flex-direction:column!important;justify-content:center!important;
    min-width:0!important;padding:9px 11px 8px!important
  }
  .eb24-mobile-list-cat{
    align-self:flex-start;display:inline-flex!important;max-width:100%;margin:0 0 4px!important;
    padding:2px 7px;border-radius:999px;background:#fff1f2;color:var(--red)!important;
    font-size:.59rem!important;font-weight:900!important;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
  }
  .eb24-mobile-list-copy h4{
    margin:0!important;font-family:var(--fh)!important;font-size:.9rem!important;font-weight:850!important;
    line-height:1.42!important;display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:3;
    overflow:hidden!important;overflow-wrap:anywhere;word-break:normal
  }
  .eb24-mobile-list-copy h4 a{color:#172033!important;text-decoration:none}
  .eb24-mobile-list-date{margin-top:5px!important;color:#7b8797!important;font-size:.61rem!important;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

  /* 2/3-category designs: each category becomes a clean stacked mobile panel. */
  .eb24-multicat-section .eb24-multicat,
  .eb24-multicat-3,
  .eb24-multicat-2{
    display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;width:100%!important
  }
  .eb24-multicat-card{
    width:100%;min-width:0;border-radius:16px!important;border:1px solid #e6eaf0!important;
    box-shadow:0 5px 16px rgba(15,23,42,.055)!important;overflow:hidden!important;transform:none!important
  }
  .eb24-multicat-card>header>a{padding:11px 12px!important;font-size:.9rem;gap:8px}
  .eb24-multicat-card>header b{font-size:.62rem!important}
  .eb24-multicat-body{padding:9px!important}
  .eb24-mc-lead{
    display:grid!important;grid-template-columns:108px minmax(0,1fr)!important;grid-template-rows:auto auto!important;
    align-items:center;column-gap:10px;row-gap:3px;margin:0 0 7px!important;padding:0 0 8px!important;min-width:0
  }
  .eb24-mc-lead-img{
    grid-column:1;grid-row:1/3;width:108px!important;height:82px!important;aspect-ratio:auto!important;
    margin:0!important;border-radius:10px!important;overflow:hidden
  }
  .eb24-mc-lead-img img{width:100%!important;height:100%!important;object-fit:cover!important}
  .eb24-mc-lead strong{grid-column:2;grid-row:1;font-size:.86rem!important;line-height:1.4!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-width:0}
  .eb24-mc-lead small{grid-column:2;grid-row:2;margin:0!important;font-size:.6rem!important}
  .eb24-mc-row{display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;gap:9px!important;padding:7px 0!important;align-items:center!important;min-width:0}
  .eb24-mc-thumb{width:76px!important;height:58px!important;border-radius:9px!important}
  .eb24-mc-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}
  .eb24-mc-row strong{font-size:.8rem!important;line-height:1.38!important;-webkit-line-clamp:3!important}
  .eb24-mc-row small{font-size:.58rem!important;margin-top:3px!important}

  /* Hero / first-screen arrangement */
  .home-hero,.home-hero-no-fb{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:11px!important;width:100%!important}
  .hero-main-col,.col2-cats,.fb-col{width:100%!important;min-width:0!important}
  .slideshow{width:100%!important;height:clamp(220px,var(--eb24-slide-h-mobile,260px),340px)!important;min-height:220px!important;border-radius:14px!important}
  .slide-body{left:13px!important;right:13px!important;bottom:16px!important;max-width:none!important}
  .slide-title{font-size:clamp(1rem,4.3vw,1.3rem)!important;line-height:1.38!important;-webkit-line-clamp:3}
  .col2-cats{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:9px!important}
  .cat-mini-box{border-radius:14px!important;overflow:hidden;box-shadow:0 4px 14px rgba(15,23,42,.05)!important}
  .cat-mini-head{padding:10px 11px!important}
  .cml-item{display:grid!important;grid-template-columns:72px minmax(0,1fr)!important;gap:9px!important;align-items:center!important}
  .cml-img{width:72px!important;height:58px!important;border-radius:9px!important}
  .cml-title{font-size:.82rem!important;line-height:1.4!important}
  .fb-col,.fb-embed{max-width:100%!important;overflow:hidden!important}

  /* Division Map design */
  .eb24-module-type-division .div-mod{padding:12px!important;border-radius:16px!important;overflow:hidden}
  .eb24-module-type-division .div-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important}
  .eb24-module-type-division .map-wrap{width:min(100%,360px)!important;max-width:100%!important;margin:0 auto!important;overflow:hidden}
  .eb24-module-type-division .map-wrap img,
  .eb24-module-type-division .map-wrap svg{max-width:100%!important;height:auto!important}
  .eb24-module-type-division .div-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .eb24-module-type-division .div-btn{min-width:0!important;padding:9px 10px!important;font-size:.76rem!important;border:1px solid rgba(39,174,96,.12)!important;background:rgba(255,255,255,.88)!important}
  .eb24-module-type-division .dcount{margin-left:auto;font-size:.58rem;white-space:nowrap}
  .eb24-module-type-division .div-news{width:100%;max-width:100%;overflow:hidden}

  /* Any unexpected legacy module/grid still collapses safely. */
  .home-section .grid4,.home-section .grid3,.home-section .grid2,
  .home-section .ovl-grid,.home-section .acc-grid,.home-section .big-left,
  .home-section .mag-lay,.home-section .eb24-compact-grid,.home-section .eb24-spotlight,
  .home-section .eb24-spotlight-side,.home-section .tricat-grid,.home-section .duocat-grid{
    grid-template-columns:minmax(0,1fr)!important;max-width:100%!important;min-width:0!important
  }
}

/* Narrow phones: keep image useful without stealing title space. */
@media(max-width:430px){
  .container{padding-left:10px;padding-right:10px}
  .eb24-mobile-list-item{grid-template-columns:94px minmax(0,1fr)!important;min-height:82px}
  .eb24-mobile-list-img{width:94px!important;min-height:82px!important}
  .eb24-mobile-list-img img,.eb24-mobile-list-placeholder{min-height:82px!important}
  .eb24-mobile-list-copy{padding:7px 9px!important}
  .eb24-mobile-list-copy h4{font-size:.84rem!important;line-height:1.38!important}
  .eb24-mobile-list-cat{font-size:.55rem!important}
  .eb24-mobile-list-date{font-size:.56rem!important}
  .eb24-mc-lead{grid-template-columns:94px minmax(0,1fr)!important}
  .eb24-mc-lead-img{width:94px!important;height:74px!important}
  .eb24-mc-row{grid-template-columns:68px minmax(0,1fr)!important}
  .eb24-mc-thumb{width:68px!important;height:52px!important}
  .eb24-module-type-division .div-list{grid-template-columns:minmax(0,1fr)!important}
  .cml-item{grid-template-columns:64px minmax(0,1fr)!important}
  .cml-img{width:64px!important;height:54px!important}
}

/* ================================================================
   v7.1 — Modern Category + Single Post responsive refresh
================================================================ */
:root{
  --eb24-soft:#f6f8fb;
  --eb24-soft-red:#fff5f6;
  --eb24-ink:#152033;
  --eb24-card-radius:20px;
  --eb24-card-shadow:0 12px 32px rgba(18,32,51,.07);
}

/* Site-wide modern polish without adding frontend JS */
body{background:linear-gradient(180deg,#fff 0,#f8fafc 420px,#f6f8fb 100%)}
.home-section,.arc-head,.artbox,.sw,.card{transition:box-shadow .22s ease,border-color .22s ease,transform .22s ease}
.card:hover,.sw:hover{box-shadow:0 12px 28px rgba(15,23,42,.08)}

/* ---------- Modern category/archive ---------- */
.eb24-category-page{padding-top:18px;padding-bottom:34px}
.arc-head-modern{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:32px 34px;margin-bottom:16px;border-radius:24px;background:linear-gradient(125deg,#b31527 0%,#df3348 48%,#7131a8 100%);box-shadow:0 16px 36px rgba(130,24,46,.18)}
.arc-head-modern::before{content:'';position:absolute;width:260px;height:260px;border-radius:50%;right:5%;top:-150px;background:rgba(255,255,255,.08)}
.arc-head-modern::after{width:190px;height:190px;right:-35px;top:auto;bottom:-90px;background:radial-gradient(circle,rgba(255,255,255,.22),transparent 68%);opacity:1}
.arc-head-copy{position:relative;z-index:2;min-width:0;max-width:850px}
.arc-kicker{display:inline-flex;align-items:center;gap:7px;padding:6px 11px;margin-bottom:10px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.25px}
.arc-head-modern h1{font-size:clamp(1.65rem,3vw,2.65rem);line-height:1.18;margin:0 0 9px;letter-spacing:-.02em}
.arc-head-modern p{max-width:760px;color:rgba(255,255,255,.82);font-size:.92rem;line-height:1.7;margin:0}
.arc-head-modern .arc-meta{margin-top:14px;color:rgba(255,255,255,.82);gap:9px}
.arc-head-modern .arc-meta span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.10)}
.arc-head-modern .arc-meta i{color:#ffe68c}
.arc-head-mark{position:relative;z-index:2;flex:0 0 auto;width:116px;height:116px;border-radius:32px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.20);box-shadow:inset 0 0 40px rgba(255,255,255,.08);font-size:3.25rem;color:rgba(255,255,255,.95);transform:rotate(4deg)}

.cat-chipbar{display:flex;align-items:center;gap:12px;margin:0 0 6px;padding:11px 12px;background:rgba(255,255,255,.92);border:1px solid var(--border);border-radius:16px;box-shadow:0 5px 18px rgba(15,23,42,.04);overflow:hidden}
.cat-chip-label{flex:0 0 auto;font-size:.72rem;font-weight:900;color:var(--muted);text-transform:uppercase;letter-spacing:.45px}
.cat-chip-scroll{display:flex;gap:7px;min-width:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.cat-chip-scroll::-webkit-scrollbar{display:none}
.cat-chip-scroll a{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:#fff5f6;color:#b31527;border:1px solid #f3d5da;font-size:.78rem;font-weight:800;white-space:nowrap}
.cat-chip-scroll a:hover{background:var(--red);color:#fff;border-color:var(--red)}
.cat-chip-scroll small{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:rgba(0,0,0,.06);font-size:.62rem}

.category-modern-wrap{grid-template-columns:minmax(0,1fr) 326px;gap:26px;padding-top:18px}
.category-main{min-width:0}
.cat-lead-story{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.85fr);overflow:hidden;margin-bottom:20px;background:#fff;border:1px solid var(--border);border-radius:var(--eb24-card-radius);box-shadow:var(--eb24-card-shadow)}
.cat-lead-media{display:block;position:relative;min-height:355px;background:linear-gradient(135deg,#eef2f7,#e6e9ef);overflow:hidden}
.cat-lead-media::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 65%,rgba(0,0,0,.08));pointer-events:none}
.cat-lead-media img{width:100%;height:100%;min-height:355px;object-fit:cover;display:block;transition:transform .45s ease}
.cat-lead-story:hover .cat-lead-media img{transform:scale(1.025)}
.cat-lead-placeholder,.category-news-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f3f8,#e7ebf2);color:#a8b1bf;font-size:2.4rem}
.cat-lead-copy{display:flex;flex-direction:column;justify-content:center;padding:28px 26px;min-width:0}
.cat-lead-badge,.category-news-cat{align-self:flex-start;display:inline-flex;padding:5px 10px;border-radius:999px;background:var(--eb24-soft-red);border:1px solid #f3d5da;color:#b31527;font-size:.68rem;font-weight:900;margin-bottom:10px}
.cat-lead-copy h2{font-family:var(--fh);font-size:clamp(1.35rem,2.25vw,2rem);line-height:1.35;margin:0 0 12px;overflow-wrap:anywhere}
.cat-lead-copy h2 a{color:var(--eb24-ink)}
.cat-lead-copy h2 a:hover{color:var(--red)}
.cat-lead-copy p{font-size:.88rem;line-height:1.72;color:var(--muted);margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.cat-lead-meta,.category-news-meta{display:flex;align-items:center;gap:13px;flex-wrap:wrap;font-size:.68rem;color:var(--muted)}
.cat-lead-meta span,.category-news-meta span{display:inline-flex;align-items:center;gap:5px}
.cat-lead-meta i,.category-news-meta i{color:var(--red)}

.category-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.category-news-card{display:grid;grid-template-columns:154px minmax(0,1fr);gap:13px;padding:11px;background:#fff;border:1px solid var(--border);border-radius:17px;box-shadow:0 5px 18px rgba(15,23,42,.045);min-width:0}
.category-news-card:hover{border-color:#efcbd0;box-shadow:0 12px 26px rgba(15,23,42,.07);transform:translateY(-2px)}
.category-news-img{display:block;aspect-ratio:4/3;overflow:hidden;border-radius:13px;background:#edf1f6;min-width:0}
.category-news-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.category-news-card:hover .category-news-img img{transform:scale(1.04)}
.category-news-copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;padding:3px 3px 3px 0}
.category-news-cat{padding:3px 8px;margin-bottom:6px;font-size:.61rem}
.category-news-copy h3{font-family:var(--fh);font-size:.92rem;line-height:1.48;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}
.category-news-copy h3 a{color:var(--eb24-ink)}
.category-news-copy h3 a:hover{color:var(--red)}
.category-news-copy p{display:none;font-size:.76rem;line-height:1.6;color:var(--muted);margin:0 0 8px}
.category-news-meta{margin-top:auto;font-size:.61rem;gap:8px}
.modern-empty-state{padding:50px 24px;text-align:center;background:#fff;border:1px dashed #d6dce5;border-radius:20px;color:var(--muted)}
.modern-empty-state i{font-size:2.3rem;color:#c5ccd7;margin-bottom:9px}
.modern-empty-state h3{font-size:1rem;color:var(--dark)}
.modern-sticky-sidebar{align-self:start;position:sticky;top:112px}
.category-modern-wrap .sidebar>.sidebar{gap:18px}

.pagination{margin:24px 0 0;display:flex;justify-content:center;gap:6px;flex-wrap:wrap}
.pagination span{display:inline-flex}
.pagination a,.pagination .current{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:12px;background:#fff;border:1px solid var(--border);color:var(--txt);font-size:.8rem;font-weight:800;box-shadow:0 3px 10px rgba(15,23,42,.035)}
.pagination a:hover,.pagination .current{background:linear-gradient(135deg,var(--red),var(--purple2));color:#fff;border-color:transparent}

/* ---------- Modern single article ---------- */
.single-modern-page{padding-top:15px;padding-bottom:38px}
.single-modern-wrap{grid-template-columns:minmax(0,1fr) 326px;gap:28px;padding-top:8px}
.single-modern-main{min-width:0}
.artbox-modern{padding:0;overflow:hidden;border-radius:24px;border:1px solid #e7eaf0;box-shadow:0 14px 38px rgba(15,23,42,.075);background:#fff}
.article-hero-head{padding:30px 34px 22px;background:linear-gradient(180deg,#fff,#fff 72%,#fbfcfe)}
.artbox-modern .art-cats{margin-bottom:14px}
.artbox-modern .actag,.artbox-modern .actag-div{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:999px;font-size:.67rem;box-shadow:none}
.artbox-modern .actag{background:#fff0f2;color:#b3172b;border:1px solid #f3ccd3}
.artbox-modern .actag-div{background:#eefbf6;color:#16815f;border:1px solid #cbeee1}
.artbox-modern .art-title{font-size:clamp(2rem,4.2vw,3.45rem);letter-spacing:-.025em;line-height:1.22;margin:0 0 12px;color:#111b2c;overflow-wrap:anywhere}
.article-deck{max-width:900px;margin:0 0 19px;color:#5f6b7b;font-family:var(--fh);font-size:clamp(.98rem,1.4vw,1.13rem);line-height:1.72}
.article-meta-shell{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding-top:15px;border-top:1px solid #edf0f4}
.article-author-mini{display:flex;align-items:center;gap:9px;padding-right:14px;border-right:1px solid #e8ecf1}
.article-author-mini-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 0 0 1px #e6eaf0}
.article-author-mini span{display:flex;flex-direction:column;line-height:1.2}
.article-author-mini small{font-size:.58rem;color:#8b95a5;text-transform:uppercase;letter-spacing:.45px;font-weight:800}
.article-author-mini a{font-size:.78rem;color:var(--dark);font-weight:900;margin-top:3px}
.art-byline-modern{flex:1;margin:0;padding:0;border:0;gap:8px}
.art-byline-modern span{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;background:#f7f9fc;color:#687386;border:1px solid #edf0f4;font-size:.68rem}
.art-byline-modern i{color:#cc3044}
.font-ctrl-modern{margin-left:auto;display:flex;padding:3px;border-radius:12px;background:#f6f8fb;border:1px solid #e7eaf0}
.font-ctrl-modern button{width:34px;height:32px;padding:0;border:0;background:transparent;border-radius:9px;font-weight:900}
.font-ctrl-modern button:hover{background:#fff;color:var(--red);box-shadow:0 2px 8px rgba(15,23,42,.06)}

.art-featimg-modern{margin:0 0 24px;border-radius:0;background:#eef2f7;overflow:hidden}
.art-featimg-modern img{width:100%;height:auto;max-height:none;aspect-ratio:16/9;object-fit:cover;display:block}
.art-featimg-modern figcaption{display:flex;align-items:center;gap:7px;padding:8px 34px;background:#f8fafc;color:#7b8594;border-top:1px solid #edf0f4;font-size:.68rem}
.article-ad{margin:0 34px 22px}
.art-body-modern{max-width:850px;margin:0 auto;padding:0 34px 8px;font-size:1.08rem;line-height:2.02;color:#253247;font-family:var(--fh)}
.art-body-modern>p:first-child::first-letter{font-size:2.9em;font-weight:900;line-height:.86;float:left;margin:9px 9px 0 0;color:var(--red)}
.art-body-modern p{margin-bottom:1.18em}
.art-body-modern h2{font-size:clamp(1.25rem,2vw,1.55rem);line-height:1.45;margin:30px 0 13px;padding:10px 13px;border-left:5px solid var(--red);background:linear-gradient(90deg,#fff4f5,transparent 70%);border-radius:0 10px 10px 0}
.art-body-modern h3{font-size:clamp(1.08rem,1.6vw,1.3rem);line-height:1.5;margin:23px 0 10px;color:#29374a}
.art-body-modern img{max-width:100%;height:auto;margin:20px auto;border-radius:16px;box-shadow:0 8px 24px rgba(15,23,42,.08)}
.art-body-modern figure{max-width:100%;margin:22px 0}
.art-body-modern blockquote{position:relative;margin:25px 0;padding:20px 22px 20px 52px;border:0;border-radius:16px;background:linear-gradient(135deg,#fff9e8,#fffdf6);box-shadow:inset 4px 0 0 #e9b83e;color:#344155;font-style:normal}
.art-body-modern blockquote::before{content:'“';position:absolute;left:17px;top:8px;color:#e2ad2e;font-size:3rem;font-family:Georgia,serif;line-height:1}
.art-body-modern table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:12px;border:1px solid #e3e7ed;margin:20px 0}
.art-body-modern th,.art-body-modern td{padding:10px 12px;border-bottom:1px solid #e9edf2;text-align:left}
.art-body-modern th{background:#f7f9fc;color:#253247;font-weight:800}
.art-body-modern tr:last-child td{border-bottom:0}

.art-tags-modern{max-width:850px;margin:14px auto 0;padding:18px 34px;align-items:center;border-top:1px solid #edf0f4}
.tag-label{display:inline-flex;align-items:center;gap:6px;color:#788293;font-size:.7rem;font-weight:900;margin-right:2px}
.art-tags-modern .tpill{background:#f7f9fc;border-color:#e4e8ee;padding:5px 10px}
.artbox-modern .sharebox{max-width:850px;margin:4px auto 22px;border-radius:17px;background:linear-gradient(135deg,#fff7f8,#fff);border:1px solid #f0dadd;padding:16px 18px;box-shadow:none}
.artbox-modern .sharebox h4{color:#6f7a8a;margin-bottom:10px}
.artbox-modern .shr{min-height:39px;box-shadow:none}

.single-author-box{max-width:850px;margin:0 auto 22px;padding:18px 20px;display:flex;align-items:center;gap:15px;border:1px solid #e7ebf0;border-radius:18px;background:linear-gradient(135deg,#fafcff,#fff);box-shadow:0 5px 18px rgba(15,23,42,.035)}
.single-author-photo{flex:0 0 auto}
.single-author-avatar{width:72px;height:72px;border-radius:50%;display:block;border:4px solid #fff;box-shadow:0 0 0 1px #e3e7ed}
.single-author-copy{min-width:0}
.single-author-kicker{display:block;color:#9a4350;font-size:.61rem;font-weight:900;text-transform:uppercase;letter-spacing:.55px;margin-bottom:2px}
.single-author-copy h3{font-size:1rem;margin:0 0 4px}
.single-author-copy h3 a{color:#1d2939}
.single-author-copy p{font-size:.76rem;line-height:1.65;color:#758091;margin:0}

.single-post-nav{max-width:850px;margin:0 auto 28px;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.single-post-nav-item{min-width:0}
.single-post-nav-item a{display:flex;height:100%;min-height:96px;flex-direction:column;justify-content:center;padding:15px 17px;border:1px solid #e5e9ef;border-radius:17px;background:#fff;color:#202c3e;box-shadow:0 4px 16px rgba(15,23,42,.035)}
.single-post-nav-item a:hover{border-color:#efcbd0;box-shadow:0 8px 20px rgba(15,23,42,.06);transform:translateY(-1px)}
.single-post-nav-item small{display:flex;align-items:center;gap:6px;color:#a52a3c;font-size:.63rem;font-weight:900;text-transform:uppercase;letter-spacing:.35px;margin-bottom:6px}
.single-post-nav-item strong{font-family:var(--fh);font-size:.82rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.single-post-nav-item.next{text-align:right}
.single-post-nav-item.next small{justify-content:flex-end}

.related-modern-section{max-width:100%;padding:22px 28px 28px;margin:0;border-top:1px solid #edf0f4;background:#fbfcfe}
.related-modern-grid{gap:12px}
.related-modern-grid .card{border-radius:15px;box-shadow:0 4px 14px rgba(15,23,42,.04)}
.comments-modern{margin:0 28px 28px;padding-top:22px;border-top:1px solid #edf0f4}

/* Sidebar modernization */
.modern-sticky-sidebar .sw{border-radius:17px;border-color:#e6eaf0;box-shadow:0 6px 20px rgba(15,23,42,.045)}
.modern-sticky-sidebar .sw-head{padding:11px 13px;font-size:.84rem}
.modern-sticky-sidebar .sw-body{padding:12px 13px}
.modern-sticky-sidebar .lcard{border-radius:10px;transition:background .18s ease}
.modern-sticky-sidebar .lcard:hover{background:#fafbfc}

@media(max-width:1180px){
  .category-modern-wrap,.single-modern-wrap{grid-template-columns:minmax(0,1fr) 292px;gap:20px}
  .category-news-grid{grid-template-columns:1fr}
  .category-news-card{grid-template-columns:170px minmax(0,1fr)}
  .category-news-copy p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .artbox-modern .art-title{font-size:clamp(1.85rem,4vw,3rem)}
}

@media(max-width:960px){
  .category-modern-wrap,.single-modern-wrap{grid-template-columns:1fr}
  .modern-sticky-sidebar{position:static;top:auto}
  .category-modern-wrap>.sidebar,.single-modern-wrap>.sidebar{margin-top:6px}
  .cat-lead-story{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)}
  .art-body-modern{max-width:none}
}

@media(max-width:760px){
  .eb24-category-page,.single-modern-page{padding-top:10px;padding-bottom:24px}
  .arc-head-modern{padding:23px 20px;border-radius:19px;gap:14px}
  .arc-head-modern h1{font-size:clamp(1.5rem,7vw,2.1rem)}
  .arc-head-modern p{font-size:.82rem;line-height:1.62}
  .arc-head-mark{width:74px;height:74px;border-radius:22px;font-size:2rem}
  .arc-head-modern .arc-meta span{font-size:.66rem}
  .cat-chipbar{border-radius:14px;margin-bottom:2px}
  .cat-chip-label{display:none}
  .cat-lead-story{display:block;border-radius:17px;margin-bottom:13px}
  .cat-lead-media{min-height:0;aspect-ratio:16/9}
  .cat-lead-media img{min-height:0;height:100%}
  .cat-lead-media::after{background:linear-gradient(0deg,rgba(0,0,0,.06),transparent 45%)}
  .cat-lead-copy{padding:17px 16px 18px}
  .cat-lead-copy h2{font-size:1.27rem;line-height:1.42;margin-bottom:8px}
  .cat-lead-copy p{font-size:.78rem;-webkit-line-clamp:2;margin-bottom:10px}
  .category-news-grid{gap:9px}
  .category-news-card{grid-template-columns:124px minmax(0,1fr);gap:11px;padding:8px;border-radius:14px;box-shadow:0 3px 12px rgba(15,23,42,.035)}
  .category-news-img{aspect-ratio:1.25/1;border-radius:11px}
  .category-news-copy{padding:0}
  .category-news-cat{margin-bottom:4px;padding:2px 7px;font-size:.57rem}
  .category-news-copy h3{font-size:.84rem;line-height:1.42;margin-bottom:5px;-webkit-line-clamp:3}
  .category-news-copy p{display:none}
  .category-news-meta{font-size:.57rem;gap:7px}

  .single-modern-wrap{padding-top:4px}
  .artbox-modern{border-radius:18px}
  .article-hero-head{padding:20px 17px 16px}
  .artbox-modern .art-title{font-size:clamp(1.65rem,7vw,2.3rem);line-height:1.28;margin-bottom:9px}
  .article-deck{font-size:.9rem;line-height:1.62;margin-bottom:14px}
  .article-meta-shell{gap:10px;padding-top:12px}
  .article-author-mini{width:100%;padding-right:0;border-right:0}
  .art-byline-modern{order:3;width:100%;gap:6px}
  .art-byline-modern span{padding:5px 7px;font-size:.61rem}
  .font-ctrl-modern{margin-left:auto}
  .art-featimg-modern{margin-bottom:18px}
  .art-featimg-modern img{aspect-ratio:16/10}
  .art-featimg-modern figcaption{padding:7px 16px}
  .article-ad{margin:0 16px 18px}
  .art-body-modern{padding:0 17px 5px;font-size:1rem;line-height:1.92}
  .art-body-modern>p:first-child::first-letter{font-size:2.5em;margin-top:8px}
  .art-body-modern h2{margin-top:24px;padding:8px 10px;font-size:1.22rem}
  .art-body-modern blockquote{padding:17px 16px 17px 44px;margin:20px 0}
  .art-tags-modern{padding:15px 17px;margin-top:8px}
  .artbox-modern .sharebox{margin:3px 17px 18px;padding:14px}
  .artbox-modern .sharebts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}
  .artbox-modern .shr{justify-content:center;padding:9px 7px;min-width:0}
  .artbox-modern .shr span{display:none}
  .single-author-box{margin:0 17px 18px;padding:14px;align-items:flex-start}
  .single-author-avatar{width:58px;height:58px}
  .single-post-nav{margin:0 17px 22px;grid-template-columns:1fr;gap:8px}
  .single-post-nav-item a{min-height:80px;padding:12px 14px}
  .single-post-nav-item.next{text-align:left}
  .single-post-nav-item.next small{justify-content:flex-start}
  .related-modern-section{padding:18px 17px 20px}
  .related-modern-grid{grid-template-columns:1fr!important}
  .related-modern-grid .card{display:grid;grid-template-columns:112px minmax(0,1fr);min-height:96px;overflow:hidden}
  .related-modern-grid .card .ct{aspect-ratio:auto;height:100%}
  .related-modern-grid .card .ct img{height:100%;min-height:96px;object-fit:cover}
  .related-modern-grid .card .cb{padding:9px 10px}
  .related-modern-grid .card .ctit{font-size:.78rem;line-height:1.4}
  .comments-modern{margin:0 17px 20px}
}

@media(max-width:480px){
  .arc-head-modern{padding:19px 15px}
  .arc-head-mark{display:none}
  .arc-head-modern .arc-meta{gap:6px}
  .arc-head-modern .arc-meta span{width:auto;max-width:100%}
  .cat-chipbar{padding:9px 8px}
  .category-news-card{grid-template-columns:104px minmax(0,1fr);gap:9px;padding:7px}
  .category-news-copy h3{font-size:.79rem}
  .category-news-meta span:nth-child(2){display:none}
  .article-hero-head{padding:18px 14px 14px}
  .artbox-modern .art-title{font-size:1.55rem}
  .article-deck{font-size:.84rem}
  .art-body-modern{padding-left:14px;padding-right:14px;font-size:.98rem}
  .art-featimg-modern figcaption{padding-left:14px;padding-right:14px}
  .art-tags-modern{padding-left:14px;padding-right:14px}
  .artbox-modern .sharebox{margin-left:14px;margin-right:14px}
  .single-author-box,.single-post-nav{margin-left:14px;margin-right:14px}
  .related-modern-section{padding-left:14px;padding-right:14px}
  .related-modern-grid .card{grid-template-columns:98px minmax(0,1fr)}
  .article-meta-shell .font-ctrl-modern{order:2}
}


/* ================================================================
   v7.2 — Social icons, 16px nav, mega menu, compact footer nav
================================================================ */
/* Main navigation: exact 16px desktop font */
.nav-list>li>a{font-size:16px!important;font-weight:700;padding:11px 12px}

/* Desktop mega menu: every first-level submenu becomes a full-width newsroom panel. */
@media(min-width:769px){
  .main-nav .nav-inner{position:relative}
  .nav-list>li.menu-item-has-children{position:static}
  .nav-list>li.menu-item-has-children>ul{
    display:none;
    position:absolute;
    left:0;right:0;top:100%;
    width:100%;min-width:0;
    padding:18px;
    background:rgba(255,255,255,.98);
    border:1px solid #e7ebf0;
    border-top:4px solid var(--red);
    border-radius:0 0 18px 18px;
    box-shadow:0 18px 45px rgba(15,23,42,.16);
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:8px 16px;
    z-index:1050;
    backdrop-filter:blur(14px);
  }
  .nav-list>li.menu-item-has-children:hover>ul,
  .nav-list>li.menu-item-has-children:focus-within>ul{display:grid;animation:eb24MegaIn .18s ease}
  @keyframes eb24MegaIn{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:none}}
  .nav-list>li.menu-item-has-children>ul>li{min-width:0;border:0;background:#f8fafc;border-radius:12px;overflow:hidden}
  .nav-list>li.menu-item-has-children>ul>li>a{display:flex;align-items:center;gap:8px;padding:11px 12px;border:0!important;font-size:14px;font-weight:800;color:#243247;background:transparent}
  .nav-list>li.menu-item-has-children>ul>li>a::before{content:'›';display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#fff1f3;color:var(--red);font-size:17px;flex:0 0 auto}
  .nav-list>li.menu-item-has-children>ul>li>a:hover{background:#fff;color:var(--red)}
  .nav-list>li.menu-item-has-children>ul>li>ul{display:block!important;position:static!important;min-width:0!important;width:auto!important;padding:0 10px 10px!important;border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important}
  .nav-list>li.menu-item-has-children>ul>li>ul li a{padding:6px 8px!important;font-size:12.5px!important;color:#667085!important;border:0!important;border-radius:7px}
  .nav-list>li.menu-item-has-children>ul>li>ul li a:hover{background:#fff!important;color:var(--red)!important}
}
@media(min-width:769px) and (max-width:1100px){
  .nav-list>li.menu-item-has-children>ul{grid-template-columns:repeat(3,minmax(0,1fr))}
}

/* Mobile overlay keeps simple accordion behavior */
@media(max-width:768px){
  .nav-list>li>a{font-size:16px!important}
  .nav-list>li.menu-item-has-children{position:relative}
  .nav-list>li.menu-item-has-children>ul{display:none;position:static;width:100%;padding:5px 0;background:#f8fafc;border:0;border-radius:0;box-shadow:none}
  .nav-list>li.menu-item-has-children>ul.open{display:block}
}

/* Social icons are compact, clear, and consistent in header/footer. */
.tb-right{flex-wrap:wrap}
.tsb,.fsoc{transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}
.tsb:hover,.fsoc:hover{transform:translateY(-2px)}
.footer-socials .fsoc{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e9ef;color:#354052;box-shadow:0 3px 10px rgba(15,23,42,.04)}
.footer-socials .fsoc:hover{background:var(--red);border-color:var(--red);color:#fff}

/* Single article headline: smaller, calmer newsroom scale. */
.artbox-modern .art-title{font-size:clamp(1.65rem,2.8vw,2.45rem)!important;line-height:1.28!important;letter-spacing:-.015em!important}
@media(max-width:760px){.artbox-modern .art-title{font-size:clamp(1.35rem,5.8vw,1.85rem)!important;line-height:1.31!important}}
@media(max-width:480px){.artbox-modern .art-title{font-size:1.35rem!important}}

/* Footer menu: one compact line, menu only. */
.footer-menu-wrap{padding:9px 0!important;margin:0 0 16px!important;background:transparent!important;border:0!important;border-top:1px solid rgba(15,23,42,.08)!important;border-bottom:1px solid rgba(15,23,42,.08)!important;border-radius:0!important;box-shadow:none!important;overflow:hidden}
.footer-menu-title{display:none!important}
.footer-menu-nav{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.footer-menu-list{display:flex!important;flex-wrap:nowrap!important;align-items:center;gap:0!important;width:max-content;min-width:100%;margin:0!important;padding:0!important}
.footer-menu-list li{width:auto!important;flex:0 0 auto;position:relative}
.footer-menu-list li+li::before{content:'•';position:absolute;left:-2px;top:50%;transform:translateY(-50%);color:#c7cdd5;font-size:10px}
.footer-menu-list a{width:auto!important;display:inline-flex!important;padding:6px 11px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;font-size:12.5px!important;font-weight:700!important;color:#5e6979!important;white-space:nowrap!important;transform:none!important}
.footer-menu-list a::before{display:none!important}
.footer-menu-list a:hover{background:transparent!important;color:var(--red)!important;border:0!important;transform:none!important}
@media(max-width:600px){.footer-menu-list a{font-size:12px!important;padding:6px 9px!important}}


/* ================================================================
   v7.4 carry-forward — Mobile navigation drawer above the full header
================================================================ */
/* Category labels remain removed from featured/lead image overlays on all sizes. */
.cbadge,
.slide-cat,
.eb24-spotlight-cat,
.ovl-cat{display:none!important}



/* ================================================================
   v8.0 — MODERN PERFORMANCE + RESPONSIVE + ACCESSIBILITY LAYER
================================================================ */
:root{
  --eb24-container:1280px;
  --eb24-gutter:clamp(12px,2.2vw,24px);
  --eb24-space:clamp(16px,2.6vw,30px);
  --eb24-touch:44px;
}
html{scroll-padding-top:90px;text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{overflow-x:hidden;text-rendering:optimizeLegibility}
.container{width:min(100%,var(--eb24-container));padding-inline:var(--eb24-gutter)}

/* Keyboard and screen-reader navigation. */
.skip-link{position:fixed;left:12px;top:12px;z-index:2147483647;transform:translateY(-150%);background:#fff;color:var(--dark);border:2px solid var(--red);border-radius:8px;padding:10px 14px;font-weight:800;box-shadow:var(--sh2)}
.skip-link:focus{transform:translateY(0)}
.sr-only,.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.sr-only:focus,.screen-reader-text:focus{clip:auto!important;width:auto!important;height:auto!important;margin:0!important;overflow:visible!important;white-space:normal!important}
:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid #1e88e5;outline-offset:3px}
button,.nav-btn,.sarr,.sdot,.loadmore,.div-btn,.shr{touch-action:manipulation}

/* Stable images and rich media reduce layout movement. */
img{max-inline-size:100%;block-size:auto}
iframe,video{max-width:100%}
.art-body table{width:100%;border-collapse:collapse}
.art-body iframe[src*="youtube"],.art-body iframe[src*="vimeo"]{max-width:100%}

/* Fluid headline scale and more balanced wrapping. */
.slide-title,.art-title,.arc-head h1,.sec-title .st-name{overflow-wrap:anywhere}
@supports(text-wrap:balance){.slide-title,.art-title,.arc-head h1,.sec-title .st-name{text-wrap:balance}}
.art-body-modern{font-size:clamp(1rem,.96rem + .22vw,1.12rem);line-height:1.9}
.art-body-modern :where(h2,h3,h4){margin-block:1.4em .55em;line-height:1.35}
.art-body-modern p{margin-block:0 1.15em}

/* Faster below-the-fold rendering on long news homepages. */
@supports(content-visibility:auto){
  .home-section:not(.eb24-latest-section){content-visibility:auto;contain-intrinsic-size:auto 520px}
}

/* Header / navigation polish. */
.site-header{background:rgba(255,255,255,.97)}
.site-logo img,.custom-logo{max-height:56px;width:auto}
.nav-btn{min-height:var(--eb24-touch)}
.srch-bar{min-height:40px}
.srch-bar button{min-width:40px;min-height:40px}
.nav-list>li>a{min-height:44px;display:flex;align-items:center}
.eb24-submenu-toggle{display:none}
.eb24-nav-overlay{position:fixed;inset:0;background:rgba(15,23,42,.56);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease;backdrop-filter:blur(2px)}
.eb24-nav-overlay.show{opacity:1;visibility:visible;pointer-events:auto}
body.eb24-nav-open{overflow:hidden;overscroll-behavior:none}

/* Responsive grid safety: children are allowed to shrink rather than overflow. */
:where(.home-hero,.page-wrap,.grid2,.grid3,.grid4,.big-left,.mag-lay,.eb24-multicat,.eb24-compact-grid,.eb24-spotlight,.ovl-grid,.acc-grid,.tricat-grid,.duocat-grid)>*{min-width:0}
.card,.lcard,.eb24-multicat-card,.eb24-compact-item,.cat-mini-box{isolation:isolate}

/* Tablets: comfortable two-column density without tiny cards. */
@media (min-width:769px) and (max-width:1100px){
  .container{--eb24-gutter:18px}
  .grid4,.grid3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-wrap{gap:22px}
  .hdr-search{width:min(220px,24vw)}
}

/* Mobile: one clean system for header, drawer and content. */
@media(max-width:768px){
  html{scroll-padding-top:72px}
  .top-bar{font-size:.68rem;padding:4px 0}
  .tb-inner{flex-wrap:nowrap;overflow:hidden}
  .tb-left{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .tb-right{flex:0 0 auto}
  .site-header{position:sticky!important;top:0!important;z-index:930!important;border-bottom-width:2px}
  .hdr-row{padding:8px 0;gap:8px}
  .site-logo img,.custom-logo{max-height:44px;max-width:min(48vw,210px);object-fit:contain}
  .nav-btn{order:3;min-width:48px;padding:8px 10px;font-size:.84rem;border-radius:10px}
  .hdr-search{order:4;width:100%;margin-top:0}
  .srch-bar{height:38px;border-width:1px;background:#f7f8fb}
  .main-nav{position:relative!important;top:auto!important;z-index:925!important;height:0;border:0!important}
  .main-nav .container{padding:0!important}
  .main-nav::after{display:none!important}
  .eb24-nav-overlay{z-index:2147483600!important}
  body.eb24-nav-open .main-nav{z-index:2147483640!important}
  body.eb24-nav-open .site-header{z-index:930!important}
  .nav-list{
    display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;
    position:fixed!important;inset:0 0 0 auto!important;
    width:min(92vw,380px)!important;height:100vh!important;height:100dvh!important;
    max-height:100dvh!important;overflow-y:auto!important;overscroll-behavior:contain;
    padding:64px max(10px,env(safe-area-inset-right)) calc(26px + env(safe-area-inset-bottom)) 0!important;
    background:linear-gradient(180deg,#fff 0%,#fff 72%,#fff7f7 100%)!important;
    border:0!important;border-left:1px solid var(--border)!important;
    box-shadow:-22px 0 50px rgba(15,23,42,.25)!important;
    transform:translate3d(104%,0,0)!important;opacity:1!important;visibility:visible!important;
    pointer-events:none!important;transition:transform .24s cubic-bezier(.22,.61,.36,1)!important;
    z-index:2147483641!important;-webkit-overflow-scrolling:touch;
  }
  .nav-list.open{transform:translate3d(0,0,0)!important;pointer-events:auto!important}
  .nav-list>li{position:relative!important;border-bottom:1px solid #edf0f4}
  .nav-list>li>a{padding:13px 54px 13px 18px!important;min-height:50px;font-size:16px!important;background:transparent!important;color:var(--dark)!important}
  .nav-list>li.current-menu-item>a,.nav-list>li.current-menu-parent>a{color:var(--red)!important;background:#fff5f6!important}
  .nav-list li ul{display:none!important;position:static!important;width:100%!important;min-width:0!important;padding:4px 0 8px!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#f7f9fc!important}
  .nav-list li ul.open{display:block!important}
  .nav-list li ul li a{padding:11px 26px 11px 34px!important;min-height:44px;font-size:.88rem!important}
  .eb24-submenu-toggle{display:flex;position:absolute;right:8px;top:5px;width:40px;height:40px;border:0;border-radius:10px;background:#f3f5f8;color:var(--dark);align-items:center;justify-content:center;cursor:pointer;z-index:2}
  .eb24-submenu-toggle[aria-expanded="true"]{background:#fff0f2;color:var(--red)}
  .eb24-submenu-toggle i{transition:transform .18s ease}
  .eb24-submenu-toggle[aria-expanded="true"] i{transform:rotate(180deg)}
  body.eb24-nav-open .eb24-nav-close{top:max(12px,env(safe-area-inset-top))!important;right:max(12px,env(safe-area-inset-right))!important;width:42px!important;height:42px!important}
  .break-bar{border-radius:10px;overflow:hidden}
  .break-tag{flex:0 0 auto}
  .ticker-wrap{min-width:0}
  .home-section{margin-bottom:22px}
  .page-wrap{gap:18px}
  .sidebar{margin-top:4px}
  .artbox-modern,.category-main{min-width:0}
  .sharebts{gap:8px}
  .shr{min-height:42px}
}

@media(max-width:480px){
  :root{--eb24-gutter:12px}
  .top-bar .tb-right{display:none}
  .site-logo img,.custom-logo{max-width:56vw;max-height:40px}
  .nav-btn{font-size:0;gap:0;width:44px;height:44px;justify-content:center;padding:0}
  .nav-btn i{font-size:1rem}
  .nav-list{width:min(94vw,360px)!important}
  .slide-title{font-size:clamp(1.05rem,5.2vw,1.45rem)!important}
  .art-title{font-size:clamp(1.35rem,7vw,1.78rem)!important}
  .arc-head{padding:18px 16px}
  .sec-title{gap:8px}
  .sec-title .st-name{font-size:clamp(.98rem,4.8vw,1.16rem)}
}

/* Respect user motion preferences and avoid costly decorative animation. */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .main-nav::after{animation:none!important}
}

@media print{
  .skip-link,.eb24-nav-overlay,.eb24-nav-close,.eb24-submenu-toggle{display:none!important}
  .home-section{content-visibility:visible!important;contain:none!important}
}

/* v8.0 runtime components */
.eb24-nav-close{display:none}
body.eb24-nav-open .eb24-nav-close{display:flex!important;position:fixed;align-items:center;justify-content:center;border:0;border-radius:50%;background:var(--red);color:#fff;box-shadow:0 8px 24px rgba(15,23,42,.24);cursor:pointer;font-size:1rem;z-index:2147483646!important}
.site-header.is-scrolled{box-shadow:0 8px 24px rgba(15,23,42,.10)}
.hdr-search{transition:width .22s ease}
.hdr-search.is-focused{width:280px}
.eb24-reveal{opacity:0;transform:translateY(8px);transition:opacity .34s ease,transform .34s ease}
.eb24-reveal.is-visible{opacity:1;transform:none}
.eb24-table-scroll{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:16px 0;border-radius:10px}
.eb24-video-frame{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:12px;margin:16px 0;background:#111}
.eb24-video-frame iframe{position:absolute!important;inset:0;width:100%!important;height:100%!important;border:0}
.eb24-zoomable{cursor:zoom-in}
.eb24-lightbox{position:fixed;inset:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;padding:18px;background:rgba(5,10,20,.94);backdrop-filter:blur(8px)}
.eb24-lightbox img{max-width:min(96vw,1600px);max-height:92vh;object-fit:contain;border-radius:10px;box-shadow:0 18px 60px rgba(0,0,0,.45)}
.eb24-lightbox-close{position:fixed;top:max(14px,env(safe-area-inset-top));right:max(14px,env(safe-area-inset-right));width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#111;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;box-shadow:0 8px 24px rgba(0,0,0,.3)}
body.eb24-lightbox-open{overflow:hidden}
.shr.is-success{background:var(--green)!important;color:#fff!important}
.eb24-loading,.eb24-empty-result{padding:14px 0;color:var(--muted);font-size:.85rem}
@media(max-width:768px){.hdr-search.is-focused{width:100%}.eb24-reveal{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.eb24-reveal{opacity:1!important;transform:none!important}}

/* v8.0: CSS-only sidebar division hover; avoids per-link inline JS handlers. */
.dq:hover,.dq:focus-visible{background:var(--dq-color)!important;color:#fff!important;border-color:var(--dq-color)!important}

/* ================================================================
   v8.1 — The News newspaper print/JPG preview
================================================================ */
.eb24-print-preview-modal[hidden]{display:none!important}
.eb24-print-preview-modal{position:fixed;inset:0;z-index:2147483647;background:rgba(12,18,28,.84);backdrop-filter:blur(8px);padding:14px;overflow:auto}
.eb24-print-preview-dialog{width:min(980px,100%);margin:0 auto;background:#eef1f5;border-radius:12px;box-shadow:0 24px 80px rgba(0,0,0,.38);overflow:hidden}
.eb24-print-preview-toolbar{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;background:#f8fafc;border-bottom:1px solid #d9dee7;color:#1e293b}
.eb24-print-preview-toolbar>strong{font:800 13px/1.3 Arial,sans-serif}
.eb24-print-preview-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.eb24-print-preview-status{font-size:11px;color:#64748b;margin-right:4px}
.eb24-print-preview-actions button{border:0;border-radius:5px;padding:8px 12px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#0b4b82;color:#fff;font:800 12px/1 Arial,sans-serif;cursor:pointer}
.eb24-print-preview-actions button:hover{filter:brightness(.95)}
.eb24-print-preview-actions button:disabled{opacity:.55;cursor:wait}
.eb24-print-preview-actions .eb24-print-close{width:34px;padding:0;background:#e9edf3;color:#334155}
.eb24-print-preview-stage{padding:16px;display:flex;justify-content:center;align-items:flex-start;overflow:auto}
.eb24-newspaper-canvas{display:block;width:min(100%,760px);height:auto;background:#fff;box-shadow:0 8px 30px rgba(15,23,42,.18);border:1px solid #d5d9df}
body.eb24-print-preview-open{overflow:hidden}

@media(max-width:620px){
  .eb24-print-preview-modal{padding:0}
  .eb24-print-preview-dialog{border-radius:0;min-height:100dvh}
  .eb24-print-preview-toolbar{align-items:flex-start;flex-direction:column}
  .eb24-print-preview-actions{width:100%;justify-content:flex-start}
  .eb24-print-preview-status{width:100%}
  .eb24-print-preview-stage{padding:8px}
}

/* Native browser print also carries the approved The News logo/domains. */
@media print{
  .print-logo{display:flex!important;align-items:center;gap:12px;padding:0 0 12px;margin:0 0 14px;border-bottom:2px solid #0b7b49;font-family:Arial,sans-serif;color:#111}
  .print-logo img{width:82px!important;height:auto!important;display:block!important}
  .print-logo span{font-size:10pt;line-height:1.35}
  .print-logo strong{font-size:15pt;color:#17477b}
}
