/* RU Bottin - Badge VERITAS (identite verifiee). Charte noir/or. */
.rub-bdg-veritas{
  display:inline-flex;align-items:center;gap:6px;
  padding:3px 10px;border-radius:999px;
  background:#0A0A0A;color:#FFD941;
  font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
  border:1px solid #0A0A0A;line-height:1;white-space:nowrap;
  vertical-align:middle;
}
.rub-bdg-veritas-dot{
  width:8px;height:8px;border-radius:50%;
  background:#FFD941;display:inline-block;flex:0 0 auto;
}
