.shared-flow-step[hidden] {
  display: none;
}

.shared-flow-hint {
  min-height: 20px;
  margin: -4px 0 18px;
  color: rgba(14, 18, 48, 0.58);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.shared-flow-step + .shared-flow-step {
  margin-top: 4px;
}

@media (max-width: 560px) {
  .shared-flow-hint {
    margin-bottom: 16px;
  }
}
