/* ---------- DELETE ACCOUNT PAGE ---------- */

.delete-content {
  max-width: 700px;
  padding: 80px 0 100px;
}

.delete-content h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 24px;
}

.delete-content p {
  font-size: 18px;
  color: #e5e7eb;
  margin-bottom: 20px;
}

.delete-box {
  background: #024289;
  border-radius: 14px;
  padding: 28px;
  margin-top: 32px;
}

.delete-email {
  display: inline-block;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #fa6400;
  text-decoration: none;
}

.delete-email:hover {
  text-decoration: underline;
}

.delete-note {
  margin-top: 16px;
  font-size: 16px;
  color: #d1d5db;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 700px) {
  .delete-content h1 {
    font-size: 36px;
  }

  .delete-content p {
    font-size: 16px;
  }
}
