/* ---------------------------------------------------------------------------
   badge.css — small inline status pills (.badge with variant modifiers).
--------------------------------------------------------------------------- */

.badge {
  font-size: 10px;
  font-weight: 500;
  padding: 2px 7px;
  border-radius: 10px;
}

/* Variants */
.bn2 { background: #EEEDFE; color: #3C3489; }
.br  { background: #FAEEDA; color: #633806; }
.bpl { background: #FAECE7; color: #712B13; }
