:root{
  --primary:#0d2c69;
  --accent:#7b3fe4;
  --accent-2:#ff6b2c;
  --dark:#111827;
  --muted:#667085;
  --bg:#f3f4f7;
  --card:#ffffff;
  --border:#e6e8ef;
  --shadow:0 8px 24px rgba(16,24,40,.06);
  --radius:14px;
  --footer-bg:#20a9b6;
  --footer-light:#f6fbfc;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--dark);font-family:'Noto Sans Devanagari',sans-serif;line-height:1.7;font-size:16px}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}
.container{width:min(1240px,calc(100% - 32px));margin:0 auto}.site-main.container{padding:20px 0 40px}
.post-card,.widget,.single-article,.comments-area,.not-found-page,.panel-block,.sidebar-column,.list-column,.topic-panel{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}
.card-hover{transition:transform .2s ease,box-shadow .2s ease}.card-hover:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(16,24,40,.10)}
.card-content{padding:14px 16px}.post-meta{font-size:12px;color:var(--muted)}.post-title{margin:6px 0 0;font-size:19px;line-height:1.45;word-break:break-word}.compact-title{font-size:17px}.top-gap{margin-top:16px}
.section-block{margin:0 0 28px}.section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.section-header h2,.archive-title,.single-title{margin:0;font-size:clamp(22px,2vw,32px);line-height:1.25}.section-header h2{padding-left:12px;border-left:4px solid var(--accent)}.compact-header h2{font-size:20px}.line-header{padding-top:12px;border-top:3px solid var(--dark)}.section-link,.search-submit,.menu-toggle,.live-chip,.search-toggle{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:9px 14px;font-weight:700;cursor:pointer;font-size:14px}.section-link,.search-submit,.menu-toggle{background:var(--accent);color:#fff}.live-chip{background:var(--accent-2);color:#fff;padding:7px 12px}.search-toggle{background:transparent;color:#fff;padding:0}

/* Header */
.topbar{background:#fff;border-bottom:1px solid var(--border)}.topbar-inner,.branding-wrap,.nav-inner,.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar-left,.topbar-right,.topbar-center{display:flex;align-items:center;gap:10px}.topbar-center{color:var(--muted);font-size:13px}.social-link{width:30px;height:30px;border-radius:50%;background:#eef2ff;color:var(--primary);font-weight:700;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.topbar-menu,.primary-menu,.footer-menu{list-style:none;padding:0;margin:0;display:flex;gap:18px}
.site-branding{display:flex;align-items:center;gap:16px;padding:18px 0}.centered-branding{justify-content:flex-start;flex:1}.site-title{font-size:34px;line-height:1.05;font-weight:800;margin:0;color:var(--primary)}.site-description{margin:4px 0 0;color:var(--muted);font-size:14px}.header-actions{display:flex;align-items:center;gap:12px}.header-search-area{min-width:260px;max-width:320px}.search-form{display:flex;gap:8px}.search-form label{display:block;flex:1}.search-field{width:100%;border:1px solid var(--border);border-radius:999px;padding:11px 15px;background:#fff;font-size:14px}
.main-navigation{background:var(--primary);color:#fff;position:sticky;top:0;z-index:50;box-shadow:0 4px 16px rgba(0,0,0,.08)}.nav-inner{min-height:54px}.primary-menu{flex-wrap:wrap;align-items:center}.primary-menu a,.topbar-menu a,.footer-menu a{display:inline-block;padding:15px 0;font-weight:700;font-size:15px}.primary-menu .menu-item-has-children{position:relative}.primary-menu .current-menu-item a{color:#ffd266}.menu-toggle{display:none}
.breaking-bar{background:#fff;border-bottom:1px solid var(--border)}.breaking-inner{display:flex;align-items:center;gap:14px;padding:10px 0}.breaking-label{background:#ef4444;color:#fff;padding:8px 14px;border-radius:999px;font-weight:700;white-space:nowrap}.ticker-wrap{overflow:hidden;flex:1}.ticker-track{display:flex;gap:26px;min-width:max-content;animation:ticker 40s linear infinite}.ticker-item{white-space:nowrap;font-weight:700}.ticker-track:hover{animation-play-state:paused}@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* Generic */
.hero-overlay-card,.small-focus-card{position:relative;overflow:hidden}.hero-overlay-card .card-thumb img,.small-focus-card .card-thumb img{width:100%;height:520px;object-fit:cover}.hero-copy,.bottom-copy{position:absolute;left:0;right:0;bottom:0;padding:28px;color:#fff;background:linear-gradient(180deg,transparent,rgba(0,0,0,.85))}.hero-title{font-size:clamp(24px,2.8vw,38px);line-height:1.25;margin:10px 0 0}.small-hero-title{font-size:clamp(22px,2.2vw,32px)}
.list-item{display:grid;grid-template-columns:96px 1fr;gap:12px;align-items:start;padding:12px}.border-list-item{border-bottom:1px solid var(--border)}.border-list-item:last-child{border-bottom:0}.list-thumb img{width:96px;height:72px;object-fit:cover;border-radius:10px}.round-thumb img{width:48px;height:48px;border-radius:50%;object-fit:cover}.list-copy h3{margin:0;font-size:16px;line-height:1.55;word-break:break-word}.trend-item{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start;padding:12px 0;border-bottom:1px solid var(--border)}.trend-item:last-child{border-bottom:0}.trend-number{width:30px;height:30px;border-radius:50%;background:var(--accent-2);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:13px}
.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.three-col{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.four-col{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.mini-grid .post-card .card-thumb img{width:100%;height:210px;object-fit:cover}

/* Home */
.hp-hero{display:grid;grid-template-columns:minmax(0,1.7fr) 360px;gap:22px}.hp-hero-side{display:grid;gap:14px}.home-panel{background:transparent}.panel-grid-three{display:grid;grid-template-columns:minmax(0,1.45fr) 320px 260px;gap:20px}.panel-feature .card-thumb img{width:100%;height:430px;object-fit:cover}.list-column,.sidebar-column,.topic-panel,.panel-block{padding:16px}.wide-news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.wide-news-card{overflow:hidden}.wide-news-inner{display:grid;grid-template-columns:1.3fr 260px;align-items:center}.wide-news-thumb img{width:100%;height:170px;object-fit:cover}.split-section{margin-bottom:32px}.two-col-split{display:grid;grid-template-columns:minmax(0,1.2fr) 340px;gap:20px}.feature-card{overflow:hidden}.feature-card .card-thumb img{width:100%;height:260px;object-fit:cover}.sports-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px}.sports-feature-card .card-thumb img{width:100%;height:430px;object-fit:cover}.main-with-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px}.three-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.politics-focus-inner{display:grid;grid-template-columns:1fr 1.1fr;overflow:hidden;border-radius:var(--radius)}.dark-copy{background:#101726;color:#fff;padding:30px}.dark-copy p{color:rgba(255,255,255,.8)}.politics-focus-inner .card-thumb img{width:100%;height:320px;object-fit:cover}.special-section{background:#11192c;color:#fff;padding:24px;border-radius:var(--radius)}.special-header h2{color:#fff;border-left-color:var(--accent-2)}.special-card{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.12);box-shadow:none}.special-card .card-thumb img{width:100%;height:180px;object-fit:cover}.special-card .post-title{color:#fff;font-size:17px;line-height:1.45}.section-mini-label{font-size:13px;color:var(--muted);text-transform:uppercase}.compact-box{padding:6px}.small-focus-card .card-thumb img{height:400px}

/* Archive / Single */
.content-area.with-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px}.single-header,.archive-header,.category-banner{margin-bottom:20px}.enhanced-single-header{padding-bottom:12px;border-bottom:1px solid var(--border)}.breadcrumb-lite{font-size:14px;color:var(--muted);margin-bottom:8px}.author-strip{display:flex;align-items:center;gap:10px;color:var(--muted)}.single-thumbnail img{width:100%;border-radius:var(--radius)}.share-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:14px 0}.share-row a{background:#eef2ff;color:var(--primary);padding:8px 12px;border-radius:999px;font-weight:700}.single-content{font-size:17px;line-height:1.85}.author-box{margin-top:24px}.author-box-inner{display:flex;gap:16px;align-items:center;padding:18px}.post-navigation-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:22px 0}.nav-card{padding:16px;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:var(--shadow)}.lead-category-post{margin-bottom:22px;overflow:hidden}.lead-category-post .card-thumb img{width:100%;height:420px;object-fit:cover}.lead-content{padding:20px}.lead-content h2{font-size:34px;margin:0 0 8px}
.widget{padding:18px}.widget-title{margin:0 0 14px;font-size:22px}.comment-list{padding-left:18px}input,textarea{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:10px}input[type="submit"]{width:auto;background:var(--primary);color:#fff;border:0;cursor:pointer}

/* Footer */
.prefooter{background:#fff;border-top:1px solid var(--border);padding:22px 0}.prefooter-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}.prefooter-branding{display:flex;align-items:center;gap:14px}.prefooter-branding img{max-height:40px;width:auto}.prefooter-brand-text{font-size:15px;font-weight:700;color:var(--primary)}.prefooter-socials{display:flex;align-items:center;gap:14px}.prefooter-socials a{font-size:26px;line-height:1;color:#169fb0}
.professional-footer{background:var(--footer-bg);color:var(--footer-light);margin-top:0}.footer-top-grid{display:grid;grid-template-columns:1.3fr 1.2fr .9fr 1fr;gap:34px;padding:34px 0 24px}.footer-brand-block h3,.footer-column-block h4{margin:0 0 14px;color:#fff;font-size:28px}.footer-column-block h4{font-size:18px}.footer-brand-block p,.footer-column-block p,.footer-column-block li,.footer-column-block a{font-size:15px;line-height:1.8;color:rgba(255,255,255,.95)}.footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.footer-socials a,.footer-latest-list a{display:inline-block;color:rgba(255,255,255,.95)}.footer-menu-vertical{flex-direction:column;gap:6px}.footer-latest-list{display:grid;gap:10px}.footer-bottom{border-top:1px solid rgba(255,255,255,.28)}.footer-bottom-inner{padding:14px 0;justify-content:flex-start}.footer-apps{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}.store-badge{display:inline-flex;align-items:center;justify-content:center;min-width:132px;padding:10px 14px;border-radius:8px;background:#111;color:#fff;font-size:14px;font-weight:700}.footer-logo-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.footer-logo-row img{max-height:44px;width:auto}.footer-team-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px 28px}.footer-mini-title{display:block;font-size:13px;opacity:.9}.footer-divider{height:1px;background:rgba(255,255,255,.28);margin-top:16px}
/* Responsive */
@media (max-width:1200px){.panel-grid-three,.main-with-sidebar,.footer-top-grid,.three-topic-grid,.two-col-split,.sports-grid,.hp-hero{grid-template-columns:1fr}.topbar-inner,.branding-wrap{flex-wrap:wrap;justify-content:center}.header-actions,.header-search-area{width:100%;max-width:none}.search-form{width:100%}.search-field{width:100%}.content-area.with-sidebar{grid-template-columns:1fr}.prefooter-inner{flex-direction:column;align-items:flex-start}}
@media (max-width:992px){.wide-news-grid,.three-col,.four-col{grid-template-columns:repeat(2,minmax(0,1fr))}.wide-news-inner,.politics-focus-inner{grid-template-columns:1fr}.site-title{font-size:30px}.hero-overlay-card .card-thumb img,.small-focus-card .card-thumb img,.sports-feature-card .card-thumb img,.panel-feature .card-thumb img{height:320px}.footer-top-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-team-grid{grid-template-columns:1fr 1fr}}
@media (max-width:767px){.container{width:min(100% - 20px,1240px)}.topbar-inner,.branding-wrap,.footer-bottom-inner{flex-direction:column;align-items:flex-start}.topbar-left,.topbar-right,.topbar-center{flex-wrap:wrap}.topbar-center{font-size:12px}.site-branding{width:100%}.menu-toggle{display:inline-flex}.nav-inner{align-items:center;justify-content:space-between;flex-wrap:wrap;padding:10px 0}.primary-menu{display:none;width:100%;flex-direction:column;gap:0;padding:8px 0}.primary-menu.is-open{display:flex}.primary-menu a{padding:12px 0;border-top:1px solid rgba(255,255,255,.1)}.search-toggle{display:inline-flex}.header-search-area .search-form{display:none}.section-header h2,.archive-title,.single-title{font-size:24px}.two-col,.three-col,.four-col,.wide-news-grid,.three-topic-grid,.footer-top-grid,.footer-team-grid{grid-template-columns:1fr}.list-item{grid-template-columns:84px 1fr}.list-thumb img{width:84px;height:64px}.wide-news-inner{grid-template-columns:1fr}.hero-overlay-card .card-thumb img,.small-focus-card .card-thumb img,.sports-feature-card .card-thumb img,.panel-feature .card-thumb img,.politics-focus-inner .card-thumb img,.lead-category-post .card-thumb img{height:220px}.site-title{font-size:28px}.post-title{font-size:18px}.compact-header h2{font-size:21px}.post-navigation-row{grid-template-columns:1fr}.section-block{margin-bottom:22px}.site-main.container{padding-top:18px}.special-section{padding:16px}.breaking-inner{align-items:flex-start;flex-direction:column}.footer-column-block h4{font-size:17px}.prefooter-socials a{font-size:22px}}


/* Sidebar and samachar layout refinement */
.home-panel .sidebar-column,
.final-news-section .sidebar-column,
.split-section .sidebar-column {
  padding: 16px 18px;
}
.sidebar-column .section-header h2 {
  font-size: 20px;
}
.sidebar-column .list-item {
  grid-template-columns: 1fr 84px;
  align-items: start;
  gap: 14px;
  padding: 14px 0;
}
.sidebar-column .list-thumb {
  order: 2;
}
.sidebar-column .list-copy {
  order: 1;
}
.sidebar-column .list-thumb img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 12px;
}
.sidebar-column .list-copy h3 {
  font-size: 15px;
  line-height: 1.7;
}
.final-news-section .list-item .trend-number {
  width: 32px;
  height: 32px;
  font-size: 13px;
  margin-top: 4px;
}
.final-news-section .list-item {
  grid-template-columns: 32px 1fr 78px;
  gap: 12px;
}
.final-news-section .list-item .list-thumb img {
  width: 78px;
  height: 58px;
  border-radius: 10px;
}
.final-news-section .main-content-block .compact-box {
  min-height: 120px;
}
.final-news-section .main-content-block .compact-box .compact-title {
  font-size: 16px;
  line-height: 1.65;
}
.wide-news-card .post-title,
.feature-card .post-title,
.sports-feature-card .post-title,
.panel-feature .post-title {
  font-size: 18px;
  line-height: 1.5;
}
.wide-news-inner {
  grid-template-columns: 1.15fr 240px;
}
.wide-news-thumb img {
  height: 160px;
}
@media (max-width: 767px) {
  .sidebar-column .list-item {
    grid-template-columns: 1fr 72px;
    gap: 10px;
  }
  .sidebar-column .list-thumb img {
    width: 72px;
    height: 72px;
  }
  .sidebar-column .list-copy h3,
  .final-news-section .main-content-block .compact-box .compact-title {
    font-size: 14px;
  }
  .final-news-section .list-item {
    grid-template-columns: 28px 1fr 68px;
  }
  .final-news-section .list-item .list-thumb img {
    width: 68px;
    height: 52px;
  }
}

/* Footer style v7 - screenshot inspired */
.site-footer-mount-style{position:relative;background:#4f4f4f;color:#fff;margin-top:28px}
.footer-columns-wrap{border-top:1px solid rgba(255,255,255,.06)}
.footer-columns-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr 1fr .9fr;gap:0}
.site-footer-mount-style .footer-col{padding:56px 42px 72px;min-height:340px;border-left:1px solid rgba(255,255,255,.08)}
.site-footer-mount-style .footer-col:first-child{border-left:0}
.site-footer-mount-style h4{margin:0 0 26px;font-size:22px;line-height:1.2;color:#fff;font-weight:800}
.site-footer-mount-style p,.site-footer-mount-style a{margin:0 0 18px;font-size:18px;line-height:1.7;color:rgba(255,255,255,.92);font-weight:500;word-break:break-word}
.site-footer-mount-style a:hover{color:#fff}
.footer-spacer-text{padding-top:26px}
.footer-bottom-bar{background:#464646}
.footer-bottom-bar-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;min-height:80px}
.footer-bottom-links{display:flex;align-items:center;gap:16px;font-size:18px;font-weight:700}
.footer-bottom-links a{color:#fff}
.footer-bottom-links span{opacity:.9}
.footer-copyright-center{text-align:center}
.footer-copyright-center p{margin:0;color:#fff;font-size:20px;font-weight:800;line-height:1.4}
.footer-social-icons{display:flex;justify-content:flex-end;align-items:center;gap:16px}
.footer-social-icons a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:2px solid rgba(255,255,255,.38);border-radius:50%;color:#fff;font-size:18px;font-weight:700}
.footer-back-to-top{position:absolute;right:24px;bottom:58px;width:96px;height:96px;border-radius:14px;background:#a22863;color:#fff;display:flex;align-items:center;justify-content:center;font-size:54px;font-weight:800;box-shadow:0 14px 28px rgba(0,0,0,.22)}
.footer-back-to-top:hover{color:#fff;transform:translateY(-2px)}

@media (max-width:1400px){
  .footer-columns-grid{grid-template-columns:repeat(3,1fr)}
  .site-footer-mount-style .footer-col{min-height:auto;padding:40px 28px}
}
@media (max-width:991px){
  .footer-columns-grid{grid-template-columns:repeat(2,1fr)}
  .footer-bottom-bar-inner{grid-template-columns:1fr;justify-items:start;padding:18px 0}
  .footer-copyright-center{text-align:left}
  .footer-social-icons{justify-content:flex-start}
  .footer-back-to-top{width:72px;height:72px;font-size:40px;right:18px;bottom:18px}
}
@media (max-width:640px){
  .footer-columns-grid{grid-template-columns:1fr}
  .site-footer-mount-style .footer-col{padding:28px 20px;border-left:0;border-top:1px solid rgba(255,255,255,.08)}
  .site-footer-mount-style .footer-col:first-child{border-top:0}
  .site-footer-mount-style h4{font-size:20px;margin-bottom:18px}
  .site-footer-mount-style p,.site-footer-mount-style a{font-size:16px;line-height:1.65;margin-bottom:14px}
  .footer-bottom-links{font-size:16px;flex-wrap:wrap;gap:10px}
  .footer-copyright-center p{font-size:17px}
  .footer-social-icons{gap:12px}
  .footer-social-icons a{width:34px;height:34px;font-size:16px}
}


/* v8 sidebar balancing fix */
.main-with-sidebar{grid-template-columns:minmax(0,1fr) 350px;gap:24px}
.home-panel .sidebar-column,
.final-news-section .sidebar-column,
.split-section .sidebar-column{padding:18px 20px}
.sidebar-column .section-header{margin-bottom:10px}
.sidebar-column .list-item{grid-template-columns:minmax(0,1fr) 104px;gap:16px;align-items:center;padding:16px 0}
.sidebar-column .list-thumb{justify-self:end}
.sidebar-column .list-thumb img{width:104px;height:78px;border-radius:12px;object-fit:cover}
.sidebar-column .list-copy h3{font-size:14px;line-height:1.7;font-weight:700;letter-spacing:0;word-break:normal;overflow-wrap:anywhere}
.final-news-section .list-item{grid-template-columns:34px minmax(0,1fr) 88px;gap:12px;align-items:center}
.final-news-section .list-item .list-thumb img{width:88px;height:62px;border-radius:10px}
.final-news-section .list-item .list-copy h3{font-size:13px;line-height:1.65;font-weight:700}
@media (max-width:1200px){.main-with-sidebar{grid-template-columns:minmax(0,1fr) 320px;gap:20px}}
@media (max-width:767px){
  .main-with-sidebar{grid-template-columns:1fr}
  .sidebar-column .list-item{grid-template-columns:minmax(0,1fr) 84px;gap:12px;align-items:center}
  .sidebar-column .list-thumb img{width:84px;height:64px}
  .sidebar-column .list-copy h3{font-size:14px;line-height:1.65}
  .final-news-section .list-item{grid-template-columns:28px minmax(0,1fr) 72px;gap:10px}
  .final-news-section .list-item .list-thumb img{width:72px;height:54px}
  .final-news-section .list-item .list-copy h3{font-size:13px}
}


/* Ordered categories homepage */
.ordered-category-section .main-with-sidebar{grid-template-columns:minmax(0,1fr) 320px;gap:22px}
.category-lead-card .card-thumb img{height:420px;object-fit:cover}
.ordered-sidebar-column .list-item{grid-template-columns:minmax(0,1fr) 84px;align-items:center;gap:14px;padding:14px 0}
.ordered-sidebar-column .list-thumb{justify-self:end}
.ordered-sidebar-column .list-thumb img{width:84px;height:64px;border-radius:10px}
.ordered-sidebar-column .list-copy h3{font-size:15px;line-height:1.65}
@media (max-width: 992px){.ordered-category-section .main-with-sidebar{grid-template-columns:1fr}.category-lead-card .card-thumb img{height:320px}}
@media (max-width: 767px){.ordered-sidebar-column .list-item{grid-template-columns:minmax(0,1fr) 72px;gap:10px}.ordered-sidebar-column .list-thumb img{width:72px;height:56px}.ordered-sidebar-column .list-copy h3{font-size:14px}.category-lead-card .card-thumb img{height:220px}}


/* Top tag homepage section */
.top-tag-home{margin-bottom:34px}
.top-tag-story{padding:0 0 18px;border-bottom:1px solid var(--border);margin-bottom:18px}
.top-tag-story:last-child{margin-bottom:0}
.top-tag-badge-wrap{text-align:center;margin-bottom:8px}
.top-tag-badge{display:inline-block;background:#c94758;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;border-radius:6px;line-height:1}
.top-tag-title{margin:0 0 8px;font-size:clamp(34px,4vw,62px);line-height:1.15;text-align:center;font-weight:800}
.top-tag-title a{color:var(--dark)}
.top-tag-meta{display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;color:var(--muted);margin-bottom:14px}.top-tag-meta img{border-radius:50%}.top-dot{opacity:.6}
.top-tag-image-wrap img{width:100%;max-width:730px;height:auto;max-height:420px;object-fit:cover;margin:0 auto;border:1px solid var(--border)}
@media (max-width:767px){.top-tag-title{font-size:clamp(24px,7vw,38px)}.top-tag-meta{font-size:12px;gap:6px}.top-tag-image-wrap img{max-height:260px}}


/* v14 ordered sidebar category heading and lighter volume */
.sidebar-cat-header{margin-bottom:6px;padding-bottom:2px;border-bottom:1px solid var(--border)}
.sidebar-cat-header h2{font-size:18px;line-height:1.3}
.ordered-sidebar-column{padding-top:14px}
.ordered-sidebar-column .list-item{padding:12px 0;grid-template-columns:minmax(0,1fr) 76px;gap:12px}
.ordered-sidebar-column .list-thumb img{width:76px;height:56px;border-radius:10px}
.ordered-sidebar-column .list-copy h3{font-size:14px;line-height:1.6}
@media (max-width:767px){
  .sidebar-cat-header h2{font-size:17px}
  .ordered-sidebar-column .list-item{grid-template-columns:minmax(0,1fr) 70px;gap:10px}
  .ordered-sidebar-column .list-thumb img{width:70px;height:52px}
}

/* v17 single post style inspired by reference */
.sutra-single-wrap{margin:10px 0 36px}
.sutra-single-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}
.sutra-single-main{min-width:0}
.sutra-single-article{background:transparent;border:0;box-shadow:none}
.sutra-single-header{text-align:center;margin-bottom:18px}
.sutra-cat-badge-wrap{margin-bottom:10px}
.sutra-cat-badge{display:inline-block;background:#c94758;color:#fff;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:700;line-height:1}
.sutra-single-title{margin:0 0 12px;font-size:clamp(32px,4.8vw,64px);line-height:1.12;font-weight:800;letter-spacing:-.02em}
.sutra-single-meta{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:14px;font-weight:600;margin-bottom:8px}.sutra-single-meta img{border-radius:50%}.sutra-meta-dot{opacity:.55}
.sutra-single-image{overflow:hidden;border-radius:0;background:#fff;padding:2px}.sutra-single-image img{width:100%;height:auto;object-fit:cover}
.sutra-share-strip{margin:16px 0;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:0}.sutra-share-links{display:flex;align-items:center;gap:8px}.sutra-share-links a{width:30px;height:30px;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;background:#0d2c69;color:#fff;font-weight:800;font-size:14px}.sutra-share-links a:nth-child(2){background:#111}.sutra-share-links a:nth-child(3){background:#25d366}.sutra-share-links a:nth-child(4){background:#94c11f}
.sutra-single-content{border-radius:0;padding:0}.sutra-content-inner{padding:8px 0 0;font-size:18px;line-height:1.95}.sutra-content-inner p{margin:0 0 1.25em}.sutra-content-inner img{margin:1em auto}.sutra-content-inner h2,.sutra-content-inner h3,.sutra-content-inner h4{line-height:1.35;margin:1.2em 0 .6em}
.sutra-single-sidebar{min-width:0}.sutra-sticky-sidebar{position:sticky;top:74px;display:grid;gap:16px}.sutra-widget-card,.sutra-sticky-sidebar .widget{border-radius:0;padding:14px 16px;background:#fff;border:1px solid var(--border);box-shadow:none}.sutra-sticky-sidebar .widget-title{margin:0 0 10px;padding-bottom:8px;border-bottom:2px solid #1f2937;font-size:24px;line-height:1.1}
.sutra-update-item{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:start;padding:12px 0;border-bottom:1px solid var(--border)}.sutra-update-item:last-child{border-bottom:0}.sutra-update-number{width:28px;height:28px;border-radius:50%;background:#ff7a2f;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;margin-top:2px}.sutra-update-body{display:grid;grid-template-columns:minmax(0,1fr) 84px;gap:12px;align-items:start}.sutra-update-body h4{margin:0;font-size:14px;line-height:1.7;font-weight:700}.sutra-update-thumb img{width:84px;height:60px;object-fit:cover;border-radius:3px}
.sutra-related-section{margin-top:28px}.sutra-related-section .post-card{box-shadow:none;border-radius:0}.sutra-related-section .card-thumb img{height:150px;object-fit:cover}.sutra-related-section .card-content{padding:10px 0 0}.sutra-related-section .post-title{font-size:14px;line-height:1.6}
.sutra-sticky-sidebar .widget ul{list-style:none;padding:0;margin:0}.sutra-sticky-sidebar .widget li{padding:9px 0;border-bottom:1px solid var(--border)}.sutra-sticky-sidebar .widget li:last-child{border-bottom:0}.sutra-sticky-sidebar .widget select,.sutra-sticky-sidebar .widget input,.sutra-sticky-sidebar .widget button{max-width:100%}
@media (max-width:991px){.sutra-single-grid{grid-template-columns:1fr}.sutra-sticky-sidebar{position:static}.sutra-single-title{font-size:clamp(28px,7vw,46px)}.sutra-related-section .news-grid.four-col{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.sutra-single-title{font-size:clamp(24px,9vw,34px)}.sutra-single-meta{font-size:12px;gap:6px;flex-wrap:wrap}.sutra-share-strip{padding:10px 12px}.sutra-content-inner{font-size:17px;line-height:1.85}.sutra-update-body{grid-template-columns:minmax(0,1fr) 72px}.sutra-update-thumb img{width:72px;height:52px}.sutra-sticky-sidebar .widget-title{font-size:21px}.sutra-related-section .news-grid.four-col{grid-template-columns:1fr}}


/* v18 single post container/margin alignment */
.sutra-single-page{width:100%}
.sutra-single-wrap{max-width:100%;margin:0 0 36px}
.sutra-single-grid{grid-template-columns:minmax(0,820px) minmax(280px,320px);justify-content:space-between;gap:32px;align-items:start}
.sutra-single-main{max-width:820px;width:100%}
.sutra-single-header,.sutra-single-image,.sutra-share-strip,.sutra-single-content,.sutra-related-section{margin-left:0;margin-right:0}
.sutra-single-image,.sutra-share-strip,.sutra-single-content{width:100%}
.sutra-single-content{padding:24px;border-radius:0}
.sutra-content-inner{padding:0}
.sutra-single-sidebar{width:100%}
.sutra-sticky-sidebar{top:88px}
@media (max-width:1180px){.sutra-single-grid{grid-template-columns:minmax(0,1fr) 300px;gap:24px}.sutra-single-main{max-width:none}}
@media (max-width:991px){.sutra-single-grid{grid-template-columns:1fr}.sutra-single-content{padding:18px}.sutra-sticky-sidebar{top:auto}}


/* v19 header cleanup */
.centered-branding{justify-content:center;text-align:center}
.centered-branding .site-logo{display:flex;justify-content:center}
.topbar-right{font-weight:700;color:var(--muted)}
.topbar-lang{display:inline-flex;align-items:center;padding:6px 0}
@media (max-width:767px){.centered-branding{justify-content:flex-start;text-align:left}.centered-branding .site-logo{justify-content:flex-start}}


/* v20 mobile/header/container fixes */
body{overflow-x:hidden}
.site{overflow-x:hidden}
.container{width:min(1240px,calc(100% - 24px))}
.branding-wrap{display:grid;grid-template-columns:1fr minmax(200px,340px) 1fr;align-items:center;padding:16px 0;gap:16px}
.centered-branding{grid-column:2;justify-content:center;align-items:center;min-width:0}
.centered-branding .site-logo{max-width:100%;display:flex;justify-content:center}
.centered-branding .custom-logo-link,.centered-branding .custom-logo{max-width:100%;height:auto}
.centered-branding .custom-logo{max-height:88px;width:auto}
.header-actions{grid-column:3;justify-content:flex-end;min-width:0}
.header-search-area{width:100%;min-width:0;max-width:340px}
.search-form{align-items:center;min-width:0}
.search-form label{min-width:0}.search-field{min-width:0}
.topbar-inner{flex-wrap:wrap;justify-content:center}.topbar-left,.topbar-right{flex:0 0 auto}.topbar-center{flex:1 1 100%;justify-content:center;text-align:center;order:3;padding-top:4px}
.main-navigation{position:relative;top:auto}.nav-inner{gap:12px;flex-wrap:wrap}.primary-menu{min-width:0}
.hero-overlay-card,.post-card,.single-thumbnail img,.sutra-single-image img{overflow:hidden}
.hero-title,.small-hero-title,.post-title,.list-copy h3,.sutra-single-title,.single-title{overflow-wrap:anywhere;word-break:break-word}
@media (max-width:991px){
  .branding-wrap{grid-template-columns:1fr;justify-items:center;padding:12px 0 10px}
  .centered-branding,.header-actions{grid-column:auto;width:100%}
  .header-actions{justify-content:center}
  .header-search-area{max-width:100%}
  .site-branding{padding:0}
}
@media (max-width:767px){
  .container{width:min(100%,calc(100% - 18px))}
  .topbar{padding:6px 0}
  .topbar-inner{gap:8px}
  .social-cluster{justify-content:center;width:100%}
  .topbar-left .social-link:nth-child(n+3){display:none}
  .topbar-right{width:100%;justify-content:center}
  .branding-wrap{gap:10px;padding:10px 0 8px}
  .centered-branding{text-align:center;justify-content:center}
  .centered-branding .site-logo{justify-content:center}
  .centered-branding .custom-logo{max-height:60px}
  .site-title{font-size:24px}.site-description{font-size:12px}
  .header-actions{width:100%}
  .header-search-area{max-width:100%}
  .header-search-area .search-form{width:100%;display:none}
  .search-form{gap:6px}
  .search-field{padding:10px 12px;font-size:14px}
  .search-submit{padding:10px 12px;font-size:13px}
  .nav-inner{min-height:auto;padding:10px 0;align-items:center}
  .menu-toggle{display:inline-flex}
  .primary-menu{display:none;width:100%;flex-direction:column;gap:0;background:var(--primary);padding:6px 0;border-top:1px solid rgba(255,255,255,.15)}
  .primary-menu.is-open{display:flex}
  .primary-menu a{padding:12px 0}
  .search-toggle{margin-left:auto;padding:8px 10px;border:1px solid rgba(255,255,255,.18);border-radius:999px}
  .hp-hero,.panel-grid-three,.main-with-sidebar,.content-area.with-sidebar,.sutra-single-grid,.two-col-split,.sports-grid,.three-topic-grid,.three-col,.four-col,.two-col,.wide-news-grid{grid-template-columns:1fr !important}
  .mini-grid.three-col{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wide-news-inner,.politics-focus-inner{grid-template-columns:1fr}
  .panel-feature .card-thumb img,.sports-feature-card .card-thumb img,.category-lead-card .card-thumb img,.feature-card .card-thumb img,.hero-overlay-card .card-thumb img{height:auto;min-height:210px;max-height:340px;object-fit:cover}
  .sidebar-column,.list-column,.topic-panel,.panel-block,.sutra-widget-card,.sutra-sticky-sidebar .widget{padding:14px}
  .ordered-sidebar-column .list-item,.sidebar-column .list-item{grid-template-columns:minmax(0,1fr) 72px !important;gap:10px}
  .ordered-sidebar-column .list-thumb img,.sidebar-column .list-thumb img{width:72px !important;height:54px !important}
  .post-card,.widget,.single-article,.comments-area,.panel-block,.sidebar-column,.list-column,.topic-panel{border-radius:12px}
}
@media (max-width:480px){
  .container{width:min(100%,calc(100% - 14px))}
  .mini-grid.three-col{grid-template-columns:1fr}
  .hero-copy,.bottom-copy{padding:16px}
  .hero-title{font-size:28px;line-height:1.22}
  .post-title{font-size:17px}
  .list-copy h3{font-size:14px;line-height:1.6}
  .topbar-center{font-size:12px}
}


/* v21 widgetized ads/footer + single trending */
.widget-ad-slot .widget-ad-box,
.widget-ad-sidebar,
.widget-ad-box {
  padding: 0;
  overflow: hidden;
}
.widget-ad-box .widget {
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.widget-ad-box img {
  width: 100%;
  height: auto;
  display: block;
}
.widget-ad-box iframe,
.widget-ad-box ins,
.widget-ad-box .adsbygoogle {
  max-width: 100%;
}
.footer-col .widget,
.footer-bottom-links .widget {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  color: inherit;
}
.footer-col .widget-title,
.footer-bottom-links .widget-title {
  margin: 0 0 20px;
  font-size: 22px;
  color: #fff;
}
.footer-col ul,
.footer-bottom-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col li,
.footer-bottom-links li {
  margin-bottom: 12px;
}
.footer-col select,
.footer-col input,
.footer-col textarea,
.footer-bottom-links select,
.footer-bottom-links input,
.footer-bottom-links textarea {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.18);
  color: #fff;
}
.footer-col a,
.footer-bottom-links a {
  color: rgba(255,255,255,.92);
}
.hostsewanews-trending-widget .widget-title {
  margin-bottom: 10px;
}
.hostsewanews-trending-item {
  grid-template-columns: 38px 1fr 76px;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
}
.hostsewanews-trending-item .list-thumb {
  justify-self: end;
}
.hostsewanews-trending-item .list-thumb img {
  width: 76px;
  height: 56px;
  object-fit: cover;
  border-radius: 10px;
}
.hostsewanews-trending-item .list-copy h3 {
  font-size: 14px;
  line-height: 1.65;
}
@media (max-width: 767px) {
  .hostsewanews-trending-item {
    grid-template-columns: 32px 1fr 68px;
    gap: 10px;
  }
  .hostsewanews-trending-item .list-thumb img {
    width: 68px;
    height: 52px;
  }
}
