/* v7245 — all standalone numbered square and round badges are optically centred */
html body.v718-site.v75-site main :is(
  .v787-detail-icon,.v7127-roadmap-icon,.v7128-roadmap-icon,
  .step-no,.step-number,.number,.v719-icon-well
){
  display:grid!important;
  place-items:center!important;
  align-content:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1!important;
  box-sizing:border-box!important;
}
/* The commercial-detail badge was overridden to display:block by a later rule. */
html body.v718-site.v75-site.v71-page-pricing main .v787-commercial-details .v787-detail-icon{
  display:grid!important;
  place-items:center!important;
  padding:0!important;
}
