/*
 * PRZIO Elementor compatibility.
 * Keeps Elementor pages truly full width while preserving the theme's typography.
 */

.przio-elementor-full-width,
.przio-elementor-canvas {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.przio-elementor-content,
.przio-elementor-content > .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.elementor-page .site-main,
.elementor-page .entry-content {
  overflow-x: clip;
}

.elementor-page .entry-content > .elementor {
  width: 100%;
}

body.elementor-editor-active .przio-elementor-content {
  min-height: 100vh;
}

body.elementor-editor-active .przio-elementor-content:empty::before {
  content: "Start building this page with Elementor.";
  display: block;
  padding: 4rem 1.5rem;
  color: #64748b;
  text-align: center;
}
