/* /static/css/base.css */

/* BADGES – RÔLES UTILISATEUR */
.badge{
  font-size: 11px;
  padding: 3px 9px;
  border-radius: 6px; /* proche sidebar/dashboard */
  font-weight: 500;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}

/* antilop.light = #8FBFFA */
.badge-owner{
  background: rgba(143,191,250,0.75);
  color: #ffffff;
}

/* antilop.pale = #D3E6FD + text antilop.light */
.badge-editor{
  background: rgba(211,230,253,0.75);
  color: #8FBFFA;
}

/* slate-100 / slate-600 approx */
.badge-reader{
  background: #f1f5f9;
  color: #475569;
}

/* ICÔNES – Material Symbols (sidebar & boutons) */
.mi {
  font-size: 14px;   /* taille réduite, cohérente avec text-xs */
  line-height: 1;
}