/* Responsive rules introduced after the responsibility split live here. */
@media (max-width: 640px) {
  .personal-record-controls,
  .personal-profile-editor { grid-template-columns: 1fr; align-items: stretch; }
  .personal-profile-actions { justify-content: stretch; }
  .personal-profile-actions .workspace-command { flex: 1; }
  .personal-recent-heading { width: 100%; }
}