.setup-main {
  place-items: start center;
  padding-top: 96px;
  padding-bottom: 104px;
}

.setup-footer img {
  filter: brightness(0) invert(1);
  opacity: .86;
}

/* Keep every nine-step setup sequence inside the card at desktop widths. */
.setup-progress {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  align-items: start;
  gap: 6px;
  width: 100%;
}

.setup-progress span {
  min-width: 0;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.25;
  font-size: 11px;
}

.setup-progress span::before {
  flex: 0 0 auto;
  margin-top: 2px;
}

.setup-progress i {
  display: none;
}

/* Helper copy must sit below, never on top of, its associated control. */
.setup-field {
  display: flow-root;
  margin-bottom: 22px;
}

.setup-field > .setup-input,
.setup-field > .setup-select {
  display: block;
}

.setup-field + .setup-help {
  clear: both;
  display: block;
  margin: 16px 0 18px;
  position: relative;
  top: 18px;
  margin-bottom: 36px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .setup-progress span {
    font-size: 10px;
  }
}

.setup-record-box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 20px;
  margin: 20px 0 28px;
}

.setup-record-box > div {
  border: 2px solid #8e959b;
  border-radius: 8px;
  padding: 18px;
}

.setup-record-box p {
  margin: 0 0 12px;
  font-size: 16px;
}

.setup-record-box p:last-child {
  margin-bottom: 0;
}

.setup-record-box a {
  color: #087ed6;
}

.setup-copy {
  min-width: 104px;
  height: 40px;
  border: 1px solid #168ff2;
  border-radius: 4px;
  background: #fff;
  color: #168ff2;
}

.setup-success hr {
  border: 0;
  border-top: 1px solid #cfd5da;
  margin: 24px 0;
}

.setup-complete-copy {
  text-align: left;
  margin-bottom: 34px !important;
}

.setup-actions button:disabled {
  background: #b9b9b9;
  color: #fff;
  border-color: #b9b9b9;
}

.setup-welcome-existing {
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.setup-welcome-existing h1 {
  margin: 2px 0 28px;
  font-size: 29px;
}

.setup-welcome-existing p {
  max-width: 790px;
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.55;
  color: #343c43;
}

.setup-welcome-existing .setup-actions {
  margin-top: auto;
}

.setup-welcome-existing .setup-next {
  min-width: 204px;
}
