
/* Removed from the profile FOR NOW at her request — hidden, not deleted, so any
   of the three is one line away from coming back:
     1. Voice Log Snapshot   #vjSnapshot        (legacy section)
     2. My Pathways          #profilePathways   (legacy section)
     3. Subscription & Billing — the Account Hub panel AND its sidebar entry */
/* Once the legacy cards were deleted, their wrappers were left holding 92px and
   64px of empty padding under the Account Hub. `.mp-page` still holds the four
   adopted SOURCE cards (invisible — they are lifted out on load), so the wrappers
   are collapsed rather than removed. */
#page-profile .prf-content,
#page-profile .prf-hub-wrap,
#page-profile .mp-page{
  padding:0 !important; margin:0 !important; min-height:0 !important;
}

/* Subscription & Billing is BACK (Aug 2026) — she asked for it created. Only the
   Voice Log Snapshot and My Pathways sections stay hidden. */
#page-profile #vjSnapshot,
#page-profile #profilePathways{
  display:none !important;
}
