/* WizeHelp (post 732) — parity fixes vs production wizefulfill.com/ai-enabled-wizehelp/, 2026-07-30.
   Scoped to body.page-id-732 since migrated-css/*.css is enqueued sitewide.
   Original build's style.css sets these selectors with !important, so overrides
   need !important too to win (equal-or-higher specificity + later in cascade). */

/* Process-step numbered badge: production's "step-count" div is w-20 h-20 (80px),
   text-4xl (36px), with a "ring-8 ring-primary ring-opacity-25" glow
   (box-shadow: 0 0 0 8px rgba(231,97,82,.25)) — was built at 64px/24px with no ring. */
body.page-id-732 [data-id="38ba151"] p,
body.page-id-732 [data-id="5d88845"] p,
body.page-id-732 [data-id="cabe80b"] p{
  width:80px !important;
  height:80px !important;
  font-size:36px !important;
  box-shadow:0 0 0 8px rgba(231,97,82,0.25) !important;
}

/* Stat-grid percentage numbers: production is md:text-3xl (30px at desktop),
   not text-4xl (36px) — the 36px only applies below the md breakpoint. */
body.page-id-732 [data-id="fbb769c"] .elementor-heading-title,
body.page-id-732 [data-id="722d845"] .elementor-heading-title,
body.page-id-732 [data-id="24cf620"] .elementor-heading-title{font-size:30px !important;line-height:36px !important;}

/* Stat-grid left divider: production uses md:pl-14 (56px) — was built at 40px.
   border-left 2px #e5e7eb already matched. */
body.page-id-732 [data-id="0901553"]{padding-left:56px !important;}

/* Hero decorative blob: production's span is left:70% with NO horizontal transform
   (only vertical centering) and width:100% of its container (clipped by the hero's
   overflow:hidden, so the visible sliver runs from the 70% mark to the right edge).
   The build centered a fixed 448px box AT the 70% mark (translate(-50%,-50%) on both
   axes), which bleeds visibly to the left of that mark too — not what production shows. */
body.page-id-732 [data-id="181badf"]::after{left:70%;width:600px;transform:none;}
@media (min-width:1024px){
  body.page-id-732 [data-id="181badf"]::after{transform:translateY(-50%);}
}
/* remaining heading line-heights vs production convention */
[data-id="231ba08"] .elementor-heading-title{line-height:28px !important;}
[data-id="899342c"] .elementor-heading-title{line-height:40px !important;}
[data-id="a97b4b6"] .elementor-heading-title{line-height:28px !important;}
[data-id="bbf731a"] .elementor-heading-title{line-height:28px !important;}
[data-id="4090a2d"] .elementor-heading-title{line-height:28px !important;}
[data-id="88a406c"] .elementor-heading-title{line-height:32px !important;}
[data-id="5caeaee"] .elementor-heading-title{line-height:36px !important;}
