
/* MZA Auto Layout Engine — safe corrections */
html,body{max-width:100%;overflow-x:hidden}
.mza-ale-enabled img,
.mza-ale-enabled video,
.mza-ale-enabled iframe{max-width:100%;height:auto}
.mza-ale-enabled table{max-width:100%}
.mza-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.mza-ale-enabled .elementor,
.mza-ale-enabled .elementor-section,
.mza-ale-enabled .elementor-container,
.mza-ale-enabled .elementor-widget-wrap,
.mza-ale-enabled .elementor-widget,
.mza-ale-enabled .e-con,
.mza-ale-enabled .e-con-inner{min-width:0}
.mza-ale-enabled .elementor img{max-width:100%;height:auto}
.mza-ale-enabled .elementor-button,
.mza-ale-enabled button,
.mza-ale-enabled input[type=submit]{
  max-width:100%;
}
body.mza-ale-mode-auto .elementor-section,
body.mza-ale-mode-auto .e-con{
  overflow-wrap:anywhere;
}
@media(max-width:767px){
  .mza-ale-enabled .elementor-column,
  .mza-ale-enabled .elementor-widget-wrap,
  .mza-ale-enabled .e-con{
    min-width:0 !important;
  }
  .mza-ale-enabled table{font-size:14px}
}
#mza-ale-admin-badge{
  position:fixed;right:14px;bottom:14px;z-index:999999;
  border:0;border-radius:999px;padding:10px 14px;
  background:#102a43;color:#fff;font-weight:700;
  box-shadow:0 8px 24px rgba(0,0,0,.22);cursor:pointer;
}
[data-mza-layout-issue="overflow"],
[data-mza-layout-issue="narrow"],
[data-mza-layout-issue="button"],
[data-mza-layout-issue="media"],
[data-mza-layout-issue="table"]{
  outline-offset:2px;
}
