/* 24CityNews newspaper layout — scoped to standard article pages only. */

.cn-newspaper-active {
  --cn-ink: #161616;
  --cn-muted: #686868;
  --cn-paper: #fffefb;
  --cn-page: #f3f0e9;
  --cn-rule: #d7d1c7;
  background: var(--cn-page);
  color: var(--cn-ink);
}

.cn-newspaper-active .site-main {
  background: transparent;
}

/* Traditional newspaper masthead using the site's existing 24CityNews logo. */
.cn-newspaper-active .general-header.cn-header-enhanced {
  background: var(--cn-paper);
}

.cn-newspaper-active .general-header.cn-header-enhanced .top-header {
  min-height: 34px;
  padding: 0;
  color: #dedede;
  background: var(--cn-ink);
  border: 0;
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
  font-size: 11px;
}

.cn-newspaper-active .general-header.cn-header-enhanced .top-header .row {
  min-height: 34px;
  align-items: center;
}

.cn-newspaper-active .general-header.cn-header-enhanced .top-header-left,
.cn-newspaper-active .general-header.cn-header-enhanced .top-header-social-links {
  min-height: auto;
  padding: 0;
}

.cn-newspaper-active .cn-top-utility {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  color: #dedede;
}

.cn-newspaper-active .cn-utility-divider {
  color: #696969;
}

.cn-newspaper-active .general-header.cn-header-enhanced .cn-paper-masthead {
  margin: 0;
  padding: 24px 0 20px;
  background: var(--cn-paper);
  border-bottom: 5px double var(--cn-ink);
}

.cn-newspaper-active .general-header.cn-header-enhanced .cn-paper-masthead .row {
  justify-content: center;
}

.cn-newspaper-active .general-header.cn-header-enhanced .cn-paper-masthead .cm-col-lg-4,
.cn-newspaper-active .general-header.cn-header-enhanced .cn-paper-masthead .cm-col-12 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  text-align: center;
}

.cn-newspaper-active .general-header.cn-header-enhanced .cn-paper-masthead .logo {
  display: flex;
  justify-content: center;
  text-align: center;
}

.cn-newspaper-active .general-header.cn-header-enhanced .cn-paper-masthead .custom-logo-link {
  display: inline-flex;
  justify-content: center;
}

.cn-newspaper-active .general-header.cn-header-enhanced .cn-paper-masthead .custom-logo {
  width: auto;
  max-width: min(340px, 74vw);
  height: auto;
  max-height: 118px;
  object-fit: contain;
}

.cn-newspaper-active .general-header.cn-header-enhanced .main-navigation {
  margin-top: 0;
  border-bottom: 4px solid var(--cn-accent);
}

.cn-newspaper-active .cn-breaking-strip {
  width: 100%;
  background: var(--cn-paper);
  border-top: 1px solid #eee8de;
  border-bottom: 1px solid var(--cn-accent);
}

.cn-newspaper-active .cn-breaking-inner {
  display: flex;
  max-width: 1240px;
  min-height: 38px;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
  font-size: 12px;
}

.cn-newspaper-active .cn-breaking-label {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 8px 15px;
  color: #fff;
  background: var(--cn-accent);
  font-weight: 800;
}

.cn-newspaper-active .cn-breaking-news {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  padding: 8px 15px;
  white-space: nowrap;
  overflow: hidden;
}

.cn-newspaper-active .cn-breaking-link {
  max-width: 340px;
  overflow: hidden;
  color: #4a332e;
  text-decoration: none;
  text-overflow: ellipsis;
}

.cn-newspaper-active .cn-breaking-link:hover,
.cn-newspaper-active .cn-breaking-link:focus {
  color: var(--cn-accent);
}

.cn-newspaper-active .cn-breaking-divider {
  color: #c8b9ad;
}

.cn-newspaper-active .cm_post_page_lay_wrap,
.cn-newspaper-active .single-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.cn-newspaper-active .content-entry {
  background: transparent;
}

