/**
 * Elementor canvas — full width root, keep column widths intact.
 */

body.tawali-elementor-canvas .tawali-page-content--elementor {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.tawali-elementor-canvas .tawali-page-content--elementor .elementor-section-wrap,
body.tawali-elementor-canvas .tawali-page-content--elementor > .elementor {
  width: 100%;
}

body.tawali-elementor-page-active #tawali-theme-layout {
  display: none !important;
}

/* Do NOT strip max-width from columns — that breaks 50/50 and boxed layouts */
