/* Styles globaux de l'application (chargés sur toutes les pages authentifiées) */
body {
  font-feature-settings: "cv03", "cv04", "cv11";
}

/* Densité globale des tableaux : padding vertical des cellules très réduit */
.table {
  --tblr-table-cell-padding-y: 0.35rem;
  --bs-table-cell-padding-y: 0.35rem;
}
.table > :not(caption) > * > * {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

/* Badges circulaires (compteurs) dans le menu de navigation */
.nav-badge-circle {
  border-radius: 50%;
  min-width: 1.4rem;
  height: 1.4rem;
  padding: 0 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  line-height: 1;
}