.cn-newspaper-active article.post-detail.cn-newspaper-article {
  position: relative;
  overflow: hidden;
  margin: 0 0 32px;
  padding: 38px 42px 46px;
  background: var(--cn-paper);
  border: 1px solid var(--cn-rule);
  border-top: 7px double var(--cn-ink);
  border-radius: 0;
  box-shadow: 0 8px 28px rgba(31, 25, 17, 0.06);
}

.cn-newspaper-active .cn-edition-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 17px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--cn-ink);
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cn-newspaper-active .cn-edition-brand {
  color: var(--cn-accent);
  font-weight: 800;
}

.cn-newspaper-active .cn-article-kicker {
  margin: 0 0 9px;
  color: var(--cn-accent);
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.cn-newspaper-active .cn-edition-category {
  color: var(--cn-ink);
  text-decoration: none;
}

.cn-newspaper-active .cn-edition-category:hover,
.cn-newspaper-active .cn-edition-category:focus {
  color: var(--cn-accent);
}

.cn-newspaper-active .cn-edition-separator,
.cn-newspaper-active .cn-edition-name {
  color: var(--cn-muted);
}

.cn-newspaper-active article.post-detail .the_title {
  margin: 0;
}

.cn-newspaper-active article.post-detail .the_title h1 {
  max-width: 900px;
  margin: 0;
  color: var(--cn-ink);
  font-family: "Noto Serif Devanagari", "Nirmala UI", Georgia, serif;
  font-size: clamp(34px, 4.2vw, 55px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.22;
  text-wrap: balance;
}

.cn-newspaper-active .cn-article-deck {
  max-width: 850px;
  margin: 18px 0 0;
  color: #46433e;
  font-family: "Noto Serif Devanagari", "Nirmala UI", Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}

.cn-newspaper-active .cn-original-meta {
  display: none;
}

.cn-newspaper-active .cn-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 22px 0 20px;
  padding: 12px 0;
  color: var(--cn-muted);
  border-top: 1px solid var(--cn-rule);
  border-bottom: 1px solid var(--cn-rule);
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.cn-newspaper-active .cn-byline {
  color: var(--cn-ink);
}

.cn-newspaper-active .cn-desk-badge {
  display: inline-grid;
  flex: 0 0 30px;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--cn-accent);
  border: 2px solid var(--cn-accent);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 11px;
  font-weight: 800;
}

.cn-newspaper-active .cn-byline strong {
  color: var(--cn-accent);
}

.cn-newspaper-active .cn-meta-divider {
  color: #b7b0a5;
}

.cn-newspaper-active article.post-detail .post_thumb {
  margin: 0;
  background: #e8e4dc;
  border-bottom: 4px solid var(--cn-ink);
}

.cn-newspaper-active article.post-detail .post_thumb figure {
  margin: 0;
}

.cn-newspaper-active article.post-detail .post_thumb img,
.cn-newspaper-active article.post-detail .post_thumb video,
.cn-newspaper-active article.post-detail .post_thumb iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
}

.cn-newspaper-active .cn-photo-caption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 8px 12px 9px;
  color: var(--cn-muted);
  background: #f2efe8;
  border: 1px solid var(--cn-rule);
  border-top: 0;
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

.cn-newspaper-active .cn-caption-credit {
  flex: 0 0 auto;
  font-weight: 700;
}

.cn-newspaper-active .cn-share-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--cn-rule);
}

.cn-newspaper-active .cn-share-link {
  appearance: none;
  display: inline-flex;
  align-items: center;
  min-height: 35px;
  margin: 0;
  padding: 7px 12px;
  color: var(--cn-ink);
  background: transparent;
  border: 1px solid #aaa399;
  border-radius: 2px;
  cursor: pointer;
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: 160ms ease;
}

.cn-newspaper-active .cn-share-link:hover,
.cn-newspaper-active .cn-share-link:focus {
  color: #fff;
  background: var(--cn-ink);
  border-color: var(--cn-ink);
  text-decoration: none;
}

