
/* The "← Back" row is removed from the top of the account page at her request.
   `.prf-backrow` exists ONLY here and held nothing else, so hiding it orphans
   nothing. The account page is reached from the nav, and the nav is the way back
   — same reasoning as the Care Circle back button. */
#page-profile .prf-backrow{ display:none !important; }
