:root {
  --news-bg: #f8fafc;
  --news-border: #e2e8f0;
  --news-card: #ffffff;
  --news-muted: #64748b;
  --news-primary: #15803d;
  --news-primary-soft: #dcfce7;
  --news-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  --news-soft: #f1f5f9;
  --news-text: #0f172a;
}

/* Hindi Premium home UI kit */
:root {
  --hn-bg: #fff7ed;
  --hn-card: #ffffff;
  --hn-ink: #19130d;
  --hn-muted: #6b5c4f;
  --hn-line: #ead8c7;
  --hn-accent: #c2410c;
  --hn-accent-dark: #7c2d12;
  --hn-gold: #f59e0b;
  --hn-soft: #ffedd5;
  --hn-shadow: 0 16px 40px rgba(67, 20, 7, 0.09);
}

.hn-page {
  background:
    linear-gradient(180deg, #fff7ed 0, #fff 360px),
    var(--hn-bg);
  color: var(--hn-ink);
  min-height: 100vh;
  padding: 12px max(16px, calc((100vw - 1260px) / 2)) 32px;
}

.hn-top-ad {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

.hn-masthead {
  align-items: end;
  border-bottom: 3px solid var(--hn-ink);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 14px 0 12px;
}

.hn-brand {
  color: var(--hn-ink);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
  text-decoration: none;
}

.hn-kicker {
  color: var(--hn-accent);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hn-search,
.hn-inline-form {
  align-items: center;
  display: flex;
  gap: 8px;
}

.hn-search input,
.hn-inline-form input {
  background: #fff;
  border: 1px solid var(--hn-line);
  border-radius: 999px;
  font: inherit;
  min-height: 40px;
  padding: 0 14px;
}

.hn-search button,
.hn-inline-form button,
.hn-primary {
  background: var(--hn-accent);
  border: 1px solid var(--hn-accent);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 850;
  min-height: 40px;
  padding: 0 16px;
  text-decoration: none;
}

.hn-nav,
.hn-category-nav {
  align-items: center;
  border-bottom: 1px solid var(--hn-line);
  display: flex;
  gap: 18px;
  overflow: auto;
  padding: 10px 0;
  white-space: nowrap;
}

.hn-nav {
  background: var(--hn-ink);
  border-bottom: 0;
  margin-top: 10px;
  padding: 11px 14px;
}

.hn-nav a {
  color: #fff;
}

.hn-category-nav a,
.hn-nav a,
.hn-breaking a {
  font-weight: 800;
  text-decoration: none;
}

.hn-category-nav a {
  color: var(--hn-accent-dark);
}

.hn-breaking {
  align-items: center;
  background: #fff;
  border: 1px solid var(--hn-line);
  display: flex;
  gap: 14px;
  margin: 14px 0;
  overflow: hidden;
  padding: 10px 12px;
}

.hn-breaking strong {
  background: var(--hn-accent);
  color: #fff;
  padding: 7px 10px;
}

.hn-breaking div {
  display: flex;
  gap: 18px;
  overflow: auto;
  white-space: nowrap;
}

.hn-breaking a {
  color: var(--hn-ink);
}

.hn-front {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.58fr) minmax(260px, 0.52fr);
  margin-bottom: 20px;
}

.hn-lead,
.hn-top-stack,
.hn-panel,
.hn-section,
.hn-epaper,
.hn-newsletter,
.hn-ad-slot,
.hn-module-card,
.hn-story-card,
.hn-web-story {
  background: var(--hn-card);
  border: 1px solid var(--hn-line);
  box-shadow: var(--hn-shadow);
}

.hn-lead {
  display: grid;
  gap: 14px;
  grid-template-rows: auto 1fr;
  padding: 14px;
}

.hn-lead img,
.hn-story-card img,
.hn-web-story img,
.hn-module-card img {
  object-fit: cover;
  width: 100%;
}

.hn-lead img {
  aspect-ratio: 16 / 9;
}

.hn-lead h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.4rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 8px 0;
}

.hn-lead p,
.hn-story-card p,
.hn-module-card p,
.hn-section p {
  color: var(--hn-muted);
  line-height: 1.55;
}

.hn-section-head {
  align-items: baseline;
  border-bottom: 2px solid var(--hn-ink);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 8px;
}

.hn-section-head span {
  color: var(--hn-accent);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hn-section-head h2 {
  flex: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  letter-spacing: 0;
  margin: 0;
}

.hn-section-head a {
  color: var(--hn-accent-dark);
  font-weight: 850;
  text-decoration: none;
}

.hn-top-stack,
.hn-panel,
.hn-section {
  padding: 14px;
}

.hn-rail {
  display: grid;
  gap: 16px;
}

.hn-list-item {
  border-bottom: 1px solid var(--hn-line);
  color: var(--hn-ink);
  display: grid;
  gap: 4px;
  padding: 10px 0;
  text-decoration: none;
}

.hn-list-item strong {
  line-height: 1.25;
}

.hn-list-item span,
.hn-story-card span {
  color: var(--hn-muted);
  font-size: 0.8rem;
}

.hn-card-grid,
.hn-module-grid {
  display: grid;
  gap: 14px;
}

.hn-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hn-module-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hn-story-card,
.hn-module-card,
.hn-web-story {
  color: inherit;
  display: grid;
  gap: 9px;
  min-height: 128px;
  padding: 12px;
  text-decoration: none;
}

.hn-story-card img {
  aspect-ratio: 16 / 9;
}

.hn-story-card strong,
.hn-module-card strong {
  line-height: 1.25;
}

.hn-mid-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(220px, 0.38fr);
  margin-bottom: 20px;
}

.hn-section-tight {
  margin-bottom: 0;
}

.hn-compact-list {
  display: grid;
  gap: 10px;
}

.hn-compact-list a {
  border-bottom: 1px solid var(--hn-line);
  color: inherit;
  display: grid;
  gap: 4px;
  padding-bottom: 10px;
  text-decoration: none;
}

.hn-compact-list span,
.hn-compact-list em {
  color: var(--hn-muted);
  font-size: 0.88rem;
  font-style: normal;
}

.hn-ad-column {
  display: grid;
  gap: 12px;
}

.hn-ad-slot {
  align-items: center;
  color: var(--hn-muted);
  display: grid;
  justify-items: center;
  min-height: 88px;
  padding: 14px;
  text-align: center;
}

.hn-ad-slot span {
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hn-live-section {
  background: #1c1917;
  color: #fff;
}

.hn-live-section .hn-section-head {
  border-color: rgba(255, 255, 255, 0.25);
}

.hn-live-card {
  background: #292524;
  border-color: rgba(255, 255, 255, 0.14);
}

.hn-live-card p,
.hn-live-card span {
  color: #fed7aa;
}

.hn-story-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hn-web-story img {
  aspect-ratio: 9 / 16;
}

.hn-epaper,
.hn-newsletter {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 18px;
}

.hn-epaper {
  background: var(--hn-ink);
  color: #fff;
}

.hn-epaper p {
  color: #fed7aa;
}

.hn-newsletter {
  background: var(--hn-soft);
}

@media (max-width: 980px) {
  .hn-masthead,
  .hn-epaper,
  .hn-newsletter,
  .hn-inline-form {
    align-items: stretch;
    flex-direction: column;
  }

  .hn-front,
  .hn-mid-layout,
  .hn-card-grid,
  .hn-module-grid,
  .hn-story-strip {
    grid-template-columns: 1fr;
  }

  .hn-brand {
    font-size: 2.3rem;
  }
}

.news-page {
  background: var(--news-bg);
  color: var(--news-text);
  min-height: 100vh;
  padding: 24px max(24px, calc((100vw - 1240px) / 2));
}

.news-shell-header,
.news-footer {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.news-shell-header {
  margin-bottom: 14px;
}

.news-masthead {
  display: grid;
  gap: 4px;
}

.news-masthead span {
  color: var(--news-muted);
  font-size: 0.85rem;
}

.news-brand {
  color: inherit;
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}

.news-nav,
.news-category-nav {
  border-bottom: 1px solid var(--news-border);
  border-top: 1px solid var(--news-border);
  display: flex;
  gap: 18px;
  margin-bottom: 16px;
  overflow: auto;
  padding: 10px 0;
  white-space: nowrap;
}

.news-category-nav {
  border-top: 0;
  color: #334155;
  font-size: 0.9rem;
  margin-top: -16px;
}

.news-nav a,
.news-category-nav a,
.news-primary-link,
.news-sharebar a,
.news-ticker-grid a {
  color: var(--news-primary);
  font-weight: 700;
  text-decoration: none;
}

.news-search input {
  background: #fff;
  border: 1px solid var(--news-border);
  border-radius: 999px;
  height: 38px;
  padding: 0 14px;
}

.news-hero,
.news-company-card {
  background: #fff;
  border: 1px solid var(--news-border);
  border-radius: 24px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin-bottom: 24px;
  padding: 20px;
}

.news-hero img,
.news-company-card img,
.news-card img,
.news-article figure img,
.news-story-strip img {
  border-radius: 18px;
  object-fit: cover;
  width: 100%;
}

.news-hero img,
.news-card img {
  aspect-ratio: 16 / 9;
}

.news-hero h1,
.news-titlebar h1,
.news-article h1 {
  font-size: clamp(2rem, 4vw, 4.5rem);
  letter-spacing: 0;
  line-height: 1;
  margin: 8px 0;
}

.news-titlebar {
  margin-bottom: 24px;
}

.news-titlebar p,
.news-lede,
.news-card p,
.news-hero p,
.news-company-card p {
  color: #475569;
  line-height: 1.6;
}

.news-kicker {
  color: var(--news-primary);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.news-breaking {
  align-items: center;
  background: #0f172a;
  border-radius: 18px;
  color: #fff;
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  overflow: hidden;
  padding: 12px 16px;
}

.news-front-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.7fr) minmax(260px, 0.55fr);
  margin-bottom: 24px;
}

.news-lead-story,
.news-top-stack,
.news-side-rail section,
.news-epaper-strip,
.news-newsletter,
.news-section-columns > section {
  background: #fff;
  border: 1px solid var(--news-border);
  border-radius: 20px;
  padding: 18px;
}

.news-lead-story {
  display: grid;
  gap: 18px;
  grid-template-rows: auto 1fr;
}

.news-lead-story img {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
}

.news-lead-story h1 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 8px 0;
}

.news-top-stack,
.news-side-rail,
.news-compact-list {
  display: grid;
  gap: 12px;
}

.news-top-stack a,
.news-side-rail a,
.news-compact-list a {
  border-top: 1px solid var(--news-border);
  color: inherit;
  display: grid;
  gap: 5px;
  padding-top: 12px;
  text-decoration: none;
}

.news-top-stack a:first-of-type,
.news-side-rail a:first-of-type,
.news-compact-list a:first-of-type {
  border-top: 0;
}

.news-top-stack strong,
.news-compact-list strong {
  line-height: 1.25;
}

.news-side-rail section {
  display: grid;
  gap: 10px;
}

.news-section-columns {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 24px;
}

.news-compact-list span,
.news-compact-list em {
  color: var(--news-muted);
  font-size: 0.88rem;
  font-style: normal;
}

.news-epaper-strip,
.news-newsletter {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.news-breaking div {
  display: flex;
  gap: 18px;
  overflow: auto;
  white-space: nowrap;
}

.news-breaking a {
  color: inherit;
  text-decoration: none;
}

.news-featured-grid,
.news-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 24px;
}

.news-featured-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.news-module-rail,
.news-publication-grid,
.news-compact-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 24px;
}