.cn-newspaper-active article.post-detail .the_content {
  color: #242321;
  font-family: "Noto Serif Devanagari", "Nirmala UI", Georgia, serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.9;
}

.cn-newspaper-active article.post-detail .the_content > p:first-of-type {
  margin-top: 0;
  padding: 0;
  border-left: 0;
  color: #1e1d1b;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
}

.cn-newspaper-active article.post-detail .the_content > p:first-of-type::first-letter {
  float: left;
  margin: 13px 10px 0 0;
  color: var(--cn-accent);
  font-family: Georgia, "Noto Serif Devanagari", serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 0.66;
}

.cn-newspaper-active .cn-factbox {
  margin: 25px 0 30px;
  padding: 18px 21px 20px;
  color: #2b2926;
  background: #f2eee6;
  border-top: 4px double var(--cn-ink);
  border-bottom: 1px solid var(--cn-rule);
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
}

.cn-newspaper-active article.post-detail .the_content .cn-factbox-title {
  margin: 0 0 10px;
  padding: 0;
  color: var(--cn-accent);
  border: 0;
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.cn-newspaper-active article.post-detail .the_content .cn-factbox-title::after {
  display: none;
}

.cn-newspaper-active .cn-factbox-list {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.cn-newspaper-active .cn-factbox-list li {
  margin: 3px 0;
}

.cn-newspaper-active article.post-detail .the_content p {
  margin: 0 0 1.35em;
}

.cn-newspaper-active article.post-detail .the_content h2,
.cn-newspaper-active article.post-detail .the_content h3,
.cn-newspaper-active article.post-detail .the_content h4 {
  position: relative;
  margin: 1.65em 0 0.65em;
  padding-bottom: 9px;
  color: var(--cn-ink);
  border-bottom: 1px solid var(--cn-rule);
  font-family: "Noto Serif Devanagari", "Nirmala UI", Georgia, serif;
  font-weight: 800;
  line-height: 1.35;
}

.cn-newspaper-active article.post-detail .the_content h2::after,
.cn-newspaper-active article.post-detail .the_content h3::after,
.cn-newspaper-active article.post-detail .the_content h4::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 64px;
  height: 3px;
  background: var(--cn-accent);
}

.cn-newspaper-active article.post-detail .the_content h2 { font-size: 31px; }
.cn-newspaper-active article.post-detail .the_content h3 { font-size: 27px; }
.cn-newspaper-active article.post-detail .the_content h4 { font-size: 23px; }

.cn-newspaper-active article.post-detail .the_content a {
  color: #8d0c18;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.cn-newspaper-active article.post-detail .the_content blockquote {
  margin: 1.6em 0;
  padding: 24px 26px;
  color: #25221e;
  background: #f3efe7;
  border: 0;
  border-top: 4px double var(--cn-ink);
  border-bottom: 1px solid var(--cn-rule);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.65;
}

.cn-newspaper-active article.post-detail .the_content img {
  border-radius: 0;
}

.cn-newspaper-active article.post-detail .the_content figcaption {
  padding-top: 7px;
  color: var(--cn-muted);
  border-bottom: 1px solid var(--cn-rule);
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.cn-newspaper-active article.post-detail .the_content table {
  width: 100%;
  margin: 1.4em 0;
  border-collapse: collapse;
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
  font-size: 15px;
}

.cn-newspaper-active article.post-detail .the_content th,
.cn-newspaper-active article.post-detail .the_content td {
  padding: 11px;
  border: 1px solid var(--cn-rule);
  text-align: left;
}

.cn-newspaper-active article.post-detail .the_content th {
  color: #fff;
  background: var(--cn-ink);
}

.cn-newspaper-active .cn-end-mark {
  margin: 34px auto 0;
  color: var(--cn-accent);
  text-align: center;
  font-family: Georgia, serif;
  font-size: 18px;
}

/* Theme sidebar and related stories */
.cn-newspaper-active .sidebar-widget-area .widget,
.cn-newspaper-active .cm_post_widget_four,
.cn-newspaper-active .cm-post-widget-three {
  background: var(--cn-paper);
  border: 1px solid var(--cn-rule);
  border-top: 5px solid var(--cn-ink);
  border-radius: 0;
  box-shadow: none;
}

.cn-newspaper-active .cn-newspaper-sidebar .widget {
  padding: 16px;
}

.cn-newspaper-active .cn-newspaper-sidebar .srpw-ul li,
.cn-newspaper-active .cn-newspaper-sidebar .wplp_listposts li {
  padding: 12px 0;
  border-bottom: 1px solid var(--cn-rule);
}

.cn-newspaper-active .cn-newspaper-sidebar a {
  color: var(--cn-ink);
  font-family: "Noto Serif Devanagari", "Nirmala UI", Georgia, serif;
  font-weight: 700;
  line-height: 1.45;
}

.cn-newspaper-active .cn-newspaper-sidebar a:hover,
.cn-newspaper-active .cn-newspaper-sidebar a:focus {
  color: var(--cn-accent);
}

.cn-newspaper-active .sidebar-widget-area .widget-title,
.cn-newspaper-active .sidebar-widget-area .widget-title h2,
.cn-newspaper-active .cm_post_widget_four .widget-title,
.cn-newspaper-active .cm-post-widget-three .widget-title {
  color: var(--cn-ink);
  font-family: "Noto Serif Devanagari", "Nirmala UI", Georgia, serif;
  font-weight: 800;
}

.cn-newspaper-active .post-navigation {
  margin: 24px 0;
  padding: 18px;
  background: var(--cn-paper);
  border: 1px solid var(--cn-rule);
}

/* Category archives — front-page newspaper hierarchy. */
.cn-newspaper-category-page .cm_archive_page,
.cn-newspaper-category-page .archive-container {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.cn-newspaper-category-page .list_page_iner {
  padding: 26px 26px 34px;
  background: var(--cn-paper);
  border: 1px solid var(--cn-rule);
  border-top: 7px double var(--cn-ink);
}

.cn-newspaper-category-page .list_page_iner > .section-title {
  margin: 0 0 14px;
  padding: 0;
  border: 0;
}

.cn-newspaper-category-page .cn-category-header {
  padding: 5px 0 18px;
  text-align: center;
  border-bottom: 1px solid var(--cn-ink);
}

.cn-newspaper-category-page .cn-category-title-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 17px;
}

.cn-newspaper-category-page .cn-category-title-row h1 {
  margin: 0;
  color: var(--cn-ink);
  font-family: "Noto Serif Devanagari", "Nirmala UI", Georgia, serif;
  font-size: clamp(40px, 5.2vw, 64px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.22;
  white-space: nowrap;
}

.cn-newspaper-category-page .cn-category-rule,
.cn-newspaper-category-page .cn-section-rule {
  height: 5px;
  border-top: 2px solid var(--cn-ink);
  border-bottom: 1px solid var(--cn-ink);
}

.cn-newspaper-category-page .cn-category-subtitle {
  margin: 9px auto 7px;
  color: #3d3934;
  font-family: "Noto Serif Devanagari", "Nirmala UI", Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.cn-newspaper-category-page .cn-category-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 8px;
  overflow-x: auto;
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
}

.cn-newspaper-category-page .cn-category-tabs a {
  position: relative;
  flex: 0 0 auto;
  padding: 5px 17px;
  color: #282522;
  border-right: 1px solid #c8c0b5;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cn-newspaper-category-page .cn-category-tabs a:last-child {
  border-right: 0;
}

.cn-newspaper-category-page .cn-category-tabs a.is-active,
.cn-newspaper-category-page .cn-category-tabs a:hover,
.cn-newspaper-category-page .cn-category-tabs a:focus {
  color: var(--cn-accent);
}

.cn-newspaper-category-page .cn-category-grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px 18px;
  margin: 0 !important;
}

.cn-newspaper-category-page .cn-category-column {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  flex: none !important;
  grid-column: span 4;
}

.cn-newspaper-category-page .cn-category-lead {
  grid-column: span 7;
  grid-row: span 2;
}

.cn-newspaper-category-page .cn-category-secondary {
  grid-column: span 5;
}

.cn-newspaper-category-page .cn-category-wide {
  grid-column: span 8;
}

.cn-newspaper-category-page article.cn-category-card,
.cn-newspaper-category-page article.cn-category-card .card {
  height: 100%;
  margin: 0;
}

.cn-newspaper-category-page article.cn-category-card .card {
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--cn-rule);
  border-radius: 0;
  box-shadow: none;
}

.cn-newspaper-category-page article.cn-category-card .post_thumb {
  margin: 0;
  overflow: hidden;
  background: #e8e3da;
}

.cn-newspaper-category-page article.cn-category-card .post_thumb figure {
  margin: 0;
}

.cn-newspaper-category-page article.cn-category-card .post_thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
  filter: saturate(0.9) contrast(1.02);
  transition: transform 220ms ease;
}

