/*
Theme Name: HostSewa
Theme URI: https://hostsewa.com
Author: bibek karki
Author URI: https://bibekk.com.np
Description: Nepali newspaper style WordPress theme with HostSewa internal branding, multi-section homepage, category pages, and newsroom article layouts.
Version: 1.6.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: hostsewa
Tags: news, blog, custom-logo, custom-menu, featured-images, two-columns, right-sidebar, translation-ready
*/

:root {
  --np-blue: #2f66c2;
  --np-blue-dark: #1f56b4;
  --np-purple: #7c3fd0;
  --np-purple-soft: #f5efff;
  --np-teal: #4ea0b3;
  --np-pink: #f76d7f;
  --np-bg: #efefef;
  --np-surface: #ffffff;
  --np-border: #d8d8d8;
  --np-text: #111111;
  --np-muted: #666666;
  --np-shadow: 0 12px 34px rgba(18, 23, 39, 0.06);
  --np-radius: 6px;
  --np-container: min(1180px, calc(100vw - 28px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--np-text);
  background: var(--np-bg);
  font-family: "Mukta", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--np-blue-dark); }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
.container { width: var(--np-container); margin: 0 auto; }
.screen-reader-text { position: absolute; left: -9999px; }
.skip-link {
  position: absolute;
  left: -9999px;
  top: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: #111;
  color: #fff;
  border-radius: 999px;
}
.skip-link:focus { left: 1rem; }

.site-header {
  background: var(--np-surface);
  border-bottom: 1px solid var(--np-border);
  position: relative;
  z-index: 20;
}
.brand-strip {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.1rem 0 1rem;
}
.brand-strip__left { display: flex; flex-direction: column; gap: .45rem; }
.site-logo-link,
.custom-logo-link { display: inline-flex; align-items: center; }
.site-logo-fallback,
.custom-logo {
  max-height: 88px;
  width: auto;
  max-width: 100%;
}
.brand-strip__date {
  font-size: 1rem;
  color: #585858;
  padding-left: .1rem;
}
.brand-strip__right { display: flex; justify-content: flex-end; }
.ad-box {
  display: grid;
  place-items: center;
  border-radius: var(--np-radius);
  border: 1px solid #cfcfcf;
  text-align: center;
  font-weight: 700;
  color: #2b2b2b;
  background: linear-gradient(135deg, #d5ecff, #f6fafc);
}
.ad-box--header {
  width: min(100%, 760px);
  min-height: 124px;
  justify-self: end;
}
.ad-box--sidebar {
  min-height: 250px;
  background: linear-gradient(135deg, #fafcff, #edf2ff);
}

.nav-shell {
  background: var(--np-blue);
  color: #fff;
}
.nav-shell__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}
.main-navigation { min-width: 0; }
.primary-menu,
.primary-menu ul,
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.primary-menu > li > a {
  display: block;
  padding: 1rem .95rem;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}
.primary-menu > li.current-menu-item > a,
.primary-menu > li > a:hover {
  background: rgba(255,255,255,.08);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .65rem 0;
}
.nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .7rem .95rem;
  border-radius: 6px;
  font-size: .95rem;
  font-weight: 800;
  color: #fff;
  background: rgba(255,255,255,.09);
  white-space: nowrap;
}
.nav-pill--pink { background: var(--np-pink); }
.nav-pill--square { min-width: 52px; padding-inline: .6rem; }
.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 48px;
  height: 42px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  background: transparent;
  padding: 0 10px;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}

.main-shell { padding: 1rem 0 2.2rem; }
.homepage-shell,
.category-template,
.page-shell,
.content-shell,
.single-layout { display: grid; gap: 1.7rem; }

.section-frame { background: transparent; }
.section-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .9rem;
}
.section-topline--archive { align-items: flex-start; }
.section-topline--center { justify-content: center; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: 1rem;
  font-weight: 800;
}
.section-kicker::before {
  content: "";
  width: 3px;
  height: 14px;
  background: var(--np-purple);
  border-radius: 2px;
}
.section-kicker--light,
.section-topline--light { color: #fff; }
.section-kicker--light::before { background: #fff; }
.section-kicker--title { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 900; }
.section-button {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .28rem .7rem;
  border: 1px solid rgba(124,63,208,.4);
  border-radius: 999px;
  color: var(--np-purple);
  background: #fff;
  font-size: .8rem;
  font-weight: 800;
}
.section-button--light {
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.65);
}
.category-crumbs {
  color: #666;
  font-size: .86rem;
}
.category-crumbs a { color: #555; }
.category-crumbs span { margin: 0 .3rem; }

.headline-stack { display: grid; gap: 1rem; }
.headline-stack__titles,
.headline-stack__features { display: grid; gap: .85rem; }

.news-card {
  background: var(--np-surface);
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius);
  overflow: hidden;
}
.news-card__thumb,
.news-card__thumb img,
.news-placeholder {
  display: block;
  width: 100%;
}
.news-card__thumb img,
.story-row__thumb img,
.rail-story__thumb img,
.single-cover img { object-fit: cover; width: 100%; height: 100%; }
.news-placeholder {
  min-height: 180px;
  padding: 1rem;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(135deg, #f6f7fb, #eaeef8);
  color: #444;
  font-weight: 800;
}
.news-card__content { padding: .95rem 1rem 1rem; }
.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-bottom: .45rem;
  color: var(--np-muted);
  font-size: .82rem;
}
.news-card__cat { color: var(--np-purple); font-weight: 800; }
.news-card__title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 900;
}
.news-card__title a:hover { color: #111; }
.news-card__excerpt {
  margin: .55rem 0 0;
  color: #555;
  font-size: .95rem;
}
.news-card--headline { padding: 1.15rem 1rem; background: #f4f4f4; }
.news-card__title--headline {
  text-align: center;
  font-size: clamp(1.55rem, 3.4vw, 2.55rem);
  line-height: 1.28;
}
.news-card--feature .news-card__thumb { aspect-ratio: 16 / 9; }
.news-card--feature .news-card__title {
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  line-height: 1.28;
  text-align: center;
}
.news-card--feature .news-card__content { padding-top: 1rem; }
.news-card--mini .news-card__thumb { aspect-ratio: 16 / 10; }
.news-card--mini .news-card__title { font-size: 1rem; line-height: 1.35; }
.news-card--mini .news-card__content { padding-top: .7rem; }
.news-card--compact {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: .75rem;
  padding: .6rem;
}
.news-card--compact .news-card__thumb {
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  overflow: hidden;
}
.news-card--compact .news-card__content { padding: 0; }
.news-card--compact .news-card__title { font-size: .98rem; line-height: 1.35; }
.news-card--compact .news-card__meta { margin-bottom: .25rem; }

.flagship-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 1rem;
  align-items: start;
}
.flagship-story {
  display: grid;
  grid-template-columns: 42% 58%;
  background: var(--np-surface);
  border-radius: var(--np-radius);
  overflow: hidden;
  border: 1px solid var(--np-border);
}
.flagship-story__text,
.category-hero__text {
  background: var(--np-teal);
  color: #fff;
  padding: 2rem 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flagship-story__text h2,
.category-hero__text h1 {
  margin: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  line-height: 1.35;
  font-weight: 900;
}
.flagship-story__text a:hover,
.category-hero__text a:hover { color: #fff; }
.flagship-story__meta,
.category-hero__meta { margin-top: .8rem; color: rgba(255,255,255,.85); font-size: .86rem; }
.flagship-story__image,
.category-hero__image { min-height: 340px; }
.flagship-story__image img,
.category-hero__image img { height: 100%; }
.flagship-rail,
.sidebar-rail,
.side-list,
.compact-list,
.entertain-column__list,
.province-panel__list { display: grid; gap: .65rem; }
.mini-grid { display: grid; gap: .8rem; }
.mini-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mini-grid--circle .news-card__thumb {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  overflow: hidden;
  margin: 1rem auto 0;
}
.mini-grid--circle .news-card__content { text-align: center; }
.split-feed,
.category-layout,
.single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 1rem;
  align-items: start;
}
.story-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--np-border);
}
.story-row:first-child { padding-top: .25rem; }
.story-row__body { min-width: 0; }
.story-row__meta { color: var(--np-muted); font-size: .83rem; margin-bottom: .35rem; }
.story-row__title {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.45;
  font-weight: 900;
}
.story-row__thumb {
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: var(--np-radius);
  overflow: hidden;
}
.side-panel {
  background: var(--np-surface);
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius);
  padding: .8rem .9rem;
}
.side-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .75rem;
}
.side-panel__header h3 { margin: 0; font-size: 1.2rem; font-weight: 900; }
.rail-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: .6rem;
  align-items: center;
  padding: .55rem 0;
  border-top: 1px solid var(--np-border);
}
.rail-story:first-child { border-top: 0; padding-top: 0; }
.rail-story__title { margin: 0; font-size: .95rem; line-height: 1.4; font-weight: 800; }
.rail-story__meta { margin-top: .25rem; font-size: .72rem; color: #808080; text-transform: uppercase; }
.rail-story__thumb { width: 44px; height: 44px; border-radius: 999px; overflow: hidden; }

.teal-band {
  padding: 1.35rem;
  border-radius: var(--np-radius);
  background: var(--np-teal);
}
.teal-band__grid,
.entertain-grid { display: grid; gap: 1rem; }
.teal-band__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.teal-band .news-card { border-color: rgba(255,255,255,.28); }
.teal-band--large { padding: 1.7rem 1.35rem; }
.three-way-board {
  display: grid;
  grid-template-columns: 1fr 1.45fr 1fr;
  gap: 1rem;
  align-items: start;
}
.feature-strip {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 1rem;
}
.feature-strip__left,
.feature-strip__right,
.province-board,
.lower-column { background: var(--np-surface); border: 1px solid var(--np-border); border-radius: var(--np-radius); padding: 1rem; }
.feature-strip__cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.feature-strip__cards--small { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.entertain-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.entertain-column .news-card--mini .news-card__title { font-size: 1.1rem; }
.province-board { display: grid; gap: 1rem; }
.province-tabs { display: flex; flex-wrap: wrap; gap: .8rem; }
.province-tab { font-size: .9rem; color: #666; border-bottom: 2px solid transparent; padding-bottom: .2rem; }
.province-tab.is-active,
.province-tab:hover { color: #111; border-color: var(--np-purple); }
.province-board__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.province-panel { border: 1px solid var(--np-border); border-radius: var(--np-radius); padding: .85rem; }
.province-panel h3 { margin: 0 0 .75rem; font-size: 1.05rem; font-weight: 900; }
.lower-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }

.category-template { gap: 1rem; }
.category-hero-wrap { display: grid; gap: .9rem; }
.category-hero {
  display: grid;
  grid-template-columns: 42% 58%;
  background: var(--np-surface);
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius);
  overflow: hidden;
}
.category-sidebar,
.sidebar-stack { position: static; top: auto; }

.page-shell,
.content-shell { grid-template-columns: minmax(0, 1fr) 300px; align-items: start; }
.archive-header,
.entry-card,
.not-found,
.widget,
.sidebar-card,
.archive-card,
.single-main { background: transparent; }
.archive-header,
.entry-card,
.not-found,
.widget,
.sidebar-card,
.archive-card {
  background: var(--np-surface);
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius);
  padding: 1rem;
}
.archive-header h1,
.entry-title { margin: 0 0 .55rem; font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.25; }
.archive-description,
.entry-meta,
.entry-taxonomies { color: var(--np-muted); }
.post-list { display: grid; gap: .75rem; }
.sidebar-stack { display: grid; gap: 1rem; }
.widget-title { margin: 0 0 .75rem; font-size: 1.05rem; font-weight: 900; }
.widget ul,
.footer-menu { list-style: none; margin: 0; padding: 0; }
.widget li { padding: .55rem 0; border-top: 1px dashed var(--np-border); }
.widget li:first-child { border-top: 0; padding-top: 0; }
.sidebar-links { display: grid; gap: .65rem; }
.sidebar-link {
  display: block;
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius);
  padding: .7rem .8rem;
  background: #fafafa;
  font-weight: 800;
}
.entry-content { font-size: 1.02rem; }
.entry-content p { margin: 0 0 1rem; }
.entry-content blockquote {
  margin: 1rem 0;
  padding: .9rem 1rem;
  border-left: 4px solid var(--np-purple);
  background: var(--np-purple-soft);
}
.single-main { display: grid; gap: 1rem; }
.single-hero__meta-row { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-bottom: .8rem; }
.single-cover {
  margin-top: 1rem;
  border-radius: var(--np-radius);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.related-grid { margin-top: .25rem; }

.pagination { margin-top: 1rem; }
.pagination ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: .5rem .8rem;
  border-radius: 999px;
  border: 1px solid var(--np-border);
  background: #fff;
  font-weight: 800;
}
.pagination .current { background: var(--np-purple); border-color: var(--np-purple); color: #fff; }
.search-form { display: flex; gap: .6rem; flex-wrap: wrap; }
.search-field {
  flex: 1 1 240px;
  min-height: 42px;
  padding: .65rem .85rem;
  border: 1px solid var(--np-border);
  border-radius: 999px;
}
.search-submit {
  min-height: 42px;
  padding: .65rem 1rem;
  border: 0;
  border-radius: 999px;
  background: var(--np-blue);
  color: #fff;
  font-weight: 800;
}

.footer-widgets {
  background: #2b98a9;
  color: rgba(255,255,255,.92);
  margin-top: 2rem;
}
.footer-widgets__grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 1rem; padding: 2rem 0 1.4rem; }
.footer-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--np-radius);
  padding: 1rem;
}
.footer-card h3 { margin: 0 0 .75rem; color: #fff; }
.footer-brand__logo { max-width: 180px; filter: brightness(0) invert(1); opacity: .96; }
.store-buttons { display: flex; gap: .65rem; flex-wrap: wrap; margin-top: .8rem; }
.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: .45rem .9rem;
  border-radius: 6px;
  background: rgba(255,255,255,.92);
  color: #1b1b1b;
  font-size: .9rem;
  font-weight: 800;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 1.4rem;
  border-top: 1px solid rgba(255,255,255,.18);
}
.footer-menu { display: flex; gap: 1rem; flex-wrap: wrap; }
.footer-menu a { color: #fff; }

.alignwide,
.wp-block-image.alignwide,
.wp-block-group.alignwide { max-width: calc(var(--np-container) - 2rem); }
.alignfull,
.wp-block-image.alignfull,
.wp-block-group.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }
.wp-caption, .gallery-caption { max-width: 100%; }
.sticky { outline: 2px solid rgba(124,63,208,.25); }
.bypostauthor { display: block; }
.updated:not(.published) { display: none; }

