/**
 * DEINSA × Frankpress Builder integration surface.
 *
 * The Builder owns the page content. The theme only provides the global site
 * chrome and a neutral full-width surface between header and footer.
 */
.deinsa-builder-main {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.deinsa-builder-main:empty {
  min-height: 0;
}

.deinsa-page-links {
  width: min(100% - (2 * var(--deinsa-gutter)), var(--deinsa-container-reading));
  margin: var(--deinsa-space-4) auto;
}