.cn-newspaper-category-page article.cn-category-card:hover .post_thumb img {
  transform: scale(1.018);
}

.cn-newspaper-category-page .cn-category-lead article.cn-category-card .post_thumb img {
  aspect-ratio: 16 / 10.4;
}

.cn-newspaper-category-page article.cn-category-card .card_content {
  padding: 12px 2px 15px;
}

.cn-newspaper-category-page .cn-card-kicker {
  margin: 0 0 5px;
  color: var(--cn-accent);
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.025em;
}

.cn-newspaper-category-page article.cn-category-card .post_title h2 {
  margin: 0;
  font-family: "Noto Serif Devanagari", "Nirmala UI", Georgia, serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.47;
}

.cn-newspaper-category-page article.cn-category-card .post_title h2 a {
  color: var(--cn-ink);
  text-decoration: none;
}

.cn-newspaper-category-page article.cn-category-card .post_title h2 a:hover,
.cn-newspaper-category-page article.cn-category-card .post_title h2 a:focus {
  color: var(--cn-accent);
}

.cn-newspaper-category-page .cn-category-lead article.cn-category-card .post_title h2 {
  font-size: clamp(27px, 3vw, 36px);
  letter-spacing: -0.02em;
  line-height: 1.38;
}

.cn-newspaper-category-page .cn-category-secondary article.cn-category-card .post_title h2 {
  font-size: 21px;
  line-height: 1.43;
}

