/*
Theme Name: Himalayan Voice
Theme URI: https://np.himalayanvoice.com
Author: Himalayan Voice
Description: Professional Nepali news theme with Gutenberg blocks.
Version: 1.0.0
Text Domain: himalayanvoice
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Nepali:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{
  --news-red:#e11d48;
  --news-dark:#0f172a;
  --news-text:#182233;
  --news-muted:#607080;
  --news-line:#e5e7eb;
  --news-bg:#f8fafc;
  --news-menu-bg:#e11d48;
  --news-topbar-bg:#0f172a;
  --news-footer-bg:#0f172a;
  --news-panel:#ffffff;
  --logo-width:180px;
  --logo-height:60px;
}
*{box-sizing:border-box}
.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;
}
body{
  margin:0;
  font-family:'Noto Sans Nepali','Inter',system-ui,sans-serif;
  color:var(--news-text);
  background:var(--news-bg);
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,92vw);margin:0 auto}
.header{background:#fff;border-color:var(--news-line);position:relative;z-index:1}
.footer{background:var(--news-footer-bg);border-color:var(--news-line)}
.topline{
  background:var(--news-topbar-bg);color:#fff;padding:8px 0;font-size:12px;letter-spacing:.2px
}
.topline .container{display:flex;justify-content:space-between;align-items:center;gap:20px}
.topline-left{flex:1;min-width:0}
.weather-line{color:#fff;font-size:12px;font-weight:600;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.weather-line>span{display:inline-flex;align-items:center;gap:6px}
.weather-line i{color:#fbbf24}
.weather-line .fa-calendar-alt{color:#fb7185}
.topline-divider{width:1px;height:14px;background:rgba(255,255,255,.28)}
.news-topbar-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.btn-app,.btn-subscribe{color:#fff;font-weight:800;font-size:12px;padding:6px 14px;border-radius:999px;background:rgba(255,255,255,.12);transition:all .15s;display:inline-flex;align-items:center;gap:6px;text-decoration:none;white-space:nowrap}
.btn-app:hover,.btn-subscribe:hover{background:rgba(255,255,255,.22);transform:translateY(-1px)}
.btn-app{background:var(--news-red);border:1px solid rgba(255,255,255,.2)}
.btn-subscribe{background:transparent;border:1px solid rgba(255,255,255,.3)}
.news-topbar a{color:#fff;font-weight:700;font-size:12px;padding:3px 8px;border-radius:999px;background:rgba(255,255,255,.08);transition:background .15s}
.news-topbar a:hover{background:rgba(255,255,255,.18)}
.news-brand-row{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:18px 0;
}


.intro {text-align: center;
    padding: 20px;
    border-bottom: 1px solid #294a73;
    margin-bottom: 30px;}

.brand-center{text-align:center;width:100%}
.brand{
  display:inline-flex;align-items:center;gap:14px;text-decoration:none;justify-content:center
}
.brand img{width:var(--logo-width,180px);height:var(--logo-height,60px);border-radius:14px;object-fit:contain;box-shadow:none}
.brand img + .brand-text{display:none}  /* hide text when logo image present */
.brand-mark{width:60px;height:60px;border-radius:14px;background:linear-gradient(135deg,var(--news-red),#f97316);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:900}
.brand h1{margin:0;font-size:1.35rem;font-weight:900;color:var(--news-red)}
.news-header-ad{flex:1;min-width:280px;max-width:720px}
.news-header-ad .enepali-ads{margin:0}

/* Trending News Ticker */
.trending-ticker-bar{
  display:flex;
  align-items:center;
  width:100%;
  max-width:100%;
  overflow:hidden;
  background:#000;
  color:#fff;
  padding:0;
  height:50px;
  position:relative;
  z-index:10000;
  border-bottom:2px solid var(--news-red);
}
.trending-ticker-label{
  background:#000;
  color:#fff;
  font-weight:900;
  font-size:14px;
  padding:0 20px;
  height:100%;
  display:flex;
  align-items:center;
  letter-spacing:.5px;
  border-right:2px solid var(--news-red);
  white-space:nowrap;
  flex-shrink:0;
}
.trending-ticker-wrapper{
  flex:1;
  min-width:0;
  max-width:100%;
  overflow:hidden;
  position:relative;
  height:100%;
}
.trending-ticker-content{
  display:flex;
  align-items:center;
  width:100%;
  max-width:100%;
  height:100%;
  overflow:hidden;
}
.trending-ticker-track{
  display:flex;
  align-items:center;
  height:100%;
  flex-wrap:nowrap;
  padding:0;
  gap:0;
  animation:ticker-scroll 150s linear infinite;
}
.trending-ticker-track:hover{
  animation-play-state:paused;
}
@keyframes ticker-scroll{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-50%);
  }
}
.trending-ticker-item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 24px;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:16px;
  white-space:nowrap;
  height:100%;
  transition:all .15s;
  border-right:1px solid rgba(255,255,255,.1);
}
.trending-ticker-item:hover{
  background:rgba(255,255,255,.1);
  color:var(--news-red);
}
.trending-ticker-dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--news-red);
  flex-shrink:0;
}
.trending-ticker-title{
  overflow:hidden;
  text-overflow:ellipsis;
}
.trending-ticker-nav{
  display:flex;
  align-items:center;
  gap:0;
  height:100%;
  flex-shrink:0;
}
.ticker-nav-btn{
  background:rgba(255,255,255,.1);
  border:0;
  color:#fff;
  width:36px;
  height:100%;
  font-size:24px;
  cursor:pointer;
  transition:all .15s;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:300;
}
.ticker-nav-btn:hover{
  background:var(--news-red);
  color:#fff;
}
.ticker-prev{
  border-right:1px solid rgba(255,255,255,.1);
}
.ticker-next{
  border-left:1px solid rgba(255,255,255,.1);
}

/* Mobile responsive for trending ticker */
@media (max-width: 768px) {
  .trending-ticker-bar{
    height:36px;
  }
  .trending-ticker-label{
    font-size:10px;
    padding:0 10px;
  }
  .trending-ticker-item{
    font-size:12px;
    padding:0 12px;
  }
  .ticker-nav-btn{
    width:28px;
    font-size:20px;
  }
}

