/* Dataroia — pastilles de verdict SIREN/SIRET */
.dataroia-badge {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px 0 4px;
  border-radius: 50%;
  vertical-align: middle;
  cursor: help;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.dataroia-vert   { background: #2e9e5b; }
.dataroia-rouge  { background: #d64545; }
.dataroia-orange { background: #e8930c; }
.dataroia-gris   { background: #9aa0a6; }
.dataroia-attente {
  background: #cdd2d8;
  animation: dataroia-pulse 1.2s ease-in-out infinite;
}
@keyframes dataroia-pulse {
  50% { opacity: 0.4; }
}
