/* NeXt Chapter Recovery v2.2.0 — internal pages, blog, community and commerce */

:root {
  --ncr-v220-container: min(1240px, calc(100% - clamp(1rem, 4vw, 3rem)));
  --ncr-v220-reading: 860px;
  --ncr-v220-wide-reading: 1040px;
  --ncr-v220-surface: #fffaf4;
  --ncr-v220-surface-2: #f8eee3;
  --ncr-v220-ink: #251711;
  --ncr-v220-muted: #684f42;
  --ncr-v220-rust: #8f2d18;
  --ncr-v220-orange: #e7681c;
  --ncr-v220-border: rgba(101, 52, 30, .16);
  --ncr-v220-shadow: 0 18px 48px rgba(42, 22, 13, .08);
}

/* ---------- Shared internal-page geometry ---------- */
body.ncr-layout-v220:not(.front-page) main.site-main {
  max-width: none;
}

body.ncr-internal-surface .ncr-shell-hero,
body.ncr-article-surface .ncr-shell-hero {
  padding: clamp(2.4rem, 5vw, 4.6rem) 0;
}

body.ncr-internal-surface .ncr-shell-hero-inner,
body.ncr-article-surface .ncr-shell-hero-inner {
  width: var(--ncr-v220-container);
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: clamp(1.4rem, 4vw, 3.25rem);
}

body.ncr-internal-surface .ncr-shell-title,
body.ncr-article-surface .ncr-shell-title {
  max-width: 15ch;
  font-size: clamp(2.15rem, 4.5vw, 4.4rem) !important;
}

body.ncr-internal-surface .ncr-shell-lead,
body.ncr-article-surface .ncr-shell-lead {
  max-width: 62ch;
}

body.ncr-internal-surface .ncr-page-hero-visual,
body.ncr-article-surface .ncr-page-hero-visual {
  min-height: clamp(210px, 24vw, 340px);
  max-height: 410px;
  overflow: hidden;
}

body.ncr-internal-surface .ncr-page-hero-visual img,
body.ncr-article-surface .ncr-page-hero-visual img {
  width: 100%;
  max-width: 100%;
  max-height: 380px;
  object-fit: contain;
}

body.ncr-internal-surface .ncr-shell-section,
body.ncr-article-surface .ncr-shell-section {
  padding: clamp(1.75rem, 4.5vw, 4rem) 0;
}

body.ncr-internal-surface .ncr-shell-container,
body.ncr-article-surface .ncr-shell-container {
  width: var(--ncr-v220-container);
}

body.ncr-internal-surface .ncr-content-card,
body.ncr-article-surface .ncr-content-card {
  width: min(100%, var(--ncr-v220-wide-reading));
  margin-inline: auto;
  padding: clamp(1.2rem, 3.5vw, 2.6rem) !important;
}

body.ncr-internal-surface .ncr-entry-content,
body.ncr-article-surface .ncr-entry-content {
  max-width: var(--ncr-v220-reading);
  margin-inline: auto;
}

body.ncr-internal-surface .ncr-entry-content > .alignwide,
body.ncr-internal-surface .ncr-entry-content > .alignfull,
body.ncr-internal-surface .ncr-entry-content > .wp-block-gallery,
body.ncr-internal-surface .ncr-entry-content > .wp-block-columns,
body.ncr-internal-surface .ncr-entry-content > .woocommerce,
body.ncr-article-surface .ncr-entry-content > .alignwide,
body.ncr-article-surface .ncr-entry-content > .alignfull,
body.ncr-article-surface .ncr-entry-content > .wp-block-gallery,
body.ncr-article-surface .ncr-entry-content > .wp-block-columns {
  width: 100%;
  max-width: 100%;
}

/* Tool pages need the full shell width even when ordinary editorial pages are narrower. */
body.ncr-internal-surface .ncr-tool-page .ncr-tool-card,
body.ncr-internal-surface .ncr-production-page .ncr-shell-grid {
  width: 100%;
  max-width: none;
}

