.mfa-card {
  max-width: 520px;
}

.mfa-explanation {
  margin: 15px 0;
  color: var(--ink);
}

.mfa-explanation p {
  margin: 8px 0;
}

.recovery-code-note {
  margin: 18px 0;
  padding: 13px 15px;
  border-left: 4px solid #d59a35;
  border-radius: 4px 9px 9px 4px;
  background: #fff8eb;
  color: #654918;
}

.recovery-code-note p {
  margin: 5px 0 0;
}

.trusted-device-option {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #f7faf9;
}

.trusted-device-option input {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin: 3px 0 0;
  accent-color: var(--green);
}

.trusted-device-option span,
.trusted-device-option small {
  display: block;
}

.trusted-device-option small {
  margin-top: 3px;
  color: var(--muted);
  font-weight: 400;
}

.mfa-steps {
  padding-left: 22px;
  color: var(--muted);
}

.mfa-steps li {
  margin: 7px 0;
}

.qr-code {
  display: grid;
  place-items: center;
  margin: 20px auto;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  max-width: 290px;
}

.qr-code svg {
  display: block;
  width: 100%;
  height: auto;
}

.recovery-card {
  max-width: 560px;
}

.recovery-codes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  list-style: none;
  padding: 16px;
  margin: 20px 0;
  background: #edf4f1;
  border-radius: 10px;
}

.recovery-codes code {
  font-size: 16px;
  font-weight: 750;
  letter-spacing: .08em;
}

@media (max-width: 520px) {
  .recovery-codes {
    grid-template-columns: 1fr;
  }
}
