/* Prevent the numbered-step badge styles from affecting English copy. */
body.show-en .dossier-step > div .en,
body:not(.show-es) .dossier-step > div .en {
  width: auto !important;
  height: auto !important;
  display: inline !important;
  place-items: normal !important;
  border-radius: 0 !important;
  background: none !important;
  color: inherit !important;
  font-weight: inherit !important;
}
