.nsrt-container,
.nsrt-default-header__inner,
.nsrt-default-footer__inner {
  width: min(calc(100% - 32px), var(--nsrt-container));
  margin-inline: auto;
}

.nsrt-entry {
  width: min(calc(100% - 32px), var(--nsrt-container));
  margin: 0 auto;
  padding: 24px 0 48px;
}

.home .nsrt-entry,
.page-template-template-fullwidth .nsrt-entry,
.woocommerce .nsrt-entry,
.woocommerce-page .nsrt-entry {
  width: 100%;
  max-width: none;
  padding: 0;
}

.nsrt-page-title {
  margin: 0 0 24px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

body.nsrt-theme .entry-content > h1:first-child,
body.nsrt-theme .entry-content > .wp-block-heading:first-child:is(h1),
body.nsrt-theme .entry-header,
body.nsrt-theme .entry-title,
body.nsrt-theme .page-title,
body.nsrt-theme .woocommerce-products-header,
body.nsrt-theme .woocommerce-products-header__title,
body.nsrt-theme .wp-block-post-title,
body.nsrt-theme h1.entry-title,
body.nsrt-theme .post .entry-title,
body.nsrt-theme .page .entry-title {
  display: none !important;
}

.home .entry-content > .nsrm-values-grid,
.home .entry-content > .nsrm-services-section,
.home .entry-content > .nsrm-contact-section,
.home .entry-content > .nsrm-category-section,
.home .entry-content > .nsrm-products-section,
.home .entry-content > .nsrm-home-hero,
.home .entry-content > .nsrm-home-hero--fullwidth {
  max-width: none !important;
}

.home .entry-content > .nsrm-home-hero--fullwidth {
  display: block;
  width: 100%;
}
