.steps {
  padding: 0;
  margin: 0.875em 1em;

  > li {
    list-style: none;

    &:not(:empty) {
      padding: 0.125em 0;
    }
  }
}
