/* LVL V1.28.0 — Mobile Header XP Hide
   Keep XP data and desktop UI intact; only free header space on mobile. */
@media (max-width: 767px){
  .topbar .top-actions > .xp-pill,
  .topbar .top-actions .xp-pill:has(#topXp){
    display:none !important;
  }
}
