/* Simpleweb 1.8 hybrid native/Elementor compatibility layer. */

.sw-full-width-content,
.sw-elementor-home {
  width: 100%;
  min-height: 1px;
  overflow: clip;
}

.sw-youtube-placeholder iframe {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Elementor owns its canvas width; native .sw-container rules stay isolated. */
.sw-full-width-content > .elementor,
.sw-elementor-home > .elementor {
  width: 100%;
  max-width: none;
}

body.elementor-editor-active .sw-header,
body.elementor-editor-preview .sw-header {
  z-index: 30;
}