/* ---------- Community: undo obsolete full-viewport isolation ---------- */
body.ncr-community-app-body main#primary,
body.ncr-community-forced-body main#primary,
body.ncr-community-app-body .ncr-community-template-isolated,
body.ncr-community-forced-body .ncr-community-template-isolated {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.ncr-community-app-body .ncr-community-app-wrap,
body.ncr-community-forced-body .ncr-community-app-wrap {
  width: var(--ncr-v220-container) !important;
  max-width: 1240px !important;
  margin-inline: auto !important;
  padding: clamp(1.25rem, 3vw, 2.5rem) 0 clamp(2.5rem, 5vw, 4.5rem) !important;
}

body.ncr-community-app-body .ncr-community-intro,
body.ncr-community-forced-body .ncr-community-intro {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 1.5rem 2rem;
  padding: clamp(1.4rem, 3.2vw, 2.35rem);
}

body.ncr-community-app-body .ncr-community-intro > div,
body.ncr-community-forced-body .ncr-community-intro > div {
  max-width: 760px;
}

body.ncr-community-app-body .ncr-community-intro h1,
body.ncr-community-forced-body .ncr-community-intro h1 {
  max-width: 13ch;
  font-size: clamp(2.3rem, 4.2vw, 4.1rem) !important;
  letter-spacing: -.045em;
}

body.ncr-community-app-body .ncr-community-tabs ul,
body.ncr-community-forced-body .ncr-community-tabs ul {
  justify-content: flex-end;
}

body.ncr-community-app-body .ncr-community-safety,
body.ncr-community-forced-body .ncr-community-safety {
  margin: 0 0 1.25rem;
}

body.ncr-community-app-body .ncr-community-guidance,
body.ncr-community-forced-body .ncr-community-guidance {
  margin: 0 0 1.25rem;
  padding: clamp(1.4rem, 3vw, 2.15rem);
  border-radius: 1.4rem;
  background: rgba(255, 250, 244, .92);
}

body.ncr-community-app-body .ncr-community-guidance .ncr-authority-heading,
body.ncr-community-forced-body .ncr-community-guidance .ncr-authority-heading {
  max-width: 820px;
}

body.ncr-community-app-body .ncr-community-module,
body.ncr-community-forced-body .ncr-community-module {
  padding: clamp(1rem, 2vw, 1.5rem);
  overflow: clip;
}

/* ---------- Blog / archives ---------- */
body.ncr-blog-surface .ncr-index-clean,
body.ncr-blog-surface .ncr-archive-clean,
body.ncr-blog-surface .ncr-search-clean {
  min-height: 60vh;
  background:
    radial-gradient(circle at 88% 2%, rgba(232, 105, 29, .13), transparent 30rem),
    linear-gradient(180deg, #fff8ef 0%, #f7eee4 52%, #fffaf4 100%) !important;
  color: var(--ncr-v220-ink) !important;
}

.ncr-blog-hero,
.ncr-archive-clean__section,
.ncr-search-clean__section {
  padding: clamp(2.4rem, 5.5vw, 5rem) 0;
}

.ncr-blog-container,
.ncr-archive-clean__container,
.ncr-search-clean__container {
  width: var(--ncr-v220-container) !important;
  margin-inline: auto !important;
}

.ncr-blog-header,
.ncr-archive-clean__header,
.ncr-search-clean__card {
  margin: 0 0 clamp(1.4rem, 3vw, 2.2rem);
  padding: clamp(1.45rem, 3.5vw, 2.65rem) !important;
  border: 1px solid var(--ncr-v220-border) !important;
  border-radius: clamp(1.25rem, 2vw, 1.8rem) !important;
  background: rgba(255, 250, 244, .94) !important;
  box-shadow: var(--ncr-v220-shadow) !important;
}

.ncr-blog-header__eyebrow,
.ncr-archive-clean__eyebrow,
.ncr-search-clean__eyebrow,
.ncr-blog-card__meta,
.ncr-archive-clean__type,
.ncr-search-clean__type {
  color: var(--ncr-v220-rust) !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.ncr-blog-header h1,
.ncr-archive-clean__title,
.ncr-search-clean__title {
  max-width: 17ch !important;
  margin: .45rem 0 .8rem !important;
  color: var(--ncr-v220-ink) !important;
  font-size: clamp(2.25rem, 5vw, 4.8rem) !important;
  line-height: 1 !important;
  letter-spacing: -.05em !important;
}

.ncr-blog-header p,
.ncr-archive-clean__header p,
.ncr-archive-clean__description,
.ncr-search-clean__card > p,
.ncr-archive-clean__empty p {
  max-width: 72ch !important;
  margin-bottom: 0;
  color: var(--ncr-v220-muted) !important;
  font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
  line-height: 1.7 !important;
}

.ncr-blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.25rem;
}

.ncr-blog-categories a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: .55rem .85rem;
  border: 1px solid var(--ncr-v220-border);
  border-radius: 999px;
  background: #fff;
  color: #652310;
  font-weight: 800;
  text-decoration: none;
}

.ncr-blog-grid,
.ncr-archive-clean__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 2vw, 1.35rem) !important;
}

