/* Profile editing uses the same translucent sticky header as the other member pages. */
body.member-profile-edit-page .member-header {
  background: rgba(255, 255, 255, .6) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
}
