/* v7258 — final centring for numbered workflow markers */
html body.v718-site.v75-site main :is(
  .task-experience-flow, .evidence-sequence, .worker-start-steps,
  .journey-steps, .v718-intelligence-path, .ci-join-steps,
  .network-workflow, .v58-flow-cards
) > article > span:first-child:not(.v73-icon) {
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  text-align: center !important;
  text-indent: 0 !important;
  line-height: 1 !important;
}
/* The role-flow stylesheet previously reset these exact badges to block. */
html body.v718-site.v75-site.v71-page-who-one-is-for main .task-experience-flow > .v73-card > span:first-child {
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  line-height: 1 !important;
}
