.profile-view        { max-width: 580px; }
.profile-view-header { margin-bottom: 2rem; }
.profile-view-title  { font-size: 1.2rem; color: var(--text-primary); margin-bottom: 0.4rem; }
.profile-view-sub    { font-size: 0.9rem; color: var(--text-secondary); }
.profile-form .btn   { margin-top: 0.5rem; }

@media (max-width: 768px) {
  .profile-view { max-width: 100%; }
}