.cn-newspaper-category-page .cn-category-wide article.cn-category-card .post_title h2 {
  font-size: 24px;
}

.cn-newspaper-category-page .cn-card-excerpt {
  margin: 7px 0 0;
  color: #55504a;
  font-family: "Noto Serif Devanagari", "Nirmala UI", Georgia, serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
}

.cn-newspaper-category-page article.cn-category-card .cm-post-meta {
  margin-top: 9px;
  color: var(--cn-muted);
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
  font-size: 10px;
}

.cn-newspaper-category-page article.cn-category-card .cm-meta-icon svg {
  width: 11px;
  height: 11px;
}

.cn-newspaper-category-page .cn-category-section-title {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin: 7px 0 0;
}

.cn-newspaper-category-page .cn-category-section-title h2 {
  margin: 0;
  color: var(--cn-ink);
  font-family: "Noto Serif Devanagari", "Nirmala UI", Georgia, serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.cn-newspaper-category-page .cn-local-area-section {
  margin-top: 30px;
  padding-top: 3px;
}

.cn-newspaper-category-page .cn-local-area-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin-top: 17px;
}

.cn-newspaper-category-page .cn-local-area-link {
  display: flex;
  flex-direction: column;
  min-height: 124px;
  padding: 14px;
  color: var(--cn-ink);
  background: #fbf8f1;
  border: 1px solid var(--cn-rule);
  font-family: "Noto Serif Devanagari", "Nirmala UI", Georgia, serif;
  text-decoration: none;
}

.cn-newspaper-category-page .cn-local-area-link strong {
  color: var(--cn-accent);
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
  font-size: 12px;
}

