/* Keep the profile edit header in the same light state as the rest of the member pages. */
body.member-profile-edit-page .member-header {
  background: #fff !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
