.steps {
  list-style: none;
  display: grid;
  gap: 6px;
  color: var(--text-secondary);
  font-size: 12.5px;
  line-height: 1.45;
}

.steps li::before {
  content: attr(data-index) ") ";
  color: var(--text-muted);
  margin-right: 4px;
}
