/* Easy To Learn WMS (post 1062) — parity fixes vs production wizefulfill.com/easy-to-learn-wms/, 2026-07-30.
   Scoped to body.page-id-1062 since migrated-css/*.css is enqueued sitewide.
   Original build's style.css sets these selectors with !important, so overrides
   need !important too to win. */

/* Hero: h1 was 34px, production uses 36px (lineHeight 40px already matched). Hero
   had no min-height, so it was only ~260px tall vs production's fixed 350px banner. */
body.page-id-1062 [data-id="a17217d"] .elementor-heading-title{font-size:36px !important;line-height:40px !important;}
body.page-id-1062 [data-id="ed95f54"]{min-height:350px;justify-content:center;}

/* Hero decorative blob: same issue as WizeHelp (732) — production's span is
   left:70% (confirmed left:70% here too, this page's blob really is left-of-center,
   not right-anchored) with NO horizontal transform and width:100% of its container
   (clipped by the hero's overflow:hidden). The build centered a fixed 448px box AT
   the 70% mark (translate(-50%,-50%) on both axes), bleeding visibly left of that
   mark, which production does not do. */
body.page-id-1062 [data-id="ed95f54"]::after{left:70%;width:600px;transform:none;}
@media (min-width:1024px){
  body.page-id-1062 [data-id="ed95f54"]::after{transform:translateY(-50%);}
}

/* Intro heading "A Simple Way To Manage Your Warehouse": production is 36px, was
   built at 32px. */
body.page-id-1062 [data-id="d900741"] .elementor-heading-title{font-size:36px !important;line-height:40px !important;}

/* Alternating section titles (Easy-to-Use Interface / Helpful Guides And Smart AI
   Assistance / Powerful Tool For Smooth Operations): production is 30px, was built
   at 28px. Their paragraphs: production line-height is 28px, was built at 26px
   (font-size 16px already matched). */
body.page-id-1062 [data-id="00ab2f3"] .elementor-heading-title,
body.page-id-1062 [data-id="ef24434"] .elementor-heading-title,
body.page-id-1062 [data-id="1d75ff1"] .elementor-heading-title{font-size:30px !important;line-height:36px !important;}
body.page-id-1062 [data-id="a2e5f53"] p,
body.page-id-1062 [data-id="4234cb5"] p,
body.page-id-1062 [data-id="4a410e4"] p{line-height:28px !important;}

/* Benefits section heading "Benefits of an Easy-to-Use WMS": production is 36px,
   was built at 32px. */
body.page-id-1062 [data-id="b481e35"] .elementor-heading-title{font-size:36px !important;line-height:40px !important;}
/* remaining heading line-heights (styled in shared style.css, not caught by per-file transform) */
[data-id="28265cc"] .elementor-heading-title{line-height:28px !important;}
[data-id="8172a89"] .elementor-heading-title{line-height:28px !important;}
[data-id="b9c72d4"] .elementor-heading-title{line-height:28px !important;}
[data-id="97f5d5f"] .elementor-heading-title{line-height:28px !important;}
[data-id="d58c70e"] .elementor-heading-title{line-height:32px !important;}
[data-id="cae0346"] .elementor-heading-title{line-height:36px !important;}
