:host {
  display: block;
}

.step-header__info {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 8px;
}
.step-header__heading {
  font-weight: 500;
  font-size: 1.25rem;
  margin: 0;
}
.step-header__toggle {
  display: grid;
  justify-content: center;
}
.step-header__toggle mi-icon {
  width: 24px;
  height: 24px;
  display: block;
}