/* One continuous frame around the Elementor header, page and footer. */
body.nvc-shell-page {
  /* Required while nova-overrides.css still fixes the legacy body to 1700px. */
  max-width: none !important;
  width: 100%;
  margin-block: 0;
  background: #e6e7ea;
}

.nvc-site-shell {
  box-sizing: border-box;
  width: calc(100% - 48px);
  max-width: 1600px;
  margin: 24px auto;
  background: #fff;
  border-radius: 15px;
  overflow: clip;
  box-shadow: 0 8px 40px rgb(24 32 43 / 8.2%);
}

/* Elementor hosts the HTML; spacing belongs to the shared components. */
.nvc-site-shell > :is(.elementor-location-header, .elementor-location-footer) > .e-con,
.nvc-site-shell > :is(.elementor-location-header, .elementor-location-footer) > .e-con > .e-con-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 700px) {
  .nvc-site-shell {
    width: calc(100% - 16px);
    margin: 8px auto 16px;
  }
}
