#deleteaccount-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 16px;
  box-sizing: border-box;
}

.deleteaccount-card {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.deleteaccount-title {
  color: #a43333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.deleteaccount-copy {
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.deleteaccount-email {
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-align: center;
}

#deleteaccount-password-step,
#deleteaccount-code-step {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#deleteaccount-code-step.hidden {
  display: none;
}

#deleteaccount-password,
#deleteaccount-code {
  box-sizing: border-box;
  width: 100%;
  padding: 9px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.deleteaccount-card button {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

#deleteaccount-err {
  min-height: 20px;
  color: #d44;
  font-size: 13px;
  text-align: center;
}
