/* ============================================================
   CLARIS — Badges compacts (round 9)
   À inclure UNIQUEMENT si vous voulez réduire la taille des badges
   "EN COURS / VALIDÉ / ACTIVÉ etc." dans les tableaux Comptes/Users.

   Inclusion : ajouter dans public/index.php ou layout.php :
   <link rel="stylesheet" href="/assets/css/claris-compact-badges.css">

   Surcharge UNIQUEMENT les badges DANS les tableaux Bootstrap (.table)
   et NE TOUCHE PAS aux badges hors tableau (boutons, etc.).
   ============================================================ */

/* Badges dans tableaux : taille réduite */
table.table .badge,
table.table .badge.badge-sm {
    font-size: 0.62rem !important;
    padding: 0.28em 0.55em !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;
    border-radius: 6px !important;
    min-width: 0 !important;
    height: auto !important;
    white-space: nowrap;
}

/* Le badge MODIFIÉ RH a son style propre — on le garde mais réduit aussi */
table.table .badge.claris-badge-rh {
    font-size: 0.62rem !important;
    padding: 0.28em 0.55em !important;
}

/* Boutons "À VALIDER" qui sont dans la colonne actions — réduits aussi */
table.table .claris-badge-rh-action {
    font-size: 0.6rem !important;
    padding: 0.26em 0.5em !important;
}
