.grit-wc-stepper-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.grit-step-divider {
  flex: 1;
  display: block;
  height: 1px;
  min-width: 16px;
  margin: 20px 8px 0;
  background-color: var(--neutral500);
}

grit-wc-step {
  margin: 0 8px;
}
grit-wc-step.first-step {
  margin-left: 0px;
}
grit-wc-step.last-step {
  margin-right: 0px;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}