.news-module-card,
.news-publication-card,
.news-compact-grid a,
.news-story-strip a,
.news-ui-card {
  background: #fff;
  border: 1px solid var(--news-border);
  border-radius: 18px;
  color: inherit;
  display: grid;
  gap: 8px;
  min-height: 120px;
  padding: 18px;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.news-module-card:hover,
.news-publication-card:hover,
.news-compact-grid a:hover,
.news-story-strip a:hover,
.news-ui-card:hover {
  border-color: #bbf7d0;
  box-shadow: var(--news-shadow);
  transform: translateY(-1px);
}

.news-module-card span,
.news-publication-card span,
.news-compact-grid span,
.news-ui-card span {
  color: var(--news-primary);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.news-module-card strong,
.news-publication-card strong,
.news-compact-grid strong,
.news-story-strip strong,
.news-ui-card strong {
  font-size: 1rem;
  line-height: 1.2;
}

.news-module-card p,
.news-compact-grid p,
.news-ui-card p {
  color: var(--news-muted);
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
}

.news-ui-card {
  min-height: 132px;
}

.news-ui-card img {
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  object-fit: cover;
  width: 100%;
}

.news-ui-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-premium-dashboard,
.news-premium-split,
.news-epaper-workspace,
.news-reader-dashboard,
.news-checkout-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
}

.news-premium-dashboard {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.news-premium-split {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-dashboard-panel,
.news-reader-dashboard-card,
.news-plan-card {
  background: #fff;
  border: 1px solid var(--news-border);
  border-radius: 20px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.news-dashboard-hero {
  margin: 0;
}

.news-reader-dashboard {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-reader-dashboard-card strong {
  font-size: 1.08rem;
  line-height: 1.25;
}

.news-checkout-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-plan-card {
  min-height: 220px;
}

.news-plan-card > strong {
  font-size: 1.4rem;
  line-height: 1.1;
}

.news-plan-card > span {
  color: var(--news-primary);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.news-plan-card button {
  align-self: end;
}

.news-epaper-page-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.news-epaper-edition-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-epaper-search-panel .news-inline-form {
  margin: 0;
}

.news-card {
  background: #fff;
  border: 1px solid var(--news-border);
  border-radius: 18px;
  color: inherit;
  display: grid;
  gap: 14px;
  min-height: 180px;
  padding: 16px;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.news-card:hover,
.news-ticker-grid a:hover {
  border-color: #bbf7d0;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.news-card h2 {
  font-size: 1.15rem;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 8px 0;
}

.news-card small,
.news-meta,
.news-footer {
  color: var(--news-muted);
  font-size: 0.875rem;
}

.news-flag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 18px;
}

.news-flag-row span {
  background: #dcfce7;
  border-radius: 999px;
  color: #166534;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 3px 8px;
  text-transform: uppercase;
}

.news-article {
  margin: 0 auto;
  max-width: 860px;
}

.news-article-flags {
  margin-bottom: 12px;
}

.news-paywall-note {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 18px;
  color: #14532d;
  margin: 18px 0;
  padding: 16px 18px;
}

.news-paywall-note p {
  margin: 6px 0 0;
}

.news-action-panel,
.news-action-state {
  background: #f8fafc;
  border: 1px solid var(--news-border);
  border-radius: 16px;
  color: #334155;
  display: block;
  margin: 14px 0;
  padding: 12px 14px;
}

.news-action-panel {
  display: grid;
  gap: 8px;
}

.news-action-panel strong {
  color: var(--news-text);
}

.news-action-panel p,
.news-action-state {
  line-height: 1.5;
}

.news-action-success {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #14532d;
}

.news-action-error {
  background: #fef2f2;
  border-color: #fecaca;
  color: #7f1d1d;
}

.news-muted-note {
  color: var(--news-muted);
  font-size: 0.9rem;
}

.news-sponsored-box,
.news-reader-actions,
.news-comments,
.news-detail-card,
.news-notice-grid article,
.news-poll-card,
.news-submission-form {
  background: #fff;
  border: 1px solid var(--news-border);
  border-radius: 18px;
  display: grid;
  gap: 12px;
  margin: 18px 0;
  padding: 16px 18px;
}

.news-sponsored-box span,
.news-ad-strip span {
  color: var(--news-primary);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.news-meta,
.news-sharebar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0;
}

.news-sharebar {
  border-bottom: 1px solid var(--news-border);
  border-top: 1px solid var(--news-border);
  padding: 12px 0;
}

.news-body {
  font-size: 1.05rem;
  line-height: 1.8;
}

.news-body blockquote {
  border-left: 4px solid #86efac;
  color: #334155;
  margin: 24px 0;
  padding-left: 18px;
}

.news-media-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.news-media-grid figure {
  margin: 0;
}

.news-media-grid img,
.news-landing-image,
.news-epaper-cover {
  border-radius: 18px;
  object-fit: cover;
  width: 100%;
}

.news-media-grid img {
  aspect-ratio: 16 / 10;
}

.news-media-grid figcaption,
.news-article figcaption {
  color: var(--news-muted);
  font-size: 0.85rem;
  line-height: 1.45;
  margin-top: 8px;
}

.news-reader-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.news-comments {
  margin-top: 28px;
}

.news-reader-actions a {
  color: var(--news-primary);
  font-weight: 800;
  text-decoration: none;
}

.news-related {
  margin-top: 40px;
}

.news-titlebar-small h2 {
  margin: 4px 0;
}

.news-ticker-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.news-ticker-grid a,
.news-live-feed article,
.news-pinned-updates article,
.news-story-strip article,
.news-empty {
  background: #fff;
  border: 1px solid var(--news-border);
  border-radius: 18px;
  padding: 18px;
}

.news-ticker-grid a {
  color: inherit;
  display: grid;
  gap: 6px;
}

.news-ticker-grid em {
  color: var(--news-primary);
  font-style: normal;
  font-weight: 800;
}

.news-live-feed {
  display: grid;
  gap: 14px;
}

.news-pinned-updates {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.news-pinned-updates article {
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.news-live-feed span {
  color: var(--news-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.news-story-strip {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.news-story-strip article {
  display: grid;
  gap: 12px;
}

.news-story-strip article > span {
  align-items: center;
  background: #0f172a;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.news-story-strip-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}

.news-story-strip img {
  aspect-ratio: 9 / 16;
}

.news-author-photo {
  aspect-ratio: 1;
  border-radius: 999px;
  object-fit: cover;
  width: min(160px, 45vw);
}

.news-landing-image,
.news-epaper-cover {
  aspect-ratio: 16 / 7;
  margin-top: 14px;
  max-height: 320px;
}

.news-sponsor-strip,
.news-notice-grid,
.news-ad-strip {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 24px;
}

.news-sponsor-strip a,
.news-ad-strip div {
  align-items: center;
  background: #fff;
  border: 1px solid var(--news-border);
  border-radius: 18px;
  color: inherit;
  display: flex;
  gap: 12px;
  min-height: 88px;
  padding: 16px;
  text-decoration: none;
}

.news-detail-card {
  align-items: center;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  margin-bottom: 24px;
}

.news-detail-card img {
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
}

.news-notice-grid article {
  margin: 0;
}

.news-notice-grid article span {
  color: var(--news-primary);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.news-sponsor-strip img {
  border-radius: 12px;
  height: 48px;
  object-fit: contain;
  width: 72px;
}

.news-inline-form {
  align-items: center;
  display: flex;
  gap: 10px;
}

.news-inline-form input,
.news-inline-form button,
.news-submission-form input,
.news-submission-form select,
.news-submission-form textarea,
.news-submission-form button,
.news-poll-card button,
.news-plan-card button {
  border: 1px solid var(--news-border);
  border-radius: 12px;
  font: inherit;
  min-height: 40px;
  padding: 0 12px;
}

.news-submission-form input[type="checkbox"],
.news-submission-form input[type="radio"],
.news-poll-card input[type="checkbox"],
.news-poll-card input[type="radio"] {
  min-height: auto;
  padding: 0;
}

.news-inline-form button,
.news-submission-form button,
.news-poll-card button,
.news-plan-card button {
  background: var(--news-primary);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

.news-submission-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}

.news-submission-form label {
  display: grid;
  gap: 6px;
}

.news-submission-form textarea {
  min-height: 110px;
  padding: 12px;
  resize: vertical;
}

.news-form-wide {
  grid-column: 1 / -1;
}

.news-option-list {
  display: grid;
  gap: 8px;
}

.news-option-list label {
  align-items: center;
  display: flex;
  gap: 8px;
}

.news-compact-grid img {
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  object-fit: cover;
  width: 100%;
}

.news-footer {
  border-top: 1px solid var(--news-border);
  margin-top: 40px;
  padding-top: 20px;
}

.news-paywall-lock {
  border-color: rgba(180, 83, 9, 0.28);
}

.news-media-player {
  background: #0f172a;
  border-radius: 18px;
  margin: 20px 0;
  overflow: hidden;
}

.news-media-player video,
.news-media-player audio {
  display: block;
  width: 100%;
}

.news-audio-player {
  background: var(--news-soft);
  padding: 16px;
}

.news-transcript {
  background: var(--news-soft);
  border: 1px solid var(--news-border);
  border-radius: 18px;
  margin-top: 20px;
  padding: 20px;
}

.news-archive-filter {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.news-archive-filter a {
  border: 1px solid var(--news-border);
  border-radius: 999px;
  color: var(--news-muted);
  padding: 6px 12px;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.runtime-route-progress {
  background: var(--news-primary);
  height: 2px;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 160ms ease, transform 500ms ease;
  z-index: 50;
}

.runtime-route-progress.is-active {
  opacity: 1;
  transform: scaleX(0.72);
}

@media (max-width: 900px) {
  .news-shell-header {
    align-items: stretch;
    flex-direction: column;
  }

  .news-hero,
  .news-front-grid,
  .news-company-card,
  .news-detail-card,
  .news-featured-grid,
  .news-module-rail,
  .news-notice-grid,
  .news-publication-grid,
  .news-compact-grid,
  .news-grid,
  .news-media-grid,
  .news-sponsor-strip,
  .news-ad-strip,
  .news-checkout-grid,
  .news-epaper-edition-grid,
  .news-epaper-page-grid,
  .news-epaper-workspace,
  .news-premium-dashboard,
  .news-premium-split,
  .news-reader-dashboard,
  .news-submission-form,
  .news-story-strip,
  .news-ticker-grid,
  .news-section-columns {
    grid-template-columns: 1fr;
  }

  .news-epaper-strip,
  .news-newsletter,
  .news-inline-form {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Hindi Premium newspaper composition overrides */
:root {
  --hn-bg: #f3eee7;
  --hn-paper: #fffdf8;
  --hn-ink: #18110c;
  --hn-muted: #6c6258;
  --hn-line: #dfd0bd;
  --hn-line-strong: #22150d;
  --hn-red: #b91c1c;
  --hn-red-dark: #7f1d1d;
  --hn-red-soft: #fee2e2;
  --hn-yellow: #facc15;
  --hn-ad: #f7f1e8;
  --hn-shadow: 0 18px 50px rgba(36, 21, 12, 0.08);
}

.hn-page {
  background:
    radial-gradient(circle at top left, rgba(185, 28, 28, 0.08), transparent 32rem),
    linear-gradient(180deg, #fbf4eb 0, #f3eee7 520px, #f8f4ee 100%);
  color: var(--hn-ink);
  min-height: 100vh;
  padding: 14px max(12px, calc((100vw - 1320px) / 2)) 28px;
}

.hn-paper {
  background: var(--hn-paper);
  border: 1px solid rgba(24, 17, 12, 0.14);
  box-shadow: var(--hn-shadow);
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 18px 22px;
}

.hn-topline {
  align-items: center;
  border-bottom: 1px solid var(--hn-line);
  color: var(--hn-muted);
  display: grid;
  font-size: 0.82rem;
  gap: 12px;
  grid-template-columns: 1fr auto 1fr;
  padding: 8px 0;
}

.hn-topline span:first-child {
  color: var(--hn-red-dark);
  font-weight: 900;
  text-transform: uppercase;
}

.hn-topline a {
  color: var(--hn-red-dark);
  font-weight: 900;
  justify-self: end;
  text-decoration: none;
}

.hn-billboard {
  background: var(--hn-ad);
  border: 1px dashed #c9aa82;
  display: grid;
  gap: 8px;
  margin: 12px 0;
  min-height: 76px;
  padding: 8px;
}

.hn-masthead {
  align-items: end;
  border-bottom: 4px solid var(--hn-line-strong);
  display: grid;
  gap: 16px;
  grid-template-columns: 180px minmax(0, 1fr) 300px;
  padding: 16px 0 12px;
}

.hn-date {
  color: var(--hn-muted);
  font-size: 0.84rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hn-brand {
  color: var(--hn-red);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.84;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 0 #fff, 0 4px 0 rgba(24, 17, 12, 0.08);
}

.hn-search,
.hn-inline-form {
  align-items: center;
  display: flex;
  gap: 8px;
}

.hn-search {
  justify-content: flex-end;
}

.hn-search input,
.hn-inline-form input {
  background: #fff;
  border: 1px solid var(--hn-line);
  border-radius: 2px;
  color: var(--hn-ink);
  font: inherit;
  min-height: 38px;
  min-width: 0;
  padding: 0 12px;
}

.hn-search button,
.hn-inline-form button,
.hn-primary {
  align-items: center;
  background: var(--hn-red);
  border: 1px solid var(--hn-red);
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  text-decoration: none;
}

.hn-nav {
  align-items: center;
  background: var(--hn-red);
  border-bottom: 3px solid var(--hn-red-dark);
  display: flex;
  gap: 0;
  margin: 0 -18px;
  overflow: auto;
  padding: 0 18px;
  white-space: nowrap;
}

.hn-nav a {
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-weight: 900;
  padding: 12px 14px;
  text-decoration: none;
}

.hn-category-nav {
  align-items: center;
  background: #fff8ef;
  border-bottom: 1px solid var(--hn-line);
  display: flex;
  gap: 18px;
  margin: 0 -18px;
  overflow: auto;
  padding: 9px 18px;
  white-space: nowrap;
}

.hn-category-nav a {
  color: var(--hn-red-dark);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
}

.hn-breaking {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--hn-line);
  border-top: 1px solid var(--hn-line);
  display: flex;
  gap: 12px;
  margin: 12px 0 14px;
  overflow: hidden;
  padding: 0;
}

.hn-breaking strong {
  background: var(--hn-line-strong);
  color: #fff;
  flex: 0 0 auto;
  padding: 9px 12px;
  text-transform: uppercase;
}

.hn-breaking div {
  display: flex;
  gap: 20px;
  overflow: auto;
  white-space: nowrap;
}

.hn-breaking a {
  color: var(--hn-ink);
  font-weight: 850;
  text-decoration: none;
}

.hn-front {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1.48fr) minmax(250px, 0.78fr);
  margin-bottom: 18px;
}

.hn-left-digest,
.hn-right-rail,
.hn-news-grid-section,
.hn-region-strip,
.hn-desk,
.hn-live-section,
.hn-web-stories,
.hn-services,
.hn-newsletter,
.hn-publications,
.hn-sponsors {
  border-top: 3px solid var(--hn-line-strong);
}

.hn-left-digest,
.hn-rail-panel,
.hn-desk,
.hn-news-grid-section,
.hn-region-strip,
.hn-web-stories,
.hn-services,
.hn-publications,
.hn-sponsors {
  background: #fff;
}

.hn-left-digest,
.hn-rail-panel,
.hn-desk,
.hn-news-grid-section,
.hn-region-strip,
.hn-web-stories,
.hn-services,
.hn-publications,
.hn-sponsors,
.hn-newsletter {
  border-left: 1px solid var(--hn-line);
  border-right: 1px solid var(--hn-line);
  border-bottom: 1px solid var(--hn-line);
  padding: 12px;
}

.hn-section-title {
  align-items: baseline;
  display: flex;
  gap: 9px;
  margin-bottom: 10px;
}

.hn-section-title span,
.hn-kicker {
  color: var(--hn-red);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hn-section-title h2 {
  color: var(--hn-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1;
  margin: 0;
}

.hn-section-title-row {
  border-bottom: 1px solid var(--hn-line);
  justify-content: space-between;
  padding-bottom: 8px;
}

.hn-section-title-row h2 {
  flex: 1;
}

.hn-section-title-row a {
  color: var(--hn-red-dark);
  font-size: 0.85rem;
  font-weight: 900;
  text-decoration: none;
}

.hn-lead {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--hn-line);
  box-shadow: none;
  display: grid;
  gap: 12px;
  padding: 0;
}

.hn-lead-media {
  background: #111;
  display: block;
  overflow: hidden;
}

.hn-lead img {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.hn-lead-copy {
  border-left: 5px solid var(--hn-red);
  padding: 0 0 10px 14px;
}

.hn-lead h1 {
  color: var(--hn-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.93;
  margin: 8px 0;
}

.hn-lead p,
.hn-story-card p,
.hn-pill-card p,
.hn-live-card p,
.hn-newsletter p {
  color: var(--hn-muted);
  line-height: 1.5;
}

.hn-list-item {
  border-bottom: 1px solid var(--hn-line);
  color: var(--hn-ink);
  display: grid;
  gap: 5px;
  padding: 10px 0;
  text-decoration: none;
}

.hn-list-item:first-of-type {
  padding-top: 0;
}

.hn-list-item strong {
  font-size: 1rem;
  line-height: 1.25;
}

.hn-left-digest .hn-list-item:first-of-type strong,
.hn-rail-panel .hn-list-item:first-of-type strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
}

.hn-list-item span,
.hn-story-card span,
.hn-pill-card span,
.hn-pub-card span {
  color: var(--hn-muted);
  font-size: 0.8rem;
}

.hn-right-rail {
  display: grid;
  gap: 14px;
}

.hn-epaper-mini {
  background: var(--hn-line-strong);
  color: #fff;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.hn-epaper-mini span {
  color: var(--hn-yellow);
  font-weight: 950;
  text-transform: uppercase;
}

.hn-epaper-mini a {
  color: #fff;
  font-weight: 900;
}

.hn-news-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
}

.hn-story-card {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--hn-line);
  box-shadow: none;
  color: inherit;
  display: grid;
  gap: 8px;
  min-height: 0;
  padding: 0 0 12px;
  text-decoration: none;
}

.hn-story-card img,
.hn-web-story img,
.hn-pub-card img {
  display: block;
  object-fit: cover;
  width: 100%;
}

.hn-story-card img {
  aspect-ratio: 16 / 9;
}

.hn-story-card strong {
  font-size: 1.02rem;
  line-height: 1.25;
}

.hn-story-card-1 {
  border-bottom: 0;
  grid-row: span 2;
}

.hn-story-card-1 strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1.08;
}

.hn-editorial-band {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 300px;
  margin-bottom: 18px;
}

.hn-pill-grid,
.hn-live-grid,
.hn-pub-grid {
  display: grid;
  gap: 12px;
}

.hn-pill-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hn-pill-card,
.hn-module-card,
.hn-pub-card,
.hn-live-card,
.hn-web-story {
  color: inherit;
  display: grid;
  gap: 7px;
  text-decoration: none;
}

.hn-pill-card,
.hn-module-card {
  background: #fff8ef;
  border: 1px solid var(--hn-line);
  box-shadow: none;
  padding: 12px;
}

.hn-pill-card strong,
.hn-module-card strong,
.hn-live-card strong,
.hn-pub-card strong,
.hn-web-story strong {
  line-height: 1.22;
}

.hn-side-ad {
  display: grid;
  gap: 12px;
}

.hn-ad-slot {
  align-items: center;
  background: var(--hn-ad);
  border: 1px dashed #c9aa82;
  box-shadow: none;
  color: #7a6251;
  display: grid;
  justify-items: center;
  min-height: 90px;
  padding: 12px;
  text-align: center;
}

.hn-billboard .hn-ad-slot {
  min-height: 58px;
}

.hn-ad-slot span {
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hn-two-column,
.hn-media-commerce {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.hn-desk-list,
.hn-service-list {
  display: grid;
  gap: 10px;
}

.hn-desk-list a {
  border-bottom: 1px solid var(--hn-line);
  color: inherit;
  display: grid;
  gap: 4px;
  padding-bottom: 10px;
  text-decoration: none;
}

.hn-desk-list span,
.hn-desk-list em {
  color: var(--hn-muted);
  font-size: 0.88rem;
  font-style: normal;
}

.hn-live-section {
  background: #21130d;
  border: 0;
  color: #fff;
  margin-bottom: 18px;
  padding: 14px;
}

.hn-live-section .hn-section-title {
  border-color: rgba(255, 255, 255, 0.22);
}

.hn-live-section .hn-section-title h2,
.hn-live-section .hn-section-title a {
  color: #fff;
}

.hn-live-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hn-live-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 12px;
}

.hn-live-card span {
  color: var(--hn-yellow);
  font-weight: 950;
  text-transform: uppercase;
}

.hn-live-card p {
  color: #f8d2bd;
}

.hn-story-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hn-web-story {
  background: #111;
  color: #fff;
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.hn-web-story img {
  aspect-ratio: 9 / 16;
  height: 100%;
}

.hn-web-story strong {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
  bottom: 0;
  left: 0;
  padding: 44px 12px 12px;
  position: absolute;
  right: 0;
}

.hn-newsletter {
  align-items: center;
  background: #fff8ef;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.hn-newsletter h2 {
  font-family: Georgia, "Times New Roman", serif;
  margin: 4px 0;
}

.hn-pub-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hn-pub-card {
  border: 1px solid var(--hn-line);
  padding: 12px;
}

.hn-pub-card img {
  aspect-ratio: 16 / 9;
}

@media (max-width: 1100px) {
  .hn-masthead,
  .hn-front,
  .hn-editorial-band,
  .hn-two-column,
  .hn-media-commerce {
    grid-template-columns: 1fr;
  }

  .hn-date,
  .hn-brand,
  .hn-search {
    justify-content: center;
    text-align: center;
  }

  .hn-news-grid,
  .hn-pill-grid,
  .hn-live-grid,
  .hn-story-strip,
  .hn-pub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .hn-page {
    padding: 0;
  }

  .hn-paper {
    border-left: 0;
    border-right: 0;
    padding: 0 12px 18px;
  }

  .hn-topline {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hn-topline a {
    justify-self: center;
  }

  .hn-brand {
    font-size: clamp(2.5rem, 16vw, 4.4rem);
  }

  .hn-search,
  .hn-inline-form,
  .hn-newsletter {
    align-items: stretch;
    flex-direction: column;
  }

  .hn-nav,
  .hn-category-nav {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hn-breaking {
    align-items: stretch;
    flex-direction: column;
  }

  .hn-breaking div {
    padding-bottom: 9px;
  }

  .hn-lead-copy {
    border-left: 0;
    border-top: 4px solid var(--hn-red);
    padding: 12px 0 10px;
  }

  .hn-lead h1 {
    font-size: 2.35rem;
  }

  .hn-news-grid,
  .hn-pill-grid,
  .hn-live-grid,
  .hn-story-strip,
  .hn-pub-grid {
    grid-template-columns: 1fr;
  }

  .hn-story-card-1 {
    grid-row: auto;
  }
}

/* Hindi Premium article reader UI kit */
.hn-article-page .news-footer {
  margin: 18px auto 0;
  max-width: 1320px;
}

.hn-article-masthead {
  padding-top: 12px;
}

.hn-article-top-ad,
.hn-article-mid-ad,
.hn-article-bottom-ad {
  display: grid;
  gap: 10px;
}

.hn-article-top-ad {
  margin: 12px 0 16px;
}

.hn-article-mid-ad,
.hn-article-bottom-ad {
  margin: 22px 0;
}

.hn-article-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: 72px minmax(0, 760px) minmax(280px, 1fr);
  margin-top: 18px;
}

.hn-share-rail {
  display: grid;
  gap: 8px;
  position: sticky;
  top: 82px;
}

.hn-share-rail a,
.hn-share-rail button {
  align-items: center;
  background: #fff8ef;
  border: 1px solid var(--hn-line);
  color: var(--hn-red-dark);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  justify-content: center;
  min-height: 40px;
  padding: 0 8px;
  text-decoration: none;
}

.hn-share-rail form {
  margin: 0;
}

.hn-share-rail button {
  width: 100%;
}

.hn-article-main {
  min-width: 0;
}

.hn-article-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.hn-article-flags span {
  background: var(--hn-red-soft);
  color: var(--hn-red-dark);
  font-size: 0.75rem;
  font-weight: 950;
  padding: 5px 8px;
  text-transform: uppercase;
}

.hn-article-main h1 {
  color: var(--hn-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 12px;
}

.hn-article-lede {
  color: #3f332a;
  font-size: 1.22rem;
  line-height: 1.55;
  margin: 0 0 12px;
}

.hn-article-meta {
  border-bottom: 1px solid var(--hn-line);
  border-top: 1px solid var(--hn-line);
  color: var(--hn-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 18px;
  padding: 10px 0;
}

.hn-article-meta a {
  color: var(--hn-red-dark);
  font-weight: 850;
  text-decoration: none;
}

.hn-article-note,
.hn-sponsored-box,
.hn-article-transcript,
.hn-reader-actions,
.hn-comments,
.hn-inline-related {
  border: 1px solid var(--hn-line);
  margin: 18px 0;
  padding: 14px;
}

.hn-article-note {
  background: #fff8ef;
}

.hn-article-note-lock {
  background: #fff1f2;
  border-color: #fecdd3;
}

.hn-article-note a,
.hn-sponsored-box a,
.hn-comments a {
  color: var(--hn-red-dark);
  font-weight: 900;
}

.hn-sponsored-box {
  background: #f8fafc;
}

.hn-sponsored-box span,
.hn-article-transcript span {
  color: var(--hn-red);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hn-article-hero {
  margin: 0 0 18px;
}

.hn-article-hero img,
.hn-article-gallery img {
  display: block;
  object-fit: cover;
  width: 100%;
}

.hn-article-hero img {
  aspect-ratio: 16 / 9;
}

.hn-article-hero figcaption,
.hn-article-gallery figcaption {
  color: var(--hn-muted);
  font-size: 0.86rem;
  line-height: 1.45;
  padding-top: 7px;
}

.hn-article-player {
  background: #111;
  margin: 18px 0;
  padding: 12px;
}

.hn-article-player video,
.hn-article-player audio {
  width: 100%;
}

.hn-article-player a {
  color: #fff;
  font-weight: 900;
}

.hn-article-body {
  color: #1f160f;
  font-size: 1.08rem;
  line-height: 1.82;
}

.hn-article-body > *:first-child {
  margin-top: 0;
}

.hn-article-body p {
  margin: 0 0 1.15em;
}

.hn-article-body h2,
.hn-article-body h3 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 1.2em 0 0.45em;
}

.hn-article-body blockquote {
  border-left: 5px solid var(--hn-red);
  color: #3f332a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.45;
  margin: 22px 0;
  padding: 6px 0 6px 16px;
}

.hn-article-body a {
  color: var(--hn-red-dark);
  font-weight: 900;
}

.hn-article-ad {
  align-items: center;
  background: var(--hn-ad);
  border: 1px dashed #c9aa82;
  color: #7a6251;
  display: grid;
  justify-items: center;
  min-height: 96px;
  padding: 12px;
  text-align: center;
}

.hn-article-ad span {
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hn-article-gallery {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 20px 0;
}

.hn-article-gallery figure {
  margin: 0;
}

.hn-article-gallery img {
  aspect-ratio: 16 / 10;
}

.hn-reader-actions {
  align-items: center;
  background: #fff8ef;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hn-reader-actions a {
  background: #fff;
  border: 1px solid var(--hn-line);
  color: var(--hn-red-dark);
  font-weight: 900;
  padding: 8px 10px;
  text-decoration: none;
}

.hn-inline-related-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hn-article-related-item {
  border-bottom: 1px solid var(--hn-line);
  color: inherit;
  display: grid;
  gap: 7px;
  padding-bottom: 12px;
  text-decoration: none;
}

.hn-article-related-item img {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.hn-article-related-item span {
  color: var(--hn-muted);
  font-size: 0.78rem;
}

.hn-article-related-item strong {
  line-height: 1.25;
}

.hn-article-related-item p {
  color: var(--hn-muted);
  line-height: 1.45;
  margin: 0;
}

.hn-comments {
  background: #fff;
}

.hn-comments h2 {
  font-family: Georgia, "Times New Roman", serif;
  margin: 4px 0 8px;
}

.hn-comment-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.hn-comment-list article {
  border-top: 1px solid var(--hn-line);
  padding-top: 10px;
}

.hn-article-rail {
  min-width: 0;
}

.hn-article-rail-sticky {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 82px;
}

.hn-rail-ad-panel .hn-article-ad {
  min-height: 240px;
}

.hn-subscribe-panel {
  background: var(--hn-line-strong);
  color: #fff;
}

.hn-subscribe-panel span {
  color: var(--hn-yellow);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hn-subscribe-panel p {
  color: #f8d2bd;
}

.hn-subscribe-panel a {
  color: #fff;
  font-weight: 950;
}

@media (max-width: 1100px) {
  .hn-article-layout {
    grid-template-columns: 1fr;
  }

  .hn-share-rail,
  .hn-article-rail-sticky {
    position: static;
  }

  .hn-share-rail {
    display: flex;
    flex-wrap: wrap;
    order: 2;
  }

  .hn-article-main {
    order: 1;
  }

  .hn-article-rail {
    order: 3;
  }

  .hn-inline-related-grid,
  .hn-article-gallery {
    grid-template-columns: 1fr;
  }
}