@media (max-width: 1260px) {
  .nav-pill:nth-child(2),
  .nav-pill:nth-child(3) { display: none; }
}
@media (max-width: 1100px) {
  .brand-strip,
  .flagship-grid,
  .split-feed,
  .category-layout,
  .page-shell,
  .content-shell,
  .single-layout,
  .three-way-board,
  .feature-strip,
  .province-board__grid,
  .lower-columns,
  .footer-widgets__grid,
  .entertain-grid { grid-template-columns: 1fr; }
  .category-sidebar,
  .sidebar-stack { position: static; }
  .ad-box--header { width: 100%; }
}
@media (max-width: 920px) {
  .brand-strip { grid-template-columns: 1fr; }
  .brand-strip__right { justify-content: flex-start; }
  .nav-shell__inner { grid-template-columns: 1fr; }
  .nav-actions { justify-content: flex-end; }
  .mini-grid--four,
  .feature-strip__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .teal-band__grid { grid-template-columns: 1fr; }
  .flagship-story,
  .category-hero { grid-template-columns: 1fr; }
  .flagship-story__image,
  .category-hero__image { min-height: 0; }
}
@media (max-width: 760px) {
  .primary-menu {
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: .5rem;
  }
  .primary-menu.is-open { display: flex; }
  .primary-menu > li > a { padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.12); }
  .nav-actions { justify-content: space-between; }
  .story-row { grid-template-columns: 1fr; }
  .news-card--compact { grid-template-columns: 96px 1fr; }
}
@media (max-width: 560px) {
  .container { width: min(100vw - 20px, 1180px); }
  .brand-strip { padding-top: .8rem; }
  .site-logo-fallback,
  .custom-logo { max-height: 68px; }
  .brand-strip__date { font-size: .9rem; }
  .nav-pill { font-size: .82rem; min-height: 38px; }
  .nav-pill--pink,
  .nav-pill--square { display: none; }
  .headline-stack__titles,
  .headline-stack__features,
  .mini-grid--four,
  .feature-strip__cards,
  .feature-strip__cards--small { grid-template-columns: 1fr; }
  .section-kicker--title { font-size: 1.8rem; }
  .flagship-story__text,
  .category-hero__text { padding: 1.35rem 1rem; }
  .news-card__title--headline,
  .category-hero__text h1,
  .flagship-story__text h2 { font-size: 1.45rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* HostSewa customizations */
.site-header--compact .brand-strip { display:none; }
.site-logo-fallback, .custom-logo { max-height: 140px; }
.brand-strip { grid-template-columns: minmax(240px, 420px) minmax(0, 1fr); padding: 1.6rem 0 1.25rem; }
.ad-box--header { min-height: 106px; max-width: 760px; background: linear-gradient(135deg,#d8eefc,#f6fbff); }
.nav-shell { box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.primary-menu > li > a { font-size: 1.22rem; font-weight: 900; padding: 1rem 1.05rem; }
.nav-pill { background: rgba(255,255,255,.12); }
.section-button { border-radius: 999px; border:1px solid rgba(124,63,208,.35); font-weight:800; padding:.42rem .9rem; color:var(--np-purple); background:#fff; }
.section-button--light { color:#fff; border-color:rgba(255,255,255,.45); background:rgba(255,255,255,.12); }
.section-button--round { padding:.5rem 1rem; }
.teaser-teal-box { background:#2ea1b5; color:#fff; padding:2rem 1.6rem; min-height:100%; display:flex; flex-direction:column; justify-content:flex-end; }
.teaser-teal-box a, .teaser-teal-box .flagship-story__meta { color:#fff; }
.headline-stack { gap:1rem; }
.headline-stack--two .headline-stack__titles { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.health-section { padding: 0.4rem 0 0; }
.health-section__topline { align-items:center; border-bottom: 1px solid #d3d3d3; padding-bottom: .75rem; }
.section-kicker--health { font-size: clamp(2rem, 3vw, 3rem); color:#8d2556; font-weight: 900; }
.section-kicker--health::before { display:none; }
.health-grid { display:grid; grid-template-columns: minmax(0,1fr) 330px; gap:2rem; align-items:start; }
.health-grid__featured { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:2rem; }
.health-feature-card { position:relative; overflow:hidden; background:#fff; }
.health-feature-card__image img, .health-feature-card__image .news-placeholder { width:100%; aspect-ratio: 1 / 1; object-fit:cover; }
.health-feature-card__title { position:absolute; left:1.25rem; right:1.25rem; bottom:1.25rem; margin:0; color:#fff; font-size: clamp(1.45rem, 2vw, 2rem); font-weight:900; text-shadow:0 2px 18px rgba(0,0,0,.55); }
.health-side-story { padding: 0 0 1.15rem; margin: 0 0 1.15rem; border-bottom:1px solid #ddd; }
.health-side-story h4 { margin:0; font-size: 2rem; line-height:1.25; font-weight: 800; }
.flagship-grid { display:grid; grid-template-columns: minmax(0,2fr) 330px; gap:1.25rem; }
.flagship-story { display:grid; grid-template-columns: minmax(260px, 1fr) minmax(0, 1.3fr); gap:0; overflow:hidden; }
.flagship-story__image img, .flagship-story__image .news-placeholder { width:100%; height:100%; min-height: 330px; object-fit:cover; }
.flagship-story__text h2 { font-size: clamp(2rem, 3vw, 3rem); line-height:1.2; margin:0 0 .75rem; }
.flagship-rail { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .9rem; }
.flagship-rail .news-card { box-shadow:none; background:#fff; }
.side-panel__header { display:flex; justify-content:space-between; align-items:center; gap:.75rem; }
.side-panel__header h3, .section-topline .section-kicker { font-weight:900; }
.category-hero { display:grid; grid-template-columns: 380px minmax(0,1fr); gap:0; overflow:hidden; }
.category-hero__text { min-height: 100%; }
.category-hero__image img, .category-hero__image .news-placeholder { width:100%; height:100%; min-height:360px; object-fit:cover; }
.category-layout { grid-template-columns: minmax(0,1fr) 310px; align-items:start; }
.category-grid-board { margin-top:2rem; padding:1.2rem; }
.category-post-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:1.25rem; }
.category-post-grid .news-card { background:transparent; box-shadow:none; }
.category-post-grid .news-card__thumb img, .category-post-grid .news-card__thumb .news-placeholder { aspect-ratio: 16/9; object-fit:cover; }
.pagination--dots ul { display:flex; flex-wrap:wrap; gap:.5rem; justify-content:center; padding:0; list-style:none; }
.pagination--dots a, .pagination--dots span { display:inline-flex; align-items:center; justify-content:center; min-width:34px; height:34px; padding:0 .7rem; border-radius:999px; border:1px solid #d0d0d0; background:#fff; }
.pagination--dots .current { background:#8d2556; color:#fff; border-color:#8d2556; }
.site-footer--new { position:relative; background:#4b4b4b; color:#fff; margin-top:3rem; }
.footer-contact-grid { display:grid; grid-template-columns: 1.55fr 1fr 1fr 1.1fr 1.1fr .9fr; gap:0; }
.footer-contact-col { padding:2.4rem 1.75rem 2rem; border-right:1px solid rgba(255,255,255,.12); }
.footer-contact-col:last-child { border-right:0; }
.footer-contact-col h3 { margin:0 0 1rem; font-size:2rem; font-weight:900; }
.footer-contact-col p, .footer-contact-col a { margin:0 0 .7rem; color:#fff; font-size:1rem; }
.footer-block-gap { margin-top:2rem !important; }
.footer-bottom-bar { border-top:1px solid rgba(255,255,255,.08); background:#434343; }
.footer-bottom-bar__inner { display:grid; grid-template-columns: auto 1fr auto; align-items:center; gap:1rem; padding:1rem 0; }
.footer-bottom-links { display:flex; gap:.8rem; align-items:center; white-space:nowrap; }
.footer-copyright { text-align:center; font-weight:800; }
.footer-socials { display:flex; gap:.65rem; align-items:center; }
.footer-socials a { display:inline-flex; align-items:center; justify-content:center; width:28px; height:28px; border-radius:50%; border:1px solid rgba(255,255,255,.35); color:#fff; font-size:14px; }
.footer-backtotop { position:fixed; right:24px; bottom:24px; width:64px; height:64px; display:inline-flex; align-items:center; justify-content:center; border-radius:8px; background:#8d2556; color:#fff; font-size:2rem; z-index:99; }
.news-card__meta { gap:.6rem; }
.news-card__cat { color:#8d2556; font-weight:900; }
.section-kicker::before { background:#8d2556; }
.sidebar-rail .rail-story { background:#fff; }
.footer-menu--bottom { display:none; }

@media (max-width: 1100px) {
  .health-grid, .flagship-grid, .category-layout, .footer-contact-grid, .footer-bottom-bar__inner { grid-template-columns:1fr; }
  .health-grid__featured, .category-post-grid, .flagship-rail { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .category-hero, .flagship-story { grid-template-columns:1fr; }
  .footer-contact-col { border-right:0; border-bottom:1px solid rgba(255,255,255,.12); }
}
@media (max-width: 768px) {
  .brand-strip { grid-template-columns:1fr; }
  .nav-shell__inner { grid-template-columns:1fr; }
  .primary-menu { overflow:auto; flex-wrap:nowrap; }
  .headline-stack, .health-grid__featured, .category-post-grid, .flagship-rail { grid-template-columns:1fr; }
  .health-side-story h4 { font-size:1.35rem; }
  .footer-bottom-bar__inner { text-align:center; }
  .footer-bottom-links, .footer-socials { justify-content:center; }
  .footer-backtotop { width:50px; height:50px; font-size:1.5rem; }
}


/* v1.4 polish */
body,
button,
input,
select,
textarea { font-family: "Mukta", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.site-header,
.nav-shell,
.side-panel,
.news-card,
.feature-strip__left,
.feature-strip__right,
.province-board,
.lower-column,
.entry-card,
.archive-header,
.sidebar-card,
.widget,
.category-grid-board { box-shadow: none; }
.headline-badge-row { display:flex; align-items:center; justify-content:center; gap:.65rem; margin-bottom:.85rem; flex-wrap:wrap; }
.headline-badge { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:.7rem 1.25rem; border:1px solid var(--np-border); border-radius:14px; background:#fff; color:#444; font-weight:800; }
.headline-badge--top { background: linear-gradient(135deg, #2f82ff, #6f56e9); color:#fff; border-color:transparent; }
.headline-badge--cat { color: var(--np-blue); }
.news-card--headline { padding: 1.35rem 1.1rem 1.15rem; border-radius: var(--np-radius); border:1px solid var(--np-border); background:#f2f2f2; }
.news-card__title--headline { text-align:left; font-size: clamp(1.8rem, 3vw, 3rem); line-height:1.16; font-weight:900; color:#2f66c2; }
.headline-author-row { display:flex; align-items:center; justify-content:center; gap:.75rem; margin-top:1rem; color:#111; flex-wrap:wrap; }
.headline-author-row__avatar .avatar,
.single-author-meta__avatar .avatar,
.author-avatar { border-radius:999px; display:block; }
.headline-author-row__name,
.single-author-meta__name { font-size:1.15rem; font-weight:800; }
.headline-author-row__time,
.single-author-meta__time { font-size:1rem; color:#333; }
.story-row { grid-template-columns:minmax(0,1fr) 150px; gap:1.1rem; align-items:start; padding:.95rem 0; }
.story-row__title { font-size: clamp(1.05rem, 1.9vw, 1.35rem); line-height:1.42; }
.story-row__thumb { aspect-ratio: 16/10; }
.health-section { margin-top: .5rem; }
.health-grid { gap:1.25rem; }
.health-grid__featured { gap:1rem; }
.health-feature-card__title { font-size: clamp(1.1rem, 1.8vw, 1.65rem); line-height:1.28; }
.health-side-story h4 { font-size: 1.1rem; line-height:1.45; }
.single-hero { padding: 1.25rem 1rem; }
.single-hero__meta-row { justify-content:center; }
.single-hero .entry-title { text-align:center; font-size: clamp(2rem, 5.2vw, 4.5rem); line-height:1.12; color: var(--np-blue); margin-bottom: 1rem; word-break: break-word; }
.single-author-meta { display:flex; align-items:center; justify-content:center; gap:1rem; flex-wrap:wrap; color:#111; font-weight:700; }
.entry-content, .entry-content p, .entry-content li { font-size: 1.06rem; line-height:1.9; color:#222; }
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 { line-height:1.3; color:#111; margin:1.2rem 0 .7rem; }
.footer-backtotop { position:absolute; right:18px; bottom:18px; width:54px; height:54px; font-size:1.6rem; }
@media (max-width: 1100px) {
  .headline-stack--two .headline-stack__titles,
  .health-grid,
  .health-grid__featured,
  .category-post-grid { grid-template-columns:1fr; }
}
@media (max-width: 768px) {
  .main-shell { padding-top:.75rem; }
  .brand-strip { padding: 1rem 0 .9rem; }
  .site-logo-fallback, .custom-logo { max-height: 84px; }
  .primary-menu > li > a { font-size:1rem; padding:.8rem 0; }
  .story-row { grid-template-columns: 1fr; gap:.75rem; }
  .single-hero .entry-title { font-size: clamp(1.7rem, 8vw, 2.8rem); }
  .headline-author-row__name, .single-author-meta__name { font-size:1rem; }
  .headline-author-row__time, .single-author-meta__time { font-size:.92rem; }
  .footer-contact-col { padding: 1.25rem 1rem; }
}
@media (max-width: 560px) {
  .headline-badge { min-height:40px; padding:.62rem 1rem; font-size:.92rem; }
  .news-card--headline { padding:1rem .9rem; }
  .news-card__title--headline { font-size:1.65rem; }
  .health-side-story { padding-bottom:.85rem; margin-bottom:.85rem; }
  .footer-backtotop { width:46px; height:46px; font-size:1.25rem; }
}


/* HostSewa footer refresh */
.site-footer--new {
  position: relative;
  background: #4a4a4a;
  color: #fff;
  margin-top: 3rem;
  border-top: 5px solid #f2f2f2;
}
.footer-contact-grid {
  display: grid;
  grid-template-columns: 1.55fr 1.1fr 1.1fr 1.25fr 1.15fr 1fr;
  gap: 0;
}
.footer-contact-col {
  padding: 2.8rem 1.85rem 2.2rem;
  border-right: 1px solid rgba(255,255,255,.10);
  min-height: 210px;
}
.footer-contact-col:last-child { border-right: 0; }
.footer-contact-col h3 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.25;
}
.footer-contact-col p,
.footer-contact-col a {
  margin: 0 0 .8rem;
  color: rgba(255,255,255,.96);
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.7;
}
.footer-block-gap { margin-top: 2rem !important; }
.footer-bottom-bar {
  border-top: 1px solid rgba(255,255,255,.08);
  background: #424242;
}
.footer-bottom-bar__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}
.footer-bottom-links {
  display: flex;
  gap: .9rem;
  align-items: center;
  white-space: nowrap;
}
.footer-bottom-links a,
.footer-bottom-links span,
.footer-copyright,
.footer-socials a {
  color: #fff;
  font-size: .98rem;
  font-weight: 700;
}
.footer-copyright { text-align: center; }
.footer-socials {
  display: flex;
  align-items: center;
  gap: .95rem;
}
.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  opacity: .96;
}
.footer-backtotop {
  position: absolute;
  right: 18px;
  bottom: 38px;
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #922753;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  box-shadow: none;
  z-index: 3;
}
.footer-backtotop:hover { color: #fff; background: #7c2148; }
@media (max-width: 1100px) {
  .footer-contact-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-contact-col:nth-child(3) { border-right: 0; }
}
@media (max-width: 820px) {
  .footer-contact-grid, .footer-bottom-bar__inner { grid-template-columns: 1fr; }
  .footer-contact-col {
    min-height: auto;
    padding: 1.4rem 1rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
  }
  .footer-bottom-bar__inner,
  .footer-copyright { text-align: center; }
  .footer-bottom-links,
  .footer-socials { justify-content: center; }
  .footer-backtotop {
    width: 48px;
    height: 48px;
    font-size: 1.45rem;
    right: 12px;
    bottom: 12px;
  }
}



/* after header topic pills */
.after-header-topics {
  margin: .4rem 0 .55rem;
  padding: 0;
}
.after-header-topics__scroller {
  display: flex;
  gap: .45rem;
  overflow-x: auto;
  padding: .15rem 0 .35rem;
  scrollbar-width: thin;
}
.after-header-topics__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: .38rem .8rem;
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  background: #f5f5f5;
  color: #3c3c3c;
  font-size: .74rem;
  font-weight: 700;
  line-height: 1;
}
.after-header-topics__pill:hover {
  color: #b22633;
  border-color: #b22633;
  background: #fff;
}

/* top homepage lead stream */
.top-lead-stream {
  margin: .1rem 0 2.2rem;
  background: transparent;
}
.top-lead-story {
  padding: 1.05rem 0 1.7rem;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
}
.top-lead-story:first-child {
  padding-top: .1rem;
}
.top-lead-story__kicker-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: .6rem;
}
.top-lead-story__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .28rem .62rem;
  border-radius: 4px;
  background: #c92c39;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
}
.top-lead-story__title {
  margin: 0 auto;
  max-width: 1100px;
  font-size: clamp(2.1rem, 4.6vw, 4.15rem);
  line-height: 1.11;
  font-weight: 900;
  letter-spacing: -.035em;
  color: #111;
}
.top-lead-story--text-only .top-lead-story__title {
  max-width: 1130px;
}
.top-lead-story__title a {
  color: inherit;
}
.top-lead-story__meta {
  margin-top: .7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap;
  color: #2e2e2e;
  font-size: .82rem;
  font-weight: 700;
}
.top-lead-story__author-avatar {
  display: inline-flex;
  align-items: center;
}
.top-lead-story__author-avatar .avatar,
.top-lead-story__author-avatar img {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #d6d6d6;
}
.top-lead-story__author-name {
  font-weight: 800;
}
.top-lead-story__time {
  position: relative;
  padding-left: 1rem;
  color: #555;
}
.top-lead-story__time::before {
  content: '';
  position: absolute;
  left: .2rem;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 999px;
  background: #777;
}
.top-lead-story__image {
  display: block;
  margin: 1rem auto 0;
  max-width: 1100px;
  border: 1px solid #d9d9d9;
  padding: .42rem;
  background: #fff;
}
.top-lead-story__image img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
}


@media (max-width: 900px) {
  .after-header-topics {
    margin: .2rem 0 .4rem;
  }
  .after-header-topics__scroller {
    gap: .35rem;
    padding-bottom: .25rem;
  }
  .after-header-topics__pill {
    padding: .34rem .72rem;
    font-size: .7rem;
  }
}

@media (max-width: 900px) {
  .top-lead-story {
    padding: .9rem 0 1.25rem;
  }
  .top-lead-story__title {
    font-size: clamp(1.5rem, 7vw, 2.65rem);
    line-height: 1.16;
    max-width: 96%;
  }
  .top-lead-story__meta {
    gap: .42rem;
    font-size: .8rem;
  }
  .top-lead-story__author-avatar .avatar,
  .top-lead-story__author-avatar img {
    width: 28px;
    height: 28px;
  }
  .top-lead-story__image {
    margin-top: .72rem;
    padding: .26rem;
  }
}


/* Homepage entertainment + photo gallery refresh */
.entertain-feature-board {
  padding: 1.6rem;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid var(--np-border);
}
.entertain-feature-board__topline { margin-bottom: 1rem; }
.entertain-feature-board__title {
  color: #b12539;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-weight: 900;
}
.entertain-feature-board__title::before { background: #b12539; }
.entertain-feature-board__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.85fr) minmax(260px, 0.85fr);
  gap: 1.5rem;
  align-items: start;
}
.entertain-hero-card {
  position: relative;
  min-height: 620px;
  border-radius: 6px;
  overflow: hidden;
  background: #0d1529;
}
.entertain-hero-card__image,
.entertain-hero-card__image img,
.entertain-hero-card__image .news-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}
.entertain-hero-card__image img,
.entertain-hero-card__image .news-placeholder {
  min-height: 620px;
  object-fit: cover;
}
.entertain-hero-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,.16) 55%, rgba(0,0,0,0));
}
.entertain-hero-card__title {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.4rem;
  margin: 0;
  color: #ffe56d;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.28;
  font-weight: 900;
  z-index: 2;
}
.entertain-side-list {
  display: grid;
  gap: 1rem;
}
.entertain-side-story {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}
.entertain-side-story__thumb,
.entertain-side-story__thumb img,
.entertain-side-story__thumb .news-placeholder {
  display: block;
  width: 100%;
}
.entertain-side-story__thumb img,
.entertain-side-story__thumb .news-placeholder {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 4px;
}
.entertain-side-story__title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 800;
}

.photo-gallery-band {
  background: linear-gradient(180deg, #0f1830 0%, #0a1122 100%);
  color: #ffffff;
  padding: 1.9rem 1.6rem 2.1rem;
  border-radius: 8px;
}
.photo-gallery-band__topline { margin-bottom: 1.2rem; }
.photo-gallery-band__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
}
.photo-gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  min-height: 360px;
  background: #162341;
}
.photo-gallery-card__image,
.photo-gallery-card__image img,
.photo-gallery-card__image .news-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}
.photo-gallery-card__image img,
.photo-gallery-card__image .news-placeholder {
  min-height: 360px;
  object-fit: cover;
}
.photo-gallery-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.2) 50%, rgba(0,0,0,0));
}
.photo-gallery-card__icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff3b3b;
  color: #fff;
  font-size: 1rem;
  z-index: 2;
}
.photo-gallery-card__title {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1rem;
  margin: 0;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 900;
  z-index: 2;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0,0,0,.55);
}

@media (max-width: 1100px) {
  .entertain-feature-board__grid,
  .photo-gallery-band__grid { grid-template-columns: 1fr 1fr; }
  .entertain-hero-card { grid-column: 1 / -1; min-height: 420px; }
  .entertain-hero-card__image img,
  .entertain-hero-card__image .news-placeholder { min-height: 420px; }
}
@media (max-width: 760px) {
  .entertain-feature-board,
  .photo-gallery-band { padding: 1rem; }
  .entertain-feature-board__grid,
  .photo-gallery-band__grid { grid-template-columns: 1fr; }
  .entertain-side-story { grid-template-columns: 120px minmax(0, 1fr); }
  .entertain-hero-card { min-height: 340px; }
  .entertain-hero-card__image img,
  .entertain-hero-card__image .news-placeholder,
  .photo-gallery-card,
  .photo-gallery-card__image img,
  .photo-gallery-card__image .news-placeholder { min-height: 340px; }
  .photo-gallery-card { min-height: 340px; }
}
@media (max-width: 520px) {
  .entertain-side-story { grid-template-columns: 1fr; }
  .entertain-side-story__thumb img,
  .entertain-side-story__thumb .news-placeholder { aspect-ratio: 16 / 9; }
  .entertain-hero-card__title { left: 1rem; right: 1rem; bottom: 1rem; font-size: 1.3rem; }
  .photo-gallery-card__title { font-size: 1rem; }
}


.province-showcase { padding: 2rem; }
.province-showcase__title { font-size: 2.25rem; color: var(--np-purple); font-weight: 900; }
.province-showcase__tabs { display: flex; flex-wrap: wrap; gap: 1.6rem; margin: .25rem 0 1.5rem; }
.province-showcase__tab { background: none; border: 0; padding: 0; color: #888; font-size: 1.05rem; font-weight: 800; cursor: pointer; }
.province-showcase__tab.is-active { color: #111; position: relative; }
.province-showcase__tab.is-active::before { content: ''; position: absolute; left: -12px; top: 4px; width: 4px; height: 24px; background: var(--np-purple); border-radius: 10px; }
.province-showcase__panel { display: none; }
.province-showcase__panel.is-active { display: block; }
.province-showcase__grid { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 1.5rem; }
.province-showcase__main { display: grid; gap: 1rem; }
.province-showcase__hero { display: grid; grid-template-columns: 290px minmax(0,1fr); overflow: hidden; border-radius: 16px; }
.province-showcase__hero-text { display: flex; align-items: center; justify-content: center; min-height: 300px; }
.province-showcase__hero-text h3 { margin: 0; font-size: 1.1rem; line-height: 1.55; }
.province-showcase__hero-image, .province-showcase__hero-image img { display: block; width: 100%; height: 100%; }
.province-showcase__hero-image img { object-fit: cover; min-height: 300px; }
.province-showcase__mini-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.province-showcase__mini-card h4, .province-showcase__side-story h4 { margin: .7rem 0 0; font-size: 1rem; line-height: 1.45; font-weight: 800; }
.province-showcase__mini-thumb, .province-showcase__mini-thumb img { display: block; width: 100%; }
.province-showcase__mini-thumb img { aspect-ratio: 16/10; object-fit: cover; border-radius: 12px; }
.province-showcase__side { display: grid; gap: 1rem; }
.province-showcase__side-head { display: flex; align-items: center; justify-content: space-between; }
.province-showcase__side-title { margin: 0; font-size: 1.9rem; font-weight: 900; }
.province-showcase__side-list { display: grid; gap: .8rem; }
.province-showcase__side-story { display: grid; grid-template-columns: minmax(0,1fr) 88px; gap: .9rem; align-items: center; padding-bottom: .85rem; border-bottom: 1px solid var(--np-border); }
.province-showcase__side-thumb, .province-showcase__side-thumb img { display: block; width: 100%; }
.province-showcase__side-thumb img { aspect-ratio: 16/10; object-fit: cover; border-radius: 10px; }
@media (max-width: 991px) {
  .province-showcase__grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .province-showcase { padding: 1.25rem; }
  .province-showcase__tabs { gap: 1rem; overflow-x: auto; white-space: nowrap; }
  .province-showcase__hero { grid-template-columns: 1fr; }
  .province-showcase__hero-image img { min-height: 240px; }
  .province-showcase__mini-grid { grid-template-columns: 1fr; }
}


/* HostSewa menu + centered logo update */
.brand-strip {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: .9rem;
  padding: 1.25rem 0 1rem;
}
.brand-strip__left,
.brand-strip__right {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.site-logo-link,
.custom-logo-link {
  justify-content: center;
}
.site-logo-fallback,
.custom-logo {
  max-height: 118px;
}
.brand-strip__date {
  padding-left: 0;
  text-align: center;
}
.ad-box--header {
  justify-self: center;
  width: min(100%, 880px);
  min-height: 96px;
}
.nav-shell {
  position: sticky;
  top: 0;
  z-index: 40;
  transition: box-shadow .2s ease, background-color .2s ease;
}
body.admin-bar .nav-shell {
  top: 32px;
}
.nav-shell__inner {
  grid-template-columns: 1fr auto 1fr;
  gap: .75rem;
}
.main-navigation {
  grid-column: 2;
  justify-self: center;
}
.primary-menu {
  justify-content: center;
  gap: .1rem;
}
.primary-menu > li > a {
  border-radius: 8px;
  padding: .95rem .95rem;
  line-height: 1.2;
}
.nav-actions {
  grid-column: 3;
  justify-self: end;
  gap: .55rem;
}
.nav-pill,
.menu-toggle {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.nav-shell.is-stuck {
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
}
@media (max-width: 980px) {
  .nav-shell__inner {
    grid-template-columns: 1fr;
  }
  .main-navigation,
  .nav-actions {
    grid-column: auto;
    justify-self: stretch;
  }
  .primary-menu {
    justify-content: flex-start;
  }
  .nav-actions {
    justify-content: flex-end;
  }
}
@media (max-width: 782px) {
  body.admin-bar .nav-shell {
    top: 46px;
  }
}
@media (max-width: 760px) {
  .nav-shell {
    position: sticky;
  }
  .primary-menu {
    flex-wrap: nowrap;
  }
  .primary-menu > li > a {
    border-radius: 0;
  }
}
@media (max-width: 560px) {
  .site-logo-fallback,
  .custom-logo {
    max-height: 78px;
  }
  .ad-box--header {
    min-height: 72px;
  }
}


.category-alt-board { margin-top: 1.5rem; padding: 1.2rem; }
.category-alt-layout { display:grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap:1.1rem; align-items:start; }
.category-alt-lead .news-card { height:100%; }
.category-alt-lead .news-card__thumb img,
.category-alt-lead .news-card__thumb .news-placeholder { aspect-ratio: 16/10; object-fit:cover; }
.category-alt-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:1rem; }
@media (max-width: 980px) {
  .category-alt-layout { grid-template-columns:1fr; }
}
@media (max-width: 640px) {
  .category-alt-grid { grid-template-columns:1fr; }
}


/* Final header/mobile overrides */
.brand-strip {
  display: flex;
  justify-content: center;
  padding: 1.35rem 0 .85rem;
}
.brand-strip__left--center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .45rem;
  text-align: center;
}
.brand-strip__right,
.ad-box--header {
  display: none !important;
}
.brand-strip__date {
  font-size: 1.02rem;
  font-weight: 600;
  color: #555;
}
.nav-shell {
  position: sticky;
  top: 0;
  z-index: 60;
}
.nav-shell__inner {
  grid-template-columns: auto minmax(0,1fr) auto;
}
.nav-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.nav-brand .custom-logo,
.nav-brand .site-logo-fallback {
  max-height: 40px;
  width: auto;
}
.nav-actions {
  justify-content: flex-end;
}
.menu-toggle {
  display: none;
}
.menu-toggle span {
  background: #fff !important;
  height: 3px;
  border-radius: 999px;
}
body.menu-open {
  overflow: hidden;
}
@media (min-width: 761px) {
  .nav-brand {
    opacity: 0;
    visibility: hidden;
    width: 0;
    overflow: hidden;
    transition: all .2s ease;
  }
  .nav-shell.is-stuck .nav-brand {
    opacity: 1;
    visibility: visible;
    width: auto;
    margin-right: .75rem;
  }
}
@media (max-width: 920px) {
  .brand-strip {
    padding: 1rem 0 .7rem;
  }
  .custom-logo,
  .site-logo-fallback {
    max-height: 72px;
  }
}
@media (max-width: 760px) {
  .site-header {
    border-bottom: 0;
  }
  .brand-strip {
    padding: .9rem 0 .55rem;
  }
  .brand-strip__date {
    font-size: .92rem;
  }
  .nav-shell {
    box-shadow: 0 8px 22px rgba(0,0,0,.14);
  }
  .nav-shell__inner {
    grid-template-columns: minmax(0,1fr) auto;
    gap: .5rem;
    padding: .3rem 0;
  }
  .nav-brand {
    display: inline-flex;
  }
  .nav-brand .custom-logo,
  .nav-brand .site-logo-fallback {
    max-height: 34px;
  }
  .main-navigation {
    order: 3;
    grid-column: 1 / -1;
  }
  .menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 40px;
    padding: 0 8px;
  }
  .nav-pill {
    display: none !important;
  }
  .primary-menu {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    background: var(--np-blue);
    border-top: 1px solid rgba(255,255,255,.12);
    padding: .35rem 0 .5rem;
  }
  .primary-menu.is-open {
    display: flex;
  }
  .primary-menu > li > a {
    padding: .95rem .2rem;
    font-size: 1rem;
    line-height: 1.3;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .nav-shell.is-stuck .nav-brand {
    opacity: 1;
    visibility: visible;
    width: auto;
    margin-right: .5rem;
  }
  .homepage-shell,
  .category-template,
  .page-shell,
  .content-shell,
  .single-layout {
    gap: 1.15rem;
  }
  .container {
    width: min(100vw - 18px, 100%);
  }
  .headline-stack,
  .headline-stack--two .headline-stack__titles,
  .mini-grid--four,
  .feature-strip__cards,
  .feature-strip__cards--small,
  .health-section__grid,
  .health-section__bottom,
  .story-list--two-col,
  .province-showcase__grid,
  .teal-band__grid,
  .entertain-grid,
  .photo-gallery__track,
  .lower-columns {
    grid-template-columns: 1fr !important;
  }
  .flagship-story,
  .category-hero,
  .story-row,
  .health-feature,
  .lower-column,
  .entertain-column,
  .video-strip {
    grid-template-columns: 1fr !important;
  }
  .section-topline {
    align-items: center;
  }
}


/* Mobile cleanup fix */
@media (max-width: 760px) {
  .nav-brand {
    display: none !important;
  }

  .nav-shell__inner {
    grid-template-columns: 1fr auto !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    justify-self: end;
  }

  .headline-stack,
  .headline-stack__titles,
  .headline-stack__features,
  .headline-stack--two .headline-stack__titles {
    grid-template-columns: 1fr !important;
    gap: .75rem !important;
  }

  .news-card--headline,
  .flagship-story,
  .category-hero,
  .headline-story,
  .top-story,
  .top-featured {
    width: 100%;
    overflow: hidden;
  }

  .news-card__title--headline,
  .flagship-story__text h2,
  .category-hero__text h1,
  .teaser-teal-box h1,
  .teaser-teal-box h2,
  .teaser-teal-box .entry-title {
    font-size: clamp(1.5rem, 7vw, 2.15rem) !important;
    line-height: 1.2 !important;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .teaser-teal-box,
  .flagship-story__text,
  .category-hero__text {
    padding: 1.1rem .95rem !important;
  }

  .news-card__meta,
  .flagship-story__meta,
  .brand-strip__date {
    font-size: .9rem !important;
  }

  .flagship-story__image img,
  .category-hero__image img,
  .news-card img,
  .single-cover img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .section-topline,
  .section-topline--archive {
    gap: .5rem;
    flex-wrap: wrap;
  }

  .homepage-shell,
  .category-template,
  .single-layout,
  .page-shell,
  .content-shell {
    overflow-x: hidden;
  }

  body,
  .main-shell {
    overflow-x: hidden;
  }
}


/* Mobile footer and menu width fixes */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 760px) {
  .site-header,
  .nav-shell,
  .main-shell,
  .site-footer,
  .footer-contact-grid,
  .footer-bottom-bar,
  .footer-bottom-bar__inner,
  .footer-contact-col {
    width: 100%;
    max-width: 100%;
  }

  .container,
  .site-footer .container,
  .nav-shell .container,
  .main-shell .container {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .site-footer {
    overflow: hidden;
  }

  .footer-contact-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer-contact-col {
    padding: 1.15rem 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
  }

  .footer-bottom-bar__inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .75rem !important;
    text-align: center !important;
    padding: 1rem 0 1.25rem !important;
  }

  .footer-bottom-links,
  .footer-socials,
  .footer-copyright {
    width: 100%;
    justify-content: center !important;
    text-align: center !important;
  }

  .footer-socials {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: .75rem !important;
  }

  .footer-backtotop {
    right: 14px !important;
    bottom: 14px !important;
  }

  .nav-shell {
    left: 0;
    right: 0;
  }

  .nav-shell__inner {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
  }

  .main-navigation {
    width: 100% !important;
  }

  .primary-menu {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .primary-menu > li,
  .primary-menu > li > a,
  .primary-menu ul li,
  .primary-menu ul li a {
    width: 100% !important;
    max-width: 100% !important;
  }

  .menu-toggle {
    z-index: 5;
  }

  .brand-strip,
  .brand-strip__left,
  .brand-strip__left--center {
    width: 100%;
    max-width: 100%;
  }

  .custom-logo,
  .site-logo-fallback {
    max-width: min(78vw, 220px) !important;
    height: auto !important;
  }

  .category-pill-row,
  .top-pill-row,
  .pill-row,
  .after-header-pills {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    gap: .55rem !important;
    padding-bottom: .25rem !important;
  }

  .category-pill-row > *,
  .top-pill-row > *,
  .pill-row > *,
  .after-header-pills > * {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }
}


/* Mobile final cleanup */
.nav-home-link {
  display: none;
  color: #fff;
  font-weight: 800;
  font-size: .98rem;
  line-height: 1;
}

@media (max-width: 760px) {
  .site-footer,
  .footer-bottom-bar,
  .footer-contact-grid,
  .footer-bottom-bar__inner {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  .site-footer .container,
  .footer-bottom-bar .container {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  .nav-brand,
  .nav-shell .nav-brand,
  .nav-shell.is-stuck .nav-brand {
    display: none !important;
    width: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    margin: 0 !important;
  }

  .nav-home-link {
    display: inline-flex !important;
    align-items: center;
    margin-right: .5rem;
  }

  .nav-actions {
    width: auto !important;
    gap: .55rem !important;
  }

  .nav-shell__inner {
    grid-template-columns: 1fr auto !important;
    padding: .42rem 0 !important;
  }

  .main-navigation {
    grid-column: 1 / -1;
  }

  .menu-toggle {
    margin-left: 0 !important;
  }

  .primary-menu {
    margin-top: .35rem !important;
  }

  .primary-menu > li > a {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
  }

  .footer-contact-col:last-child {
    border-bottom: 0 !important;
  }

  .footer-bottom-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: .5rem !important;
    align-items: center !important;
  }

  .footer-copyright {
    font-size: .95rem !important;
    line-height: 1.4 !important;
    word-break: break-word;
  }

  .footer-socials a {
    width: 32px;
    height: 32px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
}


/* Mobile no-overflow final patch */
@media (max-width: 760px) {
  html, body, #page, .site, .main-shell, .site-header, .site-footer {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .container,
  .site-header .container,
  .main-shell .container,
  .site-footer .container,
  .nav-shell .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }

  .brand-strip,
  .nav-shell,
  .footer-contact-grid,
  .footer-bottom-bar,
  .footer-bottom-bar__inner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .nav-brand,
  .nav-shell .nav-brand,
  .nav-shell.is-stuck .nav-brand,
  .nav-shell__inner .nav-brand {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .nav-shell__inner {
    display: grid !important;
    grid-template-columns: auto auto !important;
    justify-content: start !important;
    gap: 10px !important;
    min-height: 56px !important;
  }

  .nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: auto !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .nav-home-link {
    display: inline-flex !important;
    align-items: center !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
  }

  .primary-menu {
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px 0 0 0 !important;
    padding: 0 10px 8px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .primary-menu > li,
  .primary-menu > li > a {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .site-footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer-contact-grid {
    grid-template-columns: 1fr !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .footer-contact-col {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .footer-bottom-bar__inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .footer-bottom-links,
  .footer-copyright,
  .footer-socials {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .footer-backtotop {
    right: 12px !important;
    bottom: 12px !important;
  }
}


/* Mobile hide menu + simplify footer */
@media (max-width: 760px) {
  .nav-shell,
  .nav-shell__inner,
  .main-navigation,
  .menu-toggle,
  .nav-actions,
  .nav-home-link,
  .nav-pill,
  .primary-menu,
  .category-pill-row,
  .top-pill-row,
  .pill-row,
  .after-header-pills {
    display: none !important;
  }

  .site-header--compact .brand-strip,
  .brand-strip,
  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .brand-strip {
    padding: 1rem 10px .75rem !important;
    margin: 0 !important;
  }

  .brand-strip__left {
    flex-direction: column !important;
    gap: .4rem !important;
  }

  .custom-logo,
  .site-logo-fallback {
    max-width: min(72vw, 220px) !important;
    max-height: 88px !important;
    height: auto !important;
    width: auto !important;
    margin: 0 auto !important;
  }

  .brand-strip__date {
    display: block !important;
    font-size: .98rem !important;
    line-height: 1.3 !important;
    color: #555 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .site-footer {
    padding-top: 0 !important;
  }

  .footer-contact-grid,
  .footer-contact-col,
  .footer-bottom-links,
  .footer-socials,
  .footer-backtotop {
    display: none !important;
  }

  .footer-bottom-bar {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer-bottom-bar__inner {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 14px 10px 18px !important;
    text-align: center !important;
  }

  .footer-copyright {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: .95rem !important;
    line-height: 1.4 !important;
    text-align: center !important;
    word-break: break-word;
  }
}


/* Mobile final no-space fix */
@media (max-width: 760px) {
  html, body, #page, .site, .site-header, .main-shell, .site-footer, main, header, footer {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body {
    padding: 0 !important;
  }

  .container,
  .site-header .container,
  .main-shell .container,
  .site-footer .container,
  .nav-shell .container,
  .homepage-shell,
  .category-template,
  .single-layout,
  .page-shell,
  .content-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  /* Show only logo + date */
  .nav-shell,
  .nav-shell__inner,
  .main-navigation,
  .menu-toggle,
  .nav-actions,
  .nav-home-link,
  .nav-pill,
  .primary-menu,
  .category-pill-row,
  .top-pill-row,
  .pill-row,
  .after-header-pills,
  .category-pills,
  .tag-pills,
  .homepage-pills,
  .post-pill-row,
  .footer-contact-grid,
  .footer-contact-col,
  .footer-bottom-links,
  .footer-socials,
  .footer-backtotop {
    display: none !important;
  }

  .brand-strip,
  .brand-strip__left,
  .brand-strip__left--center,
  .site-logo-link {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .brand-strip {
    padding: 14px 10px 12px !important;
    margin: 0 !important;
    gap: 6px !important;
  }

  .custom-logo,
  .site-logo-fallback {
    max-width: min(72vw, 220px) !important;
    max-height: 88px !important;
    height: auto !important;
    width: auto !important;
    margin: 0 auto !important;
  }

  .brand-strip__date {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: .98rem !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }

  /* Footer only copyright */
  .site-footer {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .footer-bottom-bar {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer-bottom-bar__inner {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 14px 10px 18px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  .footer-copyright {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: .95rem !important;
    line-height: 1.4 !important;
    word-break: break-word !important;
  }

  /* Prevent content cut */
  img,
  iframe,
  table,
  .entry-content,
  .single-main,
  .single-hero,
  .single-cover,
  .news-card,
  .flagship-story,
  .category-hero,
  .teaser-teal-box {
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  .news-card__title--headline,
  .flagship-story__text h2,
  .category-hero__text h1,
  .teaser-teal-box h1,
  .teaser-teal-box h2,
  .entry-title {
    font-size: clamp(1.45rem, 8vw, 2.1rem) !important;
    line-height: 1.18 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }
}


/* Ultra-mobile cleanup: remove all top menus/pills and eliminate horizontal overflow */
@media screen and (max-width: 760px) {
  html, body, #page, .site, .site-header, .main-shell, .site-footer, header, main, footer {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body * {
    max-width: 100%;
    box-sizing: border-box !important;
  }

  .container,
  .site-header .container,
  .main-shell .container,
  .site-footer .container,
  .homepage-shell,
  .category-template,
  .single-layout,
  .page-shell,
  .content-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    overflow-x: hidden !important;
  }

  /* Hide every mobile menu/pill row completely */
  .nav-shell,
  .nav-shell__inner,
  .main-navigation,
  .menu-toggle,
  .nav-actions,
  .nav-home-link,
  .nav-pill,
  .primary-menu,
  .primary-menu.is-open,
  .menu,
  .mobile-menu,
  .header-menu,
  .category-pill-row,
  .top-pill-row,
  .pill-row,
  .after-header-pills,
  .category-pills,
  .tag-pills,
  .homepage-pills,
  .post-pill-row,
  .top-chip-row,
  .chip-row,
  .topic-row,
  .topic-pills,
  .scrolling-pills,
  .section-pills,
  .section-tags {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
  }

  /* Header: logo + date only */
  .brand-strip,
  .brand-strip__left,
  .brand-strip__left--center,
  .site-logo-link,
  .custom-logo-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
  }

  .brand-strip {
    gap: 6px !important;
    padding: 14px 12px 12px !important;
  }

  .custom-logo,
  .site-logo-fallback {
    display: block !important;
    max-width: min(70vw, 210px) !important;
    max-height: 82px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .brand-strip__date {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: .96rem !important;
    line-height: 1.3 !important;
    text-align: center !important;
    color: #555 !important;
  }

  /* Single post/title/image fit */
  .entry-card,
  .single-main,
  .single-hero,
  .single-cover,
  .single-cover img,
  .entry-content,
  .flagship-story,
  .category-hero,
  .news-card,
  .news-card img,
  .flagship-story__image,
  .category-hero__image {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .entry-title,
  .news-card__title--headline,
  .flagship-story__text h2,
  .category-hero__text h1,
  .teaser-teal-box h1,
  .teaser-teal-box h2 {
    font-size: clamp(1.42rem, 8vw, 2rem) !important;
    line-height: 1.16 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  /* Footer: copyright only */
  .footer-contact-grid,
  .footer-contact-col,
  .footer-bottom-links,
  .footer-socials,
  .footer-backtotop,
  .widget-area,
  .footer-widgets,
  .footer-menu {
    display: none !important;
  }

  .site-footer,
  .footer-bottom-bar,
  .footer-bottom-bar__inner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  .footer-bottom-bar__inner {
    display: block !important;
    padding: 14px 12px 18px !important;
    text-align: center !important;
  }

  .footer-copyright {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    font-size: .95rem !important;
    line-height: 1.4 !important;
    word-break: break-word !important;
  }
}


/* Requested mobile polish */
@media (max-width: 760px) {
  /* always show logo + date on mobile, including single posts */
  .site-header--compact .brand-strip {
    display: flex !important;
  }
  .brand-strip,
  .brand-strip__left,
  .brand-strip__left--center,
  .site-logo-link,
  .custom-logo-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .brand-strip {
    padding: 14px 12px 10px !important;
    gap: 6px !important;
  }
  .brand-strip__date {
    display: block !important;
    text-align: center !important;
    font-size: .98rem !important;
    line-height: 1.3 !important;
    color: #555 !important;
  }

  /* single post mobile */
  .single-layout,
  .single-main,
  .single-hero,
  .entry-card,
  .entry-content,
  .single-cover,
  .single-cover img {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .single-hero {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .single-hero .single-hero__meta-row,
  .single-hero .single-author-meta {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: .55rem !important;
    text-align: center !important;
  }
  .single-hero .entry-title {
    text-align: center !important;
    font-size: clamp(1.7rem, 8vw, 2.4rem) !important;
    line-height: 1.16 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    margin: .6rem 0 .75rem !important;
  }
  .single-cover {
    margin-top: .75rem !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }
  .single-cover img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  .entry-content {
    font-size: 1.08rem !important;
    line-height: 1.9 !important;
    padding: 1rem !important;
    border-radius: 8px !important;
    background: #fff !important;
  }

  /* homepage mobile equal-size layers and no cut */
  .homepage-shell,
  .headline-stack,
  .headline-stack__titles,
  .headline-stack__features,
  .mini-grid,
  .mini-grid--four,
  .mini-grid--three,
  .feature-strip,
  .feature-strip__cards,
  .feature-strip__cards--small,
  .health-section__grid,
  .health-section__bottom,
  .province-showcase__grid,
  .teal-band__grid,
  .entertain-grid,
  .photo-gallery__track,
  .lower-columns,
  .story-list--two-col,
  .category-layout,
  .category-post-grid,
  .related-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .flagship-story,
  .category-hero,
  .story-row,
  .health-feature,
  .video-strip,
  .three-way-board,
  .three-way-board__lead,
  .three-way-board__side,
  .news-card,
  .news-card--mini,
  .news-card--feature,
  .news-card--headline,
  .news-card--list,
  .news-card--rail,
  .lower-column,
  .entertain-column,
  .province-showcase__main,
  .province-showcase__aside {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }
  .news-card,
  .story-row,
  .feature-strip__cards .news-card,
  .entertain-grid .news-card,
  .mini-grid .news-card {
    min-height: auto !important;
  }
  .news-card img,
  .flagship-story__image img,
  .category-hero__image img,
  .health-feature img,
  .province-showcase img,
  .photo-gallery__card img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
  .teaser-teal-box,
  .flagship-story__text,
  .category-hero__text,
  .news-card__body {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1rem !important;
  }
  .news-card__title,
  .news-card__title--headline,
  .flagship-story__text h2,
  .category-hero__text h1 {
    font-size: clamp(1.2rem, 6vw, 1.85rem) !important;
    line-height: 1.25 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }
  .homepage-shell .section-frame,
  .homepage-shell section,
  .homepage-shell article {
    overflow: hidden !important;
  }

  /* only copyright on mobile footer */
  .footer-bottom-bar__inner {
    padding: 14px 12px 20px !important;
  }
  .footer-copyright {
    text-align: center !important;
    font-size: .95rem !important;
  }
}


/* Mobile post top logo/date strip */
@media (max-width: 760px) {
  .site-header--compact .brand-strip {
    display: flex !important;
  }

  body.single-post .brand-strip,
  body.single .brand-strip {
    display: flex !important;
    justify-content: center !important;
    padding: 14px 12px 12px !important;
    margin: 0 !important;
  }

  body.single-post .brand-strip__left,
  body.single .brand-strip__left,
  body.single-post .brand-strip__left--center,
  body.single .brand-strip__left--center {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 6px !important;
  }

  body.single-post .site-logo-link,
  body.single .site-logo-link,
  body.single-post .custom-logo-link,
  body.single .custom-logo-link {
    display: inline-flex !important;
    justify-content: center !important;
  }

  body.single-post .custom-logo,
  body.single .custom-logo,
  body.single-post .site-logo-fallback,
  body.single .site-logo-fallback {
    max-width: min(72vw, 220px) !important;
    max-height: 88px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  body.single-post .brand-strip__date,
  body.single .brand-strip__date {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: .98rem !important;
    line-height: 1.3 !important;
    text-align: center !important;
    color: #555 !important;
  }
}


/* Desktop header/menu match */
.brand-strip {
  display: flex !important;
  justify-content: center !important;
  padding: 1.4rem 0 1rem !important;
}
.brand-strip__left,
.brand-strip__left--center {
  width: 100%;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: .45rem !important;
}
.brand-strip__right,
.ad-box--header {
  display: none !important;
}
.custom-logo,
.site-logo-fallback {
  max-height: 132px !important;
  width: auto !important;
}
.brand-strip__date {
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: #555 !important;
  padding: 0 !important;
}
.nav-shell {
  background: #3568c7 !important;
  box-shadow: none !important;
}
.nav-shell__inner {
  grid-template-columns: minmax(0,1fr) auto !important;
  gap: 1rem !important;
  align-items: center !important;
}
.nav-brand {
  display: none !important;
}
.primary-menu {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
}
.primary-menu > li > a {
  padding: 1.15rem 1.15rem !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  color: #fff !important;
}
.primary-menu > li.current-menu-item > a,
.primary-menu > li > a:hover {
  background: rgba(255,255,255,.10) !important;
}
.nav-actions {
  display: flex !important;
  align-items: center !important;
  gap: .8rem !important;
}
.nav-pill {
  min-height: 40px !important;
  padding: .7rem 1rem !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.09) !important;
  color: #fff !important;
}
.nav-pill--pink {
  background: rgba(255,255,255,.12) !important;
}
.menu-toggle {
  display: none !important;
}

@media (max-width: 1100px) {
  .primary-menu > li > a {
    padding: 1rem .85rem !important;
    font-size: 1rem !important;
  }
}


/* NepalPress-like single post format */
.single-article-shell {
  margin-top: 1rem;
}
.single-article-title {
  font-size: clamp(2.2rem, 3.7vw, 3.15rem);
  line-height: 1.18;
  font-weight: 900;
  text-align: center;
  margin: 0 0 1rem;
}
.single-article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 265px;
  gap: 2rem;
  align-items: start;
}
.single-article-shareline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid var(--np-border);
  border-bottom: 1px solid var(--np-border);
  padding: .7rem 0;
  margin-bottom: 1.4rem;
}
.single-article-meta {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .9rem;
  color: var(--np-muted);
  flex-wrap: wrap;
}
.single-article-source {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.single-article-source::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #b5322d;
  display: inline-block;
}
.single-article-share {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.single-article-share a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
}
.single-article-share a:nth-child(1) { background: #3357a7; }
.single-article-share a:nth-child(2) { background: #6995ff; }
.single-article-share a:nth-child(3) { background: #18c46a; }
.single-article-share a:nth-child(4) { background: #111; }
.single-article-share a:nth-child(5) { background: #8bc53f; }
.single-article-sharecount {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  font-size: .9rem;
  line-height: 1.05;
  color: #444;
  margin-right: .45rem;
}
.single-article-featured img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}
.single-article-content {
  font-size: 1.06rem;
  line-height: 1.95;
  padding: 1rem 0 0;
}
.single-inline-ads {
  margin: 1rem 0;
}
.single-inline-widget {
  margin: 0 0 1rem;
}
.single-article-reactions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  border-top: 1px solid var(--np-border);
  border-bottom: 1px solid var(--np-border);
  padding: 1rem 0;
  margin-top: 1rem;
}
.single-article-reactions button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.85rem;
}
.single-article-reactions span {
  display: block;
  text-align: center;
  font-size: .75rem;
  color: var(--np-muted);
}
.single-comments-wrap,
.single-related-wrap {
  margin-top: 2rem;
}
.single-block-title,
.single-sidebar-title {
  display: flex;
  align-items: center;
  gap: .85rem;
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 1rem;
}
.single-block-title::after,
.single-sidebar-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--np-border);
}
.single-comment-form-wrap textarea,
.single-comment-form-wrap input[type="text"],
.single-comment-form-wrap input[type="email"],
.single-comment-form-wrap input[type="url"] {
  width: 100%;
  border: 1px solid var(--np-border);
  padding: .8rem .9rem;
  background: #fff;
}
.single-comment-form-wrap .comment-form-comment textarea {
  min-height: 160px;
}
.single-comment-form-wrap .form-submit input {
  background: #b5322d;
  color: #fff;
  border: 0;
  padding: .8rem 1.1rem;
  font-size: .78rem;
  font-weight: 800;
}
.single-article-sidebar {
  display: grid;
  gap: 1.2rem;
}
.single-sidebar-box,
.single-sidebar-widgets .widget {
  background: transparent;
  border: 0;
}
.single-sidebar-list {
  display: grid;
  gap: .95rem;
}
.single-sidebar-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px;
  gap: .75rem;
  align-items: start;
  padding-bottom: .95rem;
  border-bottom: 1px solid var(--np-border);
}
.single-sidebar-item__thumb img {
  width: 68px;
  height: 68px;
  object-fit: cover;
}
.single-sidebar-item__body h4 {
  margin: 0;
  font-size: .98rem;
  line-height: 1.55;
  font-weight: 700;
}
.single-sidebar-widgets .widget {
  margin-bottom: 1rem;
}
.single-sidebar-widgets .widget img {
  width: 100%;
  height: auto;
}
.single-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1.25rem;
}
.single-related-card__thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.single-related-card h3 {
  margin: .7rem 0 0;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 700;
}
@media (max-width: 980px) {
  .single-article-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .single-article-shareline {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-article-title {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }
  .single-related-grid {
    grid-template-columns: 1fr;
  }
}


/* ShareThis placement on single post */
.sharethis-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 190px;
}
.sharethis-wrap .sharethis-inline-share-buttons {
  width: auto;
}
.single-article-share.sharethis-wrap--top,
.single-article-share.sharethis-wrap--bottom {
  background: transparent;
}
@media (max-width: 760px) {
  .sharethis-wrap {
    width: 100%;
    justify-content: flex-start;
  }
}


/* Custom single author + ShareThis reactions */
.author-avatar--custom {
  border-radius: 50%;
  object-fit: cover;
}
.sharethis-reaction-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--np-border);
  border-bottom: 1px solid var(--np-border);
  padding: 1rem 0;
  margin-top: 1rem;
}
.sharethis-reaction-wrap .sharethis-inline-reaction-buttons {
  width: 100%;
}



/* Single post author/date/share enlarged */
.single-article-head {
  margin-bottom: 1.2rem;
}
.single-article-title {
  font-size: clamp(2.45rem, 4.2vw, 3.45rem) !important;
  line-height: 1.14 !important;
  margin-bottom: 1.2rem !important;
}
.single-article-authorbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto 1.1rem;
  text-align: left;
  flex-wrap: wrap;
}
.single-article-authorbar__avatar .author-avatar,
.single-article-authorbar__avatar img,
.single-article-authorbar__avatar .avatar {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
}
.single-article-authorbar__content {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.single-article-authorbar__name {
  font-size: 1.38rem;
  font-weight: 900;
  line-height: 1.2;
  color: #111;
}
.single-article-authorbar__meta {
  display: flex;
  align-items: center;
  gap: .55rem;
  flex-wrap: wrap;
  font-size: 1.02rem;
  color: #444;
}
.single-article-shareline {
  padding: .95rem 0 !important;
  margin-bottom: 1.5rem !important;
}
.single-article-meta {
  font-size: 1rem !important;
}
.single-article-share.sharethis-wrap--top,
.single-article-share.sharethis-wrap--bottom {
  min-width: 250px;
}
.sharethis-wrap .sharethis-inline-share-buttons {
  min-height: 36px;
}
.single-article-featured {
  margin-bottom: 1rem;
}
.single-article-content {
  font-size: 1.1rem !important;
  line-height: 2 !important;
}
@media (max-width: 760px) {
  .single-article-title {
    font-size: clamp(1.9rem, 8vw, 2.5rem) !important;
  }
  .single-article-authorbar {
    align-items: center;
    text-align: center;
    gap: .85rem;
  }
  .single-article-authorbar__content {
    align-items: center;
  }
  .single-article-authorbar__name {
    font-size: 1.18rem;
  }
  .single-article-authorbar__meta {
    justify-content: center;
    font-size: .95rem;
  }
  .single-article-share.sharethis-wrap--top,
  .single-article-share.sharethis-wrap--bottom {
    min-width: 100%;
  }
}


/* Requested post header block */
.post-header {
  border-top: 1px solid var(--np-border);
  border-bottom: 1px solid var(--np-border);
  padding: .9rem 0;
  margin-bottom: 1.3rem;
}
.post-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.post-info {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  min-width: 0;
}
.post-user {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-width: 0;
}
.post-user__avatar .author-avatar,
.post-user__avatar .avatar,
.post-user__avatar img {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
}
.post-user__name {
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.2;
}
.post-date {
  display: flex;
  align-items: center;
  gap: .45rem;
  color: var(--np-muted);
  font-size: .98rem;
  flex-wrap: wrap;
}
.post-date__icon {
  font-size: 1rem;
  line-height: 1;
}
.post-date__sep {
  color: #999;
}
.post-header__share {
  margin-left: auto;
}
.post-header .shareThis__custom,
.post-header .sharethis-inline-share-buttons {
  min-width: 220px;
}
.single-article-authorbar,
.single-article-shareline {
  display: none !important;
}
@media (max-width: 760px) {
  .post-header__row {
    align-items: flex-start;
  }
  .post-header__share {
    width: 100%;
    margin-left: 0;
  }
  .post-header .shareThis__custom,
  .post-header .sharethis-inline-share-buttons {
    min-width: 100%;
    width: 100%;
  }
  .post-user__name {
    font-size: 1.05rem;
  }
  .post-date {
    font-size: .9rem;
  }
}


/* Single post header with two optional widget ads */
.single-article-title {
  font-size: clamp(2.3rem, 4vw, 4.25rem);
  line-height: 1.12;
  font-weight: 900;
  text-align: center;
  margin: 0 0 1.5rem;
}
.single-header-ad {
  margin: 0 0 1.6rem;
}
.single-header-ad .widget,
.single-header-ad .single-inline-widget {
  margin: 0;
}
.single-header-ad img {
  width: 100%;
  height: auto;
  display: block;
}
.post-header {
  border-top: 1px solid var(--np-border);
  border-bottom: 1px solid var(--np-border);
  padding: 1.15rem 0;
  margin-bottom: 1.6rem;
}
.post-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.post-user {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.post-user__avatar .author-avatar,
.post-user__avatar .avatar,
.post-user__avatar img {
  width: 66px;
  height: 66px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
}
.post-user__texts {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.post-user__name {
  font-size: 1.75rem;
  line-height: 1.15;
  font-weight: 900;
  color: #111;
}
.post-date {
  display: flex;
  align-items: center;
  gap: .55rem;
  flex-wrap: wrap;
  font-size: 1.05rem;
  color: var(--np-muted);
}
.post-header__share {
  margin-left: auto;
}
.post-header .shareThis__custom,
.post-header .sharethis-inline-share-buttons {
  min-width: 250px;
}
.single-article-featured img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}
.single-article-content {
  font-size: 1.08rem;
  line-height: 1.95;
}
.single-article-shareline--bottom .single-article-meta {
  font-size: .98rem;
}
@media (max-width: 980px) {
  .post-header__share {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 760px) {
  .single-article-title {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }
  .post-user {
    align-items: flex-start;
  }
  .post-user__name {
    font-size: 1.22rem;
  }
  .post-date {
    font-size: .92rem;
  }
  .post-header .shareThis__custom,
  .post-header .sharethis-inline-share-buttons {
    min-width: 100%;
    width: 100%;
  }
}

/* Paragraph-wise and end-of-post ad slots */
.single-content-ad-slot,
.single-end-ad-slot {
  margin: 1.35rem 0;
}
.single-content-ad-slot .widget,
.single-end-ad-slot .widget,
.single-inline-widget--paragraph,
.single-inline-widget--end {
  margin: 0;
}
.single-content-ad-slot img,
.single-end-ad-slot img {
  width: 100%;
  height: auto;
  display: block;
}
.single-content-ad-slot iframe,
.single-end-ad-slot iframe,
.single-content-ad-slot ins,
.single-end-ad-slot ins {
  max-width: 100%;
}



/* Exact post sidebar update list style */
.single-article-sidebar {
  display: grid;
  gap: 1.6rem;
}

.single-sidebar-box--updates,
.single-sidebar-box--trending {
  background: transparent;
  border: 0;
  padding: 0;
}

.single-sidebar-title--updates,
.single-sidebar-title--trending {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  color: #202020;
  margin: 0 0 1rem;
  padding-bottom: .75rem;
  border-bottom: 3px solid #2f3f63;
}

.single-sidebar-title--updates::before,
.single-sidebar-title--trending::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 42px;
  height: 3px;
  background: #ff6b1a;
}

.single-sidebar-title--updates::after,
.single-sidebar-title--trending::after {
  display: none !important;
}

.single-trending-list,
.single-trending-list--updates {
  display: block;
}

.single-trending-item,
.single-trending-item--updates {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: .9rem;
  align-items: start;
  padding: .95rem 0;
  border-bottom: 1px solid #d8d8d8;
}

.single-trending-item:last-child,
.single-trending-item--updates:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.single-trending-item__number {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 2px solid #ff6b1a;
  color: #2f66c2;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .96rem;
  font-weight: 800;
  line-height: 1;
  margin-top: .1rem;
}

.single-trending-item__body h4 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 800;
  color: #262626;
}

.single-trending-item__body a {
  color: inherit;
  text-decoration: none;
}

.single-trending-item__body a:hover {
  color: var(--np-blue);
}

.single-sidebar-widgets {
  margin: .35rem 0;
}

.single-sidebar-widgets .widget {
  margin-bottom: 1rem;
}

.single-sidebar-widgets .widget img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 760px) {
  .single-sidebar-title--updates,
  .single-sidebar-title--trending {
    font-size: 1.7rem;
  }

  .single-trending-item__body h4 {
    font-size: 1rem;
  }
}


/* Homepage last layer 3-column + overflow fix */
.lower-columns {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  align-items: start;
}
.lower-column {
  min-width: 0;
}
.lower-column .side-list {
  min-width: 0;
}
.lower-column .rail-story,
.lower-column .news-card,
.lower-column article {
  min-width: 0;
}
.lower-column .rail-story__body,
.lower-column .news-card__body,
.lower-column .rail-story__title,
.lower-column .news-card__title {
  min-width: 0;
}
.lower-column .rail-story__title,
.lower-column .news-card__title,
.lower-column h3,
.lower-column h4,
.lower-column a {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.lower-column .rail-story {
  grid-template-columns: minmax(0, 1fr) 64px;
  gap: .8rem;
}
.lower-column .rail-story__title {
  font-size: 1rem;
  line-height: 1.48;
}
.lower-column .rail-story__thumb img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
@media (max-width: 980px) {
  .lower-columns {
    grid-template-columns: 1fr !important;
  }
}


/* Homepage special band above footer */
.special-band {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 0;
  background:
    linear-gradient(180deg, rgba(8,12,24,.72), rgba(8,12,24,.78)),
    radial-gradient(circle at center, rgba(255,170,80,.12), transparent 38%),
    linear-gradient(135deg, #10151f, #182333 48%, #0f1724);
}
.special-band__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 100%, rgba(255,186,120,.16), transparent 32%),
    radial-gradient(circle at 80% 100%, rgba(255,186,120,.11), transparent 28%);
  pointer-events: none;
}
.special-band__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.35rem 1rem 2rem;
}
.special-band__topline {
  margin-bottom: 1rem;
}
.special-band__cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
  align-items: stretch;
}
.special-band-card {
  background: rgba(255,255,255,.96);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  min-width: 0;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.special-band-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.special-band-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.special-band-card__body {
  padding: .75rem .8rem .9rem;
}
.special-band-card__title {
  margin: 0 0 .35rem;
  font-size: .98rem;
  line-height: 1.45;
  font-weight: 800;
  min-width: 0;
}
.special-band-card__title a {
  color: #171717;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.special-band-card__title a:hover {
  color: var(--np-blue);
}
.special-band-card__meta {
  font-size: .78rem;
  color: #666;
}
@media (max-width: 1200px) {
  .special-band__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .special-band__inner {
    padding: 1rem .75rem 1.25rem;
  }
  .special-band__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
  }
  .special-band-card__title {
    font-size: .92rem;
    line-height: 1.4;
  }
}



/* Special band exact screenshot style */
.special-band,
.special-band--footer-top {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 0;
  background:
    radial-gradient(circle at 50% 110%, rgba(192, 228, 246, .42), transparent 36%),
    radial-gradient(circle at 50% 0%, rgba(20, 28, 46, .22), transparent 28%),
    linear-gradient(180deg, #0a1018 0%, #0c1320 18%, #131a23 48%, #233341 74%, #7ea1b0 100%);
}

.special-band__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 100%, rgba(255, 170, 90, .12), transparent 28%),
    radial-gradient(circle at 80% 100%, rgba(255, 170, 90, .08), transparent 24%);
  pointer-events: none;
  opacity: .9;
}

.special-band__inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.1rem 1rem 1.25rem;
}

.special-band__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.special-band__topline .section-kicker--title,
.special-band__topline .section-kicker {
  color: #fff !important;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1;
  position: relative;
  padding-bottom: .9rem;
}

.special-band__topline .section-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 4px;
  background: #ff4c31 !important;
  border-radius: 999px;
}

.special-band__topline .section-kicker::after {
  display: none !important;
}

.special-band__more {
  display: inline-flex !important;
  align-items: center;
  gap: .45rem;
  color: rgba(255,255,255,.95) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: .95rem;
  font-weight: 700;
}

.special-band__more-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.85);
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  line-height: 1;
  color: #fff;
}

.special-band__cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .9rem;
  align-items: stretch;
}

.special-band-card {
  background: rgba(255,255,255,.97);
  border-radius: 16px;
  overflow: hidden;
  border: 0;
  min-width: 0;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

.special-band-card__image {
  display: block;
  aspect-ratio: 1 / 0.86;
  overflow: hidden;
  background: #ddd;
}

.special-band-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.special-band-card__body {
  padding: .82rem .9rem 1rem;
}

.special-band-card__title {
  margin: 0 0 .4rem;
  font-size: 1rem;
  line-height: 1.42;
  font-weight: 800;
  min-width: 0;
}

.special-band-card__title a {
  color: #161616;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.special-band-card__title a:hover {
  color: var(--np-blue);
}

.special-band-card__meta {
  font-size: .77rem;
  color: #777;
}

.special-band .section-topline--light .section-button--light {
  color: rgba(255,255,255,.95);
}

@media (max-width: 1200px) {
  .special-band__topline .section-kicker--title,
  .special-band__topline .section-kicker {
    font-size: 2.4rem;
  }
  .special-band__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .special-band__inner {
    padding: 1rem .75rem 1.1rem;
  }
  .special-band__topline {
    align-items: flex-start;
    flex-direction: row;
  }
  .special-band__topline .section-kicker--title,
  .special-band__topline .section-kicker {
    font-size: 2rem;
    padding-bottom: .8rem;
  }
  .special-band__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
  }
  .special-band-card {
    border-radius: 14px;
  }
  .special-band-card__title {
    font-size: .92rem;
    line-height: 1.38;
  }
  .special-band__more {
    font-size: .82rem;
    white-space: nowrap;
  }
}



/* FORCE FIX: homepage special section exact horizontal layout */
.homepage-shell > .special-band.special-band--footer-top,
.special-band.special-band--footer-top {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 2rem 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 50% 110%, rgba(192, 228, 246, .42), transparent 36%),
    radial-gradient(circle at 50% 0%, rgba(20, 28, 46, .22), transparent 28%),
    linear-gradient(180deg, #091018 0%, #0c1320 18%, #141d26 48%, #233341 74%, #8eabb5 100%) !important;
}

.special-band.special-band--footer-top .special-band__inner {
  position: relative !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 1rem 1rem 1.3rem !important;
}

.special-band.special-band--footer-top .special-band__topline {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  margin: 0 0 1rem !important;
}

.special-band.special-band--footer-top .section-kicker,
.special-band.special-band--footer-top .section-kicker--title {
  display: inline-block !important;
  color: #fff !important;
  font-size: 2.9rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  margin: 0 !important;
  padding: 0 0 .9rem !important;
  position: relative !important;
}

.special-band.special-band--footer-top .section-kicker::before,
.special-band.special-band--footer-top .section-kicker--title::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 68px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: #ff4c31 !important;
}

.special-band.special-band--footer-top .section-kicker::after,
.special-band.special-band--footer-top .section-kicker--title::after {
  display: none !important;
}

.special-band.special-band--footer-top .special-band__more,
.special-band.special-band--footer-top .section-button--light {
  display: inline-flex !important;
  align-items: center !important;
  gap: .45rem !important;
  color: rgba(255,255,255,.95) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: .95rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.special-band.special-band--footer-top .special-band__more-icon {
  display: inline-flex !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.85) !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: .72rem !important;
  line-height: 1 !important;
  color: #fff !important;
}

.special-band.special-band--footer-top .special-band__cards {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: .9rem !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
}

.special-band.special-band--footer-top .special-band-card {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  background: rgba(255,255,255,.97) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 0 !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.18) !important;
}

.special-band.special-band--footer-top .special-band-card__image {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 0.82 !important;
  overflow: hidden !important;
  background: #ddd !important;
}

.special-band.special-band--footer-top .special-band-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.special-band.special-band--footer-top .special-band-card__body {
  display: block !important;
  padding: .78rem .88rem .95rem !important;
}

.special-band.special-band--footer-top .special-band-card__title {
  margin: 0 0 .38rem !important;
  font-size: .98rem !important;
  line-height: 1.42 !important;
  font-weight: 800 !important;
  min-width: 0 !important;
}

.special-band.special-band--footer-top .special-band-card__title a {
  color: #161616 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

.special-band.special-band--footer-top .special-band-card__meta {
  font-size: .77rem !important;
  color: #777 !important;
}

@media (max-width: 1200px) {
  .special-band.special-band--footer-top .special-band__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .special-band.special-band--footer-top .section-kicker,
  .special-band.special-band--footer-top .section-kicker--title {
    font-size: 2.35rem !important;
  }
}

@media (max-width: 760px) {
  .special-band.special-band--footer-top .special-band__inner {
    padding: 1rem .75rem 1.1rem !important;
  }
  .special-band.special-band--footer-top .special-band__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .75rem !important;
  }
  .special-band.special-band--footer-top .section-kicker,
  .special-band.special-band--footer-top .section-kicker--title {
    font-size: 1.95rem !important;
    padding-bottom: .8rem !important;
  }
  .special-band.special-band--footer-top .special-band-card__title {
    font-size: .92rem !important;
    line-height: 1.38 !important;
  }
}



/* Special section no background + black title */
.special-band.special-band--footer-top,
.homepage-shell > .special-band.special-band--footer-top {
  background: transparent !important;
}

.special-band.special-band--footer-top .special-band__overlay {
  display: none !important;
}

.special-band.special-band--footer-top .special-band__topline .section-kicker,
.special-band.special-band--footer-top .special-band__topline .section-kicker--title {
  color: #111 !important;
}

.special-band.special-band--footer-top .special-band__more,
.special-band.special-band--footer-top .section-button--light,
.special-band.special-band--footer-top .special-band__more-icon {
  color: #111 !important;
}

.special-band.special-band--footer-top .special-band__more-icon {
  border-color: rgba(17,17,17,.7) !important;
}


/* Remove category row below menu on homepage */
.after-header-topics,
.after-header-topics__scroller,
.after-header-topics__pill,
.top-pill-row,
.category-pill-row,
.after-header-pills {
  display: none !important;
}

/* Restore mobile menu */
@media (max-width: 760px) {
  .nav-shell,
  .nav-shell__inner,
  .main-navigation,
  .menu-toggle {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .nav-shell {
    background: var(--np-blue) !important;
  }

  .nav-shell__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .75rem !important;
    padding: 0 .75rem !important;
  }

  .main-navigation {
    min-width: 0 !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
  }

  .menu-toggle span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    margin: 3px 0 !important;
    background: #fff !important;
  }

  .primary-menu {
    display: none !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    background: var(--np-blue) !important;
    padding: .35rem 0 .7rem !important;
  }

  .main-navigation.is-open .primary-menu,
  .primary-menu.is-open {
    display: flex !important;
  }

  .primary-menu > li {
    width: 100% !important;
  }

  .primary-menu > li > a {
    display: block !important;
    width: 100% !important;
    padding: .8rem .25rem !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
  }

  /* keep logo/date visible */
  .brand-strip,
  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
  }

  /* restore footer on mobile if prior hide rules exist */
  .footer-contact-grid,
  .footer-contact-col,
  .footer-bottom-links,
  .footer-socials {
    display: initial !important;
  }
  .footer-contact-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .footer-bottom-bar__inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }
}



/* Mobile header search + drawer menu */
.mobile-search-toggle,
.mobile-drawer,
.mobile-menu-overlay {
  display: none;
}

@media (max-width: 760px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  .after-header-topics,
  .after-header-topics__scroller,
  .after-header-topics__pill {
    display: none !important;
  }

  .site-header {
    overflow: visible !important;
  }

  .brand-strip {
    display: block !important;
    padding: 1rem .9rem .8rem !important;
  }

  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .brand-strip__right {
    display: none !important;
  }

  .custom-logo,
  .site-logo-fallback {
    max-height: 86px !important;
    width: auto !important;
  }

  .brand-strip__date {
    text-align: center !important;
    font-size: .98rem !important;
    line-height: 1.35 !important;
    color: #666 !important;
    margin-top: .2rem !important;
  }

  .nav-shell {
    background: #fff !important;
    border-top: 1px solid var(--np-border);
    border-bottom: 1px solid var(--np-border);
  }

  .nav-shell__inner {
    display: grid !important;
    grid-template-columns: 46px 1fr 46px !important;
    align-items: center !important;
    gap: .6rem !important;
    padding: .7rem .9rem !important;
  }

  .main-navigation {
    display: none !important;
  }

  .nav-actions {
    display: contents !important;
  }

  .nav-pill {
    display: none !important;
  }

  .mobile-search-toggle,
  .menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    height: 46px !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    padding: 0 !important;
  }

  .mobile-search-toggle {
    grid-column: 1;
    justify-self: start;
    font-size: 1.9rem !important;
    line-height: 1 !important;
  }

  .menu-toggle {
    grid-column: 3;
    justify-self: end;
    flex-direction: column !important;
    gap: 5px !important;
  }

  .menu-toggle span {
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    background: #111 !important;
    border-radius: 2px !important;
    margin: 0 !important;
  }


  .mobile-menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.32);
    z-index: 9997;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }

  body.mobile-menu-open .mobile-menu-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: min(84vw, 320px);
    height: 100vh;
    background: #fff;
    z-index: 9998;
    box-shadow: 8px 0 28px rgba(0,0,0,.18);
    transform: translateX(-100%);
    transition: transform .28s ease;
    overflow-y: auto;
  }

  body.mobile-menu-open .mobile-drawer {
    transform: translateX(0);
  }

  .mobile-drawer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .9rem .9rem .7rem;
    border-bottom: 1px solid #e7e7e7;
  }

  .mobile-drawer__brand .custom-logo {
    max-height: 54px !important;
  }

  .mobile-drawer__close {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 0;
    background: #ea3556;
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-drawer__search {
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: stretch;
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
  }

  .mobile-drawer__search-icon {
    border: 0;
    background: #ef1c1c;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-drawer__search input {
    border: 0;
    background: #1e67b3;
    color: #fff;
    padding: 0 1rem;
    font-size: 1.05rem;
    min-height: 72px;
  }

  .mobile-drawer__search input::placeholder {
    color: rgba(255,255,255,.78);
  }

  .mobile-drawer-menu,
  .mobile-drawer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-drawer-menu > li {
    border-bottom: 1px solid #e5e5e5;
  }

  .mobile-drawer-menu > li > a {
    display: block;
    padding: 1rem .95rem;
    color: #444;
    text-decoration: none;
    font-size: 1.85rem;
    line-height: 1.2;
    font-weight: 800;
  }

  .mobile-drawer-menu > li > a:hover {
    background: #f8f8f8;
    color: #111;
  }
}


/* FINAL FIX: desktop normal, mobile drawer only */
.mobile-search-toggle,
.mobile-menu-overlay,
.mobile-drawer {
  display: none !important;
}

@media (min-width: 761px) {
  body.mobile-menu-open {
    overflow: auto !important;
  }

  .mobile-search-toggle,
  .mobile-menu-overlay,
  .mobile-drawer {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .main-navigation {
    display: block !important;
  }

  .primary-menu {
    display: flex !important;
  }

  .nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: .75rem !important;
  }

  .menu-toggle {
    display: none !important;
  }

  .nav-pill {
    display: inline-flex !important;
  }
}

@media (max-width: 760px) {
  .nav-brand,
  .nav-pill {
    display: none !important;
  }

  .site-header {
    overflow: visible !important;
  }

  .nav-shell {
    background: #fff !important;
    border-top: 1px solid var(--np-border) !important;
    border-bottom: 1px solid var(--np-border) !important;
  }

  .nav-shell__inner {
    display: grid !important;
    grid-template-columns: 44px 1fr 44px !important;
    align-items: center !important;
    gap: .75rem !important;
    padding: .6rem .8rem !important;
    min-height: 58px !important;
  }

  .main-navigation {
    display: none !important;
  }

  .nav-actions {
    display: contents !important;
    padding: 0 !important;
  }

  .mobile-search-toggle,
  .menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    color: #111 !important;
  }

  .mobile-search-toggle {
    grid-column: 1 !important;
    justify-self: start !important;
    font-size: 1.8rem !important;
    line-height: 1 !important;
  }

  .menu-toggle {
    grid-column: 3 !important;
    justify-self: end !important;
    flex-direction: column !important;
    gap: 5px !important;
  }

  .menu-toggle span {
    width: 28px !important;
    height: 3px !important;
    background: #111 !important;
    border-radius: 2px !important;
    display: block !important;
    margin: 0 !important;
  }

  .mobile-menu-overlay {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,.34) !important;
    z-index: 9998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .25s ease, visibility .25s ease !important;
  }

  body.mobile-menu-open .mobile-menu-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .mobile-drawer {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: min(84vw, 320px) !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 9999 !important;
    box-shadow: 8px 0 28px rgba(0,0,0,.18) !important;
    transform: translateX(-100%) !important;
    transition: transform .28s ease !important;
    overflow-y: auto !important;
    visibility: visible !important;
  }

  body.mobile-menu-open .mobile-drawer {
    transform: translateX(0) !important;
  }

  .mobile-drawer__top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .75rem !important;
    padding: .8rem !important;
    border-bottom: 1px solid #e7e7e7 !important;
  }

  .mobile-drawer__brand {
    min-width: 0 !important;
  }

  .mobile-drawer__brand .custom-logo,
  .mobile-drawer__brand .site-logo-fallback {
    max-height: 54px !important;
    width: auto !important;
  }

  .mobile-drawer__close {
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: #e44a57 !important;
    color: #fff !important;
    font-size: 1.3rem !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .mobile-drawer__search {
    display: grid !important;
    grid-template-columns: 58px 1fr !important;
    border-bottom: 1px solid #e7e7e7 !important;
  }

  .mobile-drawer__search-icon {
    border: 0 !important;
    background: #df2f22 !important;
    color: #fff !important;
    font-size: 1.6rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .mobile-drawer__search input {
    min-height: 72px !important;
    border: 0 !important;
    background: #2f66c2 !important;
    color: #fff !important;
    padding: 0 1rem !important;
    font-size: 1.05rem !important;
  }

  .mobile-drawer__search input::placeholder {
    color: rgba(255,255,255,.82) !important;
  }

  .mobile-drawer-menu,
  .mobile-drawer-menu ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mobile-drawer-menu > li {
    border-bottom: 1px solid #e5e5e5 !important;
  }

  .mobile-drawer-menu > li > a {
    display: block !important;
    padding: 1rem .95rem !important;
    color: #4b4b4b !important;
    text-decoration: none !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
  }

  .mobile-drawer-menu > li > a:hover {
    background: #f7f7f7 !important;
    color: #111 !important;
  }
}



/* Mobile horizontal pill menu from WordPress menu structure */
@media (max-width: 760px) {
  body.mobile-menu-open {
    overflow: auto !important;
  }

  .mobile-menu-overlay,
  .mobile-drawer,
  .mobile-search-toggle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .brand-strip {
    display: block !important;
    padding: 1rem .8rem .85rem !important;
  }

  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .brand-strip__date {
    text-align: center !important;
    font-size: .98rem !important;
    color: #666 !important;
  }

  .nav-shell {
    background: transparent !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .nav-shell__inner {
    display: block !important;
    padding: .4rem 0 0 !important;
  }

  .nav-brand,
  .nav-actions,
  .menu-toggle,
  .nav-pill {
    display: none !important;
  }

  .main-navigation {
    display: block !important;
    width: 100% !important;
  }

  .primary-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: .55rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    padding: .15rem .75rem .35rem !important;
    margin: 0 !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .primary-menu::-webkit-scrollbar {
    display: none !important;
  }

  .primary-menu > li {
    flex: 0 0 auto !important;
    width: auto !important;
  }

  .primary-menu > li > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: .78rem 1.28rem !important;
    border: 2px solid #cfcfcf !important;
    border-radius: 999px !important;
    background: #f8f8f8 !important;
    color: #333 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  .primary-menu > li.current-menu-item > a,
  .primary-menu > li.current-menu-parent > a,
  .primary-menu > li > a:hover {
    background: #fff !important;
    color: #111 !important;
    border-color: #bdbdbd !important;
  }

  .primary-menu .sub-menu {
    display: none !important;
  }
}



/* Mobile menu final pill bar only */
.mobile-menu-overlay,
.mobile-drawer,
.mobile-search-toggle {
  display: none !important;
}

@media (min-width: 761px) {
  .menu-toggle {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.mobile-menu-open,
  body.menu-open {
    overflow: auto !important;
  }

  .mobile-menu-overlay,
  .mobile-drawer,
  .mobile-search-toggle,
  .menu-toggle,
  .nav-brand,
  .nav-actions,
  .nav-pill {
    display: none !important;
  }

  .brand-strip {
    display: block !important;
    padding: 1rem .8rem .8rem !important;
  }

  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: .25rem !important;
  }

  .brand-strip__right {
    display: none !important;
  }

  .site-logo-link,
  .custom-logo-link {
    display: inline-flex !important;
    justify-content: center !important;
  }

  .custom-logo,
  .site-logo-fallback {
    max-height: 82px !important;
    width: auto !important;
  }

  .brand-strip__date {
    font-size: .98rem !important;
    color: #666 !important;
    text-align: center !important;
    padding-left: 0 !important;
  }

  .nav-shell {
    background: transparent !important;
    color: inherit !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .nav-shell__inner {
    display: block !important;
    padding: .2rem 0 .15rem !important;
    width: 100% !important;
  }

  .main-navigation {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .primary-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: .55rem !important;
    list-style: none !important;
    margin: 0 !important;
    padding: .15rem .75rem .4rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    background: transparent !important;
  }

  .primary-menu::-webkit-scrollbar {
    display: none !important;
  }

  .primary-menu > li {
    flex: 0 0 auto !important;
    width: auto !important;
  }

  .primary-menu > li > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-height: 46px !important;
    padding: .74rem 1.22rem !important;
    border: 2px solid #cfcfcf !important;
    border-radius: 999px !important;
    background: #f7f7f7 !important;
    color: #333 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  .primary-menu > li.current-menu-item > a,
  .primary-menu > li.current-menu-parent > a,
  .primary-menu > li > a:hover {
    background: #fff !important;
    color: #111 !important;
    border-color: #bfbfbf !important;
  }

  .primary-menu .sub-menu,
  .primary-menu .children {
    display: none !important;
  }

  /* remove any category row under menu */
  .after-header-topics,
  .after-header-topics__scroller,
  .after-header-topics__pill,
  .top-pill-row,
  .category-pill-row,
  .after-header-pills {
    display: none !important;
  }
}


/* Ads slots */
.global-after-menu-ad,
.home-section-ad-slot {
  margin: 1rem auto;
}
.global-after-menu-ad .widget,
.home-section-ad-slot .widget,
.global-after-menu-ad-widget,
.home-section-ad-widget {
  margin: 0;
}
.global-after-menu-ad img,
.home-section-ad-slot img,
.site-skip-ad__body img {
  width: 100%;
  height: auto;
  display: block;
}
.global-after-menu-ad iframe,
.home-section-ad-slot iframe,
.site-skip-ad__body iframe,
.global-after-menu-ad ins,
.home-section-ad-slot ins,
.site-skip-ad__body ins {
  max-width: 100%;
}

/* Widgetized footer */
.footer-widget,
.footer-widget--bottom {
  margin: 0;
}
.footer-widget-title {
  margin: 0 0 .8rem;
  font-size: 1.5rem;
  font-weight: 800;
}
.footer-contact-col .widget p,
.footer-contact-col .widget li,
.footer-contact-col .widget a {
  color: inherit;
}
.footer-contact-col .widget ul,
.footer-contact-col .widget ol {
  margin: 0;
  padding-left: 1rem;
}
.footer-bottom-links .widget,
.footer-copyright .widget,
.footer-socials .widget {
  margin: 0;
}
.footer-socials .widget p,
.footer-socials .widget a {
  display: inline-block;
  margin-right: .5rem;
}

/* Opening skip ad */
.site-skip-ad {
  position: fixed;
  inset: 0;
  background: rgba(5, 10, 18, .72);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.site-skip-ad.is-hidden {
  display: none !important;
}
.site-skip-ad__dialog {
  width: min(100%, 960px);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  position: relative;
  padding: 1rem;
}
.site-skip-ad__skip {
  position: sticky;
  top: 0;
  float: right;
  z-index: 2;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 800;
  padding: .75rem 1rem;
  cursor: pointer;
}
.site-skip-ad__skip[disabled] {
  opacity: .72;
  cursor: not-allowed;
}
.site-skip-ad__body {
  clear: both;
  margin-top: .5rem;
}
.site-skip-ad__body .widget {
  margin: 0;
}
@media (max-width: 760px) {
  .site-skip-ad__dialog {
    width: 100%;
    padding: .75rem;
    border-radius: 10px;
  }
}


.footer-siteby {
  margin-top: .35rem;
  font-size: .92rem;
  font-weight: 700;
  opacity: .95;
}



/* Footer and ad widgets: remove white backgrounds/boxes */
.global-after-menu-ad .widget,
.global-after-menu-ad-widget,
.home-section-ad-slot .widget,
.home-section-ad-widget,
.single-header-ad .widget,
.single-header-ad .single-inline-widget,
.single-content-ad-slot .widget,
.single-end-ad-slot .widget,
.single-inline-widget--paragraph,
.single-inline-widget--end,
.single-sidebar-widgets .widget,
.site-footer .footer-widget,
.site-footer .footer-widget--bottom,
.site-footer .footer-contact-col .widget,
.site-footer .footer-bottom-links .widget,
.site-footer .footer-copyright .widget,
.site-footer .footer-socials .widget {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.site-footer .footer-contact-col,
.site-footer .footer-bottom-links,
.site-footer .footer-copyright,
.site-footer .footer-socials {
  background: transparent !important;
}

.site-footer .footer-widget p,
.site-footer .footer-widget li,
.site-footer .footer-widget a,
.site-footer .footer-widget-title,
.site-footer .footer-contact-col p,
.site-footer .footer-contact-col a {
  background: transparent !important;
}

.global-after-menu-ad .widget > *,
.home-section-ad-slot .widget > *,
.single-header-ad .widget > *,
.single-content-ad-slot .widget > *,
.single-end-ad-slot .widget > *,
.site-footer .footer-widget > * {
  background: transparent !important;
}

.site-footer .footer-widget ul,
.site-footer .footer-widget ol {
  background: transparent !important;
  margin-top: 0;
  margin-bottom: 0;
}

/* keep images/ads clean without white card wrapper */
.global-after-menu-ad img,
.home-section-ad-slot img,
.single-header-ad img,
.single-content-ad-slot img,
.single-end-ad-slot img {
  display: block;
  background: transparent !important;
}

/* if text widgets create default white wrappers from editor blocks */
.site-footer .wp-block-group,
.site-footer .wp-block-columns,
.site-footer .wp-block-column,
.site-footer .wp-block-paragraph,
.site-footer .wp-block-heading,
.global-after-menu-ad .wp-block-group,
.home-section-ad-slot .wp-block-group,
.single-header-ad .wp-block-group,
.single-content-ad-slot .wp-block-group,
.single-end-ad-slot .wp-block-group {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}



/* Mobile push menu on all pages */
.push-menu-trigger,
.push-menu-overlay,
.push-mobile-menu {
  display: none;
}

@media (min-width: 761px) {
  .push-menu-trigger,
  .push-menu-overlay,
  .push-mobile-menu {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.push-menu-open {
    overflow: hidden !important;
  }

  /* show standard header/menu bar on all pages */
  .site-header {
    overflow: visible !important;
  }

  .brand-strip {
    display: block !important;
    padding: 1rem .8rem .8rem !important;
  }

  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: .2rem !important;
  }

  .brand-strip__right,
  .nav-brand,
  .nav-pill,
  .main-navigation,
  .primary-menu,
  .menu-toggle,
  .mobile-search-toggle,
  .mobile-drawer,
  .mobile-menu-overlay {
    display: none !important;
  }

  .custom-logo,
  .site-logo-fallback {
    max-height: 82px !important;
    width: auto !important;
  }

  .brand-strip__date {
    text-align: center !important;
    font-size: .98rem !important;
    color: #666 !important;
    padding-left: 0 !important;
  }

  .nav-shell {
    background: #fff !important;
    border-top: 1px solid var(--np-border) !important;
    border-bottom: 1px solid var(--np-border) !important;
  }

  .nav-shell__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-height: 56px !important;
    padding: .4rem .8rem !important;
  }

  .nav-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .push-menu-trigger {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .push-menu-trigger span {
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    border-radius: 2px !important;
    background: #111 !important;
    margin: 0 !important;
  }

  .push-menu-overlay {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, .34) !important;
    z-index: 9998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .25s ease, visibility .25s ease !important;
  }

  body.push-menu-open .push-menu-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .push-mobile-menu {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: min(84vw, 320px) !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 9999 !important;
    transform: translateX(100%) !important;
    transition: transform .28s ease !important;
    box-shadow: -8px 0 28px rgba(0,0,0,.18) !important;
    overflow-y: auto !important;
  }

  body.push-menu-open .push-mobile-menu {
    transform: translateX(0) !important;
  }

  .push-mobile-menu__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .75rem !important;
    padding: .85rem !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }

  .push-mobile-menu__brand .custom-logo,
  .push-mobile-menu__brand .site-logo-fallback {
    max-height: 52px !important;
    width: auto !important;
  }

  .push-mobile-menu__close {
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #ef4b5a !important;
    color: #fff !important;
    font-size: 1.25rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .push-mobile-menu__nav {
    display: block !important;
  }

  .push-mobile-menu__list,
  .push-mobile-menu__list ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .push-mobile-menu__list > li {
    border-bottom: 1px solid #ececec !important;
  }

  .push-mobile-menu__list > li > a {
    display: block !important;
    padding: 1rem .95rem !important;
    color: #444 !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  .push-mobile-menu__list > li > a:hover {
    background: #f8f8f8 !important;
    color: #111 !important;
  }
}



/* FINAL MOBILE MENU BROKEN FIX */
@media (max-width: 760px) {
  /* hide old menu systems completely */
  .mobile-drawer,
  .mobile-menu-overlay,
  .mobile-search-toggle,
  .menu-toggle,
  .primary-menu,
  .main-navigation.is-open .primary-menu,
  .primary-menu.is-open,
  .after-header-topics,
  .after-header-topics__scroller,
  .after-header-topics__pill {
    display: none !important;
  }

  /* keep only one logo/date block */
  .brand-strip {
    display: block !important;
    padding: 1rem .8rem .75rem !important;
    background: #fff !important;
  }

  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .brand-strip__right {
    display: none !important;
  }

  .custom-logo,
  .site-logo-fallback {
    max-height: 76px !important;
    width: auto !important;
  }

  .brand-strip__date {
    display: block !important;
    text-align: center !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    color: #555 !important;
    margin-top: .15rem !important;
    padding-left: 0 !important;
  }

  /* top nav bar with only trigger */
  .nav-shell {
    background: #fff !important;
    border-top: 1px solid var(--np-border) !important;
    border-bottom: 1px solid var(--np-border) !important;
  }

  .nav-brand,
  .nav-pill {
    display: none !important;
  }

  .nav-shell__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-height: 54px !important;
    padding: .35rem .8rem !important;
  }

  .nav-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  .push-menu-trigger {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .push-menu-trigger span {
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    background: #111 !important;
    border-radius: 2px !important;
    margin: 0 !important;
  }

  /* hidden by default */
  .push-menu-overlay {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,.35) !important;
    z-index: 9998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .25s ease, visibility .25s ease !important;
  }

  .push-mobile-menu {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: min(84vw, 320px) !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 9999 !important;
    transform: translateX(100%) !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: transform .28s ease, visibility .28s ease !important;
    box-shadow: -8px 0 28px rgba(0,0,0,.18) !important;
    overflow-y: auto !important;
  }

  body.push-menu-open .push-menu-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.push-menu-open .push-mobile-menu {
    transform: translateX(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .push-mobile-menu__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .75rem !important;
    padding: .85rem !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }

  .push-mobile-menu__brand .custom-logo,
  .push-mobile-menu__brand .site-logo-fallback {
    max-height: 52px !important;
    width: auto !important;
  }

  .push-mobile-menu__close {
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #ef4b5a !important;
    color: #fff !important;
    font-size: 1.25rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .push-mobile-menu__list,
  .push-mobile-menu__list ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .push-mobile-menu__list > li {
    border-bottom: 1px solid #ececec !important;
  }

  .push-mobile-menu__list > li > a {
    display: block !important;
    padding: 1rem .95rem !important;
    color: #444 !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  .push-mobile-menu__list > li > a:hover {
    background: #f8f8f8 !important;
    color: #111 !important;
  }
}


/* EXACT MOBILE HEADER + PUSH MENU FIX */
.mobile-search-trigger,
.push-menu-trigger,
.push-menu-overlay,
.push-mobile-menu {
  display: none;
}

@media (min-width: 761px) {
  .mobile-search-trigger,
  .push-menu-trigger,
  .push-menu-overlay,
  .push-mobile-menu {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.push-menu-open {
    overflow: hidden !important;
  }

  /* hide all old mobile menu systems */
  .mobile-drawer,
  .mobile-menu-overlay,
  .mobile-search-toggle,
  .menu-toggle,
  .after-header-topics,
  .after-header-topics__scroller,
  .after-header-topics__pill {
    display: none !important;
  }

  /* keep one centered logo/date block */
  .brand-strip {
    display: block !important;
    background: #fff !important;
    padding: 1rem .75rem .7rem !important;
  }

  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: .15rem !important;
  }

  .brand-strip__right {
    display: none !important;
  }

  .custom-logo,
  .site-logo-fallback {
    max-height: 78px !important;
    width: auto !important;
  }

  .brand-strip__date {
    display: block !important;
    margin-top: .15rem !important;
    color: #666 !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    text-align: center !important;
    padding-left: 0 !important;
  }

  /* bar below logo/date */
  .nav-shell {
    background: #fff !important;
    border-top: 1px solid var(--np-border) !important;
    border-bottom: 1px solid var(--np-border) !important;
  }

  .nav-shell__inner {
    display: grid !important;
    grid-template-columns: 44px 1fr 44px !important;
    align-items: center !important;
    min-height: 56px !important;
    gap: .5rem !important;
    padding: .35rem .75rem !important;
  }

  .nav-brand,
  .nav-pill,
  .main-navigation,
  .primary-menu {
    display: none !important;
  }

  .nav-actions {
    display: contents !important;
  }

  .mobile-search-trigger {
    display: inline-flex !important;
    grid-column: 1 !important;
    justify-self: start !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    color: #2f6b63 !important;
  }

  .mobile-search-trigger__icon {
    font-size: 1.9rem !important;
    line-height: 1 !important;
  }

  .push-menu-trigger {
    display: inline-flex !important;
    grid-column: 3 !important;
    justify-self: end !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .push-menu-trigger span {
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    border-radius: 2px !important;
    background: #111 !important;
    margin: 0 !important;
  }

  .push-menu-overlay {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,.34) !important;
    z-index: 9998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .25s ease, visibility .25s ease !important;
  }

  .push-mobile-menu {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: min(84vw, 320px) !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 9999 !important;
    transform: translateX(-100%) !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: transform .28s ease, visibility .28s ease !important;
    box-shadow: 8px 0 28px rgba(0,0,0,.18) !important;
    overflow-y: auto !important;
  }

  body.push-menu-open .push-menu-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.push-menu-open .push-mobile-menu {
    transform: translateX(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .push-mobile-menu__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .75rem !important;
    padding: .85rem !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }

  .push-mobile-menu__brand .custom-logo,
  .push-mobile-menu__brand .site-logo-fallback {
    max-height: 52px !important;
    width: auto !important;
  }

  .push-mobile-menu__close {
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #e44a57 !important;
    color: #fff !important;
    font-size: 1.3rem !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .push-mobile-menu__search {
    display: grid !important;
    grid-template-columns: 58px 1fr !important;
    border-bottom: 1px solid #e7e7e7 !important;
  }

  .push-mobile-menu__search-icon {
    border: 0 !important;
    background: #df2f22 !important;
    color: #fff !important;
    font-size: 1.6rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .push-mobile-menu__search input {
    min-height: 72px !important;
    border: 0 !important;
    background: #2f66c2 !important;
    color: #fff !important;
    padding: 0 1rem !important;
    font-size: 1.05rem !important;
  }

  .push-mobile-menu__search input::placeholder {
    color: rgba(255,255,255,.82) !important;
  }

  .push-mobile-menu__list,
  .push-mobile-menu__list ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .push-mobile-menu__list > li {
    border-bottom: 1px solid #ececec !important;
  }

  .push-mobile-menu__list > li > a {
    display: block !important;
    padding: 1rem .95rem !important;
    color: #444 !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  .push-mobile-menu__list > li > a:hover {
    background: #f8f8f8 !important;
    color: #111 !important;
  }
}



/* ULTIMATE FIX: keep mobile push menu fully hidden until trigger click */
.push-menu-overlay[hidden],
.push-mobile-menu[hidden] {
  display: none !important;
}

@media (max-width: 760px) {
  body:not(.push-menu-open) .push-menu-overlay,
  body:not(.push-menu-open) .push-mobile-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.push-menu-open .push-menu-overlay:not([hidden]) {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 9998 !important;
    background: rgba(0,0,0,.34) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.push-menu-open .push-mobile-menu:not([hidden]) {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: min(84vw, 320px) !important;
    height: 100vh !important;
    z-index: 9999 !important;
    background: #fff !important;
    overflow-y: auto !important;
    box-shadow: 8px 0 28px rgba(0,0,0,.18) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
  }
}


/* MENU CLEANUP + RESPONSIVE FINAL */
.nav-brand,
.nav-pill {
  display: none !important;
}

.push-menu-overlay[hidden],
.push-mobile-menu[hidden] {
  display: none !important;
}

@media (min-width: 761px) {
  .nav-shell {
    background: var(--np-blue) !important;
  }
  .nav-shell__inner {
    display: grid !important;
    grid-template-columns: 1fr auto auto !important;
    align-items: center !important;
    gap: 1rem !important;
  }
  .main-navigation {
    display: block !important;
    min-width: 0 !important;
  }
  .primary-menu {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: .25rem 1rem !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  .primary-menu > li > a {
    white-space: nowrap !important;
  }
  .nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: .75rem !important;
    justify-content: flex-end !important;
  }
  .mobile-search-trigger {
    display: inline-flex !important;
    width: 50px !important;
    height: 50px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid rgba(255,255,255,.75) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #111 !important;
    padding: 0 !important;
  }
  .mobile-search-trigger__icon {
    font-size: 1.65rem !important;
    line-height: 1 !important;
  }
  .push-menu-trigger {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .mobile-drawer,
  .mobile-menu-overlay,
  .mobile-search-toggle,
  .menu-toggle,
  .after-header-topics,
  .after-header-topics__scroller,
  .after-header-topics__pill,
  .main-navigation,
  .primary-menu {
    display: none !important;
  }

  .brand-strip {
    display: block !important;
    background: #fff !important;
    padding: 1rem .75rem .7rem !important;
  }
  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: .15rem !important;
  }
  .brand-strip__right {
    display: none !important;
  }
  .custom-logo,
  .site-logo-fallback {
    max-height: 78px !important;
    width: auto !important;
  }
  .brand-strip__date {
    display: block !important;
    margin-top: .15rem !important;
    color: #666 !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    text-align: center !important;
    padding-left: 0 !important;
  }

  .nav-shell {
    background: #fff !important;
    border-top: 1px solid var(--np-border) !important;
    border-bottom: 1px solid var(--np-border) !important;
  }
  .nav-shell__inner {
    display: grid !important;
    grid-template-columns: 52px 1fr 52px !important;
    align-items: center !important;
    min-height: 58px !important;
    gap: .5rem !important;
    padding: .35rem .75rem !important;
  }
  .nav-actions {
    display: contents !important;
  }
  .mobile-search-trigger {
    display: inline-flex !important;
    grid-column: 1 !important;
    justify-self: start !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    height: 52px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    color: #2f6b63 !important;
  }
  .mobile-search-trigger__icon {
    font-size: 2.25rem !important;
    line-height: 1 !important;
  }
  .push-menu-trigger {
    display: inline-flex !important;
    grid-column: 3 !important;
    justify-self: end !important;
    width: 52px !important;
    height: 52px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }
  .push-menu-trigger span {
    display: block !important;
    width: 30px !important;
    height: 3px !important;
    border-radius: 2px !important;
    background: #111 !important;
    margin: 0 !important;
  }

  body:not(.push-menu-open) .push-menu-overlay,
  body:not(.push-menu-open) .push-mobile-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.push-menu-open .push-menu-overlay:not([hidden]) {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 9998 !important;
    background: rgba(0,0,0,.34) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.push-menu-open .push-mobile-menu:not([hidden]) {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: min(84vw, 320px) !important;
    height: 100vh !important;
    z-index: 9999 !important;
    background: #fff !important;
    overflow-y: auto !important;
    box-shadow: 8px 0 28px rgba(0,0,0,.18) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
  }

  .push-mobile-menu__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .75rem !important;
    padding: .85rem !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }
  .push-mobile-menu__brand .custom-logo,
  .push-mobile-menu__brand .site-logo-fallback {
    max-height: 52px !important;
    width: auto !important;
  }
  .push-mobile-menu__close {
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #e44a57 !important;
    color: #fff !important;
    font-size: 1.3rem !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .push-mobile-menu__search {
    display: grid !important;
    grid-template-columns: 58px 1fr !important;
    border-bottom: 1px solid #e7e7e7 !important;
  }
  .push-mobile-menu__search-icon {
    border: 0 !important;
    background: #df2f22 !important;
    color: #fff !important;
    font-size: 1.9rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .push-mobile-menu__search input {
    min-height: 72px !important;
    border: 0 !important;
    background: #2f66c2 !important;
    color: #fff !important;
    padding: 0 1rem !important;
    font-size: 1.05rem !important;
  }
  .push-mobile-menu__search input::placeholder {
    color: rgba(255,255,255,.82) !important;
  }
  .push-mobile-menu__list,
  .push-mobile-menu__list ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .push-mobile-menu__list > li {
    border-bottom: 1px solid #ececec !important;
  }
  .push-mobile-menu__list > li > a {
    display: block !important;
    padding: 1rem .95rem !important;
    color: #444 !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }
}

/* live search dropdown if theme/plugin injects it */
.search-form,
.push-mobile-menu__search {
  position: relative;
}
.search-form input[type="search"],
.push-mobile-menu__search input[type="search"] {
  width: 100% !important;
}


/* Post sidebar exact screenshot style */
.single-sidebar-title--updates,
.single-sidebar-title--trending {
  color: #2f83e8 !important;
  font-size: 2.1rem !important;
  font-weight: 900 !important;
  border-bottom: 1px solid #d8d8d8 !important;
  padding-bottom: .95rem !important;
  margin-bottom: 1rem !important;
}

.single-sidebar-title--updates::before,
.single-sidebar-title--trending::before {
  width: 44px !important;
  height: 3px !important;
  bottom: -1px !important;
  background: #ff5c1a !important;
}

.single-trending-item,
.single-trending-item--updates {
  grid-template-columns: 36px minmax(0,1fr) !important;
  gap: .85rem !important;
  padding: 1rem 0 !important;
  border-bottom: 1px solid #dedede !important;
}

.single-trending-item__number {
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  border: 2px solid #ff6b1a !important;
  color: #3a3a3a !important;
  background: transparent !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
}

.single-trending-item--updates .single-trending-item__number {
  border: 0 !important;
  width: auto !important;
  min-width: 24px !important;
  height: auto !important;
  color: #3a3a3a !important;
  border-radius: 0 !important;
}

.single-trending-item__body h4 {
  font-size: 1.08rem !important;
  line-height: 1.55 !important;
  font-weight: 800 !important;
  color: #2b2b2b !important;
}

.single-trending-item__body h4 a {
  color: inherit !important;
  text-decoration: none !important;
}

.single-trending-item__body h4 a:hover {
  color: #2f83e8 !important;
}

.single-sidebar-box--trending .single-trending-item {
  background: #fff !important;
  border: 1px solid #f1f1f1 !important;
  box-shadow: 0 5px 18px rgba(0,0,0,.06) !important;
  padding: 1.1rem 1rem !important;
  margin-bottom: 1rem !important;
}

.single-sidebar-box--trending .single-trending-item:last-child {
  margin-bottom: 0 !important;
}

.single-sidebar-box--trending .single-trending-item__number {
  margin-top: .25rem !important;
  font-size: 1.7rem !important;
  font-weight: 900 !important;
  color: #343434 !important;
  border: 0 !important;
  width: auto !important;
  min-width: 26px !important;
  height: auto !important;
}


/* Homepage top news section above politics */
.section-kicker--news {
  color: #2f83e8;
}

.homepage-top-news__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.5rem;
  align-items: start;
}

.homepage-top-news__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 44%);
  gap: 1.5rem;
  align-items: stretch;
  margin-bottom: 1.5rem;
}

.homepage-top-news__hero-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.homepage-top-news__hero-text {
  background: #f4f4f4;
  padding: 2.4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homepage-top-news__hero-text h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.25;
  font-weight: 900;
}

.homepage-top-news__hero-text h2 a,
.homepage-top-news__list h3 a {
  color: inherit;
  text-decoration: none;
}

.homepage-top-news__hero-text p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #222;
}

.homepage-top-news__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.4rem 2rem;
}

.homepage-top-news__item {
  display: grid;
  grid-template-columns: 154px minmax(0,1fr);
  gap: 1rem;
  align-items: center;
}

.homepage-top-news__item-image img {
  width: 100%;
  height: 105px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.homepage-top-news__item h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.45;
  font-weight: 800;
  color: #222;
}

.homepage-top-news__sidebar {
  display: grid;
  gap: 1rem;
}

.homepage-top-news__sidebar .widget,
.homepage-top-news-sidebar-widget {
  margin: 0 0 1rem;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.homepage-top-news__sidebar img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

@media (max-width: 1100px) {
  .homepage-top-news__grid {
    grid-template-columns: 1fr;
  }
  .homepage-top-news__sidebar {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
}

@media (max-width: 760px) {
  .homepage-top-news__hero {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .homepage-top-news__hero-image img {
    min-height: 240px;
  }

  .homepage-top-news__hero-text {
    padding: 1.2rem 1rem;
  }

  .homepage-top-news__hero-text h2 {
    font-size: 1.8rem;
  }

  .homepage-top-news__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .homepage-top-news__item {
    grid-template-columns: 120px minmax(0,1fr);
  }

  .homepage-top-news__item-image img {
    height: 82px;
  }

  .homepage-top-news__item h3 {
    font-size: 1rem;
  }

  .homepage-top-news__sidebar {
    grid-template-columns: 1fr;
  }
}






/* Homepage समाचार list style - 6 posts */
.homepage-samachar-list-section {
  margin: 0 0 2rem !important;
}

.homepage-samachar-list__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  margin: 0 0 1rem !important;
}

.homepage-samachar-list__title-wrap {
  display: flex !important;
  align-items: center !important;
  gap: .75rem !important;
}

.homepage-samachar-list__marker {
  width: 4px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: #7e22ce !important;
  display: inline-block !important;
}

.homepage-samachar-list__title {
  margin: 0 !important;
  font-size: 2rem !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  color: #111 !important;
}

.homepage-samachar-list__more {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: .55rem 1rem !important;
  border: 2px solid #7e22ce !important;
  border-radius: 999px !important;
  color: #7e22ce !important;
  font-size: .95rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background: transparent !important;
  white-space: nowrap !important;
}

.homepage-samachar-list__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 1rem 1.4rem !important;
}

.homepage-samachar-list__item {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) 230px !important;
  align-items: center !important;
  gap: 1rem !important;
  background: #fff !important;
  border: 1px solid #dbdbdb !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  min-height: 156px !important;
}

.homepage-samachar-list__item-text {
  padding: 1rem 1rem 1rem 1.1rem !important;
}

.homepage-samachar-list__item h3 {
  margin: 0 !important;
  font-size: 1.28rem !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
  color: #171717 !important;
}

.homepage-samachar-list__item h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.homepage-samachar-list__item-thumb,
.homepage-samachar-list__item-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.homepage-samachar-list__item-thumb img {
  min-height: 156px !important;
  object-fit: cover !important;
}

@media (max-width: 1100px) {
  .homepage-samachar-list__grid {
    grid-template-columns: 1fr !important;
  }
  .homepage-samachar-list__item {
    grid-template-columns: minmax(0,1fr) 240px !important;
  }
}

@media (max-width: 760px) {
  .homepage-samachar-list__header {
    align-items: flex-start !important;
  }
  .homepage-samachar-list__title {
    font-size: 1.6rem !important;
  }
  .homepage-samachar-list__item {
    grid-template-columns: 1fr !important;
  }
  .homepage-samachar-list__item-thumb img {
    min-height: 210px !important;
  }
  .homepage-samachar-list__item h3 {
    font-size: 1.12rem !important;
  }
}

/* Mobile menu restore: show menu bar above logo */
@media (max-width: 760px) {
  .site-header {
    display: flex !important;
    flex-direction: column !important;
  }

  .nav-shell {
    display: block !important;
    order: 1 !important;
    background: #fff !important;
    border-top: 0 !important;
    border-bottom: 1px solid var(--np-border) !important;
  }

  .brand-strip,
  .site-header--compact .brand-strip {
    order: 2 !important;
  }

  .nav-shell__inner {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    min-height: 54px !important;
    padding: .35rem .75rem !important;
    gap: .5rem !important;
  }

  .main-navigation,
  .mobile-search-trigger,
  .nav-home-link,
  .nav-pill,
  .primary-menu {
    display: none !important;
  }

  .nav-actions {
    display: flex !important;
    width: 100% !important;
    justify-content: flex-end !important;
    align-items: center !important;
  }

  .push-menu-trigger {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    margin-left: auto !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .push-menu-trigger span {
    display: block !important;
    width: 26px !important;
    height: 3px !important;
    border-radius: 2px !important;
    background: #111 !important;
    margin: 0 !important;
  }
}


/* Robust mobile top menu bar */
.mobile-topbar {
  display: none;
}

@media (max-width: 760px) {
  .site-header {
    display: flex !important;
    flex-direction: column !important;
  }

  .mobile-topbar {
    display: flex !important;
    order: 1 !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-height: 48px !important;
    padding: .35rem .75rem !important;
    background: #ffffff !important;
    border-bottom: 1px solid var(--np-border) !important;
  }

  .mobile-topbar__spacer {
    flex: 1 1 auto !important;
  }

  .mobile-topbar .push-menu-trigger {
    display: inline-flex !important;
    width: 42px !important;
    height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .mobile-topbar .push-menu-trigger span {
    display: block !important;
    width: 24px !important;
    height: 3px !important;
    border-radius: 2px !important;
    background: #111 !important;
  }

  .brand-strip,
  .site-header--compact .brand-strip {
    order: 2 !important;
  }

  .nav-shell {
    display: none !important;
  }
}


/* Mobile header final layout: hamburger left + centered logo */
@media (max-width: 760px) {
  .mobile-topbar {
    justify-content: space-between !important;
    gap: .5rem !important;
    min-height: 64px !important;
    padding: .55rem .85rem !important;
  }

  .mobile-topbar__menu {
    flex: 0 0 42px !important;
  }

  .mobile-topbar__brand {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    text-align: center !important;
  }

  .mobile-topbar__brand .custom-logo,
  .mobile-topbar__brand .site-logo-fallback {
    display: block !important;
    width: auto !important;
    max-width: min(62vw, 280px) !important;
    max-height: 56px !important;
    margin: 0 auto !important;
  }

  .mobile-topbar__brand .custom-logo-link,
  .mobile-topbar__brand .site-logo-link,
  .mobile-topbar__brand a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .mobile-topbar__spacer {
    flex: 0 0 42px !important;
    display: block !important;
  }

  .brand-strip {
    padding-top: .55rem !important;
    padding-bottom: .7rem !important;
  }

  .brand-strip .site-logo-link,
  .brand-strip .custom-logo-link,
  .brand-strip .custom-logo,
  .brand-strip .site-logo-fallback {
    display: none !important;
  }

  .brand-strip__left,
  .brand-strip__left--center {
    gap: 0 !important;
  }

  .brand-strip__date {
    margin-top: 0 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
  }
}

/* ==========================================================
 * Desktop menu redesign - reference match (2026-09-06)
 * White navigation, red top rule, home/search/menu icons.
 * ========================================================== */
.desktop-home-link {
  display: none;
}

@media (min-width: 761px) {
  .nav-shell,
  .nav-shell.is-stuck {
    display: block !important;
    background: #ffffff !important;
    color: #444444 !important;
    border-top: 3px solid #df1f2d !important;
    border-bottom: 1px solid #d8d8d8 !important;
    box-shadow: 0 14px 20px rgba(0, 0, 0, .035) !important;
  }

  .nav-shell__inner,
  .nav-shell.is-stuck .nav-shell__inner {
    width: min(1760px, calc(100% - 40px)) !important;
    max-width: 1760px !important;
    min-height: 88px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: clamp(18px, 2vw, 42px) !important;
  }

  .desktop-home-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    color: #454545 !important;
    text-decoration: none !important;
    flex: 0 0 42px !important;
  }

  .desktop-home-link svg {
    width: 29px !important;
    height: 29px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.65 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }

  .main-navigation {
    display: block !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .primary-menu {
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .primary-menu > li {
    position: relative !important;
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: stretch !important;
  }

  .primary-menu > li.menu-item-home {
    display: none !important;
  }

  .primary-menu > li > a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 85px !important;
    padding: 0 clamp(13px, 1.15vw, 24px) !important;
    color: #454545 !important;
    background: transparent !important;
    font-size: clamp(18px, 1.27vw, 26px) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: -.02em !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: color .18s ease, background-color .18s ease !important;
  }

  .primary-menu > li.current-menu-item > a,
  .primary-menu > li.current-menu-ancestor > a,
  .primary-menu > li > a:hover,
  .primary-menu > li > a:focus-visible {
    color: #191919 !important;
    background: #f7f7f7 !important;
  }

  .primary-menu > li.menu-item-has-children > a::after {
    content: "" !important;
    display: inline-block !important;
    width: 7px !important;
    height: 7px !important;
    margin-left: 9px !important;
    margin-top: -5px !important;
    border-right: 2px solid currentColor !important;
    border-bottom: 2px solid currentColor !important;
    transform: rotate(45deg) !important;
    opacity: .8 !important;
  }

  .primary-menu .sub-menu {
    position: absolute !important;
    z-index: 2000 !important;
    top: calc(100% - 1px) !important;
    left: 0 !important;
    min-width: 245px !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    list-style: none !important;
    background: #ffffff !important;
    border: 1px solid #e4e4e4 !important;
    border-top: 3px solid #df1f2d !important;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .10) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(8px) !important;
    pointer-events: none !important;
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease !important;
  }

  .primary-menu li:hover > .sub-menu,
  .primary-menu li:focus-within > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  .primary-menu .sub-menu li {
    position: relative !important;
    display: block !important;
  }

  .primary-menu .sub-menu a {
    display: block !important;
    padding: 11px 18px !important;
    color: #444444 !important;
    background: #ffffff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    white-space: nowrap !important;
  }

  .primary-menu .sub-menu a:hover,
  .primary-menu .sub-menu a:focus-visible {
    color: #df1f2d !important;
    background: #f7f7f7 !important;
  }

  .nav-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 24px !important;
    width: auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .nav-actions .mobile-search-trigger,
  .nav-actions .push-menu-trigger,
  .nav-actions .desktop-menu-trigger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111111 !important;
    cursor: pointer !important;
    box-shadow: none !important;
  }

  .mobile-search-trigger__icon {
    position: relative !important;
    display: block !important;
    width: 31px !important;
    height: 31px !important;
    font-size: 0 !important;
    color: transparent !important;
  }

  .mobile-search-trigger__icon::before {
    content: "" !important;
    position: absolute !important;
    left: 2px !important;
    top: 2px !important;
    width: 20px !important;
    height: 20px !important;
    border: 2.5px solid #111111 !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
  }

  .mobile-search-trigger__icon::after {
    content: "" !important;
    position: absolute !important;
    left: 21px !important;
    top: 22px !important;
    width: 11px !important;
    height: 2.5px !important;
    border-radius: 999px !important;
    background: #111111 !important;
    transform: rotate(45deg) !important;
    transform-origin: left center !important;
  }

  .nav-actions .push-menu-trigger,
  .nav-actions .desktop-menu-trigger {
    flex-direction: column !important;
    gap: 7px !important;
  }

  .nav-actions .push-menu-trigger span,
  .nav-actions .desktop-menu-trigger span {
    display: block !important;
    width: 34px !important;
    height: 3px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #111111 !important;
  }

  /* Desktop off-canvas menu opened by the search or hamburger button. */
  body.push-menu-open {
    overflow: hidden !important;
  }

  body.push-menu-open .push-menu-overlay:not([hidden]) {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 9998 !important;
    background: rgba(0, 0, 0, .34) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.push-menu-open .push-mobile-menu:not([hidden]) {
    display: block !important;
    position: fixed !important;
    z-index: 9999 !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: min(390px, 88vw) !important;
    height: 100vh !important;
    background: #ffffff !important;
    box-shadow: -12px 0 36px rgba(0, 0, 0, .18) !important;
    overflow-y: auto !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .push-mobile-menu__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 18px !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }

  .push-mobile-menu__brand .custom-logo,
  .push-mobile-menu__brand .site-logo-fallback {
    display: block !important;
    width: auto !important;
    max-width: 230px !important;
    max-height: 72px !important;
  }

  .push-mobile-menu__close {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #df1f2d !important;
    color: #ffffff !important;
    font-size: 22px !important;
    cursor: pointer !important;
  }

  .push-mobile-menu__search {
    display: grid !important;
    grid-template-columns: 58px 1fr !important;
    min-height: 64px !important;
    margin: 0 !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }

  .push-mobile-menu__search-icon {
    border: 0 !important;
    background: #df1f2d !important;
    color: #ffffff !important;
    font-size: 26px !important;
  }

  .push-mobile-menu__search input[type="search"] {
    min-width: 0 !important;
    min-height: 64px !important;
    padding: 0 16px !important;
    border: 0 !important;
    outline: none !important;
    background: #f6f6f6 !important;
    color: #222222 !important;
    font-size: 17px !important;
  }

  .push-mobile-menu__search input[type="search"]::placeholder {
    color: #7b7b7b !important;
  }

  .push-mobile-menu__list,
  .push-mobile-menu__list ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .push-mobile-menu__list > li {
    border-bottom: 1px solid #ececec !important;
  }

  .push-mobile-menu__list > li > a {
    display: block !important;
    padding: 15px 18px !important;
    color: #444444 !important;
    background: #ffffff !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
  }

  .push-mobile-menu__list > li > a:hover,
  .push-mobile-menu__list > li > a:focus-visible {
    color: #df1f2d !important;
    background: #f7f7f7 !important;
  }
}

@media (min-width: 761px) and (max-width: 1450px) {
  .nav-shell__inner,
  .nav-shell.is-stuck .nav-shell__inner {
    width: calc(100% - 30px) !important;
    gap: 12px !important;
  }

  .primary-menu > li > a {
    padding-left: 11px !important;
    padding-right: 11px !important;
    font-size: clamp(15px, 1.35vw, 19px) !important;
  }

  .nav-actions {
    gap: 12px !important;
  }

  .desktop-home-link {
    width: 36px !important;
    flex-basis: 36px !important;
  }
}

/* ==========================================================
 * Drawer menu reference match - 2026-09-06
 * Matches the supplied SunoLo Nepal slide-out menu screenshot.
 * ========================================================== */
.push-mobile-menu[hidden],
.push-menu-overlay[hidden] {
  display: none !important;
}

body.push-menu-open {
  overflow: hidden !important;
}

body.push-menu-open .push-menu-overlay:not([hidden]) {
  display: block !important;
  position: fixed !important;
  inset: 0 !important;
  z-index: 9998 !important;
  background: rgba(0, 0, 0, .16) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body.push-menu-open .push-mobile-menu:not([hidden]) {
  display: block !important;
  position: fixed !important;
  z-index: 9999 !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  width: min(400px, calc(100vw - 5px)) !important;
  max-width: 400px !important;
  height: 100vh !important;
  height: 100dvh !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  box-shadow: 8px 0 28px rgba(0, 0, 0, .14) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.push-mobile-menu__head {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 144px !important;
  min-height: 144px !important;
  margin: 0 !important;
  padding: 24px 58px 20px 34px !important;
  border: 0 !important;
  border-bottom: 0 !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}

.push-mobile-menu__brand,
.push-mobile-menu__brand .custom-logo-link,
.push-mobile-menu__brand > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 0 !important;
}

.push-mobile-menu__brand .custom-logo,
.push-mobile-menu__brand .site-logo-fallback {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 248px !important;
  max-height: 82px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

.push-mobile-menu__close {
  position: absolute !important;
  top: 8px !important;
  right: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 55px !important;
  height: 55px !important;
  margin: 0 !important;
  padding: 0 0 3px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #e11d3e !important;
  color: #ffffff !important;
  font-family: Arial, sans-serif !important;
  font-size: 39px !important;
  font-weight: 200 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.push-mobile-menu__search {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) !important;
  width: 100% !important;
  height: 98px !important;
  min-height: 98px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #1665b6 !important;
}

.push-mobile-menu__search-icon {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 88px !important;
  height: 98px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #e60000 !important;
  color: #ffffff !important;
  font-size: 0 !important;
  cursor: pointer !important;
}

.push-mobile-menu__search-symbol {
  position: relative !important;
  display: block !important;
  width: 43px !important;
  height: 43px !important;
}

.push-mobile-menu__search-symbol::before {
  content: "" !important;
  position: absolute !important;
  left: 2px !important;
  top: 2px !important;
  width: 30px !important;
  height: 30px !important;
  border: 2px solid #ffffff !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
}

.push-mobile-menu__search-symbol::after {
  content: "" !important;
  position: absolute !important;
  left: 29px !important;
  top: 31px !important;
  width: 15px !important;
  height: 2px !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  transform: rotate(45deg) !important;
  transform-origin: left center !important;
}

.push-mobile-menu__search input[type="search"] {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 98px !important;
  min-height: 98px !important;
  margin: 0 !important;
  padding: 0 8px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: #1665b6 !important;
  color: #ffffff !important;
  font-size: 29px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.push-mobile-menu__search input[type="search"]::placeholder {
  color: #8eb1d5 !important;
  opacity: 1 !important;
}

.push-mobile-menu__nav {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
}

.push-mobile-menu__list,
.push-mobile-menu__list ul {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.push-mobile-menu__list > li {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 102px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 2px solid #e7e7e7 !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}

.push-mobile-menu__list > li > a {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 100px !important;
  margin: 0 !important;
  padding: 18px 58px 18px 15px !important;
  color: #565656 !important;
  background: #ffffff !important;
  font-size: 31px !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: -.03em !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.push-mobile-menu__list > li > a:hover,
.push-mobile-menu__list > li > a:focus-visible {
  color: #565656 !important;
  background: #f9f9f9 !important;
}

.push-mobile-menu__list > li.menu-item-has-children::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  right: 19px !important;
  width: 14px !important;
  height: 14px !important;
  margin-top: -10px !important;
  border-right: 2px solid #4f4f4f !important;
  border-bottom: 2px solid #4f4f4f !important;
  transform: rotate(45deg) !important;
  pointer-events: none !important;
}

/* The reference drawer shows only the first menu level. */
.push-mobile-menu__list .sub-menu {
  display: none !important;
}

@media (max-width: 430px) {
  body.push-menu-open .push-mobile-menu:not([hidden]) {
    width: calc(100vw - 5px) !important;
    max-width: none !important;
  }

  .push-mobile-menu__head {
    padding-left: 34px !important;
    padding-right: 58px !important;
  }
}

@media (max-width: 360px) {
  body.push-menu-open .push-mobile-menu:not([hidden]) {
    width: 100vw !important;
  }

  .push-mobile-menu__search {
    grid-template-columns: 78px minmax(0, 1fr) !important;
  }

  .push-mobile-menu__search-icon {
    width: 78px !important;
  }

  .push-mobile-menu__search input[type="search"] {
    font-size: 25px !important;
  }

  .push-mobile-menu__list > li > a {
    font-size: 28px !important;
  }
}

/* ==========================================================
 * Drawer hard reset - 2026-09-06
 * Ensures old/global menu CSS cannot turn drawer items into a horizontal row.
 * ========================================================== */
body.push-menu-open .push-mobile-menu .push-mobile-menu__nav,
body.push-menu-open .push-mobile-menu .push-mobile-menu__list,
body.push-menu-open .push-mobile-menu .push-mobile-menu__list > li,
body.push-menu-open .push-mobile-menu .push-mobile-menu__list > li > a {
  float: none !important;
  clear: both !important;
  max-width: none !important;
}

body.push-menu-open .push-mobile-menu .push-mobile-menu__list {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  width: 100% !important;
}

body.push-menu-open .push-mobile-menu .push-mobile-menu__list > li {
  display: block !important;
  flex: 0 0 auto !important;
  width: 100% !important;
}

body.push-menu-open .push-mobile-menu .push-mobile-menu__list > li > a {
  display: flex !important;
  width: 100% !important;
  white-space: normal !important;
}

body.push-menu-open .push-mobile-menu .push-mobile-menu__search {
  background: #1665b6 !important;
}

body.push-menu-open .push-mobile-menu .push-mobile-menu__search input[type="search"] {
  background: #1665b6 !important;
}



/* ==========================================================
 * Sunulo Nepal inspired typography scale - 2026-09-06
 * Keeps the existing layout/menu behavior, but makes desktop
 * article and navigation text calmer, lighter and better sized.
 * ========================================================== */

/* Single article background should read like a clean newspaper page. */
body.single,
body.single-post {
  background: #ffffff !important;
}

/* Desktop typography: closer to the supplied Sunulo Nepal reference. */
@media (min-width: 761px) {
  /* Header/date */
  .brand-strip__date {
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    color: #666666 !important;
  }

  /* Main navigation was visually too large/heavy on wide screens. */
  .nav-shell__inner,
  .nav-shell.is-stuck .nav-shell__inner {
    min-height: 70px !important;
  }

  .primary-menu > li > a {
    min-height: 67px !important;
    padding-left: clamp(11px, .9vw, 18px) !important;
    padding-right: clamp(11px, .9vw, 18px) !important;
    font-size: clamp(16px, 1.05vw, 20px) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: -.01em !important;
  }

  .desktop-home-link,
  .nav-actions .mobile-search-trigger,
  .nav-actions .push-menu-trigger,
  .nav-actions .desktop-menu-trigger {
    width: 38px !important;
    height: 38px !important;
  }

  .desktop-home-link svg {
    width: 25px !important;
    height: 25px !important;
  }

  .mobile-search-trigger__icon {
    width: 27px !important;
    height: 27px !important;
  }

  .mobile-search-trigger__icon::before {
    width: 18px !important;
    height: 18px !important;
    border-width: 2px !important;
  }

  .mobile-search-trigger__icon::after {
    left: 19px !important;
    top: 20px !important;
    width: 9px !important;
    height: 2px !important;
  }

  .nav-actions .push-menu-trigger span,
  .nav-actions .desktop-menu-trigger span {
    width: 29px !important;
    height: 2.5px !important;
  }

  /* Post heading: smaller and less black/heavy than the previous version. */
  .single-article-shell {
    margin-top: 2.1rem !important;
  }

  .single-article-head {
    margin-bottom: 1.15rem !important;
  }

  .single-article-title,
  .single-article-head .single-article-title {
    width: min(100%, 1120px) !important;
    margin: 0 auto 1.15rem !important;
    padding: 0 12px !important;
    font-size: clamp(38px, 3.05vw, 50px) !important;
    line-height: 1.24 !important;
    font-weight: 800 !important;
    letter-spacing: -.025em !important;
    text-align: center !important;
    color: #111111 !important;
  }

  /* Any category/kicker badge shown above a single title. */
  .single-article-head .section-kicker,
  .single-article-head .cat-links,
  .single-article-head .post-categories,
  .single-article-head .single-category,
  .single-article-head .entry-category {
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }

  /* Author/date row: compact like the reference. */
  .post-header {
    padding: .7rem 0 !important;
    margin-bottom: 1.25rem !important;
  }

  .post-user {
    gap: .7rem !important;
  }

  .post-user__avatar .author-avatar,
  .post-user__avatar .avatar,
  .post-user__avatar img {
    width: 42px !important;
    height: 42px !important;
  }

  .post-user__name {
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
  }

  .post-date {
    gap: .35rem !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  /* Article body is readable without looking oversized. */
  .single-article-content {
    font-size: 18px !important;
    line-height: 1.9 !important;
    font-weight: 400 !important;
  }

  .single-block-title,
  .single-sidebar-title {
    font-size: 26px !important;
    line-height: 1.25 !important;
  }

  .single-trending-item__body h4,
  .single-sidebar-item__body h4,
  .single-related-card h3 {
    font-size: 16px !important;
    line-height: 1.55 !important;
    font-weight: 700 !important;
  }
}

/* Mid-size laptop/desktop: keep proportions consistent instead of jumping large. */
@media (min-width: 761px) and (max-width: 1450px) {
  .primary-menu > li > a {
    font-size: clamp(15px, 1.15vw, 18px) !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .single-article-title,
  .single-article-head .single-article-title {
    font-size: clamp(36px, 3.2vw, 46px) !important;
    line-height: 1.24 !important;
  }
}

/* Mobile: still strong, but no oversized headline. */
@media (max-width: 760px) {
  .single-article-shell {
    margin-top: 1rem !important;
  }

  .single-article-title,
  .single-article-head .single-article-title {
    width: 100% !important;
    margin: 0 auto 1rem !important;
    padding: 0 4px !important;
    font-size: clamp(28px, 8vw, 36px) !important;
    line-height: 1.28 !important;
    font-weight: 800 !important;
    letter-spacing: -.02em !important;
  }

  .post-user__name {
    font-size: 16px !important;
  }

  .post-date {
    font-size: 13px !important;
  }

  .single-article-content {
    font-size: 17px !important;
    line-height: 1.85 !important;
  }
}


/* ==========================================================
 * Homepage compact newspaper typography - 2026-09-06
 * Matches the supplied Sunulo Nepal reference more closely:
 * calmer headline scale, denser sections, readable card titles.
 * ========================================================== */

/* Keep the front page clean and newspaper-like. */
body.home,
body.home .site-main,
body.home .main-shell {
  background: #ffffff !important;
}

.homepage-shell {
  gap: 1.15rem !important;
}

.homepage-shell .news-section {
  margin-top: .15rem !important;
  margin-bottom: .75rem !important;
}

/* Main two lead stories: prominent, but no longer oversized. */
.homepage-shell .top-lead-stream {
  margin: 0 0 1.25rem !important;
}

.homepage-shell .top-lead-story {
  padding: .75rem 0 1.05rem !important;
}

.homepage-shell .top-lead-story__kicker-wrap {
  margin-bottom: .45rem !important;
}

.homepage-shell .top-lead-story__kicker {
  padding: .27rem .58rem !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.homepage-shell .top-lead-story__title,
.homepage-shell .top-lead-story--text-only .top-lead-story__title {
  max-width: 980px !important;
  font-size: clamp(30px, 3.15vw, 43px) !important;
  line-height: 1.22 !important;
  font-weight: 800 !important;
  letter-spacing: -.02em !important;
}

.homepage-shell .top-lead-story__meta {
  margin-top: .55rem !important;
  gap: .45rem !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.homepage-shell .top-lead-story__author-name {
  font-weight: 700 !important;
}

.homepage-shell .top-lead-story__author-avatar .avatar,
.homepage-shell .top-lead-story__author-avatar img {
  width: 26px !important;
  height: 26px !important;
}

.homepage-shell .top-lead-story__image {
  max-width: 1080px !important;
  margin-top: .7rem !important;
  padding: .25rem !important;
}

/* Section headers and buttons. */
.homepage-shell .section-topline {
  margin-bottom: .65rem !important;
}

.homepage-shell .section-kicker,
.homepage-shell .section-kicker--health,
.homepage-shell .section-kicker--title,
.homepage-shell .entertain-feature-board__title,
.homepage-shell .province-showcase__title {
  font-size: clamp(20px, 1.75vw, 25px) !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: -.01em !important;
}

.homepage-shell .section-kicker::before {
  height: 15px !important;
  width: 3px !important;
}

.homepage-shell .section-button,
.homepage-shell .homepage-samachar-list__more,
.homepage-shell .special-band__more {
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  padding: .38rem .7rem !important;
}

/* समाचार list directly below the lead stories. */
.homepage-shell .homepage-samachar-list-section {
  margin-bottom: 1.25rem !important;
}

.homepage-shell .homepage-samachar-list__header {
  margin-bottom: .7rem !important;
}

.homepage-shell .homepage-samachar-list__title {
  font-size: 23px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.homepage-shell .homepage-samachar-list__marker {
  height: 18px !important;
}

.homepage-shell .homepage-samachar-list__grid {
  gap: .75rem 1rem !important;
}

.homepage-shell .homepage-samachar-list__item {
  min-height: 126px !important;
  grid-template-columns: minmax(0,1fr) 185px !important;
  border-radius: 7px !important;
}

.homepage-shell .homepage-samachar-list__item-text {
  padding: .8rem .85rem !important;
}

.homepage-shell .homepage-samachar-list__item h3 {
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 750 !important;
}

.homepage-shell .homepage-samachar-list__item-thumb img {
  min-height: 126px !important;
}

/* Standard home cards. */
.homepage-shell .news-card__content {
  padding: .7rem .75rem .8rem !important;
}

.homepage-shell .news-card__meta,
.homepage-shell .rail-story__meta,
.homepage-shell .flagship-story__meta {
  font-size: 11px !important;
  line-height: 1.35 !important;
}

.homepage-shell .news-card__title,
.homepage-shell .news-card--mini .news-card__title,
.homepage-shell .news-card--compact .news-card__title,
.homepage-shell .rail-story__title,
.homepage-shell .lower-column .rail-story__title,
.homepage-shell .province-showcase__mini-card h4,
.homepage-shell .province-showcase__side-story h4,
.homepage-shell .entertain-side-story__title {
  font-size: 15px !important;
  line-height: 1.48 !important;
  font-weight: 750 !important;
}

.homepage-shell .news-card--feature .news-card__title,
.homepage-shell .news-card__title--headline {
  font-size: clamp(20px, 1.9vw, 26px) !important;
  line-height: 1.36 !important;
  font-weight: 800 !important;
}

.homepage-shell .news-card__excerpt {
  font-size: 13px !important;
  line-height: 1.6 !important;
}

/* Politics / main section lead. */
.homepage-shell .flagship-story__text,
.homepage-shell .category-hero__text {
  padding: 1.15rem 1rem !important;
}

.homepage-shell .flagship-story__text h2,
.homepage-shell .category-hero__text h1 {
  font-size: clamp(22px, 2.15vw, 30px) !important;
  line-height: 1.34 !important;
  font-weight: 800 !important;
}

/* Health/education. */
.homepage-shell .health-grid {
  gap: 1.2rem !important;
}

.homepage-shell .health-grid__featured {
  gap: 1rem !important;
}

.homepage-shell .health-feature-card__title {
  left: 1rem !important;
  right: 1rem !important;
  bottom: .9rem !important;
  font-size: clamp(18px, 1.55vw, 22px) !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.homepage-shell .health-side-story {
  padding-bottom: .7rem !important;
  margin-bottom: .7rem !important;
}

.homepage-shell .health-side-story h4 {
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 750 !important;
}

/* Entertainment / gallery / province. */
.homepage-shell .entertain-feature-board,
.homepage-shell .photo-gallery-band,
.homepage-shell .province-showcase {
  padding: 1rem !important;
}

.homepage-shell .entertain-hero-card__title {
  font-size: clamp(20px, 1.8vw, 25px) !important;
  line-height: 1.38 !important;
  font-weight: 800 !important;
}

.homepage-shell .photo-gallery-card__title {
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 750 !important;
}

.homepage-shell .province-showcase__tabs {
  gap: 1rem !important;
  margin-bottom: 1rem !important;
}

.homepage-shell .province-showcase__tab {
  font-size: 13px !important;
  font-weight: 700 !important;
}

.homepage-shell .province-showcase__hero-text h3 {
  font-size: 17px !important;
  line-height: 1.5 !important;
  font-weight: 800 !important;
}

.homepage-shell .province-showcase__side-title {
  font-size: 21px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

/* Bottom three columns + special section. */
.homepage-shell .lower-column {
  padding: .75rem !important;
}

.homepage-shell .special-band.special-band--footer-top .section-kicker,
.homepage-shell .special-band.special-band--footer-top .section-kicker--title,
.special-band.special-band--footer-top .section-kicker,
.special-band.special-band--footer-top .section-kicker--title {
  font-size: 25px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  padding-bottom: .55rem !important;
}

.homepage-shell .special-band.special-band--footer-top .special-band-card__title,
.homepage-shell .special-band-card__title {
  font-size: 14px !important;
  line-height: 1.48 !important;
  font-weight: 750 !important;
}

.homepage-shell .special-band-card__meta {
  font-size: 11px !important;
}

/* Mid-size desktops/laptops: avoid the large jumps seen in the previous build. */
@media (min-width: 761px) and (max-width: 1250px) {
  .homepage-shell .top-lead-story__title,
  .homepage-shell .top-lead-story--text-only .top-lead-story__title {
    font-size: clamp(28px, 3.4vw, 38px) !important;
  }

  .homepage-shell .homepage-samachar-list__item {
    grid-template-columns: minmax(0,1fr) 165px !important;
  }

  .homepage-shell .homepage-samachar-list__item h3,
  .homepage-shell .news-card__title,
  .homepage-shell .rail-story__title,
  .homepage-shell .health-side-story h4 {
    font-size: 14px !important;
  }

  .homepage-shell .flagship-story__text h2 {
    font-size: clamp(21px, 2.35vw, 27px) !important;
  }
}

/* Mobile: compact but still comfortably readable. */
@media (max-width: 760px) {
  .homepage-shell {
    gap: .85rem !important;
  }

  .homepage-shell .top-lead-story {
    padding: .6rem 0 .85rem !important;
  }

  .homepage-shell .top-lead-story__title,
  .homepage-shell .top-lead-story--text-only .top-lead-story__title {
    max-width: 100% !important;
    font-size: clamp(24px, 7vw, 31px) !important;
    line-height: 1.28 !important;
  }

  .homepage-shell .top-lead-story__meta {
    font-size: 11px !important;
  }

  .homepage-shell .section-kicker,
  .homepage-shell .section-kicker--health,
  .homepage-shell .section-kicker--title,
  .homepage-shell .entertain-feature-board__title,
  .homepage-shell .province-showcase__title,
  .homepage-shell .homepage-samachar-list__title {
    font-size: 20px !important;
  }

  .homepage-shell .homepage-samachar-list__item {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .homepage-shell .homepage-samachar-list__item h3,
  .homepage-shell .news-card__title,
  .homepage-shell .news-card--mini .news-card__title,
  .homepage-shell .news-card--compact .news-card__title,
  .homepage-shell .rail-story__title,
  .homepage-shell .health-side-story h4,
  .homepage-shell .entertain-side-story__title,
  .homepage-shell .province-showcase__mini-card h4,
  .homepage-shell .province-showcase__side-story h4 {
    font-size: 15px !important;
  }

  .homepage-shell .homepage-samachar-list__item-thumb img {
    min-height: 180px !important;
  }

  .homepage-shell .flagship-story__text h2,
  .homepage-shell .news-card--feature .news-card__title,
  .homepage-shell .news-card__title--headline {
    font-size: 21px !important;
  }

  .homepage-shell .health-feature-card__title,
  .homepage-shell .entertain-hero-card__title {
    font-size: 19px !important;
  }

  .homepage-shell .special-band.special-band--footer-top .section-kicker,
  .homepage-shell .special-band.special-band--footer-top .section-kicker--title {
    font-size: 21px !important;
  }
}


/* ==========================================================
 * Mukta typography (Google Fonts) - 2026-09-06
 * Use Mukta consistently across Nepali newsroom typography.
 * ========================================================== */
body,
button,
input,
select,
textarea,
.primary-menu,
.push-mobile-menu__nav,
.mobile-drawer-menu,
.entry-title,
.single-article-title,
.single-article-content,
.widget-title,
.site-main {
  font-family: "Mukta", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* Keep the close X optically correct. */
.push-mobile-menu__close {
  font-family: Arial, sans-serif !important;
}


/* ==========================================================
 * Persistent sticky navigation - v1.4.6
 * The menu becomes fixed only when it reaches the top of the
 * screen and stays visible while the reader scrolls downward.
 * ========================================================== */
.nav-sticky-spacer {
  display: block !important;
  width: 100% !important;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  pointer-events: none !important;
}

.nav-shell.is-stuck {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9990 !important;
  margin: 0 !important;
  background: #ffffff !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08) !important;
}

body.admin-bar .nav-shell.is-stuck {
  top: 32px !important;
}

@media (max-width: 782px) {
  body.admin-bar .nav-shell.is-stuck {
    top: 46px !important;
  }
}

@media (max-width: 760px) {
  .nav-shell.is-stuck {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9990 !important;
  }

  body.admin-bar .nav-shell.is-stuck {
    top: 46px !important;
  }
}


/* ==========================================================
 * Mobile header + drawer reference match - v1.4.7
 * Hamburger left, centered logo/date, search right; drawer
 * matches the supplied Sunulo Nepal mobile reference.
 * ========================================================== */
@media (max-width: 760px) {
  .site-header {
    background: #fff !important;
    border-top: 1px solid #222 !important;
  }

  /* Reference mobile header: icon | centered brand/date | icon */
  .mobile-topbar,
  .site-header .mobile-topbar.container {
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) 54px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 116px !important;
    margin: 0 !important;
    padding: 12px 16px 14px !important;
    background: #fff !important;
    border-bottom: 1px solid #e5e5e5 !important;
    box-shadow: 0 10px 22px rgba(0,0,0,.055) !important;
    position: relative !important;
    z-index: 100 !important;
  }

  .mobile-topbar__menu,
  .mobile-topbar__search {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 54px !important;
    height: 54px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    box-shadow: none !important;
    cursor: pointer !important;
  }

  .mobile-topbar__menu {
    flex-direction: column !important;
    gap: 7px !important;
    justify-self: start !important;
  }
  .mobile-topbar__menu span {
    display: block !important;
    width: 30px !important;
    height: 2px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: #111 !important;
  }

  .mobile-topbar__brand {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1px !important;
    text-align: center !important;
  }
  .mobile-topbar__brand .custom-logo-link,
  .mobile-topbar__brand > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 100% !important;
  }
  .mobile-topbar__brand .custom-logo,
  .mobile-topbar__brand .site-logo-fallback {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: min(290px, 70vw) !important;
    max-height: 78px !important;
    object-fit: contain !important;
  }
  .mobile-topbar__date {
    display: block !important;
    margin-top: -2px !important;
    color: #666 !important;
    font-family: "Mukta", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }

  .mobile-topbar__search {
    justify-self: end !important;
  }
  .mobile-topbar__search .mobile-search-trigger__icon {
    width: 36px !important;
    height: 36px !important;
    position: relative !important;
    display: block !important;
  }
  .mobile-topbar__search .mobile-search-trigger__icon::before {
    content: "" !important;
    position: absolute !important;
    width: 25px !important;
    height: 25px !important;
    left: 1px !important;
    top: 1px !important;
    border: 2px solid #111 !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
    background: transparent !important;
  }
  .mobile-topbar__search .mobile-search-trigger__icon::after {
    content: "" !important;
    position: absolute !important;
    width: 14px !important;
    height: 2px !important;
    left: 24px !important;
    top: 26px !important;
    background: #111 !important;
    transform: rotate(45deg) !important;
    transform-origin: left center !important;
    border-radius: 2px !important;
  }

  /* The desktop logo/nav are not shown on the mobile layout. */
  .brand-strip,
  .site-header--compact .brand-strip,
  .nav-shell,
  .nav-sticky-spacer {
    display: none !important;
  }

  body.push-menu-open {
    overflow: hidden !important;
  }

  .push-menu-overlay:not([hidden]) {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 99990 !important;
    background: rgba(0,0,0,.34) !important;
  }

  body.push-menu-open .push-mobile-menu:not([hidden]) {
    display: block !important;
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    width: min(405px, 92vw) !important;
    max-width: 405px !important;
    height: 100dvh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    z-index: 100000 !important;
    background: #fff !important;
    box-shadow: 12px 0 28px rgba(0,0,0,.14) !important;
    transform: none !important;
  }

  .push-mobile-menu__head {
    min-height: 157px !important;
    padding: 12px 18px 18px 30px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 12px !important;
    background: #fff !important;
    border-bottom: 1px solid #e7e7e7 !important;
  }
  .push-mobile-menu__brand {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    min-height: 110px !important;
  }
  .push-mobile-menu__brand .custom-logo,
  .push-mobile-menu__brand .site-logo-fallback {
    width: auto !important;
    height: auto !important;
    max-width: 255px !important;
    max-height: 92px !important;
    object-fit: contain !important;
  }
  .push-mobile-menu__close {
    flex: 0 0 56px !important;
    width: 56px !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #e51f2d !important;
    color: transparent !important;
    position: relative !important;
    box-shadow: none !important;
  }
  .push-mobile-menu__close::before,
  .push-mobile-menu__close::after {
    content: "" !important;
    position: absolute !important;
    left: 16px !important;
    top: 27px !important;
    width: 25px !important;
    height: 2px !important;
    border-radius: 2px !important;
    background: #fff !important;
  }
  .push-mobile-menu__close::before { transform: rotate(45deg) !important; }
  .push-mobile-menu__close::after { transform: rotate(-45deg) !important; }

  .push-mobile-menu__search {
    display: grid !important;
    grid-template-columns: 88px minmax(0,1fr) !important;
    width: 100% !important;
    height: 100px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #1767b8 !important;
    border: 0 !important;
  }
  .push-mobile-menu__search-icon {
    width: 88px !important;
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: #e40012 !important;
    color: #fff !important;
  }
  .push-mobile-menu__search-symbol {
    display: block !important;
    width: 40px !important;
    height: 40px !important;
    position: relative !important;
  }
  .push-mobile-menu__search-symbol::before {
    content: "" !important;
    position: absolute !important;
    width: 27px !important;
    height: 27px !important;
    left: 1px !important;
    top: 1px !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
  }
  .push-mobile-menu__search-symbol::after {
    content: "" !important;
    position: absolute !important;
    width: 14px !important;
    height: 2px !important;
    left: 27px !important;
    top: 29px !important;
    background: #fff !important;
    transform: rotate(45deg) !important;
    transform-origin: left center !important;
  }
  .push-mobile-menu__search input[type="search"] {
    width: 100% !important;
    height: 100px !important;
    padding: 0 16px !important;
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: #1767b8 !important;
    color: #fff !important;
    font-family: "Mukta", sans-serif !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
  }
  .push-mobile-menu__search input[type="search"]::placeholder {
    color: rgba(255,255,255,.5) !important;
    opacity: 1 !important;
  }

  .push-mobile-menu__nav {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
  }
  .push-mobile-menu__list,
  .push-mobile-menu__list ul {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  .push-mobile-menu__list > li {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-height: 104px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #e3e3e3 !important;
    background: #fff !important;
  }
  .push-mobile-menu__list > li > a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 104px !important;
    padding: 0 52px 0 15px !important;
    margin: 0 !important;
    color: #505050 !important;
    background: #fff !important;
    font-family: "Mukta", sans-serif !important;
    font-size: 34px !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    text-decoration: none !important;
  }
  .push-mobile-menu__list > li > a:hover,
  .push-mobile-menu__list > li > a:focus-visible {
    color: #222 !important;
    background: #fafafa !important;
  }
  .push-mobile-menu__list > li.menu-item-has-children::after {
    content: "" !important;
    position: absolute !important;
    right: 22px !important;
    top: 42px !important;
    width: 13px !important;
    height: 13px !important;
    border-right: 2px solid #555 !important;
    border-bottom: 2px solid #555 !important;
    transform: rotate(45deg) !important;
    pointer-events: none !important;
  }
}

@media (max-width: 480px) {
  .mobile-topbar,
  .site-header .mobile-topbar.container {
    min-height: 105px !important;
    grid-template-columns: 46px minmax(0,1fr) 46px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mobile-topbar__menu,
  .mobile-topbar__search {
    width: 46px !important;
    height: 46px !important;
  }
  .mobile-topbar__menu span { width: 28px !important; }
  .mobile-topbar__brand .custom-logo,
  .mobile-topbar__brand .site-logo-fallback {
    max-width: min(245px, 68vw) !important;
    max-height: 69px !important;
  }
  .mobile-topbar__date { font-size: 14px !important; }

  body.push-menu-open .push-mobile-menu:not([hidden]) {
    width: min(405px, 94vw) !important;
  }
  .push-mobile-menu__head {
    min-height: 126px !important;
    padding: 10px 12px 12px 22px !important;
  }
  .push-mobile-menu__brand { min-height: 96px !important; }
  .push-mobile-menu__brand .custom-logo,
  .push-mobile-menu__brand .site-logo-fallback {
    max-width: 225px !important;
    max-height: 78px !important;
  }
  .push-mobile-menu__close {
    width: 54px !important;
    height: 54px !important;
    flex-basis: 54px !important;
  }
  .push-mobile-menu__search,
  .push-mobile-menu__search-icon,
  .push-mobile-menu__search input[type="search"] {
    height: 86px !important;
  }
  .push-mobile-menu__search { grid-template-columns: 86px minmax(0,1fr) !important; }
  .push-mobile-menu__search input[type="search"] { font-size: 24px !important; }
  .push-mobile-menu__list > li,
  .push-mobile-menu__list > li > a {
    min-height: 89px !important;
  }
  .push-mobile-menu__list > li > a {
    font-size: 30px !important;
  }
  .push-mobile-menu__list > li.menu-item-has-children::after {
    top: 35px !important;
  }
}

/* ==========================================================
 * Mobile reference header + fixed bottom navigation (v8)
 * Keeps normal post/content flow between the top header and bottom bar.
 * ========================================================== */
.mobile-bottom-nav { display: none; }

@media (max-width: 760px) {
  html, body { overflow-x: hidden; }

  .mobile-topbar,
  .site-header .mobile-topbar.container {
    width: 100% !important;
    max-width: none !important;
    min-height: 124px !important;
    margin: 0 !important;
    padding: 10px 20px 12px !important;
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) 58px !important;
    align-items: center !important;
    gap: 10px !important;
    background: #fff !important;
    border-top: 1px solid #e7e7e7 !important;
    border-bottom: 0 !important;
    box-shadow: 0 14px 25px rgba(0,0,0,.07) !important;
  }

  .mobile-topbar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    height: 17px;
    background: #f4f4f4;
    border-bottom: 1px solid #e8e8e8;
    pointer-events: none;
  }
  .mobile-topbar { position: relative !important; }

  .mobile-topbar__brand {
    min-width: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .mobile-topbar__brand .custom-logo,
  .mobile-topbar__brand .site-logo-fallback {
    width: auto !important;
    height: auto !important;
    max-width: min(520px, 72vw) !important;
    max-height: 88px !important;
    object-fit: contain !important;
  }
  .mobile-topbar__date {
    margin-top: -5px !important;
    font-size: 17px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    color: #666 !important;
  }

  .mobile-topbar__menu,
  .mobile-topbar__search {
    width: 52px !important;
    height: 52px !important;
    padding: 0 !important;
  }
  .mobile-topbar__menu { gap: 7px !important; }
  .mobile-topbar__menu span {
    width: 34px !important;
    height: 2.5px !important;
    background: #111 !important;
    border-radius: 1px !important;
  }
  .mobile-topbar__search .mobile-search-trigger__icon {
    width: 41px !important;
    height: 41px !important;
  }
  .mobile-topbar__search .mobile-search-trigger__icon::before {
    width: 29px !important;
    height: 29px !important;
    left: 1px !important;
    top: 1px !important;
    border-width: 2.3px !important;
  }
  .mobile-topbar__search .mobile-search-trigger__icon::after {
    width: 15px !important;
    height: 2.3px !important;
    left: 29px !important;
    top: 30px !important;
  }

  /* Give the fixed bottom navigation its own safe area so posts remain readable. */
  body { padding-bottom: calc(86px + env(safe-area-inset-bottom, 0px)) !important; }
  .main-shell { position: relative; z-index: 1; }

  .mobile-bottom-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 99950 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    width: 100% !important;
    min-height: 78px !important;
    padding: 5px 8px calc(5px + env(safe-area-inset-bottom, 0px)) !important;
    margin: 0 !important;
    background: rgba(255,255,255,.985) !important;
    border-top: 1px solid #e7e7e7 !important;
    box-shadow: 0 -4px 16px rgba(0,0,0,.08) !important;
  }
  .mobile-bottom-nav__item {
    min-width: 0 !important;
    min-height: 68px !important;
    padding: 1px 3px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1px !important;
    text-decoration: none !important;
    background: transparent !important;
    color: #153d75 !important;
    font-family: "Mukta", sans-serif !important;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-bottom-nav__icon {
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #df1f2d !important;
  }
  .mobile-bottom-nav__icon svg {
    width: 35px !important;
    height: 35px !important;
    overflow: visible !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 3.2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
  }
  .mobile-bottom-nav__icon--home svg path:first-child,
  .mobile-bottom-nav__icon--video svg rect {
    fill: currentColor !important;
    stroke: currentColor !important;
  }
  .mobile-bottom-nav__icon--home svg path:last-child { fill: none !important; }
  .mobile-bottom-nav__icon--video svg path:not(.video-rays) {
    fill: #fff !important;
    stroke: #fff !important;
  }
  .mobile-bottom-nav__icon--video .video-rays {
    fill: none !important;
    stroke: #f0b52c !important;
  }
  .mobile-bottom-nav__label {
    display: block !important;
    max-width: 100% !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.05 !important;
    color: #173d74 !important;
    white-space: nowrap !important;
  }
  .mobile-bottom-nav__item:active,
  .mobile-bottom-nav__item:focus-visible,
  .mobile-bottom-nav__item.is-active {
    background: transparent !important;
  }

  /* Keep the drawer above the bottom navigation when opened. */
  body.push-menu-open .mobile-bottom-nav { z-index: 99940 !important; }
  body.push-menu-open .push-menu-overlay:not([hidden]) { z-index: 99990 !important; }
  body.push-menu-open .push-mobile-menu:not([hidden]) { z-index: 100000 !important; }
}

@media (max-width: 480px) {
  .mobile-topbar,
  .site-header .mobile-topbar.container {
    min-height: 112px !important;
    grid-template-columns: 48px minmax(0,1fr) 48px !important;
    padding: 8px 9px 10px !important;
  }
  .mobile-topbar__brand .custom-logo,
  .mobile-topbar__brand .site-logo-fallback {
    max-width: min(315px, 74vw) !important;
    max-height: 75px !important;
  }
  .mobile-topbar__date { font-size: 15px !important; }
  .mobile-topbar__menu,
  .mobile-topbar__search { width: 46px !important; height: 46px !important; }
  .mobile-topbar__menu span { width: 31px !important; }

  body { padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px)) !important; }
  .mobile-bottom-nav { min-height: 74px !important; padding-left: 4px !important; padding-right: 4px !important; }
  .mobile-bottom-nav__item { min-height: 64px !important; }
  .mobile-bottom-nav__icon,
  .mobile-bottom-nav__icon svg { width: 31px !important; height: 31px !important; }
  .mobile-bottom-nav__label { font-size: 18px !important; }
}

/* ==========================================================
 * Sunulo Nepal inspired footer - v9
 * ========================================================== */
.site-footer.sunulo-footer {
  margin-top: 36px !important;
  padding: 0 !important;
  background: #e9e9e9 !important;
  color: #343434 !important;
  font-family: 'Mukta', sans-serif !important;
  border: 0 !important;
}
.sunulo-footer__main {
  background: #e9e9e9;
  padding: 46px 0 0;
}
.sunulo-footer__inner {
  width: min(1420px, calc(100% - 48px)) !important;
  max-width: 1420px !important;
  margin: 0 auto !important;
}
.sunulo-footer__top {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 28px;
}
.sunulo-footer__brand {
  display: inline-flex;
  width: 92px;
  height: 92px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0,0,0,.18);
  overflow: hidden;
  text-decoration: none;
  color: #a71920;
  font-weight: 800;
}
.sunulo-footer__brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}
.sunulo-footer__socials {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sunulo-footer__socials a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  color: #30343a !important;
  font-family: Arial, sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .15s ease, color .15s ease;
}
.sunulo-footer__socials a:hover {
  transform: translateY(-2px);
  color: #b51f25 !important;
}
.sunulo-footer__rule {
  height: 3px;
  background: #b51f25;
  width: 100%;
}
.sunulo-footer__grid {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 1fr .95fr;
  gap: clamp(48px, 7vw, 120px);
  padding: 34px 0 58px;
}
.sunulo-footer__col,
.sunulo-footer__col .widget {
  min-width: 0;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sunulo-footer__col h3,
.sunulo-footer__col .widget-title,
.sunulo-footer__col .footer-widget-title {
  margin: 0 0 24px !important;
  padding: 0 !important;
  color: #373737 !important;
  font-family: 'Mukta', sans-serif !important;
  font-size: 27px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  border: 0 !important;
  background: transparent !important;
}
.sunulo-footer__col p,
.sunulo-footer__col li,
.sunulo-footer__col a {
  margin: 0 0 7px !important;
  color: #3d3d3d !important;
  font-family: 'Mukta', sans-serif !important;
  font-size: 19px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}
.sunulo-footer__col strong {
  font-weight: 700 !important;
}
.sunulo-footer__links > a,
.sunulo-footer__links .widget a {
  display: block;
  margin-bottom: 12px !important;
}
.sunulo-footer__team-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 40px;
  margin-top: 12px !important;
  padding: 7px 22px !important;
  background: #a91d23 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.sunulo-footer__bottom {
  background: #c8c8c8;
  border: 0;
}
.sunulo-footer__bottom-inner {
  width: min(1420px, calc(100% - 48px)) !important;
  max-width: 1420px !important;
  min-height: 90px;
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
}
.sunulo-footer__bottom-inner strong { color: #116a9d; }

@media (max-width: 980px) {
  .sunulo-footer__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 38px 55px;
  }
}
@media (max-width: 760px) {
  .site-footer.sunulo-footer {
    margin-top: 22px !important;
    padding-bottom: 84px !important;
  }
  .sunulo-footer__main { padding-top: 28px; }
  .sunulo-footer__inner,
  .sunulo-footer__bottom-inner {
    width: calc(100% - 30px) !important;
  }
  .sunulo-footer__top {
    min-height: 68px;
    gap: 18px;
    padding-bottom: 20px;
  }
  .sunulo-footer__brand {
    width: 68px;
    height: 68px;
  }
  .sunulo-footer__socials { gap: 7px; }
  .sunulo-footer__socials a {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  .sunulo-footer__rule { height: 2px; }
  .sunulo-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 28px 0 36px;
  }
  .sunulo-footer__col h3,
  .sunulo-footer__col .widget-title,
  .sunulo-footer__col .footer-widget-title {
    margin-bottom: 13px !important;
    font-size: 24px !important;
  }
  .sunulo-footer__col p,
  .sunulo-footer__col li,
  .sunulo-footer__col a {
    font-size: 17px !important;
    line-height: 1.5 !important;
  }
  .sunulo-footer__bottom-inner {
    min-height: 112px;
    padding: 18px 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 14px;
  }
}

/* ==========================================================
 * V1.5.0 - Homepage video showcase (Sunulo-style reference)
 * ========================================================== */
.home-video-showcase {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
  padding: 2.1rem 0 2.35rem;
  background: #565656;
  color: #fff;
}
.home-video-showcase__inner {
  width: min(1180px, calc(100vw - 28px));
  margin: 0 auto;
}
.home-video-showcase__heading {
  display: grid;
  grid-template-columns: minmax(40px,1fr) auto minmax(40px,1fr);
  align-items: center;
  gap: 1.15rem;
  margin: 0 0 1.55rem;
}
.home-video-showcase__heading span {
  height: 3px;
  background: #e21e2b;
}
.home-video-showcase__heading h2 {
  margin: 0;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
}
.home-video-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, .96fr);
  gap: 1.75rem;
  align-items: stretch;
}
.home-video-showcase__lead,
.home-video-showcase__lead-link,
.home-video-showcase__lead-media {
  min-width: 0;
  height: 100%;
}
.home-video-showcase__lead-link { display: block; color: #fff; }
.home-video-showcase__lead-media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #444;
}
.home-video-showcase__lead-media > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}
.home-video-showcase__lead-shade {
  position: absolute;
  inset: 36% 0 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.82));
  pointer-events: none;
}
.home-video-showcase__lead h3 {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 1.45rem;
  z-index: 3;
  margin: 0;
  color: #fff;
  font-size: clamp(1.75rem, 2.25vw, 2.55rem);
  line-height: 1.22;
  font-weight: 800;
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
}
.home-video-showcase__play {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #aa0007;
  border: 2px solid rgba(255,255,255,.95);
  box-shadow: 0 4px 18px rgba(0,0,0,.24);
}
.home-video-showcase__play span {
  margin-left: 3px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.home-video-showcase__side {
  display: grid;
  grid-template-rows: repeat(3, minmax(0,1fr));
  align-content: stretch;
}
.home-video-showcase__item {
  display: grid;
  grid-template-columns: 44% minmax(0,1fr);
  gap: 1rem;
  align-items: center;
  min-height: 0;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.home-video-showcase__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.home-video-showcase__thumb {
  position: relative;
  display: block;
  height: 100%;
  min-height: 112px;
  overflow: hidden;
  background: #444;
}
.home-video-showcase__thumb img,
.home-video-showcase__thumb .home-video-showcase__placeholder {
  width: 100%;
  height: 100%;
  min-height: 112px;
  object-fit: cover;
  display: block;
}
.home-video-showcase__placeholder { background: #6b6b6b; }
.home-video-showcase__play--small {
  width: 44px;
  height: 44px;
}
.home-video-showcase__play--small span { font-size: 15px; }
.home-video-showcase__item h3 {
  margin: 0;
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.38;
  font-weight: 800;
}
.home-video-showcase__item h3 a { color: #fff; }
.home-video-showcase__item h3 a:hover,
.home-video-showcase__lead-link:hover h3 { color: #fff; opacity: .9; }

@media (max-width: 900px) {
  .home-video-showcase__grid { grid-template-columns: 1fr; }
  .home-video-showcase__side { grid-template-rows: none; }
  .home-video-showcase__item { grid-template-columns: 190px minmax(0,1fr); }
  .home-video-showcase__thumb { min-height: 120px; }
}
@media (max-width: 760px) {
  .home-video-showcase {
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
    padding: 1.35rem 0 1.5rem;
  }
  .home-video-showcase__inner { width: min(100% - 24px, 620px); }
  .home-video-showcase__heading { gap: .8rem; margin-bottom: 1rem; }
  .home-video-showcase__heading span { height: 2px; }
  .home-video-showcase__heading h2 { font-size: 1.65rem; }
  .home-video-showcase__lead-media,
  .home-video-showcase__lead-media > img { min-height: 270px; }
  .home-video-showcase__lead h3 {
    left: 1rem;
    right: 1rem;
    bottom: .9rem;
    font-size: 1.55rem;
    line-height: 1.25;
  }
  .home-video-showcase__play { width: 50px; height: 50px; }
  .home-video-showcase__item {
    grid-template-columns: 125px minmax(0,1fr);
    gap: .8rem;
    padding-bottom: .8rem;
    margin-bottom: .8rem;
  }
  .home-video-showcase__thumb,
  .home-video-showcase__thumb img,
  .home-video-showcase__thumb .home-video-showcase__placeholder { min-height: 82px; height: 82px; }
  .home-video-showcase__play--small { width: 34px; height: 34px; }
  .home-video-showcase__play--small span { font-size: 11px; }
  .home-video-showcase__item h3 { font-size: 1rem; line-height: 1.35; }
}


/* ==========================================================
 * V1.5.1 - Inline homepage video playback
 * ========================================================== */
.home-video-showcase__video-trigger {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: inherit;
  font: inherit;
  display: block;
}
.home-video-showcase__lead-media.is-playing,
.home-video-showcase__thumb.is-playing {
  background: #000;
}
.home-video-showcase__lead-media .home-video-inline-player,
.home-video-showcase__thumb .home-video-inline-player {
  position: absolute;
  inset: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: #000;
}
.home-video-inline-player iframe,
.home-video-inline-player video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
  object-fit: contain;
}
.home-video-showcase__lead-media.is-playing > img,
.home-video-showcase__lead-media.is-playing > .home-video-showcase__placeholder,
.home-video-showcase__lead-media.is-playing > .home-video-showcase__play,
.home-video-showcase__lead-media.is-playing > .home-video-showcase__lead-shade,
.home-video-showcase__lead-media.is-playing > h3,
.home-video-showcase__thumb.is-playing > img,
.home-video-showcase__thumb.is-playing > .home-video-showcase__placeholder,
.home-video-showcase__thumb.is-playing > .home-video-showcase__play {
  visibility: hidden;
}
.home-video-showcase__thumb.is-playing {
  min-height: 112px;
}
@media (max-width: 760px) {
  .home-video-showcase__thumb.is-playing { min-height: 82px; }
}


/* Category archive layout - Sunulo reference style */
.category-archive-sunulo {
  display: grid;
  gap: 1.6rem;
}
.category-archive-sunulo__header {
  display: flex;
  justify-content: center;
  margin-top: .15rem;
}
.category-archive-sunulo__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin: 0;
  color: #3e3e3e;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
}
.category-archive-sunulo__title::before,
.category-archive-sunulo__title::after {
  content: "";
  width: min(30vw, 255px);
  height: 3px;
  background: #d62027;
  border-radius: 999px;
}
.category-archive-sunulo__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 2rem;
  align-items: start;
}
.category-archive-sunulo__main {
  min-width: 0;
}
.category-showcase {
  margin-bottom: 1.1rem;
}
.category-showcase__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(180px, .95fr) minmax(0, 1.25fr);
  gap: 0;
  background: #fff;
}
.category-showcase__lead-image,
.category-showcase__stack-item {
  display: block;
  overflow: hidden;
  background: #ececec;
}
.category-showcase__lead-image img,
.category-showcase__lead-image .news-placeholder,
.category-showcase__stack-item img,
.category-showcase__stack-item .news-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.category-showcase__lead-image,
.category-showcase__lead-image img,
.category-showcase__lead-image .news-placeholder {
  min-height: 260px;
}
.category-showcase__stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  min-height: 260px;
}
.category-showcase__summary {
  background: #2d3440;
  color: #fff;
  padding: 1.25rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.category-showcase__summary h2 {
  margin: 0 0 .7rem;
  font-size: clamp(1.5rem, 2.6vw, 2.15rem);
  line-height: 1.25;
  font-weight: 800;
}
.category-showcase__summary h2 a,
.category-showcase__summary p,
.category-showcase__summary a {
  color: inherit;
}
.category-showcase__meta {
  color: rgba(255,255,255,.82);
  font-size: .95rem;
  margin-bottom: .65rem;
}
.category-showcase__summary p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
}
.category-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem 1.2rem;
}
.category-story-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  box-shadow: 0 2px 8px rgba(22, 23, 24, 0.04);
}
.category-story-card__thumb {
  display: block;
  overflow: hidden;
  background: #efefef;
}
.category-story-card__thumb img,
.category-story-card__thumb .news-placeholder {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.category-story-card__body {
  padding: .9rem .95rem 1rem;
}
.category-story-card__body h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.45;
  font-weight: 800;
  color: #232323;
}
.category-story-card__body a {
  color: inherit;
}
.category-story-card__body a:hover {
  color: #c2161c;
}
.category-archive-sunulo__sidebar {
  min-width: 0;
}
.category-sidebar-box {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: .9rem 1rem 1.1rem;
  box-shadow: 0 3px 10px rgba(0,0,0,.03);
}
.category-sidebar-box__title {
  position: relative;
  margin: 0 0 .9rem;
  text-align: center;
  color: #545454;
  font-size: 1.9rem;
  line-height: 1.1;
  font-weight: 800;
}
.category-sidebar-box__title::before,
.category-sidebar-box__title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 62px;
  height: 2px;
  background: #d62027;
  transform: translateY(-50%);
}
.category-sidebar-box__title::before { left: 0; }
.category-sidebar-box__title::after { right: 0; }
.category-sidebar-item {
  padding: .85rem 0;
  border-bottom: 1px solid #e3e3e3;
}
.category-sidebar-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.category-sidebar-item h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.52;
  font-weight: 800;
  color: #212121;
}
.category-sidebar-item a { color: inherit; }
.category-sidebar-item a:hover { color: #d62027; }
.category-sidebar-box__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto 0;
  min-height: 40px;
  padding: .55rem 1rem;
  border-radius: 999px;
  background: #d62027;
  color: #fff;
  font-size: .98rem;
  font-weight: 800;
}
.category-sidebar-box__button:hover { color: #fff; background: #be161d; }
.pagination--square ul {
  justify-content: center;
}
.pagination--square a,
.pagination--square span {
  min-width: 38px;
  height: 36px;
  border-radius: 2px;
  background: #fff;
  border-color: #d8d8d8;
  padding: 0 .7rem;
  color: #505050;
}
.pagination--square .current {
  background: #d62027;
  border-color: #d62027;
  color: #fff;
}
@media (max-width: 1180px) {
  .category-archive-sunulo__layout {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 1.4rem;
  }
  .category-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .category-showcase__summary h2 {
    font-size: 1.45rem;
  }
}
@media (max-width: 860px) {
  .category-archive-sunulo__layout {
    grid-template-columns: 1fr;
  }
  .category-showcase__grid {
    grid-template-columns: 1fr;
  }
  .category-showcase__stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    min-height: 0;
  }
  .category-sidebar-box__title::before,
  .category-sidebar-box__title::after {
    width: 90px;
  }
}
@media (max-width: 640px) {
  .category-archive-sunulo {
    gap: 1.1rem;
  }
  .category-archive-sunulo__title {
    width: 100%;
    gap: .65rem;
    font-size: 1.7rem;
  }
  .category-archive-sunulo__title::before,
  .category-archive-sunulo__title::after {
    width: 56px;
  }
  .category-showcase__lead-image,
  .category-showcase__lead-image img,
  .category-showcase__lead-image .news-placeholder {
    min-height: 220px;
  }
  .category-showcase__summary {
    padding: 1rem;
  }
  .category-showcase__summary h2 {
    font-size: 1.22rem;
  }
  .category-showcase__summary p {
    font-size: .95rem;
  }
  .category-story-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .category-story-card__body {
    padding: .85rem .85rem .95rem;
  }
  .category-story-card__body h3,
  .category-sidebar-item h3 {
    font-size: 1rem;
    line-height: 1.45;
  }
  .category-sidebar-box {
    padding: .85rem .85rem 1rem;
  }
  .category-sidebar-box__title {
    font-size: 1.45rem;
  }
  .category-sidebar-box__title::before,
  .category-sidebar-box__title::after {
    width: 54px;
  }
  .pagination--square ul {
    gap: .4rem;
  }
  .pagination--square a,
  .pagination--square span {
    min-width: 34px;
    height: 34px;
    padding: 0 .55rem;
    font-size: .92rem;
  }
}


/* Real WordPress sidebar inside category archives */
.category-real-sidebar {
  display: grid;
  gap: 1rem;
}
.category-real-sidebar .widget {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 1rem;
  margin: 0;
  box-shadow: 0 3px 10px rgba(0,0,0,.03);
}
.category-real-sidebar .widget-title {
  position: relative;
  margin: 0 0 .9rem;
  padding-bottom: .65rem;
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 800;
  color: #444;
  border-bottom: 2px solid #d62027;
}
.category-real-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-real-sidebar li {
  padding: .65rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.category-real-sidebar li:last-child { border-bottom: 0; }
.category-real-sidebar a { color: #222; }
.category-real-sidebar a:hover { color: #d62027; }
.category-real-sidebar img { width: 100%; height: auto; }
@media (max-width: 860px) {
  .category-real-sidebar { margin-top: .4rem; }
}


/* v1.5.4 homepage photo feature above footer + category title underline */
.home-photo-feature {
  background: #444;
  color: #fff;
  padding: 2rem 0 2.2rem;
  margin-top: 1.5rem;
}
.home-photo-feature__inner {
  width: min(1310px, calc(100% - 32px));
  margin: 0 auto;
}
.home-photo-feature__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 22px;
}
.home-photo-feature__heading h2 {
  margin: 0;
  color: #f5f5f5;
  font-size: clamp(2rem, 2.8vw, 2.85rem);
  line-height: 1;
  font-weight: 800;
}
.home-photo-feature__line {
  flex: 1 1 0;
  max-width: 420px;
  height: 3px;
  background: #e31d26;
  border-radius: 999px;
}
.home-photo-feature__stage {
  position: relative;
}
.home-photo-feature__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 72px) / 4);
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0;
  scroll-behavior: smooth;
}
.home-photo-feature__track::-webkit-scrollbar { display: none; }
.home-photo-feature__card { scroll-snap-align: start; }
.home-photo-feature__image {
  position: relative;
  display: block;
  height: 330px;
  border-radius: 0;
  overflow: hidden;
  background: #707070;
}
.home-photo-feature__image img,
.home-photo-feature__image .news-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.home-photo-feature__image:hover img { transform: scale(1.025); }
.home-photo-feature__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.72) 6%, rgba(0,0,0,.18) 45%, rgba(0,0,0,.06) 100%);
}
.home-photo-feature__card h3 {
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 1.05rem;
  margin: 0;
  color: #fff;
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  line-height: 1.45;
  font-weight: 800;
  z-index: 2;
  text-shadow: 0 2px 6px rgba(0,0,0,.35);
}
.home-photo-feature__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 6px;
  background: rgba(255,255,255,.95);
  color: #4d4d4d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}
.home-photo-feature__arrow:hover { background: #fff; }
.home-photo-feature__arrow--prev { left: -22px; }
.home-photo-feature__arrow--next { right: -22px; }
.home-photo-feature__arrow svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-photo-feature__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.home-photo-feature__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.9);
  background: transparent;
}
.home-photo-feature__dot.is-active { background: #fff; }

.category-archive-sunulo__title {
  display: inline-block;
  padding-bottom: .38rem;
  border-bottom: 4px solid #d62027;
}
.category-archive-sunulo__title::before,
.category-archive-sunulo__title::after {
  display: none;
}

@media (max-width: 1180px) {
  .home-photo-feature__track {
    grid-auto-columns: calc((100% - 28px) / 2.35);
  }
  .home-photo-feature__arrow--prev { left: 8px; }
  .home-photo-feature__arrow--next { right: 8px; }
  .home-photo-feature__track { padding-left: 54px; padding-right: 54px; }
}
@media (max-width: 767px) {
  .home-photo-feature {
    padding: 1.35rem 0 1.6rem;
  }
  .home-photo-feature__inner {
    width: calc(100% - 24px);
  }
  .home-photo-feature__heading {
    gap: 12px;
    margin-bottom: 18px;
  }
  .home-photo-feature__heading h2 {
    font-size: 1.9rem;
  }
  .home-photo-feature__line {
    height: 2px;
    max-width: none;
  }
  .home-photo-feature__track {
    grid-auto-columns: 100%;
    gap: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  .home-photo-feature__image { height: 285px; }
  .home-photo-feature__card h3 {
    left: .95rem;
    right: .95rem;
    bottom: .9rem;
    font-size: 1.1rem;
  }
  .home-photo-feature__arrow {
    width: 38px;
    height: 38px;
  }
  .home-photo-feature__arrow--prev { left: 0; }
  .home-photo-feature__arrow--next { right: 0; }
}


/* ==========================================================
 * v1.5.5 - Universal desktop gutter + mobile menu hard fix
 * ========================================================== */

/* Keep the desktop navigation aligned with the same newsroom container
   used by the rest of the site instead of stretching edge-to-edge. */
@media (min-width: 901px) {
  .nav-shell__inner,
  .nav-shell.is-stuck .nav-shell__inner {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
    gap: 24px !important;
  }

  .main-navigation {
    min-width: 0 !important;
  }

  .primary-menu {
    justify-content: center !important;
  }

  .primary-menu > li > a {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }

  .nav-actions {
    gap: 18px !important;
  }
}

/* Mobile/tablet header is always available through 900px.
   This final block intentionally wins over old desktop rules. */
@media (max-width: 900px) {
  .site-header {
    display: block !important;
    background: #fff !important;
    border-top: 1px solid #e6e6e6 !important;
  }

  .brand-strip,
  .site-header--compact .brand-strip,
  .nav-shell,
  .nav-sticky-spacer,
  .main-navigation,
  .nav-actions {
    display: none !important;
  }

  .mobile-topbar,
  .site-header .mobile-topbar.container {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) 52px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 112px !important;
    margin: 0 !important;
    padding: 10px 14px 12px !important;
    gap: 8px !important;
    background: #fff !important;
    position: relative !important;
    z-index: 100010 !important;
    border-bottom: 1px solid #ededed !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.05) !important;
  }

  .mobile-topbar__menu,
  .mobile-topbar__search {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    box-shadow: none !important;
  }

  .mobile-topbar__menu {
    justify-self: start !important;
    flex-direction: column !important;
    gap: 6px !important;
  }
  .mobile-topbar__menu span {
    display: block !important;
    width: 31px !important;
    height: 2px !important;
    margin: 0 !important;
    background: #111 !important;
    border-radius: 0 !important;
  }

  .mobile-topbar__brand {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }
  .mobile-topbar__brand .custom-logo-link,
  .mobile-topbar__brand > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 100% !important;
  }
  .mobile-topbar__brand .custom-logo,
  .mobile-topbar__brand .site-logo-fallback {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: min(315px, 72vw) !important;
    max-height: 76px !important;
    object-fit: contain !important;
  }
  .mobile-topbar__date {
    display: block !important;
    margin-top: -3px !important;
    color: #666 !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
  }

  .mobile-topbar__search {
    justify-self: end !important;
  }
  .mobile-topbar__search .mobile-search-trigger__icon {
    display: block !important;
    position: relative !important;
    width: 36px !important;
    height: 36px !important;
  }
  .mobile-topbar__search .mobile-search-trigger__icon::before {
    content: "" !important;
    position: absolute !important;
    width: 25px !important;
    height: 25px !important;
    left: 1px !important;
    top: 1px !important;
    border: 2px solid #111 !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
  }
  .mobile-topbar__search .mobile-search-trigger__icon::after {
    content: "" !important;
    position: absolute !important;
    width: 14px !important;
    height: 2px !important;
    left: 24px !important;
    top: 26px !important;
    background: #111 !important;
    transform: rotate(45deg) !important;
    transform-origin: left center !important;
  }

  body.push-menu-open {
    overflow: hidden !important;
  }
  .push-menu-overlay:not([hidden]) {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 100020 !important;
    background: rgba(0,0,0,.34) !important;
  }
  body.push-menu-open .push-mobile-menu:not([hidden]) {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: auto !important;
    width: min(405px, 92vw) !important;
    max-width: 405px !important;
    height: 100dvh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    z-index: 100030 !important;
    background: #fff !important;
    transform: none !important;
    box-shadow: 12px 0 28px rgba(0,0,0,.15) !important;
  }
  .push-mobile-menu__head {
    min-height: 126px !important;
    padding: 10px 14px 12px 22px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 12px !important;
    background: #fff !important;
  }
  .push-mobile-menu__brand {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    min-height: 96px !important;
  }
  .push-mobile-menu__brand .custom-logo,
  .push-mobile-menu__brand .site-logo-fallback {
    width: auto !important;
    height: auto !important;
    max-width: 225px !important;
    max-height: 78px !important;
    object-fit: contain !important;
  }
  .push-mobile-menu__close {
    position: relative !important;
    flex: 0 0 54px !important;
    width: 54px !important;
    height: 54px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #e51f2d !important;
    color: transparent !important;
  }
  .push-mobile-menu__close::before,
  .push-mobile-menu__close::after {
    content: "" !important;
    position: absolute !important;
    left: 15px !important;
    top: 26px !important;
    width: 25px !important;
    height: 2px !important;
    background: #fff !important;
  }
  .push-mobile-menu__close::before { transform: rotate(45deg) !important; }
  .push-mobile-menu__close::after { transform: rotate(-45deg) !important; }

  .push-mobile-menu__search {
    display: grid !important;
    grid-template-columns: 86px minmax(0,1fr) !important;
    width: 100% !important;
    height: 86px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #1767b8 !important;
  }
  .push-mobile-menu__search-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 86px !important;
    height: 86px !important;
    border: 0 !important;
    background: #e40012 !important;
  }
  .push-mobile-menu__search input[type="search"] {
    display: block !important;
    width: 100% !important;
    height: 86px !important;
    padding: 0 16px !important;
    border: 0 !important;
    outline: 0 !important;
    background: #1767b8 !important;
    color: #fff !important;
    font-family: "Mukta", sans-serif !important;
    font-size: 24px !important;
  }
  .push-mobile-menu__search input[type="search"]::placeholder {
    color: rgba(255,255,255,.52) !important;
    opacity: 1 !important;
  }

  .push-mobile-menu__nav,
  .push-mobile-menu__list,
  .push-mobile-menu__list ul {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: #fff !important;
  }
  .push-mobile-menu__list > li {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-height: 89px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #e3e3e3 !important;
  }
  .push-mobile-menu__list > li > a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 89px !important;
    padding: 0 52px 0 15px !important;
    margin: 0 !important;
    color: #505050 !important;
    background: #fff !important;
    font-family: "Mukta", sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
  }
  .push-mobile-menu__list > li.menu-item-has-children::after {
    content: "" !important;
    position: absolute !important;
    right: 22px !important;
    top: 35px !important;
    width: 12px !important;
    height: 12px !important;
    border-right: 2px solid #555 !important;
    border-bottom: 2px solid #555 !important;
    transform: rotate(45deg) !important;
    pointer-events: none !important;
  }
}

@media (max-width: 480px) {
  .mobile-topbar,
  .site-header .mobile-topbar.container {
    min-height: 106px !important;
    grid-template-columns: 46px minmax(0, 1fr) 46px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .mobile-topbar__brand .custom-logo,
  .mobile-topbar__brand .site-logo-fallback {
    max-width: min(265px, 70vw) !important;
    max-height: 70px !important;
  }
  .mobile-topbar__date { font-size: 14px !important; }
  .mobile-topbar__menu,
  .mobile-topbar__search { width: 44px !important; height: 44px !important; }
  .mobile-topbar__menu span { width: 28px !important; }
}


/* ==========================================================
 * v1.5.6 - Mobile/tablet header responsive hard fix
 * ========================================================== */
@media (max-width: 1200px) {
  html, body { overflow-x: hidden !important; }

  .site-header {
    display: block !important;
    width: 100% !important;
    background: #fff !important;
  }

  /* Never show the desktop logo/menu structure on mobile/tablet. */
  .brand-strip,
  .site-header--compact .brand-strip,
  .nav-shell,
  .nav-sticky-spacer,
  .main-navigation,
  .nav-actions,
  .desktop-home-link {
    display: none !important;
  }

  /* Reference header: hamburger | centered logo/date | search. */
  .mobile-topbar,
  .site-header .mobile-topbar.container {
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) 54px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 104px !important;
    margin: 0 !important;
    padding: 8px 14px 10px !important;
    gap: 8px !important;
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid #e9e9e9 !important;
    box-shadow: 0 7px 16px rgba(0,0,0,.045) !important;
    position: relative !important;
    z-index: 99990 !important;
  }

  .mobile-topbar__menu,
  .mobile-topbar__search {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    box-shadow: none !important;
    position: relative !important;
    z-index: 2 !important;
  }

  .mobile-topbar__menu {
    justify-self: start !important;
    flex-direction: column !important;
    gap: 6px !important;
  }
  .mobile-topbar__menu span {
    display: block !important;
    width: 31px !important;
    height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #111 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .mobile-topbar__brand {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-align: center !important;
  }
  .mobile-topbar__brand .custom-logo-link,
  .mobile-topbar__brand > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  .mobile-topbar__brand .custom-logo,
  .mobile-topbar__brand .site-logo-fallback {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: min(330px, 68vw) !important;
    max-height: 68px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }
  .mobile-topbar__date {
    display: block !important;
    margin: -2px 0 0 !important;
    padding: 0 !important;
    color: #666 !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
  }

  .mobile-topbar__search { justify-self: end !important; }
  .mobile-topbar__search .mobile-search-trigger__icon {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    width: 34px !important;
    height: 34px !important;
  }
  .mobile-topbar__search .mobile-search-trigger__icon::before {
    content: "" !important;
    position: absolute !important;
    left: 1px !important;
    top: 1px !important;
    width: 24px !important;
    height: 24px !important;
    border: 2px solid #111 !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
  }
  .mobile-topbar__search .mobile-search-trigger__icon::after {
    content: "" !important;
    position: absolute !important;
    left: 23px !important;
    top: 25px !important;
    width: 13px !important;
    height: 2px !important;
    background: #111 !important;
    transform: rotate(45deg) !important;
    transform-origin: left center !important;
  }

  /* Drawer: force correct responsive dimensions and visibility. */
  .push-mobile-menu[hidden],
  .push-menu-overlay[hidden] { display: none !important; }

  body.push-menu-open { overflow: hidden !important; }
  body.push-menu-open .push-menu-overlay:not([hidden]) {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 100000 !important;
    background: rgba(0,0,0,.36) !important;
  }
  body.push-menu-open .push-mobile-menu:not([hidden]) {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    width: min(405px, 88vw) !important;
    max-width: 405px !important;
    height: 100dvh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    z-index: 100010 !important;
    background: #fff !important;
    transform: none !important;
    box-shadow: 10px 0 28px rgba(0,0,0,.18) !important;
  }

  .push-mobile-menu__head {
    min-height: 112px !important;
    padding: 10px 12px 10px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }
  .push-mobile-menu__brand {
    min-width: 0 !important;
    min-height: 88px !important;
    display: flex !important;
    align-items: center !important;
  }
  .push-mobile-menu__brand .custom-logo,
  .push-mobile-menu__brand .site-logo-fallback {
    max-width: min(220px, 58vw) !important;
    max-height: 68px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
  }
  .push-mobile-menu__close {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    height: 52px !important;
    flex: 0 0 52px !important;
    border-radius: 50% !important;
    border: 0 !important;
    background: #e51f2d !important;
  }

  .push-mobile-menu__search {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    width: 100% !important;
    height: 82px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #1767b8 !important;
  }
  .push-mobile-menu__search-icon {
    width: 82px !important;
    height: 82px !important;
    border: 0 !important;
    background: #e40012 !important;
  }
  .push-mobile-menu__search input[type="search"] {
    width: 100% !important;
    height: 82px !important;
    padding: 0 15px !important;
    border: 0 !important;
    outline: 0 !important;
    background: #1767b8 !important;
    color: #fff !important;
    font-size: 22px !important;
  }

  .push-mobile-menu__nav,
  .push-mobile-menu__list,
  .push-mobile-menu__list ul {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  .push-mobile-menu__list > li {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-height: 72px !important;
    border-bottom: 1px solid #e2e2e2 !important;
  }
  .push-mobile-menu__list > li > a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 72px !important;
    padding: 0 46px 0 15px !important;
    color: #505050 !important;
    background: #fff !important;
    font-size: 25px !important;
    line-height: 1.15 !important;
    font-weight: 600 !important;
  }

  /* Single post mobile/tablet headline: stop it becoming oversized. */
  .single-article-shell {
    width: min(100% - 24px, 900px) !important;
    margin-top: 1.1rem !important;
  }
  .single-article-title,
  .single-article-head .single-article-title {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto .9rem !important;
    font-size: clamp(30px, 4.4vw, 40px) !important;
    line-height: 1.24 !important;
    font-weight: 800 !important;
  }
}

@media (max-width: 600px) {
  .mobile-topbar,
  .site-header .mobile-topbar.container {
    grid-template-columns: 46px minmax(0, 1fr) 46px !important;
    min-height: 92px !important;
    padding: 7px 8px 8px !important;
  }
  .mobile-topbar__menu,
  .mobile-topbar__search {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
  }
  .mobile-topbar__menu span { width: 27px !important; }
  .mobile-topbar__brand .custom-logo,
  .mobile-topbar__brand .site-logo-fallback {
    max-width: min(265px, 66vw) !important;
    max-height: 58px !important;
  }
  .mobile-topbar__date {
    font-size: 12.5px !important;
    margin-top: -1px !important;
  }
  .mobile-topbar__search .mobile-search-trigger__icon {
    width: 31px !important;
    height: 31px !important;
  }
  .mobile-topbar__search .mobile-search-trigger__icon::before {
    width: 22px !important;
    height: 22px !important;
  }
  .mobile-topbar__search .mobile-search-trigger__icon::after {
    left: 21px !important;
    top: 23px !important;
    width: 11px !important;
  }
  .single-article-shell {
    width: calc(100% - 20px) !important;
  }
  .single-article-title,
  .single-article-head .single-article-title {
    font-size: clamp(27px, 8vw, 34px) !important;
    line-height: 1.24 !important;
  }
}


/* v1.5.8 category trending sidebar style */
.category-trending-sidebar {
  display: grid;
  gap: 1rem;
}
.category-trending-sidebar__header {
  position: relative;
  margin-bottom: .15rem;
  padding-bottom: 1rem;
}
.category-trending-sidebar__header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #cfcfcf;
}
.category-trending-sidebar__header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 5px;
  background: #ff6c1a;
  z-index: 1;
}
.category-trending-sidebar__title {
  margin: 0;
  color: #3778d8;
  font-size: 2.3rem;
  line-height: 1.05;
  font-weight: 800;
}
.category-trending-sidebar__list {
  display: grid;
  gap: 1.1rem;
}
.category-trending-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 1rem 1rem 1.05rem;
  box-shadow: 0 3px 10px rgba(0,0,0,.03);
}
.category-trending-card__index {
  display: block;
  text-align: center;
  color: #333;
  font-size: 3.4rem;
  line-height: .95;
  font-weight: 800;
}
.category-trending-card__title {
  margin: 0;
  color: #242424;
  font-size: 1.12rem;
  line-height: 1.55;
  font-weight: 800;
}
.category-trending-card__title a {
  color: inherit;
}
.category-trending-card__title a:hover {
  color: #3778d8;
}
.category-real-sidebar--after-trending {
  margin-top: 1.2rem;
}
@media (max-width: 860px) {
  .category-trending-sidebar {
    margin-top: .25rem;
  }
  .category-trending-sidebar__title {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .category-trending-sidebar__header {
    padding-bottom: .85rem;
  }
  .category-trending-sidebar__title {
    font-size: 1.95rem;
  }
  .category-trending-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: .85rem;
    padding: .9rem;
  }
  .category-trending-card__index {
    font-size: 3rem;
  }
  .category-trending-card__title {
    font-size: 1.02rem;
    line-height: 1.5;
  }
}


/* v1.6.0 - Balanced single-post columns: shorter side sticks until the taller side ends */
@media (min-width: 981px) {
  body.single-post .single-article-grid,
  body.single .single-article-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 2rem;
    align-items: start;
  }

  body.single-post .single-article-content-col,
  body.single .single-article-content-col,
  body.single-post .single-article-sidebar,
  body.single .single-article-sidebar {
    min-width: 0;
    align-self: start;
    position: static;
    max-height: none;
    overflow: visible;
  }

  body.single-post .single-article-grid.is-content-shorter .single-article-content-col,
  body.single .single-article-grid.is-content-shorter .single-article-content-col,
  body.single-post .single-article-grid.is-sidebar-shorter .single-article-sidebar,
  body.single .single-article-grid.is-sidebar-shorter .single-article-sidebar {
    position: sticky;
    top: 112px;
  }

  body.admin-bar.single-post .single-article-grid.is-content-shorter .single-article-content-col,
  body.admin-bar.single .single-article-grid.is-content-shorter .single-article-content-col,
  body.admin-bar.single-post .single-article-grid.is-sidebar-shorter .single-article-sidebar,
  body.admin-bar.single .single-article-grid.is-sidebar-shorter .single-article-sidebar {
    top: 144px;
  }
}

@media (max-width: 980px) {
  body.single-post .single-article-grid,
  body.single .single-article-grid {
    grid-template-columns: 1fr;
  }

  body.single-post .single-article-content-col,
  body.single .single-article-content-col,
  body.single-post .single-article-sidebar,
  body.single .single-article-sidebar {
    position: static !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}


/* v1.5.9 Related news - 4 card reference layout */
.single-related-wrap {
  margin-top: 2.5rem;
  padding-top: .25rem;
}
.single-related-wrap .single-block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 0 1.4rem;
  color: #666;
  font-size: clamp(1.8rem, 2.6vw, 2.45rem);
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}
.single-related-wrap .single-block-title::before,
.single-related-wrap .single-block-title::after {
  content: "";
  flex: 1 1 0;
  height: 3px;
  background: #d71920;
}
.single-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
.single-related-card {
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0 8px 22px rgba(0,0,0,.06);
  overflow: hidden;
}
.single-related-card__thumb {
  display: block;
  overflow: hidden;
  background: #eee;
}
.single-related-card__thumb img,
.single-related-card__thumb .news-placeholder {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
  transition: transform .25s ease;
}
.single-related-card:hover .single-related-card__thumb img {
  transform: scale(1.025);
}
.single-related-card h3 {
  margin: 0;
  padding: 1rem 1.05rem 1.2rem;
  color: #171717;
  font-size: 1.18rem;
  line-height: 1.55;
  font-weight: 800;
}
.single-related-card h3 a {
  color: inherit;
}
.single-related-card h3 a:hover {
  color: #d71920;
}
@media (max-width: 1100px) {
  .single-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .single-related-card__thumb img,
  .single-related-card__thumb .news-placeholder {
    height: 220px;
  }
}
@media (max-width: 640px) {
  .single-related-wrap {
    margin-top: 2rem;
  }
  .single-related-wrap .single-block-title {
    gap: .7rem;
    font-size: 1.65rem;
  }
  .single-related-wrap .single-block-title::before,
  .single-related-wrap .single-block-title::after {
    height: 2px;
  }
  .single-related-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .single-related-card__thumb img,
  .single-related-card__thumb .news-placeholder {
    height: 210px;
  }
  .single-related-card h3 {
    padding: .9rem .95rem 1rem;
    font-size: 1.05rem;
  }
}


/* v22: related news width same as footer + left aligned single title */
.single-article-head,
.single-article-main {
  text-align: left;
}
.single-article-title {
  text-align: left !important;
  margin: 0 0 1.35rem !important;
}
.single-article-head .post-header,
.single-article-head .single-header-ad {
  text-align: left;
}
.single-related-wrap--full {
  width: 100%;
  margin-top: 2.5rem;
}
.single-block-title--related {
  justify-content: center;
  text-align: center;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 900;
  color: #6d6d6d;
  margin-bottom: 1.4rem;
}
.single-block-title--related::before,
.single-block-title--related::after {
  content: "";
  flex: 1;
  height: 3px;
  background: #d62828;
}
.single-block-title--related::after {
  display: block;
}
.single-related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}
.single-related-card {
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
}
.single-related-card__thumb {
  display: block;
}
.single-related-card__thumb img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  display: block;
}
.single-related-card h3 {
  margin: 0;
  padding: 1rem 1rem 1.1rem;
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  line-height: 1.45;
  font-weight: 900;
}
@media (max-width: 1180px) {
  .single-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .single-article-title {
    text-align: left !important;
    font-size: clamp(1.75rem, 7.4vw, 2.35rem) !important;
    line-height: 1.25 !important;
  }
  .single-block-title--related {
    gap: .75rem;
    font-size: 1.8rem;
  }
  .single-block-title--related::before,
  .single-block-title--related::after {
    height: 2px;
  }
  .single-related-grid {
    grid-template-columns: 1fr;
  }
  .single-related-card__thumb img {
    height: auto;
    aspect-ratio: 16 / 10;
  }
}


/* v23: mobile bottom-nav quick panels for Updates and Trending */
.mobile-quick-panel,
.mobile-quick-panel-overlay { display: none; }
@media (max-width: 760px) {
  .mobile-bottom-nav__item {
    border: 0 !important;
    cursor: pointer !important;
    appearance: none !important;
  }
  .mobile-quick-panel-overlay:not([hidden]) {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 99920 !important;
    background: rgba(0,0,0,.22) !important;
  }
  .mobile-quick-panel:not([hidden]) {
    display: block !important;
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    bottom: calc(82px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 99960 !important;
    max-height: min(68vh, 560px) !important;
    overflow-y: auto !important;
    background: #fff !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 12px !important;
    box-shadow: 0 -10px 35px rgba(0,0,0,.18) !important;
  }
  .mobile-quick-panel__head {
    position: sticky !important;
    top: 0 !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 14px 16px 12px !important;
    background: #fff !important;
    border-bottom: 1px solid #e7e7e7 !important;
  }
  .mobile-quick-panel__head h3 {
    position: relative !important;
    margin: 0 !important;
    padding-bottom: 5px !important;
    color: #2f75d6 !important;
    font-size: 27px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
  }
  .mobile-quick-panel__head h3::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 58px !important;
    height: 4px !important;
    background: #ff6a1a !important;
  }
  .mobile-quick-panel__close {
    flex: 0 0 38px !important;
    width: 38px !important;
    height: 38px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #e21e2b !important;
    color: #fff !important;
    font-size: 28px !important;
    line-height: 1 !important;
    cursor: pointer !important;
  }
  .mobile-quick-panel__list {
    display: grid !important;
    gap: 0 !important;
    padding: 0 14px 8px !important;
  }
  .mobile-quick-story {
    display: grid !important;
    grid-template-columns: 44px minmax(0,1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    padding: 15px 4px !important;
    border-bottom: 1px solid #e2e2e2 !important;
    color: #2c2c2c !important;
    text-decoration: none !important;
  }
  .mobile-quick-story:last-child { border-bottom: 0 !important; }
  .mobile-quick-story__index {
    font-size: 28px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    color: #333 !important;
    text-align: center !important;
  }
  .mobile-quick-story__title {
    font-size: 21px !important;
    line-height: 1.42 !important;
    font-weight: 700 !important;
    color: #2d2d2d !important;
  }
  body.mobile-quick-panel-open { overflow: hidden !important; }
  .mobile-bottom-nav__item.is-panel-active .mobile-bottom-nav__label {
    color: #d91f2b !important;
  }
}


/* v24: force single-post title left aligned on desktop/web and mobile */
body.single-post .single-article-shell .single-article-main .single-article-head h1.single-article-title,
body.single .single-article-shell .single-article-main .single-article-head h1.single-article-title {
  display: block !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
@media (min-width: 761px) {
  body.single-post .single-article-shell .single-article-main .single-article-head h1.single-article-title,
  body.single .single-article-shell .single-article-main .single-article-head h1.single-article-title {
    text-align: left !important;
    max-width: none !important;
  }
}

/* v25: footer final layer must finish flush at the bottom with no trailing gap */
html {
  margin: 0 !important;
  padding: 0 !important;
}
body {
  margin-bottom: 0 !important;
}
.site-footer.sunulo-footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.sunulo-footer__bottom {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #c8c8c8 !important;
  border: 0 !important;
}
.sunulo-footer__bottom-inner {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 88px !important;
}
.site-footer.sunulo-footer + * {
  margin-top: 0 !important;
}
@media (min-width: 761px) {
  body {
    padding-bottom: 0 !important;
  }
  .mobile-bottom-nav,
  .mobile-quick-panel {
    display: none !important;
  }
}
@media (max-width: 760px) {
  /* Keep only the space required for the fixed mobile bottom navigation. */
  .site-footer.sunulo-footer {
    padding-bottom: 0 !important;
  }
  .sunulo-footer__bottom-inner {
    min-height: 96px !important;
    padding: 14px 0 !important;
  }
}

/*
 * v26: mobile sticky header/menu
 * Keep the mobile header attached to the top while scrolling.
 */
@media (max-width: 1024px) {
  :root {
    --hostsewa-mobile-header-offset: 100px;
    --hostsewa-mobile-admin-offset: 0px;
  }

  html {
    scroll-padding-top: calc(var(--hostsewa-mobile-header-offset) + var(--hostsewa-mobile-admin-offset) + 8px);
  }

  body.admin-bar {
    --hostsewa-mobile-admin-offset: 46px;
  }

  .site-header {
    position: fixed !important;
    top: var(--hostsewa-mobile-admin-offset) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #fff !important;
    z-index: 99980 !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05) !important;
  }

  #page {
    padding-top: calc(var(--hostsewa-mobile-header-offset) + var(--hostsewa-mobile-admin-offset)) !important;
  }

  .site-header > .mobile-topbar.container {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 99981 !important;
    box-shadow: none !important;
    margin: 0 !important;
  }

  .site-header + .main-shell {
    margin-top: 0 !important;
  }

  .push-menu-overlay[hidden],
  .push-mobile-menu[hidden] {
    display: none !important;
  }
}

@media (max-width: 640px) {
  :root {
    --hostsewa-mobile-header-offset: 92px;
  }
}

@media (max-width: 480px) {
  :root {
    --hostsewa-mobile-header-offset: 84px;
  }

  body.admin-bar {
    --hostsewa-mobile-admin-offset: 46px;
  }
}

/* v27: hide header date/time on mobile single-post pages */
@media (max-width: 1024px) {
  body.single-post .mobile-topbar__date,
  body.single .mobile-topbar__date {
    display: none !important;
  }

  body.single-post .site-header > .mobile-topbar > .mobile-topbar__brand,
  body.single .site-header > .mobile-topbar > .mobile-topbar__brand {
    justify-content: center !important;
  }
}

/* v28: single post mobile - keep only the date under the logo, remove duplicate date row */
@media (max-width: 1024px) {
  body.single-post .site-header > .brand-strip,
  body.single .site-header > .brand-strip,
  body.single-post .brand-strip,
  body.single .brand-strip {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  body.single-post .mobile-topbar__date,
  body.single .mobile-topbar__date {
    display: block !important;
  }
}

/* v29: embedded Indreni Khabar channel video page */
.youtube-channel-page {
  padding-top: 1.2rem;
  padding-bottom: 2.5rem;
}
.youtube-channel-page__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 0 1.15rem;
  border-bottom: 3px solid #d82027;
  margin-bottom: 1.5rem;
}
.youtube-channel-page__eyebrow {
  display: inline-block;
  color: #d82027;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: .2rem;
}
.youtube-channel-page__head h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  font-weight: 900;
}
.youtube-channel-page__head p {
  margin: .4rem 0 0;
  color: #666;
  font-size: 1.05rem;
}
.youtube-channel-page__badge {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 58px;
  color: #fff;
  background: #d82027;
  font-size: 1.3rem;
  padding-left: 4px;
}
.youtube-channel-feature {
  margin-bottom: 2rem;
}
.youtube-channel-feature__player,
.youtube-channel-card__player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}
.youtube-channel-feature__player iframe,
.youtube-channel-card__player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.youtube-video-poster {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #111;
  text-align: left;
}
.youtube-video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.youtube-video-poster__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.28), rgba(0,0,0,.02) 55%);
}
.youtube-video-poster__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 68px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: #d82027;
  font-size: 1.5rem;
  line-height: 1;
  padding-left: 5px;
  box-shadow: 0 8px 28px rgba(0,0,0,.24);
}
.youtube-channel-feature h2 {
  margin: .85rem 0 0;
  font-size: clamp(1.55rem, 2.7vw, 2.4rem);
  line-height: 1.28;
  font-weight: 900;
}
.youtube-channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1.35rem;
}
.youtube-channel-card {
  background: #fff;
  box-shadow: 0 5px 18px rgba(0,0,0,.06);
}
.youtube-channel-card h3 {
  margin: 0;
  padding: .9rem 1rem 1.1rem;
  font-size: 1.12rem;
  line-height: 1.45;
  font-weight: 800;
}
.youtube-channel-empty {
  padding: 3rem 1rem;
  text-align: center;
  background: #fff;
}
@media (max-width: 900px) {
  .youtube-channel-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .youtube-channel-page { padding-top: .75rem; }
  .youtube-channel-page__head { align-items: flex-start; }
  .youtube-channel-page__badge { width: 46px; height: 46px; flex-basis: 46px; }
  .youtube-channel-page__head h1 { font-size: 2rem; }
  .youtube-channel-page__head p { font-size: .95rem; }
  .youtube-channel-grid { grid-template-columns: 1fr; gap: 1rem; }
  .youtube-video-poster__play { width: 56px; height: 56px; font-size: 1.2rem; }
  .youtube-channel-card h3 { font-size: 1.05rem; }
}

