/* ONX: Homepage fixes - steps numbering, hide trusted */

/* ---- Hide stray numbering in the HOW IT WORKS section ---- */
.onx-steps ol,
.onx-steps ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.onx-steps li::marker { content: '' !important; }

/* Kill any custom counters that might be injected */
.onx-steps li {
  counter-reset: none !important;
  counter-increment: none !important;
}

/* ---- Hide Trusted by Leaders (keep markup) ---- */
#onx-trusted-block {
  display: none !important;
}

/* (Hero EKG rules are in onx-hero-ekg.css) */