.ncr-blog-card,
.ncr-archive-clean__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid var(--ncr-v220-border) !important;
  border-radius: 1.35rem !important;
  background: #fffaf4 !important;
  box-shadow: 0 14px 38px rgba(45, 23, 13, .07) !important;
}

.ncr-blog-card__media,
.ncr-archive-clean__image {
  display: block !important;
  aspect-ratio: 16 / 10;
  margin: 0 !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #f4dcc6, #fff7ee);
}

.ncr-blog-card__media > img,
.ncr-archive-clean__image img,
.ncr-blog-card__fallback {
  width: 100% !important;
  height: 100% !important;
}

.ncr-blog-card__media > img,
.ncr-archive-clean__image img {
  display: block !important;
  object-fit: cover;
}

.ncr-blog-card__fallback {
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.ncr-blog-card__fallback img {
  display: block;
  width: min(190px, 60%);
  height: auto;
  object-fit: contain;
}

.ncr-blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.2rem 1.2rem 1.25rem;
}

.ncr-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .38rem;
  margin-bottom: .7rem;
  letter-spacing: 0;
  text-transform: none;
}

.ncr-blog-card__meta a {
  color: inherit;
  font-weight: 900;
  text-decoration: none;
}

.ncr-blog-card__title,
.ncr-archive-clean__card h2 {
  margin: 0 0 .65rem !important;
  font-size: clamp(1.28rem, 1.8vw, 1.65rem) !important;
  line-height: 1.16 !important;
  letter-spacing: -.025em !important;
}

.ncr-blog-card__title a,
.ncr-archive-clean__card h2 a {
  color: var(--ncr-v220-ink) !important;
  text-decoration: none !important;
}

.ncr-blog-card p,
.ncr-archive-clean__card p {
  margin: 0 0 1rem !important;
  color: var(--ncr-v220-muted) !important;
  line-height: 1.65 !important;
}

.ncr-blog-card__read,
.ncr-archive-clean__read,
.ncr-search-clean__read {
  display: inline-flex !important;
  align-items: center;
  gap: .4rem;
  width: fit-content;
  margin-top: auto;
  color: var(--ncr-v220-rust) !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.navigation.pagination {
  margin-top: 2rem;
}

.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.navigation.pagination .page-numbers {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  padding: .45rem .7rem;
  border: 1px solid var(--ncr-v220-border);
  border-radius: .8rem;
  background: #fffaf4;
  color: var(--ncr-v220-rust);
  font-weight: 850;
  text-decoration: none;
}

.navigation.pagination .page-numbers.current {
  border-color: var(--ncr-v220-rust);
  background: var(--ncr-v220-rust);
  color: #fff;
}

/* Search page inherits the same light editorial surface. */
.ncr-search-clean__form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: .7rem;
  margin-top: 1.25rem;
}

