.delete-account-shell {
  max-width: 820px;
}

.delete-account-hero {
  border-color: rgba(211, 47, 84, 0.16);
}

.delete-account-card {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.delete-account-copy,
.delete-account-note,
.delete-account-success p {
  color: var(--ec-muted);
  line-height: 1.65;
}

.delete-confirmation {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 8px 0 20px;
  color: var(--ec-text);
  line-height: 1.45;
}

.delete-confirmation input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  flex: 0 0 auto;
  accent-color: #d32f54;
}

.delete-account-button,
.delete-account-home {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  background: #d32f54;
  color: #fff;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(211, 47, 84, 0.22);
}

.delete-account-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.delete-account-note {
  margin: 18px 0 0;
  font-size: 0.9rem;
  text-align: center;
}

.delete-account-success {
  padding: 30px 10px;
  text-align: center;
}

.delete-success-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(34, 160, 92, 0.12);
  color: #16834b;
  font-size: 2rem;
  font-weight: 900;
}

.delete-account-success h3 {
  margin: 0;
  font-size: 1.7rem;
}

.delete-account-home {
  max-width: 320px;
  margin: 22px auto 0;
  background: var(--ec-pink);
}

@media (max-width: 640px) {
  .delete-account-card {
    padding: 22px;
  }
}
