
/* WordPress compatibility only — the source design rules remain unchanged. */
html { margin-top: 0 !important; }
body.arabids-source-wordpress { margin: 0; }
body.admin-bar .source-internal-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .source-internal-header { top: 46px; } }

/* ARABIDS v1.2.67 — make Elementor's iframe use the same full-width canvas as the live source pages. */
body.arabids-elementor-editor-preview .elementor,
body.arabids-elementor-editor-preview .elementor-section-wrap,
body.arabids-elementor-editor-preview .elementor-element,
body.arabids-elementor-editor-preview .elementor-widget-container {
  max-width: none;
}
body.arabids-elementor-editor-preview .elementor-widget-arabids_source_page,
body.arabids-elementor-editor-preview .elementor-widget-arabids_source_page > .elementor-widget-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
