/*
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-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:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  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:#fff;border-color:var(--news-line)}
.topline{
  background:var(--news-dark);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;
}
.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;
  background:#000;
  color:#fff;
  padding:0;
  height:40px;
  position:relative;
  z-index:10000;
  border-bottom:2px solid var(--news-red);
}
.trending-ticker-label{
  background:#000;
  color:#fff;
  font-weight:900;
  font-size:12px;
  padding:0 16px;
  height:100%;
  display:flex;
  align-items:center;
  letter-spacing:.5px;
  border-right:2px solid var(--news-red);
  white-space:nowrap;
}
.trending-ticker-wrapper{
  flex:1;
  overflow:hidden;
  position:relative;
  height:100%;
}
.trending-ticker-content{
  display:flex;
  align-items:center;
  height:100%;
  transition:transform .3s ease;
}
.trending-ticker-item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 20px;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  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%;
}
.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-red);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:14px;padding:14px 18px;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:14px;padding:13px 16px;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:14px;padding:13px 16px;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}
}
.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--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));
}
.news-category-block--split-feature .is-featured{
  display:block;
  grid-column:span 2;
}
.news-category-block--split-feature .is-featured .news-block-thumb{
  aspect-ratio:16/9;
  min-height: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:2fr 1fr;
}
.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 .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}
.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}
.news-category-block--breaking-news .news-block-card{
  display:block;
  width:100%;
  margin:0 auto;
  padding:0;
  overflow:hidden;
  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;
}
.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}
.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}
.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--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}
  .news-category-block--breaking-news .news-block-thumb{width:calc(100% - 20px);min-height:0;margin-top:10px;aspect-ratio:16/9}
}
/* 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--latest .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 .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-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}
}

/* 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{
  background:#101a2d;
  color:#e5e7eb;
  padding:34px 0 22px;
  margin-top:60px;
  border-top:3px solid var(--news-red);
}
.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;
  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{grid-column:1/-1;font-size:11px}
.news-footer .enepali-newsletter{
  margin:0 0 40px;
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.14);
  box-shadow:none;
}
.news-footer .enepali-newsletter h2{color:#fff}
.news-footer .enepali-newsletter p{color:#cbd5e1}
.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:20px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.04);
}
.news-footer-grid{
  display:grid;
  grid-template-columns:minmax(260px,.9fr) minmax(360px,1.2fr) minmax(300px,1fr);
  gap:0;
  margin-bottom:34px;
  align-items:start;
}
.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:#fff;margin:0 0 10px;font-size:1.35rem;font-weight:900}
.news-footer h4{
  position:relative;
  color:#fff;
  margin:0 0 24px;
  padding-bottom:12px;
  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 p{color:#cbd5e1;margin:0 0 10px}
.news-footer-logo{
  width:128px;
  height:96px;
  object-fit:contain;
  margin-bottom:18px;
  padding:9px;
  border:3px solid #fff;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 22px rgba(0,0,0,.24);
}
.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:#cbd5e1}
.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;
  gap:12px;
  flex-wrap:wrap;
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:24px;
  padding-top:16px;
  color:#94a3b8;
  font-size:13px;
}
@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}
}
/* 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:minmax(0,1fr) 320px;
  gap:24px;
  align-items:start;
}
.single-main,.single-post,.single-content{min-width:0}
.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;
}

@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-header h1{
    font-size:clamp(1.65rem,8vw,2.15rem)!important;
    line-height:1.2!important;
    overflow-wrap:anywhere;
  }
  .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}
}