.ncr-search-clean__results {
  display: grid;
  gap: .85rem;
  margin-top: 1.5rem;
}

.ncr-search-clean__result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--ncr-v220-border);
  border-radius: 1rem;
  background: #fff;
}

.ncr-search-clean__result h2 {
  margin: 0 0 .45rem !important;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem) !important;
}

.ncr-search-clean__result h2 a { color: var(--ncr-v220-ink); text-decoration: none; }
.ncr-search-clean__result p { margin: 0; color: var(--ncr-v220-muted); }
.ncr-search-clean__quicklinks { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1rem; }
.ncr-search-clean__quicklinks a { padding: .6rem .85rem; border: 1px solid var(--ncr-v220-border); border-radius: 999px; background: #fff; color: var(--ncr-v220-rust); font-weight: 850; text-decoration: none; }

/* ---------- Single article ---------- */
.ncr-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: .9rem 0 0;
  color: var(--ncr-v220-muted);
  font-size: .9rem;
  font-weight: 750;
}
.ncr-article-meta a { color: var(--ncr-v220-rust); text-decoration: none; }

.ncr-article-footer {
  width: min(100%, var(--ncr-v220-wide-reading));
  margin: 1.25rem auto 0;
}

.ncr-article-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.ncr-article-nav a {
  display: block;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid var(--ncr-v220-border);
  border-radius: 1rem;
  background: #fffaf4;
  color: var(--ncr-v220-ink);
  font-weight: 800;
  text-decoration: none;
}

.ncr-article-nav__next { text-align: right; }

/* ---------- WooCommerce ---------- */
body.ncr-store-surface .ncr-woo-wrap,
body.ncr-store-surface main.site-main.ncr-woo-wrap {
  width: var(--ncr-v220-container) !important;
  max-width: 1240px !important;
  margin-inline: auto !important;
  padding: clamp(2rem, 5vw, 4.5rem) 0 !important;
}

body.ncr-store-surface .ncr-woo-card {
  width: 100%;
  padding: clamp(1.15rem, 2.8vw, 2rem);
  border: 1px solid var(--ncr-v220-border);
  border-radius: 1.6rem;
  background: rgba(255, 250, 244, .96);
  box-shadow: var(--ncr-v220-shadow);
}

body.ncr-store-surface .woocommerce-products-header {
  margin: 0 0 1.5rem;
  padding: clamp(1rem, 2.5vw, 1.6rem);
  border-radius: 1.15rem;
  background: linear-gradient(135deg, rgba(143, 45, 24, .08), rgba(231, 104, 28, .08));
}

body.ncr-store-surface .woocommerce-products-header__title.page-title {
  margin: 0 !important;
  color: var(--ncr-v220-ink) !important;
  font-size: clamp(2rem, 4vw, 3.8rem) !important;
  line-height: 1.03 !important;
}

body.ncr-store-surface .woocommerce-result-count,
body.ncr-store-surface .woocommerce-ordering {
  margin: 0 0 1.25rem !important;
}

body.ncr-store-surface .woocommerce-ordering select {
  min-width: 220px;
}

body.ncr-store-surface .woocommerce ul.products {
  clear: both;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(.9rem, 2vw, 1.25rem) !important;
  margin: 0 !important;
}

body.ncr-store-surface .woocommerce ul.products::before,
body.ncr-store-surface .woocommerce ul.products::after { display: none !important; }

body.ncr-store-surface .woocommerce ul.products li.product {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  width: auto !important;
  margin: 0 !important;
  padding: .85rem !important;
  border: 1px solid var(--ncr-v220-border) !important;
  border-radius: 1.2rem !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(44, 23, 13, .065) !important;
}

body.ncr-store-surface .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

body.ncr-store-surface .woocommerce ul.products li.product a img {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  margin: 0 0 .85rem !important;
  border-radius: .9rem;
  object-fit: cover;
  background: #f6eee7;
}

