.elementor-13166 .elementor-element.elementor-element-7ab413b{--display:flex;}/* Start custom CSS for container, class: .elementor-element-7ab413b *//* ===== AutoTime solution-page hero clip fix =====
   Covers: Shop Floor Manager, Payroll Admin, Finance, stride80 */

/* 1) Hero box + its inner layout wrappers: refuse any imposed height */
body .hero,
body .hero .wrap,
body .hero .grid,
body .hero .inner,
body .hero .copy,
body .hero .panel {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

/* 2) Grow downward; clip only sideways so the decorative shapes
      don't trigger a horizontal scrollbar */
body .hero {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

/* 3) The Elementor container / HTML widget wrapping the embed —
      the most likely clipper */
.e-con:has(.hero),
.e-con:has(.hero) > .e-con-inner,
.elementor-widget-html:has(.hero),
.elementor-widget-html:has(.hero) > .elementor-widget-container {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}/* End custom CSS */