/*
 * m0 Design System — Panels: Profile (CANONICAL)
 * Entity Management Profile tab. Prefixed `profile-`.
 * Vault-density cards reuse `.charter-section` (charter.css) —
 * do not redefine `.panel-section` / `.section-header` here.
 *
 * What-it-is body uses shared primitives (`Section`,
 * `KeyValueRow`, `InfoCallout`). Longer copy lives in native
 * `title` tooltips (`.m-tip` / titled labels).
 */

.profile-tab,
.profile {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.profile-status,
.profile-saving {
    margin: 0;
    font-size: 0.78rem;
    color: var(--text-muted);
}