body.ncr-store-surface .woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 .45rem !important;
  padding: 0 !important;
  color: var(--ncr-v220-ink) !important;
  font-size: clamp(1rem, 1.3vw, 1.18rem) !important;
  line-height: 1.28 !important;
}

body.ncr-store-surface .woocommerce ul.products li.product .price {
  margin-top: auto;
  color: var(--ncr-v220-rust) !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
}

body.ncr-store-surface .woocommerce ul.products li.product .button {
  width: 100%;
  margin-top: .75rem !important;
}

body.ncr-store-surface .woocommerce span.onsale {
  z-index: 3;
  min-width: auto;
  min-height: auto;
  padding: .48rem .65rem;
  border-radius: 999px;
  background: var(--ncr-v220-rust);
  line-height: 1;
}

body.ncr-store-surface .woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  padding: clamp(1rem, 2.5vw, 2rem) !important;
}

body.ncr-store-surface .woocommerce div.product div.images,
body.ncr-store-surface .woocommerce div.product div.summary {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

body.ncr-store-surface .woocommerce div.product div.images img {
  border-radius: 1rem;
}

body.ncr-store-surface .woocommerce div.product .product_title {
  color: var(--ncr-v220-ink) !important;
  font-size: clamp(2rem, 3.8vw, 3.5rem) !important;
}

body.ncr-store-surface .woocommerce div.product p.price,
body.ncr-store-surface .woocommerce div.product span.price {
  color: var(--ncr-v220-rust) !important;
  font-weight: 900;
}

body.ncr-store-surface .woocommerce div.product .woocommerce-tabs,
body.ncr-store-surface .woocommerce div.product .related,
body.ncr-store-surface .woocommerce div.product .upsells {
  grid-column: 1 / -1;
  width: 100%;
}

body.ncr-store-surface .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 1.5rem 0 0 !important;
  padding: 0 !important;
}

body.ncr-store-surface .woocommerce div.product .woocommerce-tabs ul.tabs::before,
body.ncr-store-surface .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.ncr-store-surface .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none !important; }

body.ncr-store-surface .woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--ncr-v220-border) !important;
  border-radius: 999px !important;
  background: #fff !important;
}

body.ncr-store-surface .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: .65rem .9rem !important;
  color: var(--ncr-v220-rust) !important;
}

body.ncr-store-surface .woocommerce div.product .woocommerce-tabs .panel {
  margin: 1rem 0 0 !important;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid var(--ncr-v220-border);
  border-radius: 1rem;
  background: #fff;
}

body.ncr-store-surface .ncr-shop-editorial,
body.ncr-store-surface .ncr-shop-after {
  margin: 1rem 0 1.5rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--ncr-v220-border);
  background: #fff7ef;
}

body.ncr-store-surface .woocommerce-cart-form,
body.ncr-store-surface .cart-collaterals,
body.ncr-store-surface .woocommerce-checkout,
body.ncr-store-surface .woocommerce-MyAccount-content,
body.ncr-store-surface .woocommerce-MyAccount-navigation {
  min-width: 0;
}

body.ncr-store-surface .woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
  gap: 1.25rem;
  width: 100%;
  margin: 0 !important;
}

body.ncr-store-surface .woocommerce-MyAccount-navigation,
body.ncr-store-surface .woocommerce-MyAccount-content {
  float: none !important;
  width: auto !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1040px) {
  .ncr-blog-grid,
  .ncr-archive-clean__grid,
  body.ncr-store-surface .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.ncr-community-app-body .ncr-community-intro,
  body.ncr-community-forced-body .ncr-community-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.ncr-community-app-body .ncr-community-tabs ul,
  body.ncr-community-forced-body .ncr-community-tabs ul {
    justify-content: flex-start;
  }
}

