
/* Profile page canvas -> white. The global `.page{background:var(--hu-white-mist)!important}`
   beats any un-!important #page-profile rule, so these need !important too.
   Card and panel tints inside the page are deliberately left alone. */
#page-profile{ background:#fff !important; }
/* a leftover `#page-profile > div:first-child` rule (from the removed hero) still
   paints this row cream, so this needs to out-specify it */
#page-profile > div.prf-backrow:first-child{ background:#fff !important; }
#page-profile #accountHub{ background:#fff !important; }
#page-profile .prf-content{ background:#fff !important; }
#page-profile .prf-hub-wrap{ background:#fff !important; }
#page-profile .prf-hub-wrap .mp-page{ background:#fff !important; }
#page-profile .prf-section-cards{ background:#fff !important; }
