/* Profile fixes */
/* ===== Profile cards — header pill boxes removed (title + tagline on flat white) ===== */
#page-profile .mp-card-header-left,
#page-profile .mp-card-title,
#page-profile .mp-card-subtitle {
  background:transparent !important; border:none !important; box-shadow:none !important; border-radius:0 !important;
}
#page-profile .mp-card-header {
  background:transparent !important; box-shadow:none !important; border-radius:0 !important;
  border:none !important; border-bottom:1px solid rgba(0,0,0,0.05) !important;
  padding:20px 24px 16px !important;
}
#page-profile .mp-card-header:hover, #page-profile .mp-card-title:hover, #page-profile .mp-card-subtitle:hover { box-shadow:none !important; transform:none !important; }
#page-profile .mp-card-icon { display:none !important; }
