/* Makes Elementor's wrappers invisible so the MK design renders exactly like the prototype. */
.mk-sec.e-con,
.mk-sec.e-con > .e-con-inner {
  --padding-top: 0px; --padding-right: 0px; --padding-bottom: 0px; --padding-left: 0px;
  --gap: 0px; --row-gap: 0px; --column-gap: 0px;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
  display: block !important;
}
.mk-sec .elementor-widget-html,
.mk-sec .elementor-widget-html > .elementor-widget-container {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
body.mk-site .elementor { margin: 0; }
body.mk-site.elementor-template-canvas { margin: 0; }
