/* Style par rôle UM pour Ouest Républicain */

.statut-or-touriste {
  color: #888;
  font-style: italic;
}

.statut-or-autochtone {
  color: #333;
  font-weight: bold;
}

.statut-or-stagiaire {
  color: #ff8800;
  font-style: italic;
  text-decoration: underline dotted;
}

.statut-or-contributeur {
  color: #006699;
  font-weight: 500;
}

.statut-or-redacteur {
  color: #e2000b;
  font-weight: bold;
}

.statut-or-comite_redac {
  color: #000;
  background: #f4be3e;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
}

.statut-or-conseil_securite {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.statut-or-redac_chef {
  color: #e2000b;
  font-weight: 800;
  border-left: 4px solid #e2000b;
  padding-left: 8px;
}

/* Optionnel : icône plus grosse */
.um-field-statutor {
  margin-top: 1em;
  font-size: 1.05em;
}

.statut-or {
  display: inline-block;
  line-height: 1.4;
}