<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.commerce-checkout-progress li.active {
  font-weight: bold;
}

/**
 * display:inline will remove the numbers from the list
 * To keep the ol as expected. Width assumes up to 6 pages.
 */
ol.inline.commerce-checkout-progress li {
  float: left;
  width: 16%;
}
</pre></body></html>