/* ====================================================================
   IVANN XP BADGE PILL CLEANUP #44
   Retire la mini-barre de progression du XP badge (lecture comme pill vide)
   ==================================================================== */

/* La barre de progression XP (60×9 avec fill 50%) lit comme un pill vide
   à côté du NIV. + XP qui contiennent déjà l'info numérique. */
html body[class] .ivann-xp-badge__bar,
html body[class] .ivann-xp-badge .ivann-xp-badge__bar {
  display: none !important;
}

/* Resserre le link maintenant qu'on a un élément en moins */
html body[class] .ivann-xp-badge__link {
  gap: 8px !important;
  padding-right: 14px !important;
}

/* Le wrapper interne (NIV + XP empilés) : aération propre */
html body[class] .ivann-xp-badge__link > span:not([class]) {
  line-height: 1.2 !important;
  display: inline-flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}
