/*!
Theme Name: nitimeemansa
Cleaned custom stylesheet for the Hindi news layout.
*/

:root {
  --nm-accent: #df4b22;
  --nm-ink: #202020;
  --nm-muted: #777;
  --nm-line: #e4e4e4;
  --nm-nav: #2c2c2c;
  --nm-footer: #303030;
  --nm-width: 1200px;
  --nm-wide-width: 1200px;
  --nm-body-font: "Mukta", sans-serif;
  --nm-heading-font: "Mukta", sans-serif;
  --nm-meta-font: "Open Sans", Arial, sans-serif;
  --nm-side-ad-width: 160px;
  --nm-side-ad-gap: 24px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: var(--nm-ink);
  font-family: var(--nm-body-font);
  font-size: 18px;
  line-height: 1.4;
  overflow-x: hidden;
}

h1,
h2 {
  font-family: var(--nm-heading-font);
}

h3,
h4,
h5,
h6 {
  font-family: var(--nm-heading-font);
  font-weight: 600;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--nm-accent);
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.site-container,
.print-wrap,
.page-wrap,
.container.print-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--nm-width) + 28px);
  padding-left: 14px;
  padding-right: 14px;
  width: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Header */
.top-strip,
.print-utility {
  background: #222;
  color: #fff;
  height: 41px;
  min-height: 41px;
  width: 100%;
}

.top-strip > .site-container,
.top-strip > .container,
.print-utility > .site-container,
.print-utility > .container {
  align-items: center;
  display: flex;
  height: 41px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--nm-wide-width) + 28px);
  min-height: 41px;
  padding-left: 14px;
  padding-right: 14px;
  position: relative;
  width: 100%;
}

.top-social,
.utility-left {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.social-dot {
  align-items: center;
  background: var(--nm-accent);
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex;
  flex: 0 0 29px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 29px;
  justify-content: center;
  line-height: 29px;
  width: 29px;
}

.google-news-icon {
  display: block;
  height: 18px;
  width: 18px;
}

.top-date {
  color: #fff;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 41px;
  margin-left: 14px;
  white-space: nowrap;
}

.support,
.support-btn {
  align-items: center;
  background: #fff200;
  border: 0;
  border-radius: 15px;
  color: #111 !important;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  line-height: 1;
  padding: 0 13px;
  white-space: nowrap;
}

.support-qr-modal .modal-content {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  position: relative;
}

.support-qr-modal .modal-body {
  padding: 26px;
  text-align: center;
}

.support-qr-modal h2 {
  color: var(--nm-ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 36px 18px;
}

.support-qr-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
}

.support-qr-image {
  background: #eef6ec;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
}

body::before,
body::after {
  display: none !important;
}

.page-ad-frame {
  /* Side Google ad boxes are temporarily disabled. */
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--nm-wide-width) + 28px);
  width: 100%;
}

.page-content-frame {
  grid-column: 1 / -1;
  min-width: 0;
  width: 100%;
}

.page-side-ad {
  align-items: center;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-top: 4px solid var(--nm-accent);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  color: var(--nm-ink);
  display: flex;
  flex-direction: column;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 600px;
  justify-content: center;
  line-height: 1.35;
  margin-top: 0;
  min-height: 600px;
  position: sticky;
  top: 72px;
  text-align: center;
  white-space: normal;
  width: var(--nm-side-ad-width);
}

body.admin-bar .page-side-ad {
  top: 104px;
}

.page-side-ad strong,
.page-side-ad em {
  display: block;
  font-style: normal;
}

.page-side-ad-unit {
  display: block;
  min-height: 600px;
  width: 160px;
}

.header-ad-unit,
.content-ad-unit {
  display: block;
  min-height: 90px;
  width: 100%;
}

.dummy-google-ad {
  align-items: center;
  background: #fafafa;
  color: var(--nm-ink);
  display: flex;
  flex-direction: column;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.35;
  text-align: center;
}

.dummy-google-ad span,
.dummy-google-ad strong,
.dummy-google-ad em {
  display: block;
  font-style: normal;
}

.header-ad-unit {
  height: 90px !important;
  max-height: 90px;
  min-height: 90px;
  overflow: hidden;
}

.content-ad-unit {
  min-height: 120px;
}