.cn-newspaper-category-page .cn-local-area-link span {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.cn-newspaper-category-page .cn-local-area-link em {
  margin-top: auto;
  color: var(--cn-accent);
  font-family: "Noto Sans Devanagari", "Nirmala UI", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.cn-newspaper-category-page .cn-category-sidebar .widget {
  background: var(--cn-paper);
  border: 1px solid var(--cn-rule);
  border-top: 5px solid var(--cn-ink);
  border-radius: 0;
}

.cn-newspaper-category-page .cn-category-sidebar .srpw-ul {
  counter-reset: cn-popular;
}

.cn-newspaper-category-page .cn-category-sidebar .srpw-ul li {
  position: relative;
  min-height: 55px;
  padding: 11px 0 11px 36px;
  border-bottom: 1px solid var(--cn-rule);
  counter-increment: cn-popular;
}

.cn-newspaper-category-page .cn-category-sidebar .srpw-ul li::before {
  content: counter(cn-popular, decimal-leading-zero);
  position: absolute;
  top: 11px;
  left: 0;
  color: var(--cn-accent);
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 800;
}

.cn-newspaper-category-page .navigation.posts-navigation,
.cn-newspaper-category-page .navigation.pagination {
  margin: 25px 0;
  padding: 14px;
  background: var(--cn-paper);
  border: 1px solid var(--cn-rule);
  text-align: center;
}

.cn-newspaper-category-page .navigation a,
.cn-newspaper-category-page .navigation .current {
  display: inline-grid;
  min-width: 32px;
  min-height: 32px;
  margin: 2px;
  place-items: center;
  color: var(--cn-ink);
  border: 1px solid var(--cn-rule);
  text-decoration: none;
}

.cn-newspaper-category-page .navigation .current,
.cn-newspaper-category-page .navigation a:hover {
  color: #fff;
  background: var(--cn-accent);
  border-color: var(--cn-accent);
}

/* Replace duplicate floating share rail with the article share bar. */
.cn-newspaper-active .a2a_floating_style {
  display: none !important;
}

@media (max-width: 991px) {
  .cn-newspaper-active article.post-detail.cn-newspaper-article {
    padding: 30px 28px 38px;
  }

  .cn-newspaper-category-page .cn-category-lead,
  .cn-newspaper-category-page .cn-category-wide {
    grid-column: span 12;
    grid-row: auto;
  }

  .cn-newspaper-category-page .cn-category-secondary,
  .cn-newspaper-category-page .cn-category-standard {
    grid-column: span 6;
  }

  .cn-newspaper-category-page .cn-local-area-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cn-newspaper-active {
    background: var(--cn-paper);
  }

  .cn-newspaper-active article.post-detail.cn-newspaper-article {
    margin: 0 -2px 24px;
    padding: 23px 18px 32px;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
  }

  .cn-newspaper-category-page .list_page_iner {
    margin: 0 -2px;
    padding: 20px 16px 28px;
    border-right: 0;
    border-left: 0;
  }

  .cn-newspaper-category-page .cn-category-title-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cn-newspaper-category-page .cn-category-title-row .cn-category-rule {
    display: none;
  }

  .cn-newspaper-category-page .cn-category-title-row h1 {
    font-size: 38px;
    white-space: normal;
  }

  .cn-newspaper-category-page .cn-category-subtitle {
    font-size: 15px;
  }

  .cn-newspaper-category-page .cn-category-tabs {
    justify-content: flex-start;
  }

  .cn-newspaper-category-page .cn-category-grid {
    gap: 20px;
  }

  .cn-newspaper-category-page .cn-category-lead,
  .cn-newspaper-category-page .cn-category-secondary,
  .cn-newspaper-category-page .cn-category-standard,
  .cn-newspaper-category-page .cn-category-wide {
    grid-column: span 12;
  }

  .cn-newspaper-category-page .cn-category-lead article.cn-category-card .post_title h2 {
    font-size: 28px;
  }

  .cn-newspaper-category-page .cn-category-secondary article.cn-category-card .post_title h2,
  .cn-newspaper-category-page .cn-category-wide article.cn-category-card .post_title h2 {
    font-size: 21px;
  }

  .cn-newspaper-category-page .cn-category-section-title {
    gap: 10px;
  }

  .cn-newspaper-category-page .cn-category-section-title h2 {
    font-size: 24px;
  }

  .cn-newspaper-category-page .cn-local-area-links {
    grid-template-columns: 1fr;
  }

  .cn-newspaper-active .general-header.cn-header-enhanced .top-header .cm-col-lg-4,
  .cn-newspaper-active .general-header.cn-header-enhanced .top-header .cm-col-md-5 {
    display: none;
  }

  .cn-newspaper-active .general-header.cn-header-enhanced .top-header .cm-col-lg-8,
  .cn-newspaper-active .general-header.cn-header-enhanced .top-header .cm-col-md-7 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }

  .cn-newspaper-active .general-header.cn-header-enhanced .top-header-left {
    text-align: center;
  }

  .cn-newspaper-active .general-header.cn-header-enhanced .cn-paper-masthead {
    padding: 15px 0 12px;
  }

  .cn-newspaper-active .general-header.cn-header-enhanced .cn-paper-masthead .custom-logo {
    max-width: 230px;
    max-height: 80px;
  }

  .cn-newspaper-active .cn-breaking-news {
    display: block;
    padding-top: 10px;
    text-overflow: ellipsis;
  }

  .cn-newspaper-active .cn-breaking-link:not(:first-of-type),
  .cn-newspaper-active .cn-breaking-divider {
    display: none;
  }

  .cn-newspaper-active article.post-detail .the_title h1 {
    font-size: clamp(29px, 9.4vw, 40px);
    letter-spacing: -0.018em;
    line-height: 1.28;
  }

  .cn-newspaper-active .cn-article-deck {
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.6;
  }

  .cn-newspaper-active .cn-article-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 17px;
  }

  .cn-newspaper-active .cn-meta-divider {
    display: none;
  }

  .cn-newspaper-active .cn-share-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cn-newspaper-active .cn-share-link {
    justify-content: center;
  }

  .cn-newspaper-active article.post-detail .the_content {
    font-size: 18px;
    line-height: 1.85;
  }

  .cn-newspaper-active article.post-detail .the_content > p:first-of-type {
    padding-left: 0;
    font-size: 20px;
    line-height: 1.72;
  }

  .cn-newspaper-active article.post-detail .the_content > p:first-of-type::first-letter {
    margin-top: 11px;
    font-size: 62px;
  }

  .cn-newspaper-active .cn-photo-caption {
    display: block;
  }

  .cn-newspaper-active .cn-caption-credit {
    display: block;
    margin-top: 3px;
  }

  .cn-newspaper-active article.post-detail .the_content h2 { font-size: 27px; }
  .cn-newspaper-active article.post-detail .the_content h3 { font-size: 24px; }
  .cn-newspaper-active article.post-detail .the_content h4 { font-size: 21px; }
}

@media print {
  .cn-newspaper-active {
    background: #fff !important;
  }

  .cn-newspaper-active #wpadminbar,
  .cn-newspaper-active header,
  .cn-newspaper-active nav,
  .cn-newspaper-active .sidebar-widget-area,
  .cn-newspaper-active .cn-share-bar,
  .cn-newspaper-active .post-navigation,
  .cn-newspaper-active .comments-area,
  .cn-newspaper-active footer,
  .cn-newspaper-active ins,
  .cn-newspaper-active iframe {
    display: none !important;
  }

  .cn-newspaper-active article.post-detail.cn-newspaper-article {
    margin: 0;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    box-shadow: none;
  }

  .cn-newspaper-active .cm-col-lg-8,
  .cn-newspaper-active .cm-col-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .cn-newspaper-active article.post-detail .the_content {
    color: #000;
    font-size: 14pt;
  }
}
