/* Simple placeholder styles for risk score visualisation */
.risk-score-badge {
  display: inline-block;
  padding: .25rem .6rem;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 600;
}
.risk-low { background:#d1e7dd; color:#0f5132; }
.risk-medium { background:#fff3cd; color:#664d03; }
.risk-high { background:#f8d7da; color:#842029; }