.header-ad-slot iframe {
  max-height: 90px !important;
}

.masthead,
.print-header,
.site-header {
  background: #fff;
  border: 0;
  box-shadow: none;
}

.masthead-inner {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: 470px minmax(0, 1fr);
  max-width: calc(var(--nm-wide-width) + 28px);
  min-height: 132px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.brand-col,
.site-logo-link {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-start;
  line-height: 1;
}

.brand-name-hi {
  align-items: center;
  color: var(--nm-accent);
  display: inline-flex;
  font-family: var(--nm-heading-font);
  font-size: 80px;
  font-weight: 800;
  height: 112px;
  line-height: 1.05;
  text-align: left;
  white-space: nowrap;
}

.google-translate-slot {
  line-height: 1;
}

.top-translate {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.brand-mark,
.logo {
  display: block;
  height: 112px;
  max-height: 112px;
  max-width: 315px;
  object-fit: contain;
  width: auto;
}

.top-ad,
.header-ad-slot {
  align-items: center;
  background: linear-gradient(90deg, #f7faf8, #fff);
  color: #476841;
  display: flex;
  flex-direction: column;
  height: 90px;
  justify-content: center;
  max-width: 1080px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.top-ad::before,
.header-ad-slot::before {
  content: none;
}

.top-ad::after,
.header-ad-slot::after {
  content: none;
}

.top-ad span,
.header-ad-slot span {
  color: #888;
  font-size: 12px;
  position: absolute;
  right: 44px;
  top: 13px;
}

.top-ad strong,
.header-ad-slot strong {
  color: #476841;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  margin-top: 8px;
}

.main-nav,
.print-nav {
  background: var(--nm-nav);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  min-height: 48px;
}

.nav-inner {
  align-items: center;
  display: flex;
  max-width: calc(var(--nm-wide-width) + 28px);
  min-height: 48px;
}

.main-nav .home,
.nav-home-icon {
  align-items: center;
  color: #fff !important;
  display: inline-flex;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  margin-right: 0;
  padding: 0 20px;
  position: relative;
}

.navbar-toggler {
  border: 0;
  color: #fff;
  font-size: 24px;
  margin-left: auto;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.collapse.navbar-collapse {
  align-items: center;
  display: flex;
  min-height: 48px;
  width: 100%;
}

.navbar-nav,
.fallback-menu {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-nav li,
.fallback-menu li {
  margin: 0;
  padding: 0;
  position: relative;
}

.navbar-nav a,
.fallback-menu a {
  color: #fff !important;
  display: block;
  font-family: var(--nm-heading-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.navbar-nav a:hover,
.fallback-menu a:hover {
  color: #fff !important;
}

.navbar-nav .menu-item-has-children > a::before,
.fallback-menu .menu-item-has-children > a::before {
  color: #fff;
  content: "\f078";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-size: 11px;
  font-weight: 900;
  margin: 0;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-nav .menu-item-has-children > a,
.fallback-menu .menu-item-has-children > a {
  padding-right: 34px;
}

.navbar-nav .sub-menu,
.fallback-menu .sub-menu {
  background: #303030;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 190px;
  padding: 8px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}

.navbar-nav li:hover > .sub-menu,
.navbar-nav li:focus-within > .sub-menu,
.fallback-menu li:hover > .sub-menu,
.fallback-menu li:focus-within > .sub-menu {
  display: block;
}

.navbar-nav .sub-menu a,
.fallback-menu .sub-menu a {
  color: #fff !important;
  font-family: var(--nm-heading-font);
  font-size: 14px;
  line-height: 20px;
  padding: 8px 18px;
  white-space: nowrap;
}

.navbar-nav .sub-menu a:hover,
.fallback-menu .sub-menu a:hover {
  background: var(--nm-accent);
}

.nav-home-icon::after,
.main-nav .home.active::after,
.print-nav .navbar-nav .current-menu-item > a::after,
.print-nav .navbar-nav .current-menu-ancestor > a::after,
.print-nav .navbar-nav .current-menu-parent > a::after {
  background: var(--nm-accent);
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
}

.nav-search {
  align-items: center;
  display: flex;
  margin-left: auto;
}

.nav-search input {
  display: none;
}

.nav-search .search-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  display: inline-flex;
  font-size: 22px;
  height: 48px;
  justify-content: center;
  padding: 0;
  width: 56px;
}

/* Homepage */
.print-home {
  padding: 42px 0 0;
}

.top-layout {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) 324px;
}

.section-head,
.section-heading {
  align-items: center;
  display: flex;
  margin-bottom: 18px;
}

.section-head h2,
.section-heading h2 {
  color: var(--nm-ink);
  font-family: var(--nm-heading-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
  white-space: nowrap;
}

.section-head::after,
.section-heading::after {
  background: var(--nm-accent);
  content: "";
  flex: 1 1 auto;
  height: 4px;
  margin-left: 20px;
}

.section-head.small h2,
.section-heading.small h2 {
  font-size: 28px;
}

.feature-box,
.top-news-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
  display: grid;
  gap: 24px;
  grid-template-columns: 348px minmax(0, 1fr);
  min-height: 410px;
  padding: 10px;
}

.lead img,
.lead-image img {
  height: 230px;
  margin-bottom: 0;
  object-fit: cover;
  width: 100%;
}

.home-image-wrap {
  display: block;
  margin-bottom: 15px;
}

.mini-row .home-image-wrap,
.stack-item .home-image-wrap,
.latest-row .home-image-wrap {
  margin-bottom: 0;
}

.home-image-meta {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-top: 0;
  color: #555;
  display: block;
  font-family: var(--nm-meta-font);
  font-size: 12px;
  line-height: 1.45;
  padding: 7px 9px;
}

.home-image-caption,
.home-image-description {
  display: block;
}

.home-image-caption {
  color: #222;
  font-weight: 700;
}

.home-image-description {
  margin-top: 2px;
}

.lead h1,
.lead-story h1 {
  color: #303030;
  font-family: var(--nm-heading-font);
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  margin: 0 0 9px;
}

.lead p,
.lead-story p,
.card-lead p,
.river-card p,
.post-snippet {
  color: #525252;
  font-family: var(--nm-body-font);
  font-size: 18px;
  line-height: 22px;
  margin: 9px 0 0;
}

.meta,
.print-meta,
.post-meta {
  color: var(--nm-muted);
  font-family: var(--nm-meta-font);
  font-size: 11px;
  line-height: 17px;
}

.headline-stack,
.story-stack {
  display: grid;
  gap: 20px;
}

.mini-row,
.stack-item {
  display: grid;
  gap: 13px;
  grid-template-columns: 100px 1fr;
}

.mini-row img,
.stack-item img {
  height: 70px;
  object-fit: cover;
  width: 100px;
}

.mini-row h3,
.stack-item h3,
.fineprint-item h3,
.fine-item h3 {
  font-family: var(--nm-heading-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 5px;
}

.fineprint,
.fineprint-panel {
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
  min-height: 428px;
  padding: 18px 12px 4px;
}

.fine-title,
.fineprint-title {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
}

.fine-title div,
.fineprint-title div,
.fineprint-title h2 {
  background: linear-gradient(90deg, #d7a025, #78329d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--nm-meta-font);
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

.fine-title span,
.fineprint-title span {
  align-items: center;
  background: var(--nm-ink);
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  height: 54px;
  justify-content: center;
  line-height: 1.05;
  margin-left: 4px;
  text-align: center;
  width: 54px;
}

.fine-sub,
.fineprint-subtitle {
  align-items: center;
  color: #777;
  display: flex;
  font-size: 14px;
  font-style: italic;
  gap: 18px;
  justify-content: center;
  margin: 8px 0 22px;
}

.fine-sub::before,
.fine-sub::after,
.fineprint-subtitle::before,
.fineprint-subtitle::after {
  background: #ddd;
  content: "";
  height: 1px;
  width: 72px;
}

.fine-item,
.fineprint-item {
  border-bottom: 1px dashed #ddd;
  display: grid;
  gap: 14px;
  grid-template-columns: 126px 1fr;
  margin-bottom: 13px;
  padding-bottom: 13px;
}

.fine-item img,
.fineprint-item img {
  height: 78px;
  object-fit: cover;
  width: 126px;
}

.social-feed-stack {
  display: grid;
  gap: 14px;
  margin: 0 4px 12px;
}

.social-embed-card {
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-bottom: 1px dashed #ddd;
  min-height: 292px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.social-embed-head {
  align-items: center;
  color: var(--nm-ink);
  display: flex;
  font-family: var(--nm-meta-font);
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  margin-bottom: 10px;
}

.social-embed-head span {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.social-embed-youtube .social-embed-head span {
  background: #ff0000;
}

.social-embed-facebook .social-embed-head span {
  background: #1877f2;
}

.social-embed-twitter .social-embed-head span {
  background: #111;
}

.social-embed-card iframe {
  border: 0;
  display: block;
  height: 230px;
  width: 100%;
}

.social-embed-fallback {
  color: var(--nm-accent);
  display: inline-flex;
  font-family: var(--nm-meta-font);
  font-size: 13px;
  font-weight: 800;
  margin-top: 10px;
}

.social-feed-control {
  align-items: center;
  background: rgba(32, 32, 32, 0.82);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  height: 28px;
  justify-content: center;
  opacity: 1;
  top: 132px;
  width: 28px;
}

.social-feed-control.carousel-control-prev {
  left: 16px;
}

.social-feed-control.carousel-control-next {
  right: 16px;
}

.tri-section,
.two-plus-one,
.videos,
.news-river,
.ad-band {
  display: grid;
  gap: 48px;
  margin-top: 50px;
}

.tri-section {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.two-plus-one {
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
}

.wide-grid,
.latest-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1.25fr 1fr;
}

.card-lead,
.wide-lead,
.river-card,
.category-story {
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  padding: 10px 10px 12px;
}

.card-lead img,
.wide-lead img,
.river-card img,
.category-story img {
  aspect-ratio: 16 / 10;
  margin-bottom: 0;
  object-fit: cover;
  width: 100%;
}

.card-lead h3,
.wide-lead h3,
.river-card h3,
.category-story h3,
.video-card h3 {
  color: #262626;
  font-family: var(--nm-heading-font);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 8px;
}

.mini-row.slim,
.latest-row {
  border-bottom: 1px solid var(--nm-line);
  display: grid;
  gap: 10px;
  grid-template-columns: 72px 1fr;
  padding: 10px 0;
}

.mini-row.slim img,
.latest-row img {
  height: 48px;
  width: 72px;
}

.mini-row.slim h3,
.latest-row h3,
.mini-row.slim a,
.latest-row a {
  color: var(--nm-ink);
  font-family: var(--nm-heading-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.mini-row.slim a:hover,
.latest-row a:hover {
  color: var(--nm-accent);
}

.ad-band {
  align-items: center;
  border: 1px solid #ddd;
  color: #999;
  display: flex;
  min-height: 120px;
  justify-content: center;
  margin-top: 50px;
}

.video-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.video-card {
  position: relative;
}

.video-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.video-card i {
  align-items: center;
  background: #e51b23;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 34%;
  transform: translate(-50%, -50%);
  width: 40px;
}

.video-card h3 {
  margin-top: 9px;
}

.river-grid,
.category-grid {
  display: grid;
  gap: 34px 26px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.river-card span,
.post-tag {
  background: transparent;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  color: #555;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  padding: 5px 10px;
}

/* Archives and article pages */
.content-shell {
  padding: 36px 0 48px;
}

.section-title {
  align-items: center;
  display: flex;
  margin-bottom: 18px;
}

.section-title span {
  font-family: var(--nm-heading-font);
  font-size: 24px;
  font-weight: 800;
}

.section-title::after {
  background: var(--nm-accent);
  content: "";
  flex: 1;
  height: 3px;
  margin-left: 18px;
}

.post-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  display: grid;
  gap: 18px;
  grid-template-columns: 240px 1fr;
  padding: 10px;
}

.post-thumb-wrap {
  background: #eee;
  display: block;
  min-height: 160px;
  overflow: hidden;
}

.post-thumb {
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  width: 100%;
}

.post-title {
  font-family: var(--nm-heading-font);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.28;
  margin: 0 0 8px;
}

.post-body {
  padding: 4px 4px 4px 0;
}

.read-more {
  display: none;
}

.article-shell {
  background: #f7f7f7;
  padding: 36px 0 48px;
}

.article-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 24px;
}

.article-title {
  font-family: var(--nm-heading-font);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.25;
  margin: 8px 0 12px;
}

.article-share {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 4px;
}

.article-share-label {
  color: var(--nm-muted);
  font-family: var(--nm-meta-font);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-share-link {
  align-items: center;
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex;
  font-size: 16px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.article-share-link:hover,
.article-share-link:focus {
  color: #fff !important;
  opacity: 0.86;
}

.share-facebook {
  background: #1877f2;
}

.share-twitter {
  background: #111;
}

.share-whatsapp {
  background: #25d366;
}

.share-linkedin {
  background: #0a66c2;
}

.hero-image {
  aspect-ratio: 16 / 9;
  margin: 0;
  object-fit: cover;
  width: 100%;
}

.featured-image-wrap {
  margin: 24px 0;
}

.featured-image-meta {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-top: 0;
  color: #555;
  font-family: var(--nm-meta-font);
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 12px;
}

.featured-image-caption {
  color: #222;
  font-weight: 700;
}

.featured-image-description {
  margin-top: 4px;
}

.featured-image-description p {
  margin: 0;
}

.article-body {
  color: #333;
  font-size: 20px;
  line-height: 1.85;
}

.article-body p {
  margin: 0 0 18px;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.archive-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.archive-pagination .page-numbers {
  background: #f2f2f2;
  color: var(--nm-ink);
  padding: 7px 10px;
}

.archive-pagination .current {
  background: var(--nm-accent);
  color: #fff;
}

/* Sidebar */
.widget {
  background: #fff;
  border: 0;
  margin: 0 0 24px;
  padding: 0;
}

.widget-title {
  border-bottom: 1px solid var(--nm-line);
  color: var(--nm-ink);
  font-family: var(--nm-heading-font);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 14px;
  padding: 0 0 9px;
}

.social-grid {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(5, 34px);
}

.social-grid a,
.footer-social a {
  align-items: center;
  color: #fff !important;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.facebook {
  background: #3b5999;
}

.twitterx {
  background: #14171a;
}

.instagram {
  background: #e4405f;
}

.youtube {
  background: #cd201f;
}

.threads {
  background: #000;
}

.mini-post {
  border-bottom: 1px solid var(--nm-line);
  display: grid;
  gap: 10px;
  grid-template-columns: 68px 1fr;
  padding: 9px 0;
}

.mini-post:first-of-type {
  padding-top: 0;
}

.mini-post:last-child {
  border-bottom: 0;
}

.mini-post img {
  height: 52px;
  object-fit: cover;
  width: 68px;
}

.mini-post h3 {
  font-family: var(--nm-heading-font);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.right-rail,
.widget-area {
  position: sticky;
  top: 80px;
}

/* Footer */
.footer,
.site-footer {
  background: var(--nm-footer);
  color: rgba(255, 255, 255, 0.82);
  margin-top: 52px;
  padding-top: 28px;
}

.footer a {
  color: rgba(255, 255, 255, 0.82) !important;
}

.footer a:hover {
  color: #fff !important;
}

.footer-top,
.footer-brand {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.footer-logo {
  display: block;
  height: 112px !important;
  max-height: 112px !important;
  max-width: 315px !important;
  object-fit: contain;
  width: auto !important;
}

.footer-logo-column {
  align-items: center;
  display: flex;
  flex: 0 1 90%;
  gap: 24px;
  max-width: 68%;
}

.footer-brand-content {
  flex: 0 0 auto;
}

.footer-translate {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.footer p {
  margin: 0 0 8px;
  text-align: left;
}

.footer-description {
  line-height: 1.7;
  margin-bottom: 0 !important;
}

.footer-social {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.footer-social a {
  background: var(--nm-accent);
  border-radius: 50%;
  font-size: 12px;
  height: 24px;
  width: 24px;
}

.footer-social .google-news-icon {
  height: 15px;
  width: 15px;
}

.footer-links,
.footer-page-links {
  background: #1c1c1c;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -14px;
  padding: 10px 0;
}

.footer-links a,
.footer-page-links a {
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  padding: 0 9px;
}

.copyright,
.footer-bottom {
  background: var(--nm-accent);
  color: #fff;
  font-size: 11px;
  padding: 7px 0;
  text-align: center;
}

/* Error page */
.error-404 {
  margin: 48px auto;
  max-width: var(--nm-width);
  padding: 0 14px;
}

.page-title {
  font-family: var(--nm-heading-font);
  font-weight: 800;
}

/* Responsive */
@media (max-width: 1199.98px) {
  .page-ad-frame {
    display: block;
  }

  .page-side-ad {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  :root {
    --nm-width: var(--nm-wide-width);
  }

  .site-container,
  .print-wrap,
  .page-wrap,
  .container.print-wrap {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .masthead-inner {
    gap: 24px;
    grid-template-columns: 390px minmax(0, 1fr);
  }

  .brand-mark,
  .logo {
    height: 92px;
    max-height: 92px;
    max-width: 260px;
  }

  .brand-name-hi {
    font-size: 42px;
    height: 92px;
  }

  .navbar-nav a,
  .fallback-menu a {
    font-size: 17px;
    padding: 0 12px;
  }

  .top-layout {
    gap: 30px;
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .feature-box,
  .top-news-card {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
  }
}

@media (max-width: 991.98px) {
  body {
    font-size: 17px;
  }

  .masthead-inner,
  .top-layout,
  .feature-box,
  .top-news-card,
  .two-plus-one,
  .wide-grid,
  .latest-grid {
    grid-template-columns: 1fr !important;
  }

  .masthead-inner {
    gap: 16px;
    justify-items: center;
    min-height: 0;
    padding-bottom: 14px;
    padding-top: 14px;
  }

  .brand-col,
  .site-logo-link {
    justify-content: center;
  }

  .top-ad,
  .header-ad-slot {
    height: 84px;
    max-width: 100%;
  }

  .top-ad::before,
  .header-ad-slot::before {
    font-size: 15px;
    max-width: calc(100% - 110px);
  }

  .top-ad::after,
  .header-ad-slot::after {
    right: 120px;
  }

  .top-ad strong,
  .header-ad-slot strong {
    font-size: 20px;
  }

  .top-ad span,
  .header-ad-slot span {
    right: 18px;
  }

  .main-nav,
  .print-nav,
  .nav-inner {
    min-height: 44px;
  }

  .main-nav .home,
  .nav-home-icon,
  .nav-search {
    display: none;
  }

  .collapse.navbar-collapse:not(.show) {
    display: none;
  }

  .collapse.navbar-collapse.show {
    display: block;
    width: 100%;
  }

  .navbar-nav,
  .fallback-menu {
    display: block;
    padding: 8px 0 10px;
  }

  .navbar-nav a,
  .fallback-menu a {
    font-size: 16px;
    line-height: 36px;
    padding: 0;
    white-space: normal;
  }

  .navbar-nav .sub-menu,
  .fallback-menu .sub-menu {
    background: #262626;
    box-shadow: none;
    display: block;
    margin: 0 0 4px 14px;
    min-width: 0;
    padding: 0;
    position: static;
  }

  .navbar-nav .menu-item-has-children > a::before,
  .fallback-menu .menu-item-has-children > a::before {
    display: none;
  }

  .tri-section {
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .top-layout,
  .tri-section,
  .two-plus-one,
  .videos,
  .news-river,
  .ad-band {
    margin-top: 36px;
  }

  .video-grid,
  .river-grid,
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .right-rail,
  .widget-area {
    position: static;
  }

  .post-card {
    grid-template-columns: 190px 1fr;
  }
}

@media (max-width: 575.98px) {
  .site-container,
  .print-wrap,
  .page-wrap,
  .container.print-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .top-strip,
  .print-utility,
  .top-strip > .site-container,
  .top-strip > .container,
  .print-utility > .site-container,
  .print-utility > .container {
    height: auto;
    min-height: 41px;
  }

  .top-strip > .site-container,
  .top-strip > .container,
  .print-utility > .site-container,
  .print-utility > .container {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .top-date,
  .support,
  .support-btn {
    display: none;
  }

  .print-home {
    padding-top: 20px;
  }

  .top-social,
  .utility-left {
    gap: 8px;
    justify-content: center;
    width: 100%;
  }

  .top-translate {
    margin: 8px auto 0;
    position: static;
    transform: none;
  }

  .social-dot {
    flex-basis: 26px;
    font-size: 12px;
    height: 26px;
    width: 26px;
  }

  .masthead-inner {
    gap: 12px;
  }

  .brand-mark,
  .logo {
    height: 60px;
    max-height: 60px;
    max-width: 180px;
  }

  .site-logo-link {
    gap: 10px;
  }

  .brand-name-hi {
    font-size: 45px;
    height: 60px;
  }

  .top-ad,
  .header-ad-slot {
    height: 76px;
    min-height: 76px;
    overflow: hidden;
    padding: 12px 56px 12px 12px;
  }

  .top-ad::before,
  .header-ad-slot::before {
    font-size: 12px;
    max-width: 100%;
  }

  .top-ad::after,
  .header-ad-slot::after {
    height: 54px;
    right: 74px;
    top: 19px;
    width: 70px;
  }

  .top-ad span,
  .header-ad-slot span {
    font-size: 10px;
    right: 10px;
    top: 8px;
  }

  .top-ad strong,
  .header-ad-slot strong {
    font-size: 17px;
    line-height: 1.1;
    max-width: 100%;
  }

  .navbar-toggler {
    height: 44px;
    padding: 0 4px;
  }

  .feature-box,
  .top-news-card,
  .fineprint,
  .fineprint-panel,
  .card-lead,
  .wide-lead,
  .river-card,
  .category-story,
  .post-card,
  .article-card {
    padding: 10px;
  }

  .lead img,
  .lead-image img {
    aspect-ratio: 16 / 10;
    height: auto;
  }

  .lead h1,
  .lead-story h1 {
    font-size: 20px;
  }

  .section-head h2,
  .section-heading h2,
  .section-title span {
    font-size: 23px;
    line-height: 34px;
    white-space: normal;
  }

  .section-head::after,
  .section-heading::after,
  .section-title::after {
    margin-left: 12px;
  }

  .mini-row,
  .stack-item,
  .fine-item,
  .fineprint-item {
    gap: 12px;
    grid-template-columns: 104px 1fr;
  }

  .mini-row img,
  .stack-item img,
  .fine-item img,
  .fineprint-item img {
    height: 72px;
    width: 104px;
  }

  .mini-row h3,
  .stack-item h3,
  .fineprint-item h3,
  .fine-item h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .fine-title div,
  .fineprint-title div,
  .fineprint-title h2 {
    font-size: clamp(30px, 12vw, 38px);
  }

  .fine-title span,
  .fineprint-title span {
    height: 48px;
    width: 48px;
  }

  .fine-sub::before,
  .fine-sub::after,
  .fineprint-subtitle::before,
  .fineprint-subtitle::after {
    width: 42px;
  }

  .tri-section,
  .video-grid,
  .river-grid,
  .category-grid {
    grid-template-columns: 1fr !important;
  }

  .tri-section,
  .two-plus-one,
  .videos,
  .news-river,
  .ad-band {
    gap: 28px;
    margin-top: 32px;
  }

  .video-grid,
  .river-grid,
  .category-grid {
    grid-template-columns: 1fr !important;
  }

  .post-card {
    display: block;
  }

  .post-thumb-wrap,
  .post-thumb {
    aspect-ratio: 16 / 10;
    min-height: 0;
    width: 100%;
  }

  .post-body {
    padding: 12px 0 0;
  }

  .post-title {
    font-size: 21px;
  }

  .article-title {
    font-size: 28px;
  }

  .article-body {
    font-size: 16px;
    line-height: 1.7;
  }

  .footer-top,
  .footer-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .footer-logo-column {
    align-items: flex-start;
    flex-direction: column;
    max-width: 100%;
  }

  .footer p,
  .footer-social {
    justify-content: flex-start;
    text-align: left;
  }

  .footer-brand-content {
    max-width: 100%;
  }
}

@media (max-width: 380px) {
  .mini-row,
  .stack-item,
  .fine-item,
  .fineprint-item {
    grid-template-columns: 88px 1fr;
  }

  .mini-row img,
  .stack-item img,
  .fine-item img,
  .fineprint-item img {
    height: 62px;
    width: 88px;
  }

  .lead h1,
  .lead-story h1,
  .card-lead h3,
  .wide-lead h3,
  .river-card h3,
  .category-story h3,
  .video-card h3 {
    font-size: 19px;
  }
}
