.profile-area {
  max-width: 1124px;
  margin: 0 auto 70px;
  padding: 0 28px;
}

.profile-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
}

.profile-card h2 { margin: 0 0 8px; }
.profile-card p { color: #61768b; line-height: 1.5; }
.delete-account { max-width: 480px; margin-top: 20px; }
.delete-account button { background: #a43131; }
.delete-account small { color: #7b4b4b; line-height: 1.4; }

@media (max-width: 800px) {
  .profile-area { padding: 0 16px; }
}
