.elementor-13156 .elementor-element.elementor-element-b6cacb6{--display:flex;--min-height:100vh;}.elementor-13156 .elementor-element.elementor-element-936cf1e{width:100%;max-width:100%;}/* Start custom CSS for container, class: .elementor-element-b6cacb6 *//* ===== AutoTime shop-floor hero clip fix ===== */

/* 1) The embed wrapper + every section: never accept an imposed
      height or max-height from the theme */
.at-emp,
.at-emp > section,
.at-emp .hero,
.at-emp .hero .wrap,
.at-emp .hero .grid {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

/* 2) Let the hero grow downward; clip only sideways so the
      decorative shapes don't trigger a horizontal scrollbar */
.at-emp .hero {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

/* 3) Re-assert the image panel height that step 1 zeroed out */
.at-emp .hero .imgph {
  min-height: 360px !important;
}

/* 4) The Elementor container / HTML widget holding the embed —
      this is the most likely clipper */
.e-con:has(.at-emp),
.e-con:has(.at-emp) > .e-con-inner,
.elementor-widget-html:has(.at-emp),
.elementor-widget-html:has(.at-emp) > .elementor-widget-container {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}/* End custom CSS */