/* v30: center footer text/content to match supplied reference */
.site-footer.sunulo-footer .sunulo-footer__grid {
  align-items: start;
}
.site-footer.sunulo-footer .sunulo-footer__col,
.site-footer.sunulo-footer .sunulo-footer__col .widget {
  text-align: center !important;
}
.site-footer.sunulo-footer .sunulo-footer__col h3,
.site-footer.sunulo-footer .sunulo-footer__col .widget-title,
.site-footer.sunulo-footer .sunulo-footer__col .footer-widget-title,
.site-footer.sunulo-footer .sunulo-footer__col p,
.site-footer.sunulo-footer .sunulo-footer__col li,
.site-footer.sunulo-footer .sunulo-footer__col a {
  text-align: center !important;
}
.site-footer.sunulo-footer .sunulo-footer__col ul,
.site-footer.sunulo-footer .sunulo-footer__col ol {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  list-style-position: inside !important;
}
.site-footer.sunulo-footer .sunulo-footer__links > a,
.site-footer.sunulo-footer .sunulo-footer__links .widget a {
  display: block !important;
  width: 100% !important;
}
.site-footer.sunulo-footer .sunulo-footer__team-btn {
  margin-left: auto !important;
  margin-right: auto !important;
}
.site-footer.sunulo-footer .sunulo-footer__top {
  align-items: center !important;
}
.site-footer.sunulo-footer .sunulo-footer__bottom-inner {
  text-align: center !important;
}
@media (max-width: 760px) {
  .site-footer.sunulo-footer .sunulo-footer__top {
    justify-content: space-between !important;
  }
  .site-footer.sunulo-footer .sunulo-footer__grid {
    text-align: center !important;
  }
}


