.recovery-stage {
  display: grid;
  align-items: center;
}

.recovery-shell {
  grid-template-columns: minmax(320px, 0.9fr) minmax(480px, 1.1fr);
}

.recovery-intro {
  padding-top: 0;
}

.recovery-intro h1 {
  font-size: clamp(3.55rem, 5.7vw, 5.9rem);
}

.recovery-panel {
  max-width: 680px;
  justify-self: end;
}

.recovery-form .account-field-wide:last-child {
  max-width: calc(50% - 9px);
}

.recovery-privacy-note {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(86, 122, 155, 0.2);
  border-radius: 9px;
  background: rgba(221, 234, 245, 0.42);
}

.recovery-privacy-note > span {
  position: relative;
  width: 16px;
  height: 18px;
  margin-top: 2px;
  border: 1.5px solid #8f6927;
  border-radius: 3px;
}

.recovery-privacy-note > span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 7px;
  top: -7px;
  left: 2.5px;
  border: 1.5px solid #8f6927;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.recovery-privacy-note p {
  margin: 0;
  color: #596a7a;
  font-size: 0.78rem;
  line-height: 1.6;
}

.recovery-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 20px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(205, 168, 95, 0.24);
  font-size: 0.78rem;
}

@media (max-width: 980px) {
  .recovery-panel {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 680px) {
  .recovery-form .account-field-wide:last-child {
    max-width: none;
  }
}