@media (max-width: 780px) {
  body.ncr-internal-surface .ncr-shell-hero-inner,
  body.ncr-article-surface .ncr-shell-hero-inner,
  body.ncr-store-surface .woocommerce div.product {
    grid-template-columns: 1fr;
  }

  body.ncr-internal-surface .ncr-page-hero-visual,
  body.ncr-article-surface .ncr-page-hero-visual {
    min-height: 190px;
  }

  body.ncr-store-surface .woocommerce div.product .woocommerce-tabs,
  body.ncr-store-surface .woocommerce div.product .related,
  body.ncr-store-surface .woocommerce div.product .upsells {
    grid-column: auto;
  }

  .ncr-article-nav,
  body.ncr-store-surface .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  .ncr-article-nav__next { text-align: left; }
}

@media (max-width: 620px) {
  :root { --ncr-v220-container: min(100% - 1rem, 1240px); }

  .ncr-blog-grid,
  .ncr-archive-clean__grid,
  body.ncr-store-surface .woocommerce ul.products {
    grid-template-columns: 1fr !important;
  }

  .ncr-search-clean__form,
  .ncr-search-clean__result {
    grid-template-columns: 1fr !important;
  }

  .ncr-search-clean__form button,
  .ncr-search-clean__read {
    width: 100%;
  }

  body.ncr-community-app-body .ncr-community-tabs ul,
  body.ncr-community-forced-body .ncr-community-tabs ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  body.ncr-community-app-body .ncr-community-tabs a,
  body.ncr-community-forced-body .ncr-community-tabs a {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 420px) {
  body.ncr-community-app-body .ncr-community-tabs ul,
  body.ncr-community-forced-body .ncr-community-tabs ul {
    grid-template-columns: 1fr;
  }
}

html[data-theme="dark"] body.ncr-blog-surface .ncr-index-clean,
html[data-theme="dark"] body.ncr-blog-surface .ncr-archive-clean,
html[data-theme="dark"] body.ncr-blog-surface .ncr-search-clean {
  background: linear-gradient(180deg, #130a07, #1e100b 55%, #130a07) !important;
}

html[data-theme="dark"] .ncr-blog-header,
html[data-theme="dark"] .ncr-archive-clean__header,
html[data-theme="dark"] .ncr-search-clean__card,
html[data-theme="dark"] .ncr-blog-card,
html[data-theme="dark"] .ncr-archive-clean__card,
html[data-theme="dark"] body.ncr-store-surface .ncr-woo-card,
html[data-theme="dark"] body.ncr-store-surface .woocommerce ul.products li.product,
html[data-theme="dark"] body.ncr-community-app-body .ncr-community-guidance,
html[data-theme="dark"] body.ncr-community-forced-body .ncr-community-guidance {
  border-color: rgba(255, 187, 121, .18) !important;
  background: #21140f !important;
  color: #fff5ea !important;
}

html[data-theme="dark"] .ncr-blog-header h1,
html[data-theme="dark"] .ncr-archive-clean__title,
html[data-theme="dark"] .ncr-search-clean__title,
html[data-theme="dark"] .ncr-blog-card__title a,
html[data-theme="dark"] .ncr-archive-clean__card h2 a,
html[data-theme="dark"] body.ncr-store-surface .woocommerce-products-header__title.page-title,
html[data-theme="dark"] body.ncr-store-surface .woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #fff5ea !important;
}

html[data-theme="dark"] .ncr-blog-header p,
html[data-theme="dark"] .ncr-archive-clean__header p,
html[data-theme="dark"] .ncr-blog-card p,
html[data-theme="dark"] .ncr-archive-clean__card p {
  color: #ead5c4 !important;
}

.ncr-related-articles {
  padding: 0 0 clamp(2.5rem, 5vw, 4.5rem);
}

.ncr-related-articles__header {
  margin: 0 0 1rem;
}

.ncr-related-articles__header h2 {
  max-width: 18ch;
  margin: .35rem 0 0 !important;
  color: var(--ncr-v220-ink) !important;
  font-size: clamp(1.7rem, 3vw, 2.7rem) !important;
  line-height: 1.08 !important;
}

html[data-theme="dark"] .ncr-related-articles__header h2 {
  color: #fff5ea !important;
}