/* v31: four editor-controlled homepage headline positions */
.top-lead-stream {
  display: grid;
  gap: 1.2rem;
}
.top-lead-story--slot-1 {
  padding-bottom: 1.35rem;
}
.top-lead-story--slot-2,
.top-lead-story--slot-3,
.top-lead-story--slot-4 {
  padding: 1.15rem 0 1.3rem;
  border-top: 1px solid #e1e1e1;
}
.top-lead-story--slot-2 .top-lead-story__title,
.top-lead-story--slot-3 .top-lead-story__title,
.top-lead-story--slot-4 .top-lead-story__title {
  font-size: clamp(1.85rem, 3vw, 3rem) !important;
  line-height: 1.2 !important;
}
@media (max-width: 760px) {
  .top-lead-stream { gap: .75rem; }
  .top-lead-story--slot-2,
  .top-lead-story--slot-3,
  .top-lead-story--slot-4 {
    padding: .9rem 0 1rem;
  }
  .top-lead-story--slot-2 .top-lead-story__title,
  .top-lead-story--slot-3 .top-lead-story__title,
  .top-lead-story--slot-4 .top-lead-story__title {
    font-size: clamp(1.45rem, 6.5vw, 2rem) !important;
  }
}


/* v32: custom homepage header image for any of the 4 slots */
.top-lead-story--with-image .top-lead-story__image {
  display: block;
  overflow: hidden;
}
.top-lead-story--with-image .top-lead-story__image img {
  width: 100%;
  height: auto;
  max-height: 680px;
  object-fit: cover;
  display: block;
}
.top-lead-story--slot-2.top-lead-story--with-image,
.top-lead-story--slot-3.top-lead-story--with-image,
.top-lead-story--slot-4.top-lead-story--with-image {
  padding-top: 1.1rem;
}
@media (max-width: 760px) {
  .top-lead-story--with-image .top-lead-story__image img {
    max-height: none;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }
}