.news-menu-bar{background:var(--news-menu-bg);box-shadow:0 4px 20px rgba(225,29,72,.2);position:relative;z-index:9999}
.news-menu-bar.is-sticky{position:fixed;top:0;left:0;right:0;width:100%;z-index:99999}
.news-menu-inner{display:flex;align-items:center;min-height:48px;overflow-x:auto;-webkit-overflow-scrolling:touch}
.news-nav ul{flex-wrap:nowrap;overflow-x:auto;display:flex;scrollbar-width:thin;-webkit-overflow-scrolling:touch}
.news-nav ul::-webkit-scrollbar{height:6px}
.news-nav ul::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:3px}
.news-nav ul::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:3px}
.news-nav ul::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}
#sticky-menu-spacer{display:none}
body.admin-bar .news-menu-bar.is-sticky{top:32px}
/* Reset ALL menu styles to horizontal */
.news-menu-bar .news-nav{background:transparent;padding:0;margin:0}
.news-menu-bar .news-nav{width:100%;min-width:0}
.news-menu-bar .news-nav>ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:nowrap;gap:2px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}
.news-menu-bar .news-nav>ul::-webkit-scrollbar{display:none}
.news-menu-bar .news-nav li{position:relative;list-style:none;margin:0;padding:0;display:inline-block}
.news-menu-bar .news-nav a{color:#fff;font-weight:900;font-size:13px;padding:12px 14px;display:inline-block;transition:background .15s;border-radius:6px;margin:3px 0;text-decoration:none;white-space:nowrap}
.news-menu-bar .news-nav a:hover{background:rgba(255,255,255,.15)}
.news-menu-bar .news-nav .menu-item-has-children>a{display:inline-flex;align-items:center;gap:8px}
.news-menu-bar .news-nav .menu-item-has-children>a::after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .18s}
.trending-badge{display:inline-flex;align-items:center;justify-content:center;background:#fbbf24;color:#000;font-size:10px;font-weight:900;padding:2px 6px;border-radius:999px;margin-left:6px;letter-spacing:.5px;animation:pulse 2s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.7}}
.news-menu-bar .news-nav .sub-menu{position:absolute;z-index:99999;top:100%;left:0;display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:4px;width:max-content;min-width:330px;max-width:520px;padding:10px;border:1px solid rgba(15,23,42,.08);border-radius:0 0 14px 14px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.2);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s,transform .18s,visibility .18s}
.news-menu-bar .news-nav>ul>li:last-child>.sub-menu{left:auto;right:0}
.news-menu-bar{overflow:visible!important}
.news-menu-inner{overflow:visible!important}
.news-menu-bar .news-nav li:hover>.sub-menu,
.news-menu-bar .news-nav li:focus-within>.sub-menu{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}
.news-menu-bar .news-nav .menu-item-has-children:hover>.sub-menu,
.news-menu-bar .news-nav .menu-item-has-children:focus-within>.sub-menu{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}
.news-menu-bar .news-nav .sub-menu::before{content:"";position:absolute;right:22px;top:-6px;width:12px;height:12px;background:#fff;transform:rotate(45deg);border-left:1px solid rgba(15,23,42,.08);border-top:1px solid rgba(15,23,42,.08)}
.news-menu-bar .news-nav .sub-menu li{display:block;width:100%}
.news-menu-bar .news-nav .sub-menu a{display:block;margin:0;padding:10px 12px;border-radius:9px;color:var(--news-dark);font-size:13px;font-weight:800}
.news-menu-bar .news-nav .sub-menu a:hover{background:#fff1f2;color:var(--news-red)}
.news-menu-bar .news-nav .menu-item-has-children:hover>.sub-menu,.news-menu-bar .news-nav .menu-item-has-children:focus-within>.sub-menu,.news-menu-bar .news-nav .menu-item-has-children.submenu-open>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}

/* Trending Dropdown Styles */
.trending-dropdown{
  grid-template-columns:1fr!important;
  min-width:380px!important;
  max-width:450px!important;
  max-height:400px!important;
  overflow-y:auto!important;
  padding:8px!important;
  scrollbar-width:thin!important;
  scrollbar-color:rgba(255,255,255,.3) transparent!important;
}
.trending-dropdown::-webkit-scrollbar{
  width:6px!important;
}
.trending-dropdown::-webkit-scrollbar-track{
  background:transparent!important;
  border-radius:3px!important;
}
.trending-dropdown::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.4)!important;
  border-radius:3px!important;
}
.trending-dropdown::-webkit-scrollbar-thumb:hover{
  background:rgba(255,255,255,.6)!important;
}
.trending-dropdown{
  scrollbar-width:auto!important;
}
.trending-dropdown li{
  width:100%!important;
}
.trending-dropdown a{
  display:flex!important;
  flex-direction:column!important;
  gap:4px!important;
  padding:12px 14px!important;
  margin:0!important;
  border-radius:10px!important;
  transition:all .15s!important;
}
.trending-dropdown a:hover{
  background:#fff1f2!important;
  color:var(--news-red)!important;
  transform:translateX(4px)!important;
}
.trending-post-title{
  font-weight:800!important;
  font-size:13px!important;
  line-height:1.4!important;
  color:var(--news-dark)!important;
  display:block!important;
}
.trending-post-date{
  font-size:11px!important;
  color:var(--news-muted)!important;
  font-weight:600!important;
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
}
.trending-post-date::before{
  content:"\f073"!important;
  font-family:"Font Awesome 6 Free"!important;
  font-weight:400!important;
  font-size:10px!important;
  color:var(--news-red)!important;
}
.news-menu-bar .news-nav .menu-item-has-children:hover>a::after,.news-menu-bar .news-nav .menu-item-has-children.submenu-open>a::after{transform:rotate(225deg) translate(-1px,-1px)}
.child-topline{background:var(--news-dark);color:#fff;font-size:12px}
.child-topline-inner{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding:7px 0}
.child-topline-links,.child-socials{display:flex;gap:10px;flex-wrap:wrap}
.child-topline a,.child-footer a{color:inherit}
.child-masthead{padding:18px 0}
.child-masthead-note{display:grid;gap:2px;color:var(--news-muted);font-size:13px}
.child-masthead-note strong{color:var(--news-dark);font-size:14px;text-transform:uppercase;letter-spacing:.04em}
.mobile-menu-toggle{display:none;background:none;border:0;font-size:24px;cursor:pointer;padding:12px;line-height:1;color:#fff;transition:transform .15s}
.mobile-menu-toggle:hover{transform:scale(1.1)}
.child-header-ad{min-width:220px}
.child-menu-bar{background:var(--news-red)}
.child-menu-inner{min-height:46px;display:flex;align-items:center}
.news-child-theme .news-nav{background:transparent;margin:0;padding:0;width:100%}
.news-child-theme .news-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:wrap;gap:2px}
.news-child-theme .news-nav li{position:relative;list-style:none;margin:0;padding:0;display:inline-block}
.news-child-theme .news-nav a{color:#fff;font-weight:900;font-size:15px;padding:12px 14px;display:inline-block;border-radius:6px;text-decoration:none;white-space:nowrap}
.news-child-theme .news-nav a:hover{background:rgba(255,255,255,.16)}
.news-child-theme .news-nav .menu-item-has-children>a{display:inline-flex;align-items:center;gap:8px}
.news-child-theme .news-nav .menu-item-has-children>a::after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px)}
.news-child-theme .news-nav .sub-menu{position:absolute;z-index:1000;top:100%;right:0;display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:4px;min-width:330px;padding:10px;border-radius:0 0 14px 14px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.2);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s}
.news-child-theme .news-nav .sub-menu li{display:block;width:100%}.news-child-theme .news-nav .sub-menu a{display:block;margin:0;padding:10px 12px;color:var(--news-dark);border-radius:9px;font-size:13px}.news-child-theme .news-nav .sub-menu a:hover{background:#fff1f2;color:var(--news-red)}
.news-child-theme .news-nav .menu-item-has-children:hover>.sub-menu,.news-child-theme .news-nav .menu-item-has-children:focus-within>.sub-menu,.news-child-theme .news-nav .menu-item-has-children.submenu-open>.sub-menu{opacity:1;visibility:visible;transform:none}
.child-menu-bar .news-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:wrap;gap:2px}
.child-menu-bar .news-nav li{list-style:none;margin:0;padding:0}
.child-menu-bar .news-nav a{color:#fff;font-weight:900;font-size:15px;padding:12px 14px;display:inline-block;border-radius:6px}
.child-menu-bar .news-nav a:hover{background:rgba(255,255,255,.16)}
.child-footer{background:var(--news-dark);color:#cbd5e1;padding:42px 0 22px;margin-top:40px}
.child-footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:22px}
.child-footer-classic{display:grid;gap:18px;text-align:center}
.child-footer-classic .child-brand{justify-content:center}
.child-footer-inline{display:flex;justify-content:center;gap:10px 18px;flex-wrap:wrap;margin:0;padding:0;list-style:none}
.child-footer-cover{display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:stretch}
.child-footer-cover-brand{min-height:220px;display:flex;flex-direction:column;justify-content:center;padding:28px;border-radius:18px;background:rgba(255,255,255,.08)}
.child-footer-cover-links{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.child-footer-cover-links>div,.child-footer-brief>div,.child-footer-scoreboard{border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:18px}
.child-footer-brief{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:1px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12)}
.child-footer-brief>div{border:0;border-radius:0;background:var(--news-dark)}
.child-footer-scoreboard{display:grid;gap:16px}
.child-footer-scoreboard-top,.child-footer-scoreboard-bottom{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.child-footer-scoreboard-top strong{font-size:1.4rem;color:#fff;text-transform:uppercase}
.child-footer h1,.child-footer h3,.child-footer h4{color:#fff;margin:0 0 10px}
.child-footer p{margin:0 0 10px;color:#cbd5e1}
.child-footer .child-brand{margin-bottom:12px}
.child-footer .child-brand h1{font-size:1.1rem}
.child-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:24px;padding-top:16px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#94a3b8;font-size:13px}
@media(max-width:768px){
  body.mobile-menu-open{overflow:hidden}
  .news-menu-inner{
    position:relative;
    justify-content:center;
    min-height:50px;
  }
  .mobile-menu-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    margin:0 auto;
    padding:0;
    font-size:26px;
    font-weight:400;
  }
  .mobile-menu-toggle.is-open{
    position:fixed;
    top:14px;
    right:14px;
    z-index:100002;
    margin:0;
    border-radius:50%;
    background:var(--news-red);
    box-shadow:0 8px 24px rgba(0,0,0,.3);
  }
  .topline{display:block}
  .topline .container{align-items:center;gap:8px;flex-direction:column;text-align:center}
  .topline-left,.news-topbar-links{width:100%}
  .topline-left{display:flex;justify-content:center}
  .news-topbar-links{justify-content:center}
  .weather-line{justify-content:center;gap:7px;font-size:11px}
  .topline-divider{display:none!important}
  .btn-app,.btn-subscribe{font-size:11px;padding:5px 10px}
  .news-brand-row{padding:12px 0;justify-content:center}
  .brand{justify-content:center}
  .news-header-ad{display:none}
  .news-menu-inner{overflow:visible}
  /* Mobile: hide horizontal menu, show full-screen on toggle */
  .news-menu-bar .news-nav ul{display:none}
  .news-menu-bar .news-nav.open ul{
    display:flex!important;position:fixed!important;inset:0!important;
    background:rgba(15,23,42,0.98)!important;z-index:99999!important;
    padding:76px 20px 28px!important;overflow-y:auto!important;
    width:100%!important;height:100%!important;
    flex-direction:column!important;align-items:stretch!important;
    gap:0!important;
  }
  .news-menu-bar .news-nav.open li{display:block!important}
  .news-menu-bar .news-nav.open a{
    display:block!important;padding:14px 16px!important;
    font-size:16px!important;border-bottom:1px solid rgba(255,255,255,0.06)!important;
    color:#fff!important;
    white-space:normal!important;
    text-align:left!important;
  }
  .news-menu-bar .news-nav.open .sub-menu,.news-child-theme .news-nav.open .sub-menu{
    position:static!important;display:none!important;grid-template-columns:1fr!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0 0 8px 18px!important;padding:5px!important;border:0!important;border-radius:10px!important;background:rgba(255,255,255,.06)!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important
  }
  .news-menu-bar .news-nav.open .submenu-open>.sub-menu,.news-child-theme .news-nav.open .submenu-open>.sub-menu{display:grid!important}
  .news-menu-bar .news-nav.open .sub-menu a,.news-child-theme .news-nav.open .sub-menu a{color:#fff!important;font-size:14px!important;padding:11px 14px!important}
  .news-menu-bar .news-nav.open .trending-dropdown{position:static!important;display:none!important;grid-template-columns:1fr!important;width:auto!important;min-width:0!important;max-width:none!important;margin:0 0 8px 18px!important;padding:5px!important;border:0!important;border-radius:10px!important;background:rgba(255,255,255,.06)!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;transform:none!important}
  .news-menu-bar .news-nav.open .submenu-open>.trending-dropdown{display:grid!important}
  .news-menu-bar .news-nav.open .trending-dropdown a{color:#fff!important;font-size:14px!important;padding:11px 14px!important}
  .news-menu-bar .news-nav.open .trending-dropdown a:hover{background:rgba(255,255,255,.1)!important;color:#fff!important;transform:translateX(4px)!important}
  .news-menu-bar .news-nav.open .trending-post-title{color:#fff!important}
  .news-menu-bar .news-nav.open .trending-post-date{color:rgba(255,255,255,.7)!important}
  .news-menu-bar .news-nav.open .trending-post-date::before{color:#fbbf24!important}
  .child-masthead{display:block!important;text-align:center}
  .child-brand{justify-content:center;margin-bottom:12px}
  .child-header-ad,.child-masthead-note{display:none}
  .child-menu-inner{overflow-x:auto;-webkit-overflow-scrolling:touch}
  .news-child-theme .news-nav ul{display:none}
  .news-child-theme .news-nav.open ul{
    display:block!important;position:fixed!important;inset:0!important;
    background:rgba(15,23,42,0.98)!important;z-index:99999!important;
    padding:60px 20px 20px!important;overflow-y:auto!important;
    width:100%!important;height:100%!important;
  }
  .news-child-theme .news-nav.open li{display:block!important}
  .news-child-theme .news-nav.open a{
    display:block!important;padding:14px 16px!important;
    font-size:16px!important;border-bottom:1px solid rgba(255,255,255,0.06)!important;
    white-space:normal!important;
  }
  .child-menu-bar .news-nav a{font-size:13px;padding:12px 14px;white-space:nowrap}
  .child-footer-grid,.child-footer-cover,.child-footer-cover-links,.child-footer-brief{grid-template-columns:1fr}
  
  /* Breaking News Mobile Optimization */
  .news-category-block--breaking-news .news-block-thumb{
    width:100%;
    min-height:140px;
    max-height:180px;
    margin-top:0;
    aspect-ratio:4/3;
  }
  .news-category-block--breaking-news .news-block-body{
    padding:14px;
  }
  .news-category-block--breaking-news .news-block-body h3{
    font-size:1.1rem;
    margin:0 0 8px;
  }
  .news-category-block--breaking-news .news-block-body p{
    font-size:0.9rem;
    line-height:1.5;
  }
  .news-category-block--breaking-news .news-block-cat{
    font-size:10px;
    padding:4px 10px;
  }
}
.hero{
  padding:64px 0;
  background:
    radial-gradient(circle at top right, rgba(225,29,72,.14), transparent 30%),
    linear-gradient(135deg,#fff 0%,#fff7f2 60%,#fff 100%);
}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:center}
.badge{
  display:inline-flex;padding:7px 12px;border-radius:999px;background:#fff0f3;color:var(--news-red);font-weight:800;font-size:12px
}
.hero h2{font-size:clamp(2.2rem,5vw,4.4rem);line-height:.98;margin:12px 0 14px;color:var(--news-dark)}
.hero h2 span{color:var(--news-red)}
.card{
  background:var(--news-panel);border:1px solid var(--news-line);border-radius:22px;padding:20px;box-shadow:0 16px 34px rgba(15,23,42,.06)
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;font-weight:800
}
.btn-primary{background:var(--news-red);color:#fff}
.section{padding:60px 0}
.section-title{max-width:760px;margin-bottom:18px}
.section-title h3,.section-title h2{margin:0 0 10px;color:var(--news-dark)}
.muted{color:var(--news-muted)}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.story{
  background:#fff;border:1px solid var(--news-line);border-radius:20px;overflow:hidden
}
.story .thumb{height:180px;background:linear-gradient(135deg,#1f2937,var(--news-red))}
.story .body{padding:16px}
.ticker{
  background:#111827;color:#fff;padding:10px 14px;border-radius:999px;display:inline-flex;font-size:13px;font-weight:800
}
.mini-grid,.mini-stack,.breaking-list{
  display:grid;
  gap:12px;
}
.mini-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px}
.mini-grid div,.mini-stack div,.breaking-list li{
  background:#f8fafc;border:1px solid var(--news-line);border-radius:16px;padding:12px
}
.mini-grid strong,.mini-stack strong{display:block;margin-bottom:4px;color:var(--news-dark)}
.story-large .thumb{height:260px}
.thumb.editorial{background:linear-gradient(135deg,#0f172a,#7c3aed)}
.thumb.editorial-small{background:linear-gradient(135deg,#1f2937,#64748b)}
.hero-editorial .card,
.hero-breaking .card{border-radius:28px}
.hero-editorial{background:linear-gradient(180deg,#fff 0%,#f4f7fb 100%)}
.hero-breaking{
  background:
    radial-gradient(circle at top right, rgba(225,29,72,.28), transparent 28%),
    linear-gradient(135deg,#fff 0%,#fff3f6 55%,#fff 100%);
}
.breaking-panel{
  background:linear-gradient(180deg,#1f2937 0%,#111827 100%);
  color:#fff;
}
.breaking-panel .muted,.breaking-panel p{color:#d1d5db}
.breaking-panel .ticker{background:#f43f5e}
.breaking-list{
  list-style:none;
  padding:0;
  margin:16px 0 0;
}
.breaking-list li{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.14);
  color:#fff;
}
.story-breaking .thumb{background:linear-gradient(135deg,#7f1d1d,#ef4444)}
.news-category-block{
  padding:14px 0 10px;
}
.news-category-block.alignwide{
  width:min(1180px,92vw);
  margin-left:auto;
  margin-right:auto;
}
.wp-block-group.alignwide,
.wp-block-columns.alignwide{
  margin-top:0;
  margin-bottom:14px;
}
.wp-block-group.alignwide .news-category-block,
.wp-block-column .news-category-block{
  margin-bottom:0;
}
.news-category-block.alignfull{
  width:100%;
  padding-left:4vw;
  padding-right:4vw;
}
.news-block-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  border-bottom:3px solid var(--news-dark);
  margin-bottom:18px;
}
.news-block-heading h1,
.news-block-heading h2{
  margin:0;
  background:var(--news-red);
  color:#fff;
  padding:10px 16px;
  border-radius:14px 14px 0 0;
  font-size:var(--news-heading-size,42px);
}
.news-block-heading a{
  color:var(--news-red);
  font-weight:800;
}
.news-block-layout{
  display:grid;
  gap:var(--news-block-gap,16px);
}
.news-home .wp-block-separator{
  display:none;
  margin:0;
  border:0;
}
.news-block-card{
  position:relative;
  background:#fff;
  border:1px solid var(--news-line);
  border-radius:var(--news-card-radius,20px);
  box-shadow:var(--news-card-shadow,0 16px 34px rgba(15,23,42,.08));
  overflow:hidden;
}
.news-block-thumb{
  min-height:160px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--news-dark),var(--news-red));
  color:#fff;
  font-weight:900;
  text-align:center;
  padding:16px;
}
.news-block-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.news-block-body{
  padding:16px;
}
.news-block-body h3{
  margin:0 0 8px;
  color:var(--news-dark);
  line-height:1.25;
}
.news-block-body p{
  margin:0;
  color:var(--news-muted);
  line-height:1.6;
}

/* Photo caption styling */
.news-block-caption{
  margin-top:8px;
  padding:8px 12px;
  background:#f8fafc;
  border-left:3px solid var(--news-red);
  border-radius:0 8px 8px 0;
  font-size:13px;
  color:var(--news-text);
  font-style:italic;
  line-height:1.5;
}

/* Sub-headline styling */
.news-block-subheadline{
  margin:10px 0 8px;
  padding:10px 14px;
  background:linear-gradient(90deg,#fff1f2,#fff8f8);
  border-left:4px solid var(--news-red);
  border-radius:0 12px 12px 0;
  font-size:15px;
  font-weight:600;
  color:var(--news-dark);
  line-height:1.5;
}

/* Author bio styling */
.author-bio-box{
  position:relative;
  margin-top:32px;
  padding:24px;
  overflow:hidden;
  border:1px solid #fecdd3;
  border-radius:20px;
  background:linear-gradient(135deg,#fff1f2 0%,#fff 68%);
  box-shadow:0 12px 30px rgba(15,23,42,.07);
}
.author-bio-box::after{
  content:"";
  position:absolute;
  right:-35px;
  top:-45px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(225,29,72,.07);
}
.author-bio-label{
  position:relative;
  z-index:1;
  display:block;
  margin-bottom:13px;
  color:var(--news-red);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.author-bio{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:18px;
  margin:0;
  padding:0;
  background:transparent;
  border:0;
}
.author-bio-avatar{
  flex:0 0 88px;
  width:88px;
  height:88px;
  border-radius:50%;
  object-fit:cover;
  border:4px solid #fff;
  box-shadow:0 0 0 2px var(--news-red),0 8px 22px rgba(15,23,42,.14);
}
.author-bio-info{
  flex:1;
  min-width:0;
}
.author-bio-name{
  font-weight:900;
  color:var(--news-dark);
  font-size:1.2rem;
  margin:0 0 7px;
}
.author-bio-desc{
  font-size:14px;
  color:var(--news-muted);
  margin:0;
  line-height:1.65;
}
.news-block-meta{
  color:var(--news-date,var(--news-muted)) !important;
  font-size:13px;
  margin-bottom:8px;
}
.news-block-cat{
  display:inline-block;
  background:var(--news-red);
  color:#fff;
  padding:5px 12px;
  border-radius:6px;
  font-size:11px;
  font-weight:800;
  margin-bottom:10px;
  text-transform:uppercase;
  letter-spacing:0.5px;
  line-height:1.2;
  box-shadow:0 2px 8px rgba(225,29,72,0.25);
}
.news-category-block--hero-grid .news-block-layout{
  grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);
  align-items:stretch;
}
.news-category-block--hero-grid .is-featured{
  align-self:stretch;
  height:100%;
  display:flex;
  flex-direction:column;
}
.news-category-block--hero-grid .news-block-secondary-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:var(--news-block-gap,16px);
  align-items:stretch;
  height:100%;
}
.news-category-block--hero-grid .news-block-secondary-grid .news-block-card{
  display:flex;
  flex-direction:column;
  height:100%;
}
.news-category-block--hero-grid .news-block-body{
  flex:1 1 auto;
}
.news-category-block--hero-grid .is-featured .news-block-thumb{
  min-height:340px;
}
.news-category-block--hero-grid .is-featured h3{
  font-size:1.8rem;
}
.news-category-block--standard .news-block-layout{
  grid-template-columns:1.35fr 1fr;
}
.news-category-block--standard .is-featured{
  grid-row:span 4;
}
.news-category-block--standard .is-featured .news-block-thumb{
  min-height:300px;
}
.news-category-block--standard .news-block-card:not(.is-featured),
.news-category-block--compact-list .news-block-card,
.news-category-block--latest .news-block-card{
  display:grid;
  grid-template-columns:120px 1fr;
}
.news-category-block--standard .news-block-card:not(.is-featured) .news-block-thumb,
.news-category-block--compact-list .news-block-thumb,
.news-category-block--latest .news-block-thumb{
  min-height:100%;
}
.news-category-block--compact-list .news-block-layout{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.news-category-block--latest .news-block-layout{
  gap:10px;
}
.news-category-block--latest .news-block-card{
  box-shadow:none;
  border-radius:14px;
}
.news-category-block--latest .news-block-card{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:16px;
  padding:12px;
  margin-bottom:10px;
  box-shadow:none;
  border-radius:14px;
  border:1px solid var(--news-line);
  background:#fff;
}
.news-category-block--latest .news-block-thumb{
  width:100%;
  height:90px;
  min-height:90px;
  aspect-ratio:1/1;
  border-radius:8px;
  overflow:hidden;
  display:block!important;
  padding:0;
  background:linear-gradient(135deg,var(--news-dark),var(--news-red));
}
.news-category-block--latest .news-block-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.news-category-block--latest .news-block-body{
  padding:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.news-category-block--latest .news-block-body h3{
  font-size:1.05rem;
  font-weight:700;
  line-height:1.4;
  margin:0 0 6px;
  color:var(--news-dark);
}
.news-category-block--latest .news-block-body h3 a{
  color:var(--news-dark);
  text-decoration:none;
  transition:color .2s ease;
}
.news-category-block--latest .news-block-body h3 a:hover{
  color:var(--news-red);
}
.news-category-block--latest .news-block-body p{
  font-size:13px;
  color:var(--news-muted);
  line-height:1.5;
  margin:0 0 4px;
}
.news-category-block--latest .news-block-meta{
  font-size:12px;
  color:var(--news-muted);
  margin:0;
}
.news-category-block--latest .news-block-cat{
  display:inline-block;
  background:var(--news-red);
  color:#fff;
  padding:3px 10px;
  border-radius:4px;
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin-bottom:6px;
  align-self:flex-start;
}
.news-category-block--trending .news-block-layout{
  counter-reset:news-rank;
}
.news-category-block--trending .news-block-card{
  display:grid;
  grid-template-columns:64px 1fr;
  align-items:center;
  box-shadow:none;
}
.news-category-block--trending .news-block-card::before{
  counter-increment:news-rank;
  content:counter(news-rank);
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  margin-left:14px;
  border-radius:50%;
  background:var(--news-dark);
  color:#fff;
  font-weight:900;
}
.news-category-block--trending .news-block-thumb,
.news-rank{
  display:none;
}
.news-category-block--web-stories .news-block-layout{
  display:flex;
  overflow-x:auto;
  padding-bottom:8px;
  scroll-snap-type:x mandatory;
}
.news-category-block--web-stories .news-block-card{
  flex:0 0 210px;
  min-height:320px;
  scroll-snap-align:start;
}
.news-category-block--web-stories .news-block-thumb{
  min-height:220px;
}
.news-category-block--province-grid .news-block-layout{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.news-category-block--province-grid .news-block-card{
  box-shadow:none;
  border-left:4px solid var(--news-red);
}
.news-category-block--province-grid .news-block-thumb{min-height:120px}
.news-category-block--fresh-popular .news-block-layout,
.news-category-block--sidebar-feed .news-block-layout{
  gap:0;
  border:1px solid var(--news-line);
  border-radius:var(--news-card-radius,20px);
  overflow:hidden;
  background:#fff;
}
.news-category-block--fresh-popular .news-block-card,
.news-category-block--sidebar-feed .news-block-card{
  display:grid;
  grid-template-columns:58px 1fr;
  align-items:center;
  padding:18px 20px;
  border:0;
  border-bottom:1px solid var(--news-line);
  border-radius:0;
  box-shadow:none;
}
.news-category-block--fresh-popular .news-block-card::before{
  counter-increment:news-rank;
  content:counter(news-rank);
  margin-left:14px;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#fff1f2;
  color:var(--news-red);
  font-weight:900;
}
.news-category-block--fresh-popular .news-block-layout{counter-reset:news-rank}
.news-category-block--fresh-popular .news-block-thumb,
.news-category-block--sidebar-feed .news-block-thumb{display:none}
.news-category-block--sidebar-feed .news-block-body{padding:0}
.news-category-block--lead-stack .news-block-layout{
  display:flex;
  gap:var(--news-block-gap,16px);
  align-items:stretch;
}
.news-category-block--lead-stack .news-block-layout > .is-featured{
  flex:1.5;
  min-width:0;
}
.news-category-block--lead-stack .news-block-layout > .is-featured .news-block-thumb{
  min-height:400px;
  aspect-ratio:16/9;
}
.news-category-block--lead-stack .news-block-layout > .is-featured h3{
  font-size:1.4rem;
  line-height:1.2;
}
.news-category-block--lead-stack .news-block-layout > .news-block-card:not(.is-featured){
  display:grid;
  grid-template-columns:110px 1fr;
  gap:0;
  flex:none;
}
.news-category-block--lead-stack .news-block-layout > .news-block-card:not(.is-featured)
.news-block-thumb{
  min-height:100%;
  height:100%;
  object-fit:cover;
}
.news-category-block--lead-stack .news-block-layout > .news-block-card:not(.is-featured)
.news-block-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.news-category-block--lead-stack .news-block-card:not(.is-featured) h3{
  font-size:0.95rem;
}
.news-category-block--lead-stack .news-block-layout > .news-block-card:not(.is-featured)
.news-block-body p{
  display:none;
}
.news-category-block--lead-stack .news-block-stack{
  flex:1;
  display:flex;
  flex-direction:column;
  gap:var(--news-block-gap,16px);
  min-width:0;
}
.news-category-block--lead-stack .news-block-stack .news-block-card:not(.is-featured){
  flex:1;
  min-height:0;
}
.news-category-block--lead-stack .news-block-stack .news-block-card:not(.is-featured):last-child{
  margin-bottom:0;
}
.news-category-block--split-feature .news-block-layout{
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
  grid-auto-rows:auto;
}
.news-category-block--split-feature .is-featured{
  display:block;
  grid-column:span 2;
  align-self:start;
  height:auto;
  min-height:0;
}
.news-category-block--split-feature .is-featured .news-block-thumb{
  aspect-ratio:16/9;
  min-height:0;
}
.news-category-block--split-feature .news-block-card{
  align-self:start;
  height:auto;
  min-height:0;
}
.news-category-block--split-feature .news-block-card:not(.is-featured){
  display:block;
}
.news-category-block--split-feature .news-block-card:not(.is-featured) .news-block-thumb{
  aspect-ratio:16/9;
  min-height:0;
  padding:0;
}
.news-category-block--photo-grid .news-block-layout{
  display:flex;
  grid-template-columns:none;
  overflow-x:auto;
  padding:2px 2px 12px;
  scroll-snap-type:x mandatory;
  scrollbar-width:thin;
}
.news-category-block--photo-grid .news-block-card{
  flex:0 0 clamp(220px,28vw,360px);
  min-height:0;
  scroll-snap-align:start;
  position:relative;
}
.news-category-block--photo-grid .news-block-thumb{
  aspect-ratio:4/3;
  min-height:0;
}
.news-category-block--photo-grid .news-block-body{
  background:linear-gradient(180deg,transparent,rgba(15,23,42,.86));
  color:#fff;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  margin-top:0;
  padding:42px 14px 14px;
}
.news-category-block--photo-grid .news-block-body h3,
.news-category-block--photo-grid .news-block-body p,
.news-category-block--photo-grid .news-block-meta{color:#fff}
.news-category-block--photo-grid .news-block-cat,
.news-category-block--photo-grid .news-block-meta,
.news-category-block--photo-grid .news-block-body p{display:none}
.news-category-block--video-strip .news-block-layout{
  display:flex;
  overflow-x:auto;
  gap:var(--news-block-gap,16px);
  padding-bottom:8px;
}
.news-category-block--video-strip .news-block-card{
  flex:0 0 280px;
}
.news-category-block--video-strip .news-block-thumb::after{
  content:"Play";
  width:58px;
  height:58px;
  border-radius:50%;
  background:rgba(225,29,72,.92);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
}
.news-category-block--opinion-list .news-block-card{
  display:grid;
  grid-template-columns:148px 1fr;
  align-items:flex-start;
  box-shadow:none;
  border:0;
  border-bottom:1px solid var(--news-line);
  border-radius:0;
  padding:18px 0;
}
.news-category-block--opinion-list .news-block-card::before{
  display:none;
  content:none;
}
.news-category-block--opinion-list .news-block-thumb{
  display:block;
  width:124px;
  height:124px;
  min-height:0;
  aspect-ratio:1/1;
  border-radius:50%;
  margin:0 0 0 20px;
  background:#eef2f7;
  overflow:hidden;
}
.news-category-block--opinion-list .news-block-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
}
.news-category-block--interview-card .news-block-layout{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.news-category-block--interview-card .news-block-card{
  display:grid;
  grid-template-columns:170px 1fr;
  border-top:5px solid var(--news-red);
}
.news-category-block--interview-card .news-block-thumb{min-height:190px}
.news-category-block--market-ticker .news-block-layout{
  display:flex;
  overflow:hidden;
  white-space:nowrap;
  background:var(--news-dark);
  border-radius:var(--news-card-radius,20px);
}
.news-category-block--market-ticker .news-block-card{
  flex:0 0 auto;
  min-width:320px;
  background:transparent;
  color:#fff;
  border:0;
  box-shadow:none;
  animation:adScroll 24s linear infinite;
}
.news-category-block--market-ticker .news-block-body h3,
.news-category-block--market-ticker .news-block-meta{color:#fff}
.news-category-block--market-ticker .news-block-thumb{display:none}
.news-category-block--cover-story{
  background:linear-gradient(135deg,#111827,var(--news-dark));
  border-radius:28px;
  padding:32px;
  color:#fff;
}
.news-category-block--cover-story .news-block-heading{
  border-color:rgba(255,255,255,.2);
}
.news-category-block--cover-story .news-block-heading h2{background:#fff;color:#111827}
.news-category-block--cover-story .news-block-layout{
  grid-template-columns:minmax(0,1.65fr) minmax(280px,.85fr);
  gap:20px;
  align-items:stretch;
}
.news-category-block--cover-story .news-block-card{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.18);
  color:#fff;
}
.news-category-block--cover-story .is-featured{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.news-category-block--cover-story .is-featured .news-block-thumb{
  min-height:380px;
}
.news-category-block--cover-story .is-featured .news-block-body{
  flex:1;
}
.news-category-block--cover-story .is-featured h3{
  font-size:1.7rem;
}
.news-category-block--cover-story .news-block-cover-list{
  display:grid;
  align-content:start;
  gap:12px;
  min-width:0;
}
.news-category-block--cover-story .news-block-cover-list .news-block-card{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  min-height:96px;
  overflow:hidden;
  border-radius:14px;
  box-shadow:none;
}
.news-category-block--cover-story .news-block-cover-list .news-block-thumb{
  width:100%;
  height:100%;
  min-height:96px;
  border-radius:0;
}
.news-category-block--cover-story .news-block-cover-list .news-block-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:12px 14px;
}
.news-category-block--cover-story .news-block-cover-list h3{
  display:-webkit-box;
  overflow:hidden;
  margin:0;
  font-size:.98rem;
  line-height:1.35;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.news-category-block--cover-story .news-block-cover-list p{
  display:none;
}
.news-category-block--cover-story .news-block-cover-list .news-block-cat{
  align-self:flex-start;
  margin-bottom:6px;
  padding:3px 7px;
  font-size:9px;
}
.news-category-block--cover-story .news-block-body h3,
.news-category-block--cover-story .news-block-body p,
.news-category-block--cover-story .news-block-meta{color:#fff}
.news-category-block--timeline .news-block-layout{
  border-left:4px solid var(--news-red);
  padding-left:18px;
}
.news-category-block--timeline .news-block-card{
  box-shadow:none;
  border-radius:14px;
}
.news-category-block--timeline .news-block-card::before{
  content:"";
  position:absolute;
  left:-30px;
  top:22px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:var(--news-red);
}
.news-category-block--minimal-cards .news-block-layout{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.news-category-block--minimal-cards .news-block-card{
  box-shadow:none;
  border-radius:12px;
}
.news-category-block--minimal-cards .news-block-thumb{min-height:140px}

/* Hero List Style - Featured image with list below */
.news-category-block--hero-list .news-block-layout{
  display:grid;
  gap:20px;
}
.news-category-block--hero-list .news-block-card.is-featured{
  display:block;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 40px rgba(15,23,42,.12);
}
.news-category-block--hero-list .is-featured .news-block-thumb{
  width:100%;
  aspect-ratio:16/9;
  min-height:auto;
  display:block;
  overflow:hidden;
}
.news-category-block--hero-list .is-featured .news-block-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .4s ease;
}
.news-category-block--hero-list .is-featured:hover .news-block-thumb img{
  transform:scale(1.05);
}
.news-category-block--hero-list .is-featured .news-block-body{
  padding:24px;
  background:#fff;
}
.news-category-block--hero-list .is-featured .news-block-cat{
  display:inline-block;
  background:var(--news-red);
  color:#fff;
  padding:6px 14px;
  border-radius:6px;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin-bottom:12px;
  box-shadow:0 2px 8px rgba(225,29,72,0.25);
}
.news-category-block--hero-list .is-featured h3{
  font-size:1.6rem;
  font-weight:900;
  line-height:1.25;
  margin:0 0 10px;
  color:var(--news-dark);
}
.news-category-block--hero-list .is-featured h3 a{
  color:var(--news-dark);
  text-decoration:none;
  transition:color .2s ease;
}
.news-category-block--hero-list .is-featured h3 a:hover{
  color:var(--news-red);
}
.news-category-block--hero-list .is-featured .news-block-meta{
  font-size:13px;
  color:var(--news-muted);
  margin:0;
}
.news-category-block--hero-list .news-block-list{
  display:grid;
  gap:0;
  border-top:1px solid var(--news-line);
  padding-top:20px;
}
.news-category-block--hero-list .news-block-list-item{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:16px;
  padding:16px 0;
  border-bottom:1px solid var(--news-line);
  transition:all .2s ease;
  align-items:start;
}
.news-category-block--hero-list .news-block-list-item:last-child{
  border-bottom:0;
}
.news-category-block--hero-list .news-block-list-item:hover{
  padding-left:12px;
}
.news-category-block--hero-list .news-block-list-item .news-block-thumb{
  width:100%;
  height:90px;
  min-height:90px;
  aspect-ratio:16/9;
  border-radius:8px;
  overflow:hidden;
}
.news-category-block--hero-list .news-block-list-item .news-block-body{
  padding:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.news-category-block--hero-list .news-block-list-item h3{
  font-size:1.05rem;
  font-weight:700;
  line-height:1.4;
  margin:0 0 6px;
  color:var(--news-dark);
}
.news-category-block--hero-list .news-block-list-item h3 a{
  color:var(--news-dark);
  text-decoration:none;
  transition:color .2s ease;
}
.news-category-block--hero-list .news-block-list-item h3 a:hover{
  color:var(--news-red);
}
.news-category-block--hero-list .news-block-list-item .news-block-meta{
  font-size:12px;
  color:var(--news-muted);
  margin:0;
}
.news-category-block--hero-list .news-block-list-item .news-block-cat{
  display:inline-block;
  background:rgba(225,29,72,0.1);
  color:var(--news-red);
  padding:3px 10px;
  border-radius:4px;
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin-bottom:6px;
}

/* Top Image Summary and List Style - Featured image with list below */
.news-category-block--top-image-list .news-block-layout{
  display:grid;
  gap:20px;
}
.news-category-block--hero-list .news-block-card.is-featured{
  display:block;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 40px rgba(15,23,42,.12);
}
.news-category-block--hero-list .is-featured .news-block-thumb{
  width:100%;
  aspect-ratio:16/9;
  min-height:auto;
  display:block;
  overflow:hidden;
}
.news-category-block--hero-list .is-featured .news-block-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .4s ease;
}
.news-category-block--hero-list .is-featured:hover .news-block-thumb img{
  transform:scale(1.05);
}
.news-category-block--hero-list .is-featured .news-block-body{
  padding:24px;
  background:#fff;
}
.news-category-block--hero-list .is-featured .news-block-cat{
  display:inline-block;
  background:var(--news-red);
  color:#fff;
  padding:6px 14px;
  border-radius:6px;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin-bottom:12px;
  box-shadow:0 2px 8px rgba(225,29,72,0.25);
}
.news-category-block--hero-list .is-featured h3{
  font-size:1.6rem;
  font-weight:900;
  line-height:1.25;
  margin:0 0 10px;
  color:var(--news-dark);
}
.news-category-block--hero-list .is-featured h3 a{
  color:var(--news-dark);
  text-decoration:none;
  transition:color .2s ease;
}
.news-category-block--hero-list .is-featured h3 a:hover{
  color:var(--news-red);
}
.news-category-block--hero-list .is-featured .news-block-meta{
  font-size:13px;
  color:var(--news-muted);
  margin:0;
}
.news-category-block--hero-list .news-block-list{
  display:grid;
  gap:0;
  border-top:1px solid var(--news-line);
  padding-top:20px;
}
.news-category-block--hero-list .news-block-list-item{
  padding:16px 0;
  border-bottom:1px solid var(--news-line);
  transition:all .2s ease;
}
.news-category-block--hero-list .news-block-list-item:last-child{
  border-bottom:0;
}
.news-category-block--hero-list .news-block-list-item:hover{
  padding-left:12px;
}
.news-category-block--hero-list .news-block-list-item h3{
  font-size:1.05rem;
  font-weight:700;
  line-height:1.4;
  margin:0 0 6px;
  color:var(--news-dark);
}
.news-category-block--hero-list .news-block-list-item h3 a{
  color:var(--news-dark);
  text-decoration:none;
  transition:color .2s ease;
}
.news-category-block--hero-list .news-block-list-item h3 a:hover{
  color:var(--news-red);
}
.news-category-block--hero-list .news-block-list-item .news-block-meta{
  font-size:12px;
  color:var(--news-muted);
  margin:0;
}
.news-category-block--hero-list .news-block-list-item .news-block-cat{
  display:inline-block;
  background:rgba(225,29,72,0.1);
  color:var(--news-red);
  padding:3px 10px;
  border-radius:4px;
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin-bottom:6px;
}

/* Top Image Summary and List Style - Featured image with list below */
.news-category-block--top-image-list .news-block-layout{
  display:grid;
  gap:20px;
}
.news-category-block--top-image-list .news-block-card.is-featured{
  display:block;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 40px rgba(15,23,42,.12);
}
.news-category-block--top-image-list .is-featured .news-block-thumb{
  width:100%;
  aspect-ratio:16/9;
  min-height:auto;
  display:block;
  overflow:hidden;
}
.news-category-block--top-image-list .is-featured .news-block-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .4s ease;
}
.news-category-block--top-image-list .is-featured:hover .news-block-thumb img{
  transform:scale(1.05);
}
.news-category-block--top-image-list .is-featured .news-block-body{
  padding:24px;
  background:#fff;
}
.news-category-block--top-image-list .is-featured .news-block-cat{
  display:inline-block;
  background:var(--news-red);
  color:#fff;
  padding:6px 14px;
  border-radius:6px;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin-bottom:12px;
  box-shadow:0 2px 8px rgba(225,29,72,0.25);
}
.news-category-block--top-image-list .is-featured h3{
  font-size:1.6rem;
  font-weight:900;
  line-height:1.25;
  margin:0 0 10px;
  color:var(--news-dark);
}
.news-category-block--top-image-list .is-featured h3 a{
  color:var(--news-dark);
  text-decoration:none;
  transition:color .2s ease;
}
.news-category-block--top-image-list .is-featured h3 a:hover{
  color:var(--news-red);
}
.news-category-block--top-image-list .is-featured .news-block-meta{
  font-size:13px;
  color:var(--news-muted);
  margin:0;
}
.news-category-block--top-image-list .news-block-list{
  display:grid;
  gap:0;
  border-top:1px solid var(--news-line);
  padding-top:20px;
}
.news-category-block--top-image-list .news-block-list-item{
  padding:16px 0;
  border-bottom:1px solid var(--news-line);
  transition:all .2s ease;
}
.news-category-block--top-image-list .news-block-list-item .news-block-card{
  display:block;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
}
.news-category-block--top-image-list .news-block-list-item.has-list-image .news-block-card{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:14px;
  align-items:center;
}
.news-category-block--top-image-list .news-block-list-item .news-block-thumb{
  width:112px;
  height:78px;
  min-height:78px;
  aspect-ratio:16/9;
  border-radius:8px;
  overflow:hidden;
}
.news-category-block--top-image-list .news-block-list-item .news-block-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.news-category-block--top-image-list .news-block-list-item .news-block-body{
  padding:0;
}
.news-category-block--top-image-list .news-block-list-item:last-child{
  border-bottom:0;
}
.news-category-block--top-image-list .news-block-list-item:hover{
  padding-left:12px;
}
.news-category-block--top-image-list .news-block-list-item h3{
  font-size:1.05rem;
  font-weight:700;
  line-height:1.4;
  margin:0 0 6px;
  color:var(--news-dark);
}
.news-category-block--top-image-list .news-block-list-item h3 a{
  color:var(--news-dark);
  text-decoration:none;
  transition:color .2s ease;
}
.news-category-block--top-image-list .news-block-list-item h3 a:hover{
  color:var(--news-red);
}
.news-category-block--top-image-list .news-block-list-item .news-block-meta{
  font-size:12px;
  color:var(--news-muted);
  margin:0;
}
.news-category-block--top-image-list .news-block-list-item .news-block-cat{
  display:inline-block;
  background:rgba(225,29,72,0.1);
  color:var(--news-red);
  padding:3px 10px;
  border-radius:4px;
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.5px;
  margin-bottom:6px;
}

/* Top Big Image + Row News Style */
.news-category-block--top-big-row .news-block-layout{
  display:grid;
  gap:22px;
}
.news-category-block--top-big-row .news-block-card{
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
}
.news-category-block--top-big-row .is-featured .news-block-thumb{
  width:100%;
  min-height:0;
  aspect-ratio:16/9;
  display:block;
  padding:0;
  border-radius:4px;
  overflow:hidden;
}
.news-category-block--top-big-row .is-featured .news-block-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.news-category-block--top-big-row .is-featured .news-block-body{
  padding:16px 0 0;
}
.news-category-block--top-big-row .is-featured .news-block-cat{
  display:none;
}
.news-category-block--top-big-row .is-featured h3{
  margin:0 0 10px;
  font-size:clamp(1.35rem,2.6vw,2rem);
  line-height:1.18;
  font-weight:800;
}
.news-category-block--top-big-row .is-featured h3 a{
  color:var(--news-dark);
  text-decoration:none;
}
.news-category-block--top-big-row .is-featured h3 a:hover{
  color:var(--news-red);
}
.news-category-block--top-big-row .is-featured .news-block-meta{
  margin:0 0 8px;
  color:var(--news-muted);
  font-size:12px;
}
.news-category-block--top-big-row .is-featured p{
  font-size:1rem;
  line-height:1.55;
  color:#3f3f46;
}
.news-category-block--top-big-row .news-block-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  padding-top:4px;
}
.news-category-block--top-big-row .news-block-row-item .news-block-card{
  display:block;
}
.news-category-block--top-big-row .news-block-row-item .news-block-thumb{
  width:100%;
  min-height:0;
  aspect-ratio:16/9;
  display:block;
  padding:0;
  border-radius:4px;
  overflow:hidden;
  margin-bottom:10px;
}
.news-category-block--top-big-row .news-block-row-item .news-block-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.news-category-block--top-big-row .news-block-row-item .news-block-body{
  padding:0;
}
.news-category-block--top-big-row .news-block-row-item .news-block-cat{
  display:none;
}
.news-category-block--top-big-row .news-block-row-item h3{
  margin:0;
  font-size:1rem;
  line-height:1.25;
  font-weight:600;
}
.news-category-block--top-big-row .news-block-row-item h3 a{
  color:var(--news-dark);
  text-decoration:none;
}
.news-category-block--top-big-row .news-block-row-item h3 a:hover{
  color:var(--news-red);
}
.news-category-block--top-big-row .news-block-row-item.is-title-only{
  border-top:1px solid var(--news-line);
  padding-top:12px;
}

@media (max-width: 700px){
  .news-category-block--top-big-row .news-block-row{
    grid-template-columns:1fr;
    gap:16px;
  }
  .news-category-block--top-big-row .news-block-row-item.has-row-image .news-block-card{
    display:grid;
    grid-template-columns:112px minmax(0,1fr);
    gap:12px;
    align-items:center;
  }
  .news-category-block--top-big-row .news-block-row-item .news-block-thumb{
    margin-bottom:0;
  }
}

/* Split Lead + Two Column List Style */
.news-category-block--split-lead-list .news-block-layout{
  display:grid;
  gap:28px;
}
.news-category-block--split-lead-list .news-block-card{
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
  overflow:visible;
}
.news-category-block--split-lead-list .is-featured{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  align-items:stretch;
  background:#f1f2f4;
  overflow:hidden;
}
.news-category-block--split-lead-list .is-featured .news-block-thumb{
  width:100%;
  min-height:0;
  height:100%;
  aspect-ratio:4/3;
  display:block;
  padding:0;
  overflow:hidden;
  background:#111827;
}
.news-category-block--split-lead-list .is-featured .news-block-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.news-category-block--split-lead-list .is-featured .news-block-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:40px clamp(24px,4vw,56px);
}
.news-category-block--split-lead-list .is-featured .news-block-cat,
.news-category-block--split-lead-list .is-featured .news-block-meta{
  display:none;
}
.news-category-block--split-lead-list .is-featured h3{
  margin:0;
  font-size:clamp(1.65rem,3.4vw,2.6rem);
  line-height:1.28;
  font-weight:900;
}
.news-category-block--split-lead-list .is-featured h3 a{
  color:#34363a;
  text-decoration:none;
}
.news-category-block--split-lead-list .is-featured h3 a:hover{
  color:var(--news-red);
}
.news-category-block--split-lead-list .news-block-split-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:38px;
  row-gap:24px;
}
.news-category-block--split-lead-list .news-block-split-list-item .news-block-card{
  display:grid;
  grid-template-columns:134px minmax(0,1fr);
  gap:16px;
  align-items:center;
}
.news-category-block--split-lead-list .news-block-split-list-item .news-block-thumb{
  width:134px;
  height:82px;
  min-height:82px;
  aspect-ratio:16/10;
  display:block;
  padding:0;
  border-radius:3px;
  overflow:hidden;
  background:#111827;
}
.news-category-block--split-lead-list .news-block-split-list-item .news-block-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.news-category-block--split-lead-list .news-block-split-list-item .news-block-body{
  padding:0;
}
.news-category-block--split-lead-list .news-block-split-list-item .news-block-cat{
  display:none;
}
.news-category-block--split-lead-list .news-block-split-list-item h3{
  margin:0;
  font-size:1.04rem;
  line-height:1.45;
  font-weight:700;
}
.news-category-block--split-lead-list .news-block-split-list-item h3 a{
  color:#33363a;
  text-decoration:none;
}
.news-category-block--split-lead-list .news-block-split-list-item h3 a:hover{
  color:var(--news-red);
}
.news-category-block--split-lead-list .news-block-split-list-item.is-title-only .news-block-card{
  display:block;
  padding:0 0 0 14px;
  border-left:4px solid var(--news-red);
}

@media (max-width: 900px){
  .news-category-block--split-lead-list .is-featured,
  .news-category-block--split-lead-list .news-block-split-list{
    grid-template-columns:1fr;
  }
}

@media (max-width: 640px){
  .news-category-block--split-lead-list .is-featured .news-block-body{
    padding:22px 18px;
  }
  .news-category-block--split-lead-list .news-block-split-list{
    gap:18px;
  }
  .news-category-block--split-lead-list .news-block-split-list-item.has-list-image .news-block-card{
    grid-template-columns:104px minmax(0,1fr);
    gap:12px;
  }
  .news-category-block--split-lead-list .news-block-split-list-item .news-block-thumb{
    width:104px;
    height:70px;
    min-height:70px;
  }
}

/* Editorial Feature Rail Style */
.news-category-block--editorial-feature-rail .news-block-layout{
  display:grid;
  grid-template-columns:minmax(220px,.92fr) minmax(360px,1.45fr) minmax(260px,.98fr);
  gap:28px;
  align-items:center;
}
.news-category-block--editorial-feature-rail .news-editorial-lead-text{
  align-self:center;
}
.news-category-block--editorial-feature-rail .news-editorial-lead-text h3{
  margin:0 0 16px;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:clamp(2rem,3vw,3.35rem);
  line-height:1.05;
  font-weight:500;
}
.news-category-block--editorial-feature-rail .news-editorial-lead-text h3 a{
  color:#111827;
  text-decoration:none;
}
.news-category-block--editorial-feature-rail .news-editorial-lead-text h3 a:hover{
  color:var(--news-red);
}
.news-category-block--editorial-feature-rail .news-editorial-lead-text p{
  margin:0 0 8px;
  color:#5f6670;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:1.16rem;
  line-height:1.35;
}
.news-category-block--editorial-feature-rail .news-editorial-lead-text .news-block-meta{
  color:#7b818a;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.news-category-block--editorial-feature-rail .news-editorial-lead-image{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:0;
  aspect-ratio:16/10.6;
  background:#111827;
  color:#fff;
  overflow:hidden;
  text-decoration:none;
}
.news-category-block--editorial-feature-rail .news-editorial-lead-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:grayscale(100%);
}
.news-category-block--editorial-feature-rail .news-editorial-rail{
  display:grid;
  gap:18px;
  padding-left:26px;
  border-left:1px solid var(--news-line);
}
.news-category-block--editorial-feature-rail .news-editorial-rail-item{
  padding-bottom:18px;
  border-bottom:1px solid var(--news-line);
}
.news-category-block--editorial-feature-rail .news-editorial-rail-item:last-child{
  padding-bottom:0;
  border-bottom:0;
}
.news-category-block--editorial-feature-rail .news-editorial-rail-item .news-block-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) 96px;
  gap:16px;
  align-items:start;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
  overflow:visible;
}
.news-category-block--editorial-feature-rail .news-editorial-rail-item.is-title-only .news-block-card{
  display:block;
}
.news-category-block--editorial-feature-rail .news-editorial-rail-item .news-block-thumb{
  grid-column:2;
  grid-row:1;
  width:96px;
  height:78px;
  min-height:78px;
  aspect-ratio:1.22/1;
  display:block;
  padding:0;
  overflow:hidden;
  background:#111827;
}
.news-category-block--editorial-feature-rail .news-editorial-rail-item .news-block-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.news-category-block--editorial-feature-rail .news-editorial-rail-item .news-block-body{
  grid-column:1;
  grid-row:1;
  padding:0;
}
.news-category-block--editorial-feature-rail .news-editorial-rail-item .news-block-cat{
  display:block;
  margin:0 0 8px;
  color:#34363a;
  background:transparent;
  padding:0;
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.news-category-block--editorial-feature-rail .news-editorial-rail-item h3{
  margin:0 0 8px;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:1.2rem;
  line-height:1.12;
  font-weight:800;
}
.news-category-block--editorial-feature-rail .news-editorial-rail-item h3 a{
  color:#111827;
  text-decoration:none;
}
.news-category-block--editorial-feature-rail .news-editorial-rail-item h3 a:hover{
  color:var(--news-red);
}
.news-category-block--editorial-feature-rail .news-editorial-rail-item p{
  margin:0 0 8px;
  color:#5f6670;
  font-family:Georgia, 'Times New Roman', serif;
  font-size:1rem;
  line-height:1.32;
}
.news-category-block--editorial-feature-rail .news-editorial-rail-item .news-block-meta{
  color:#7b818a;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

@media (max-width: 1000px){
  .news-category-block--editorial-feature-rail .news-block-layout{
    grid-template-columns:1fr 1fr;
  }
  .news-category-block--editorial-feature-rail .news-editorial-rail{
    grid-column:1 / -1;
    grid-template-columns:repeat(3,minmax(0,1fr));
    padding-left:0;
    padding-top:20px;
    border-left:0;
    border-top:1px solid var(--news-line);
  }
  .news-category-block--editorial-feature-rail .news-editorial-rail-item{
    border-bottom:0;
    padding-bottom:0;
  }
  .news-category-block--editorial-feature-rail .news-editorial-rail-item .news-block-card{
    grid-template-columns:1fr;
  }
  .news-category-block--editorial-feature-rail .news-editorial-rail-item .news-block-thumb,
  .news-category-block--editorial-feature-rail .news-editorial-rail-item .news-block-body{
    grid-column:auto;
    grid-row:auto;
  }
  .news-category-block--editorial-feature-rail .news-editorial-rail-item .news-block-thumb{
    width:100%;
    height:auto;
    aspect-ratio:16/10;
  }
}

@media (max-width: 700px){
  .news-category-block--editorial-feature-rail .news-block-layout,
  .news-category-block--editorial-feature-rail .news-editorial-rail{
    grid-template-columns:1fr;
  }
  .news-category-block--editorial-feature-rail .news-editorial-lead-image{
    grid-row:1;
  }
  .news-category-block--editorial-feature-rail .news-editorial-lead-text{
    grid-row:2;
  }
}
.news-category-block--breaking-news{padding:0;margin-top:24px}
.news-category-block--breaking-news .news-block-layout{display:grid;grid-template-columns:1fr;gap:16px;align-items:start;grid-auto-rows:auto}
.news-category-block--breaking-news .news-block-card{
  display:block;
  width:100%;
  margin:0 auto;
  padding:0;
  border:1px solid var(--news-line);
  border-radius:16px;
  box-shadow:var(--news-card-shadow,0 16px 34px rgba(15,23,42,.08));
  text-align:center;
  place-self:start;
  height:auto;
  min-height:0;
  max-height:none;
}
.news-category-block--breaking-news .news-block-thumb{
  display:block;
  width:min(calc(100% - 32px),900px);
  height:auto;
  min-height:0;
  margin:16px auto 0;
  aspect-ratio:16/9;
  padding:0;
  overflow:hidden;
  border-radius:12px;
}
.news-category-block--breaking-news .news-block-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.news-category-block--breaking-news .news-block-body{padding:18px;text-align:center;flex:none}
.news-category-block--breaking-news .news-block-body h3{font-size:1.25rem;margin:0 0 6px}
.news-category-block--breaking-news .news-block-body p{text-align:center}
.news-category-block--breaking-news .news-block-heading{display:none}
.news-category-block--breaking .news-block-layout{
  align-items:start;
  grid-auto-rows:auto;
}
.news-category-block--breaking .news-block-card{
  height:auto;
  min-height:0;
  max-height:none;
}
.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 10px;border-radius:10px;background:#fff;border:1px solid var(--news-line);font-weight:700;font-size:14px;transition:all .15s}
.pagination a:hover,.pagination .current{background:var(--news-red);color:#fff;border-color:var(--news-red)}
@media (max-width: 900px){
  .news-category-block--hero-grid .news-block-layout{grid-template-columns:1fr!important}
  .news-category-block--hero-grid .is-featured{grid-row:auto!important;grid-column:auto!important}
  .news-category-block--hero-grid .news-block-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .news-category-block--lead-stack .news-block-layout,
  .news-category-block--lead-stack .news-block-stack{flex-direction:column!important}
  .news-category-block--lead-stack .news-block-layout>.is-featured{flex:none!important}
  .news-category-block .wp-block-columns,
  .wp-block-columns{flex-wrap:wrap!important}
  .news-category-block .wp-block-column,
  .wp-block-column{flex-basis:100%!important;margin-left:0!important;margin-right:0!important}
  .hero-grid,.grid-3,.grid-2,.mini-grid,
  .news-category-block--hero-grid .news-block-layout,
  .news-category-block--standard .news-block-layout,
  .news-category-block--compact-list .news-block-layout,
  .news-category-block--province-grid .news-block-layout,
  .news-category-block--lead-stack .news-block-layout,
  .news-category-block--split-feature .news-block-layout,
  .news-category-block--lead-stack .news-block-stack,
  .news-category-block--photo-grid .news-block-layout,
  .news-category-block--interview-card .news-block-layout,
  .news-category-block--cover-story .news-block-layout,
  .news-category-block--minimal-cards .news-block-layout,
  .news-category-block--fresh-popular .news-block-layout,
  .news-category-block--sidebar-feed .news-block-layout,
  .news-category-block--opinion-list .news-block-layout,
  .news-category-block--timeline .news-block-layout{grid-template-columns:1fr}
  .news-category-block--standard .is-featured{
    grid-row:auto!important;
    align-self:start!important;
    height:auto!important;
    min-height:0!important;
  }
  .news-category-block--web-stories .news-block-layout{padding-bottom:4px}
  .news-category-block--web-stories .news-block-card{flex:0 0 160px;min-height:240px}
  .news-category-block--video-strip .news-block-card{flex:0 0 220px}
  .news-category-block--market-ticker .news-block-layout{white-space:normal;overflow:visible}
  .news-category-block--market-ticker .news-block-card{animation:none;min-width:auto}
  .news-category-block--cover-story{padding:20px;border-radius:20px}
}
/* Mobile devices — stack ALL card layouts vertically */
@media (max-width: 768px){
  .related-grid{grid-template-columns:1fr!important}
  .news-category-block--hero-grid .is-featured{grid-row:auto}
  .news-category-block--hero-grid .is-featured .news-block-thumb{min-height:200px!important}
  .news-category-block--hero-grid .is-featured h3{font-size:1.25rem}
  .news-category-block--hero-grid .news-block-thumb{min-height:140px}
  .news-category-block--hero-grid .news-block-secondary-grid{grid-template-columns:1fr}
  .news-category-block .news-block-layout,
  .news-category-block--lead-stack .news-block-layout,
  .news-category-block--lead-stack .news-block-stack{flex-direction:column!important}
  .news-category-block--lead-stack .news-block-layout>.is-featured{flex:none!important}
  .news-category-block--lead-stack .news-block-layout>.news-block-card:not(.is-featured),
  .news-category-block--lead-stack .news-block-stack>.news-block-card{grid-template-columns:1fr!important;display:block!important;flex:none!important}
  .news-category-block--standard .news-block-card:not(.is-featured),
  .news-category-block--compact-list .news-block-card,
  .news-category-block--lead-stack .is-featured,
  .news-category-block--split-feature .is-featured,
  .news-category-block--interview-card .news-block-card,
  .news-category-block--opinion-list .news-block-card,
  .news-category-block--trending .news-block-card{grid-template-columns:1fr!important;display:block!important}
  .news-category-block--standard .is-featured{
    grid-row:auto!important;
    align-self:start!important;
    height:auto!important;
    min-height:0!important;
    display:block!important;
  }
  .news-category-block--standard .is-featured .news-block-body{
    flex:none!important;
  }
  .news-category-block--standard .news-block-card:not(.is-featured) .news-block-thumb,
  .news-category-block--compact-list .news-block-thumb,
  .news-category-block--latest .news-block-thumb,
  .news-category-block--lead-stack .news-block-card:not(.is-featured) .news-block-thumb,
  .news-category-block--lead-stack .is-featured .news-block-thumb,
  .news-category-block--split-feature .is-featured .news-block-thumb,
  .news-category-block--interview-card .news-block-thumb{min-height:180px!important;width:100%!important}
  .news-category-block--trending .news-block-card::before{margin:14px auto 0}
  
  /* Left-image cards mobile optimization - force single column with full-width images */
  .news-category-block--standard .news-block-card:not(.is-featured),
  .news-category-block--opinion-list .news-block-card,
  .news-category-block--interview-card .news-block-card,
  .news-category-block--trending .news-block-card,
  .news-category-block--fresh-popular .news-block-card,
  .news-category-block--sidebar-feed .news-block-card{display:block!important;grid-template-columns:1fr!important;gap:0!important;padding:0!important;border-radius:18px!important;overflow:hidden!important;margin-bottom:16px!important}
  
  /* Force all thumbnails to full-width on top - MUST override grid layout */
  .news-category-block--standard .news-block-card:not(.is-featured) .news-block-thumb,
  .news-category-block--opinion-list .news-block-thumb,
  .news-category-block--interview-card .news-block-card .news-block-thumb,
  .news-category-block--trending .news-block-card .news-block-thumb,
  .news-category-block--fresh-popular .news-block-card .news-block-thumb,
  .news-category-block--sidebar-feed .news-block-card .news-block-thumb{min-height:180px!important;width:100%!important;border-radius:0!important;margin:0!important;aspect-ratio:16/9!important;display:block!important;position:relative!important;grid-column:1!important;grid-row:1!important}
  
  /* Opinion list - completely override circular image on mobile */
  .news-category-block--opinion-list .news-block-card{display:block!important;grid-template-columns:1fr!important;padding:0!important;border-radius:18px!important;overflow:hidden!important}
  .news-category-block--opinion-list .news-block-card .news-block-thumb{border-radius:0!important;width:100%!important;height:180px!important;flex:0 0 auto!important;aspect-ratio:16/9!important;position:relative!important;display:block!important;grid-column:1!important;grid-row:1!important}
  .news-category-block--opinion-list .news-block-card .news-block-thumb img{border-radius:0!important;width:100%!important;height:100%!important;object-fit:cover!important}
  .news-category-block--trending .news-block-card{flex-direction:column!important;grid-template-columns:unset!important}
  .news-category-block--trending .news-block-card::before{display:none!important}
  .news-category-block--trending .news-rank{display:none!important}
  .news-category-block--fresh-popular .news-block-card,
  .news-category-block--sidebar-feed .news-block-card{flex-direction:column!important;grid-template-columns:unset!important;padding:0!important}
  .news-category-block--fresh-popular .news-block-card::before,
  .news-category-block--sidebar-feed .news-block-card::before{display:none!important}
  .news-category-block--fresh-popular .news-block-body,
  .news-category-block--sidebar-feed .news-block-body{padding:16px!important}
  
  /* Additional mobile improvements for all news blocks */
  .news-block-card{border-radius:16px!important;margin-bottom:12px}
  .news-block-thumb{min-height:160px!important}
  .news-category-block--top-big-row .is-featured .news-block-thumb{
    min-height:0!important;
    width:100%!important;
    aspect-ratio:16/9!important;
  }
  .news-category-block--top-big-row .news-block-row{
    grid-template-columns:1fr!important;
  }
  .news-category-block--top-big-row .news-block-row-item.has-row-image .news-block-card{
    display:grid!important;
    grid-template-columns:112px minmax(0,1fr)!important;
    gap:12px!important;
    align-items:center!important;
  }
  .news-category-block--top-big-row .news-block-row-item .news-block-thumb{
    min-height:78px!important;
    height:78px!important;
    width:112px!important;
    margin:0!important;
    aspect-ratio:16/9!important;
  }
  .news-category-block--split-lead-list .is-featured{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .news-category-block--split-lead-list .is-featured .news-block-thumb{
    min-height:0!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:4/3!important;
  }
  .news-category-block--split-lead-list .news-block-split-list{
    grid-template-columns:1fr!important;
  }
  .news-category-block--split-lead-list .news-block-split-list-item.has-list-image .news-block-card{
    display:grid!important;
    grid-template-columns:104px minmax(0,1fr)!important;
    gap:12px!important;
    align-items:center!important;
  }
  .news-category-block--split-lead-list .news-block-split-list-item .news-block-thumb{
    min-height:70px!important;
    height:70px!important;
    width:104px!important;
    margin:0!important;
    aspect-ratio:16/10!important;
  }
  .news-category-block--editorial-feature-rail .news-block-layout,
  .news-category-block--editorial-feature-rail .news-editorial-rail{
    grid-template-columns:1fr!important;
  }
  .news-category-block--editorial-feature-rail .news-editorial-lead-image{
    grid-row:1!important;
    min-height:0!important;
    width:100%!important;
    aspect-ratio:16/10.6!important;
  }
  .news-category-block--editorial-feature-rail .news-editorial-lead-text{
    grid-row:2!important;
  }
  .news-category-block--editorial-feature-rail .news-editorial-rail{
    padding-left:0!important;
    border-left:0!important;
  }
  .news-category-block--editorial-feature-rail .news-editorial-rail-item.has-rail-image .news-block-card{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 96px!important;
    gap:14px!important;
  }
  .news-category-block--editorial-feature-rail .news-editorial-rail-item .news-block-thumb{
    min-height:78px!important;
    height:78px!important;
    width:96px!important;
    margin:0!important;
  }
  .news-category-block--breaking-news .news-block-layout{
    display:block!important;
    gap:0!important;
  }
  .news-category-block--breaking-news .news-block-card{
    display:block!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0 0 12px!important;
    overflow:hidden!important;
  }
  .news-category-block--breaking-news .news-block-thumb{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    aspect-ratio:16/9!important;
    border-radius:0!important;
  }
  .news-category-block--breaking-news .news-block-thumb img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    display:block!important;
  }
  .news-category-block--breaking-news .news-block-body{
    padding:14px!important;
  }
  .news-category-block--breaking .news-block-layout{
    display:block!important;
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  .news-category-block--breaking .news-block-card{
    display:block!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0 0 12px!important;
    overflow:hidden!important;
  }
  .news-category-block--breaking .news-block-body{
    padding:14px!important;
  }
  .news-category-block--breaking .news-block-body h3{
    -webkit-line-clamp:unset!important;
    overflow:visible!important;
  }
  .news-block-body{padding:14px!important}
  .news-block-body h3{font-size:1.1rem!important;line-height:1.3!important}
  .news-block-body p{font-size:14px!important;line-height:1.5!important}
  .news-block-meta{font-size:12px!important}
  .news-block-cat{font-size:11px!important;padding:4px 8px!important}
  .news-block-heading h1,
  .news-block-heading h2{font-size:1.1rem!important;padding:8px 12px!important}
  .news-category-block{padding:10px 0 8px!important}
  .news-category-block--photo-grid .news-block-card{flex:0 0 160px!important;min-height:240px!important}
  .news-category-block--video-strip .news-block-card{flex:0 0 220px!important}
  .news-category-block--web-stories .news-block-card{flex:0 0 160px!important;min-height:240px!important}
  .news-category-block--province-grid .news-block-layout{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .news-category-block--minimal-cards .news-block-layout{grid-template-columns:1fr!important}
  .news-category-block--fresh-popular .news-block-card,
  .news-category-block--sidebar-feed .news-block-card{grid-template-columns:48px 1fr!important;padding:14px!important}
  .news-category-block--fresh-popular .news-block-card::before{width:28px!important;height:28px!important;font-size:12px!important;margin-left:10px!important}
  .news-category-block--cover-story{padding:16px!important}
  .news-category-block--cover-story .is-featured .news-block-thumb{min-height:220px!important}
  .news-category-block--cover-story .news-block-cover-list .news-block-card{
    display:grid!important;
    grid-template-columns:96px minmax(0,1fr)!important;
    min-height:88px;
    margin-bottom:0;
  }
  .news-category-block--cover-story .news-block-cover-list .news-block-thumb{
    width:100%!important;
    height:100%!important;
    min-height:88px!important;
    aspect-ratio:auto!important;
  }
  .news-category-block--cover-story .news-block-cover-list .news-block-body{padding:10px!important}
  .news-category-block--cover-story .news-block-cover-list h3{font-size:.92rem!important}
  .news-category-block--cover-story .news-block-cover-list .news-block-cat{display:none}
}

/* Desktop only - opinion list circular image */
@media (min-width: 769px) {
  .news-category-block--opinion-list .news-block-card .news-block-thumb{
    width:124px!important;
    height:124px!important;
    min-height:0!important;
    flex:0 0 124px!important;
    border-radius:50%!important;
  }
  .news-category-block--opinion-list .news-block-card .news-block-thumb img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    border-radius:50%!important;
  }
}

/* Mobile override for opinion-list - make image full width on top */
@media (max-width: 768px) {
  .news-category-block--opinion-list .news-block-card {
    display: block !important;
    grid-template-columns: 1fr !important;
    padding: 0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }
  .news-category-block--opinion-list .news-block-thumb {
    width: 100% !important;
    height: 180px !important;
    min-height: 180px !important;
    flex: 0 0 auto !important;
    border-radius: 0 !important;
    aspect-ratio: 16/9 !important;
    margin: 0 !important;
  }
  .news-category-block--opinion-list .news-block-thumb img {
    border-radius: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .news-category-block--opinion-list .news-block-body {
    padding: 16px !important;
  }
}

.signup-wizard{display:grid;gap:18px}
.signup-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.signup-step{
  background:#fff;border:1px solid var(--news-line);border-radius:16px;padding:12px 14px;font-weight:800;color:#334155
}
.signup-step.active{background:#fff0f3;border-color:#f5b1bf;color:var(--news-red)}
.wizard-panel{display:none}
.wizard-panel.active{display:block}
.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.choice-card{
  position:relative;border:1px solid var(--news-line);border-radius:20px;padding:18px;background:#fff;cursor:pointer;
  transition:.15s ease;
}
.choice-card:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(15,23,42,.06)}
.choice-card input{position:absolute;opacity:0;pointer-events:none}
.choice-card.selected{border-color:var(--news-red);box-shadow:0 0 0 3px rgba(225,29,72,.12)}
.choice-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.choice-price{font-size:1.4rem;font-weight:900;color:var(--news-dark)}
.choice-price small{display:block;font-size:12px;color:var(--news-muted)}
.choice-desc{color:var(--news-muted);font-size:14px;margin:8px 0 0}
.theme-preview{
  height:88px;border-radius:16px;background:linear-gradient(135deg,var(--news-dark),var(--news-red));
  margin-bottom:12px;
}
.theme-preview.modern{background:linear-gradient(135deg,#0b1220,#2563eb)}
.theme-preview.magazine{background:linear-gradient(135deg,#1f1720,#db2777)}
.theme-preview.classic{background:linear-gradient(135deg,#111827,#991b1b)}
.theme-preview.dark{background:linear-gradient(135deg,#020617,#38bdf8)}
.theme-preview.local{background:linear-gradient(135deg,#14532d,#16a34a)}
.theme-preview.business{background:linear-gradient(135deg,#0f172a,#0f766e)}
.theme-preview.sports{background:linear-gradient(135deg,#111827,#ea580c)}
.theme-preview.tech{background:linear-gradient(135deg,#083344,#06b6d4)}
.theme-preview.entertainment{background:linear-gradient(135deg,#581c87,#c026d3)}
.theme-preview.politics{background:linear-gradient(135deg,#111827,#1d4ed8)}
.theme-preview.metro{background:linear-gradient(135deg,var(--news-dark),var(--news-red))}
.theme-preview.editorial{background:linear-gradient(135deg,#0f172a,#7c3aed)}
.theme-preview.breaking{background:linear-gradient(135deg,#991b1b,#f43f5e)}
.wizard-actions{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
.wizard-actions .btn{min-width:140px}
.category-builder{display:grid;gap:10px}
.category-row{
  display:grid;grid-template-columns:1fr 220px auto;gap:10px;align-items:center;
  background:#fff;border:1px solid var(--news-line);border-radius:16px;padding:10px 12px
}
.category-row input,.category-row select{
  width:100%;border:1px solid var(--news-line);border-radius:12px;padding:10px 12px;font:inherit
}
.category-actions{display:flex;gap:8px;flex-wrap:wrap}
.btn-small{padding:8px 12px;font-size:13px;min-width:auto}
.dashboard-preview{
  width:100%;
  min-height:520px;
  border:1px solid var(--news-line);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
}
.dashboard-preview iframe{
  width:100%;
  height:520px;
  border:0;
  display:block;
}
.enepali-ads{display:grid;gap:12px;margin:16px 0}
.enepali-ad{
  display:flex;align-items:center;justify-content:center;min-height:90px;
  border:1px solid var(--news-line);border-radius:16px;background:#fff;overflow:hidden;text-align:center
}
.enepali-ad img{width:100%;height:auto;display:block}
.enepali-ads--slideshow{display:block;position:relative;overflow:hidden}
.enepali-ads--slideshow .enepali-ad{display:none}
.enepali-ads--slideshow .enepali-ad:first-child{display:flex;animation:adFade 6s infinite}
.enepali-ads--scroll{display:flex;overflow:hidden;white-space:nowrap}
.enepali-ads--scroll .enepali-ad{flex:0 0 auto;min-width:280px;margin-right:12px;animation:adScroll 18s linear infinite}
@keyframes adFade{0%,70%{opacity:1}85%,100%{opacity:.35}}
@keyframes adScroll{from{transform:translateX(0)}to{transform:translateX(-100%)}}
.enepali-ads--top .enepali-ad{min-height:96px;margin:14px 0}
.enepali-ads--sidebar .enepali-ad{min-height:220px}
.enepali-ads--footer .enepali-ad{min-height:110px;margin-bottom:18px}
.enepali-ad-form{display:grid;gap:14px;background:#fff;border:1px solid var(--news-line);border-radius:18px;padding:18px}
.enepali-ad-form input,.enepali-ad-form select,.enepali-ad-form textarea{
  width:100%;border:1px solid var(--news-line);border-radius:12px;padding:10px 12px;font:inherit;background:#fff
}
.enepali-ad-dashboard{display:grid;gap:14px}
.ad-dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.enepali-ad-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--news-line)}
.enepali-ad-table th,.enepali-ad-table td{border-bottom:1px solid var(--news-line);padding:10px;text-align:left;vertical-align:top}
.enepali-ad-notice{background:#ecfdf5;border:1px solid #bbf7d0;color:#166534;border-radius:12px;padding:10px 12px}
.news-footer{
  /* lighter, card-style footer */
  background:linear-gradient(180deg,#f8fafc 0%,#f1f5f9 100%);
  color:var(--news-dark);
  padding:40px 0 28px;
  margin-top:36px;
  border-top:3px solid rgba(99,102,241,0.08);
}
.news-footer .enepali-ads{margin:0 0 24px}
.enepali-newsletter{
  display:grid;
  grid-template-columns:auto minmax(220px,.85fr) minmax(300px,1fr);
  align-items:center;
  gap:22px;
  margin:30px 0;
  padding:26px 28px;
  border-radius:20px;
  background:linear-gradient(135deg,#fff1f2 0%,#fff 55%,#f8fafc 100%);
  border:1px solid #fecdd3;
  box-shadow:0 14px 34px rgba(15,23,42,.08);
}
.enepali-newsletter-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  border-radius:16px;
  background:var(--news-red);
  color:#fff;
  font-size:21px;
  box-shadow:0 10px 24px rgba(225,29,72,.25);
}
.enepali-newsletter-kicker{
  display:block;
  margin-bottom:3px;
  color:var(--news-red);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.enepali-newsletter h2{margin:0 0 5px;color:var(--news-dark);font-size:1.25rem;line-height:1.25}
.enepali-newsletter p{margin:0;color:var(--news-muted);font-size:13px;line-height:1.55}
.enepali-newsletter .tnp-subscription-minimal form{
  display:flex;
  align-items:stretch;
  flex-wrap:wrap;
  gap:8px;
  width:100%;
  text-align:left!important;
}
.enepali-newsletter .tnp-email{
  min-width:0;
  flex:1 1 auto;
  height:48px;
  margin:0!important;
  padding:0 15px!important;
  border:1px solid #cbd5e1!important;
  border-radius:12px!important;
  background:#fff!important;
  color:var(--news-dark)!important;
  font:inherit!important;
}
.enepali-newsletter .tnp-submit{
  flex:0 0 auto;
  height:48px;
  margin:0!important;
  padding:0 20px!important;
  border:0!important;
  border-radius:12px!important;
  background:var(--news-red)!important;
  color:#fff!important;
  font-weight:900!important;
  cursor:pointer;
}
.enepali-newsletter .tnp-privacy-field{
  display:flex;
  align-items:center;
  flex:0 0 100%;
  gap:8px;
  margin:2px 0 0!important;
  color:#64748b!important;
  font-family:'Inter',system-ui,sans-serif;
  font-size:12px;
  font-weight:500;
  line-height:1.4;
  opacity:1;
}
.enepali-newsletter .tnp-privacy{
  appearance:auto;
  width:17px!important;
  height:17px!important;
  min-width:17px;
  margin:0!important;
  accent-color:var(--news-red);
  cursor:pointer;
}
.enepali-newsletter .tnp-privacy-field a{
  color:#475569!important;
  text-decoration:underline;
  text-underline-offset:2px;
}
.news-footer .enepali-newsletter{
  margin:0 0 36px;
  background:linear-gradient(135deg,#ffffff 0%,#eef2f7 100%);
  border-color:#e6eef8;
  box-shadow:0 8px 22px rgba(2,6,23,.04);
}
.news-footer .enepali-newsletter h2{color:var(--news-dark)}
.news-footer .enepali-newsletter p{color:var(--news-muted)}
.news-footer .enepali-newsletter .tnp-privacy-field,
.news-footer .enepali-newsletter .tnp-privacy-field a{color:#6b7280!important}
.enepali-newsletter-popup-open{overflow:hidden}
.newsletter-popup{
  position:fixed;
  inset:0;
  z-index:1000000;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(2,6,23,.72);
  opacity:0;
  visibility:hidden;
  transition:opacity .2s ease,visibility .2s ease;
}
.newsletter-popup.is-open{opacity:1;visibility:visible}
.newsletter-popup-dialog{
  position:relative;
  width:min(760px,100%);
  transform:translateY(18px) scale(.98);
  transition:transform .2s ease;
}
.newsletter-popup.is-open .newsletter-popup-dialog{transform:translateY(0) scale(1)}
.newsletter-popup-close{
  position:absolute;
  top:10px;
  right:10px;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#fff;
  color:var(--news-dark);
  box-shadow:0 6px 18px rgba(15,23,42,.16);
  font-size:27px;
  line-height:1;
  cursor:pointer;
}
.newsletter-popup .enepali-newsletter,
.news-footer .newsletter-popup .enepali-newsletter{
  margin:0;
  padding:38px 32px 30px;
  background:linear-gradient(135deg,#fff1f2 0%,#fff 55%,#f8fafc 100%);
  border-color:#fecdd3;
  box-shadow:0 28px 70px rgba(0,0,0,.32);
}
.news-footer .newsletter-popup .enepali-newsletter h2{color:var(--news-dark)}
.news-footer .newsletter-popup .enepali-newsletter p{color:var(--news-muted)}
.news-footer .newsletter-popup .enepali-newsletter .tnp-privacy-field{color:#64748b!important}
.news-footer .newsletter-popup .enepali-newsletter .tnp-privacy-field a{color:#475569!important}
@media (max-width:768px){
  .newsletter-popup{padding:14px}
  .newsletter-popup .enepali-newsletter,
  .news-footer .newsletter-popup .enepali-newsletter{padding:54px 20px 22px}
}
.homepage-widget-area{padding-top:24px}
.enepali-widget{min-width:0;margin:0 0 22px}
.enepali-widget .widget-title{
  margin:0 0 16px;
  padding-bottom:10px;
  border-bottom:2px solid var(--news-red);
  color:inherit;
  font-size:1.1rem;
}
.news-footer-widgets{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin:0 0 34px;
}
.news-footer-widgets .enepali-widget{
  margin:0;
  padding:18px;
  border:1px solid #e6eef8;
  border-radius:12px;
  background:#ffffff;
  color:var(--news-dark);
}
.news-footer-grid{
  display:grid;
  grid-template-columns:minmax(260px,.95fr) minmax(240px,1fr) minmax(260px,1fr);
  gap:0;
  margin-bottom:34px;
  align-items:start;
}
.news-footer-col{
  padding:0 28px;
  min-width:0;
}
.news-footer-col h4{margin-bottom:12px}
.news-footer-col--brand{display:flex;flex-direction:column;gap:12px}
.news-footer-category-list{grid-template-columns:1fr 1fr}
.news-footer-col--categories .footer-links{display:grid;gap:6px}
.news-footer-col--links .footer-links{display:grid;gap:8px}
.news-footer-col--contact .footer-contact{display:grid;gap:8px}
.footer-contact li i{margin-right:8px;color:var(--news-red)}
.footer-links a{color:var(--news-dark);text-decoration:none}
.footer-links a:hover{color:var(--news-red)}
.news-footer-grid>div{
  min-width:0;
  padding:0 34px;
  border-left:1px solid rgba(255,255,255,.12);
}
.news-footer-grid>div:first-child{padding-left:0;border-left:0}
.news-footer-grid>div:last-child{padding-right:0}
.news-footer h3{color:var(--news-dark);margin:0 0 10px;font-size:1.35rem;font-weight:900}
.news-footer h4{
  position:relative;
  color:var(--news-dark);
  margin:0 0 18px;
  padding-bottom:10px;
  font-size:1.15rem;
  font-weight:900;
}
.news-footer h4::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:46px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--news-red),#fb7185);
}
.news-footer-categories h4::after{
  left:0;
  transform:none;
}
.news-footer p{color:var(--news-muted);margin:0 0 10px}
.news-footer-logo{
  width:140px;
  height:auto;
  object-fit:contain;
  margin-bottom:14px;
  padding:8px;
  border:1px solid #e6eef8;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 20px rgba(15,23,42,.04);
}
.news-footer-description{max-width:310px;font-size:14px;line-height:1.75}
.footer-links{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.footer-links a,.footer-socials a{color:var(--news-dark)}
.news-footer-category-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:28px;
  row-gap:0;
}
.news-footer-category-list>li{min-width:0}
.news-footer-category-list a{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:42px;
  padding:8px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-decoration:none;
  font-size:14px;
  line-height:1.35;
  transition:color .15s,padding-left .15s;
}
.news-footer-category-list a i{color:var(--news-red);font-size:10px}
.news-footer-category-list a:hover{color:#fff;padding-left:5px}
.news-footer-apps{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.news-footer-apps .btn-app-footer{flex:1 1 145px;max-width:175px!important;padding:10px 13px!important}
.news-footer-about .footer-links{gap:16px!important}
.footer-socials{display:flex;gap:10px;flex-wrap:wrap}
.footer-socials a{
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  padding:8px 10px;
  font-weight:800;
}
.news-footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  border-top:1px solid rgba(15,23,42,.08);
  margin-top:24px;
  padding-top:18px;
  color:#475569;
  font-size:13px;
  background:transparent;
}
.footer-bottom-links .footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  align-items:center;
  margin:0;
  padding:0;
}
.footer-bottom-links .footer-links li{
  list-style:none;
}
.footer-bottom-links .footer-links a{
  color:#1d4ed8;
}
.news-footer-bottom span{
  color:#475569;
}
@media(max-width:980px){
  .news-footer-bottom{flex-direction:column;align-items:flex-start;}
  .footer-bottom-links .footer-links{gap:12px;}
}

@media(max-width:980px){
  .news-footer-grid{grid-template-columns:1fr 1fr}
  .news-footer-grid>div{padding:0 24px}
  .news-footer-grid>div:nth-child(2){border-left:0;padding-left:0}
  .news-footer-brand{grid-column:1/-1;border-left:0!important;border-bottom:1px solid rgba(255,255,255,.12);padding:0 0 30px!important;margin-bottom:30px}
  .news-footer-brand{text-align:center}
  .news-footer-logo{margin-left:auto;margin-right:auto}
  .news-footer-description{margin-left:auto!important;margin-right:auto!important}
  .news-footer-brand .footer-socials,.news-footer-apps{justify-content:center}
}

/* Enhanced Footer Styling */
.news-footer {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  color: #e2e8f0;
  padding: 60px 0 30px;
  margin-top: 60px;
  border-top: 4px solid var(--news-red);
  position: relative;
  overflow: hidden;
}

.news-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: radial-gradient(circle at 20% 80%, rgba(225, 29, 72, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(225, 29, 72, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.news-footer-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.news-footer-col {
  padding: 0 32px;
  min-width: 0;
}

.news-footer-col:first-child {
  padding-left: 0;
  border-left: none;
}

.news-footer-col:last-child {
  padding-right: 0;
}

.news-footer-col h4 {
  color: #fff;
  margin: 0 0 20px;
  padding-bottom: 12px;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.news-footer-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--news-red), #fb7185);
  border-radius: 999px;
}

.news-footer-col--brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.news-footer-logo {
  width: 160px;
  height: auto;
  object-fit: contain;
  margin-bottom: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.news-footer-logo:hover {
  transform: translateY(-3px);
}

.news-footer-description {
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  max-width: 380px;
}

.footer-socials {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.footer-socials a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.footer-socials a:hover::before {
  opacity: 1;
}

.footer-socials a:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.social-icon-btn.fb { background: #1877f2; }
.social-icon-btn { background: #000; }
.social-icon-btn.yt { background: #ff0000; }
.social-icon-btn.ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-icon-btn.tt { background: #000; }

.news-footer-apps {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.btn-app-footer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}

.btn-app-footer:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.btn-app-footer i {
  font-size: 24px;
}

.btn-app-footer div {
  text-align: left;
  line-height: 1.3;
}

.btn-app-footer div div:first-child {
  font-size: 10px;
  font-weight: 400;
  opacity: 0.8;
}

.btn-app-footer div div:last-child {
  font-size: 14px;
}

.news-footer-category-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  justify-items: start;
}

.news-footer-category-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-decoration: none;
  font-size: 14px;
  color: #cbd5e1;
  transition: all 0.2s ease;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  justify-content: flex-start;
  width: 100%;
}

.news-footer-category-list a i {
  display: none;
}

.news-footer-category-list a:hover {
  color: #fff;
  background: rgba(225, 29, 72, 0.1);
  padding-left: 16px;
}

.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.6;
}

.footer-contact li i {
  color: var(--news-red);
  margin-top: 3px;
  font-size: 14px;
  flex-shrink: 0;
}

.footer-contact li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact li a:hover {
  color: #fff;
}

.contact-name {
  font-weight: 700;
  color: #fff !important;
  font-size: 15px !important;
  margin-bottom: 4px;
}

.contact-role {
  display: block;
  font-size: 12px;
  color: #94a3b8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

.news-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 30px;
  padding-top: 20px;
  color: #94a3b8;
  font-size: 13px;
  position: relative;
  z-index: 1;
}

.news-footer-bottom span {
  color: #94a3b8;
}

.footer-bottom-links .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.footer-bottom-links .footer-links li {
  list-style: none;
}

.footer-bottom-links .footer-links a {
  color: #e2e8f0;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.footer-bottom-links .footer-links a:hover {
  color: var(--news-red);
}

/* Social icon buttons - Font Awesome */
.social-icon,.social-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;text-decoration:none;transition:transform .15s,opacity .15s;border:none;padding:0;color:#fff;font-size:18px}
.social-icon:hover,.social-icon-btn:hover{opacity:.85;transform:translateY(-2px)}
.social-icon i,.social-icon-btn i{font-size:18px;line-height:1}

/* Facebook - bold f */
.social-facebook{background:#1877f2}

/* YouTube - play symbol */
.social-youtube{background:#ff0000}

/* Instagram - camera symbol */
.social-instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}

/* TikTok - music symbol */
.social-tiktok{background:#000}

.social-icon-btn.fb{background:#1877f2}
.social-icon-btn.yt{background:#ff0000}
.social-icon-btn.ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}
.social-icon-btn.tt{background:#000}
/* Sticky menu spacer */
#sticky-menu-spacer{display:none}
@media(max-width:782px){
  body.admin-bar .news-menu-bar.is-sticky{top:46px}
}
@media(max-width:768px){
  .social-icon{font-size:11px;padding:4px 8px}
  .social-icon-btn{padding:6px 10px;font-size:11px}
}
@media (max-width: 760px){
  .signup-steps,.choice-grid,.category-row,.news-footer-grid{grid-template-columns:1fr}
  .news-footer-widgets{grid-template-columns:1fr}
  .enepali-newsletter{grid-template-columns:1fr;gap:14px;padding:22px}
  .enepali-newsletter-icon{width:46px;height:46px}
  .enepali-newsletter .tnp-subscription-minimal form{flex-direction:column}
  .enepali-newsletter .tnp-email,.enepali-newsletter .tnp-submit{width:100%!important}
  .news-footer{padding-top:38px}
  .news-footer-grid>div{
    padding:26px 0!important;
    border-left:0;
    border-bottom:1px solid rgba(255,255,255,.12);
  }
  .news-footer-grid>div:last-child{border-bottom:0}
  .news-footer-brand{grid-column:auto}
  .news-footer-category-list{grid-template-columns:1fr 1fr}
  .news-footer-bottom{justify-content:center!important;text-align:center}
  .news-header-ad{max-width:none}
  .enepali-ad-table{display:block;overflow-x:auto}
}
@media(max-width:480px){
  .news-footer-category-list{grid-template-columns:1fr}
}

/* Single article layout */
.single-layout{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:32px;
  align-items:start;
}
.single-main,.single-post,.single-content{min-width:0}
.single-news-title{
  margin:12px 0 14px;
  color:var(--news-dark);
  font-size:clamp(2rem,4.8vw,3.4rem);
  font-weight:900;
  line-height:1.08;
  letter-spacing:-.035em;
  overflow-wrap:anywhere;
}
.single-news-title::after{
  content:"";
  display:block;
  width:82px;
  height:4px;
  margin-top:16px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--news-red),rgba(225,29,72,.15));
}
.single-featured-figure{
  margin:0 0 24px;
  overflow:hidden;
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 30px rgba(15,23,42,.08);
}
.single-featured-image{
  display:block;
  width:100%;
  height:auto;
}
.single-featured-caption{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin:0;
  padding:11px 15px;
  border-top:1px solid var(--news-line);
  background:#f8fafc;
  color:#526174;
  font-size:13px;
  font-style:italic;
  line-height:1.55;
}
.single-featured-caption i{margin-top:3px;color:var(--news-red);font-size:12px}
.single-subheading{
  margin:14px 0 20px;
  padding:14px 18px;
  border-left:5px solid var(--news-red);
  border-radius:0 14px 14px 0;
  background:linear-gradient(90deg,#fff1f2,#fff8f8);
  color:var(--news-text);
  font-size:clamp(1.05rem,2vw,1.25rem);
  font-weight:700;
  line-height:1.55;
}
.single-byline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.single-header-share{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-left:auto;
}
.single-header-share a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:0!important;
}
.single-content{
  overflow-wrap:anywhere;
  word-break:normal;
}
.single-content img,
.single-content video,
.single-content iframe,
.single-content embed{
  max-width:100%;
  height:auto;
}
.single-content iframe{width:100%;aspect-ratio:16/9}
.single-content figure{max-width:100%;margin-left:0;margin-right:0}
.single-content table{width:100%;max-width:100%;border-collapse:collapse}
.single-content .wp-block-table{max-width:100%;overflow-x:auto}
.single-content pre{max-width:100%;overflow-x:auto;white-space:pre-wrap}
.single-sidebar{min-width:0}
.single-sidebar-ad{margin-bottom:22px}
.single-sidebar-ad img{display:block;width:100%;height:auto;border-radius:12px}
.single-sidebar-ad .enepali-widget{margin-bottom:0}
.single-sidebar .news-block-heading h2{
  padding:8px 12px;
  border-radius:10px 10px 0 0;
  font-size:1.05rem!important;
  line-height:1.3;
}
.single-sidebar .news-category-block--sidebar-latest .news-block-layout{
  gap:0;
  border:1px solid var(--news-line);
  border-radius:var(--news-card-radius,20px);
  overflow:hidden;
  background:#fff;
}
.single-sidebar .news-category-block--sidebar-latest .news-block-card{
  display:grid !important;
  grid-template-columns:70px 1fr !important;
  align-items:center !important;
  gap:0 !important;
  padding:0 !important;
  border:0 !important;
  border-bottom:1px solid var(--news-line) !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.single-sidebar .news-category-block--sidebar-latest .news-block-card:last-child{
  border-bottom:0 !important;
}
.single-sidebar .news-category-block--sidebar-latest .news-block-thumb{
  display:block !important;
  width:70px !important;
  height:60px !important;
  min-height:0 !important;
  border-radius:0 !important;
  flex:0 0 70px !important;
  margin:0 !important;
  padding:0 !important;
  background:linear-gradient(135deg,var(--news-dark),var(--news-red)) !important;
}
.single-sidebar .news-category-block--sidebar-latest .news-block-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
.single-sidebar .news-category-block--sidebar-latest .news-block-body{
  padding:8px 10px !important;
}
.single-sidebar .news-category-block--sidebar-latest .news-block-body h3{
  margin:0 !important;
  font-size:13px !important;
  line-height:1.3 !important;
  font-weight:800 !important;
}
.single-sidebar .news-category-block--sidebar-latest .news-block-body h3 a{
  color:var(--news-dark) !important;
  text-decoration:none !important;
}

@media(max-width:900px){
  .single-layout{grid-template-columns:minmax(0,1fr)}
  .single-sidebar>div{position:static!important}
}

@media(max-width:768px){
  .single-article-section{padding:30px 0 42px}
  .single-post .single-header{margin-bottom:18px!important}
  .single-news-title{
    margin:10px 0 12px;
    font-size:clamp(1.75rem,8vw,2.45rem)!important;
    line-height:1.2!important;
    letter-spacing:-.025em;
  }
  .single-news-title::after{
    width:62px;
    height:3px;
    margin-top:12px;
  }
  .single-subheading{
    margin:12px 0 17px;
    padding:12px 14px;
    border-left-width:4px;
    border-radius:0 11px 11px 0;
    font-size:1rem;
    line-height:1.55;
  }
  .single-byline{align-items:flex-start;flex-direction:column}
  .single-header-share{margin-left:0}
  .single-featured-figure{margin-bottom:18px;border-radius:14px}
  .single-featured-caption{padding:10px 12px;font-size:12px}
  .author-bio-box{padding:20px;border-radius:16px}
  .author-bio{align-items:flex-start}
  .author-bio-avatar{flex-basis:68px;width:68px;height:68px}
  .author-bio-name{font-size:1.05rem}
  .author-bio-desc{font-size:13px}
  .single-content{font-size:1rem!important;line-height:1.75!important}
  .single-content p{margin:0 0 1.15em}
  .single-content h2{font-size:1.45rem;line-height:1.3}
  .single-content h3{font-size:1.25rem;line-height:1.35}
  .single-content blockquote{margin:20px 0;padding:14px 16px}
  .single-share{align-items:flex-start!important;flex-wrap:wrap}
  .single-share>span{flex:0 0 100%}
  .single-share a{flex:1 1 auto;text-align:center}
  .post-navigation{grid-template-columns:1fr!important}
  .post-navigation>div{text-align:left!important}
  .related-posts{margin-top:30px!important}
  .related-grid{grid-template-columns:1fr!important}
  .single-sidebar{margin-top:12px}
  .single-sidebar .news-block-heading h2{font-size:1.1rem!important}
  .single-sidebar .news-category-block--sidebar-feed .news-block-card{
    display:block!important;
    grid-template-columns:1fr!important;
    margin:0!important;
    padding:14px 16px!important;
    border-radius:0!important;
    overflow:visible!important;
  }
  .single-sidebar .news-category-block--sidebar-feed .news-block-body{padding:0!important}
}

@media (max-width: 768px){
  .news-category-block--split-feature .news-block-layout{
    display:block!important;
    grid-template-columns:1fr!important;
    align-items:start!important;
  }
  .news-category-block--split-feature .news-block-card,
  .news-category-block--split-feature .news-block-card.is-featured{
    display:block!important;
    grid-column:auto!important;
    grid-row:auto!important;
    align-self:start!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0 0 14px!important;
    overflow:hidden!important;
  }
  .news-category-block--split-feature .news-block-thumb,
  .news-category-block--split-feature .news-block-card.is-featured .news-block-thumb{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:16/9!important;
    padding:0!important;
  }
  .news-category-block--split-feature .news-block-thumb img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }
  .news-category-block--split-feature .news-block-body{
    display:block!important;
    height:auto!important;
    min-height:0!important;
    padding:14px!important;
  }
}

@media (max-width: 768px){
  .news-category-block--split-lead-list .news-block-layout,
  .news-category-block--split-lead-list .news-block-split-list{
    display:block!important;
    grid-template-columns:1fr!important;
    align-items:start!important;
    grid-auto-rows:auto!important;
  }
  .news-category-block--split-lead-list .news-block-card,
  .news-category-block--split-lead-list .is-featured,
  .news-category-block--split-lead-list .news-block-split-list-item,
  .news-category-block--split-lead-list .news-block-split-list-item .news-block-card{
    grid-column:auto!important;
    grid-row:auto!important;
    align-self:start!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }
  .news-category-block--split-lead-list .is-featured{
    display:block!important;
    margin:0 0 16px!important;
    overflow:hidden!important;
  }
  .news-category-block--split-lead-list .news-block-split-list-item{
    display:block!important;
    margin:0 0 14px!important;
  }
  .news-category-block--split-lead-list .news-block-split-list-item:last-child{
    margin-bottom:0!important;
  }
  .news-category-block--split-lead-list .news-block-split-list-item.has-list-image .news-block-card{
    display:grid!important;
    grid-template-columns:104px minmax(0,1fr)!important;
    gap:12px!important;
    align-items:start!important;
  }
  .news-category-block--split-lead-list .news-block-split-list-item.is-title-only .news-block-card{
    display:block!important;
  }
  .news-category-block--split-lead-list .is-featured .news-block-thumb{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:4/3!important;
    padding:0!important;
  }
  .news-category-block--split-lead-list .news-block-split-list-item .news-block-thumb{
    display:block!important;
    width:104px!important;
    height:70px!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    aspect-ratio:16/10!important;
  }
  .news-category-block--split-lead-list .news-block-thumb img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }
  .news-category-block--split-lead-list .news-block-body,
  .news-category-block--split-lead-list .news-block-split-list-item .news-block-body{
    display:block!important;
    height:auto!important;
    min-height:0!important;
    padding:0!important;
  }
  .news-category-block--split-lead-list .is-featured .news-block-body{
    padding:18px!important;
  }
}
