/* CYC-945069881 — one severity contract for both Signal Alerter producer
 * renderers. This stylesheet loads after the dashboard's mirrored inline CSS
 * and after m15-panel.css, so neutral inline metadata styling cannot override
 * the producer contract's fresh/aging/stale severity.
 */
.m15-sa-producer-status.m15-fresh,
.m15-sa-producer-inline.m15-fresh {
  color: var(--green, #3fb950);
}

.m15-sa-producer-status.m15-warn,
.m15-sa-producer-inline.m15-warn {
  color: var(--yellow, #d29922);
  font-weight: 700;
}

.m15-sa-producer-status.m15-stale,
.m15-sa-producer-inline.m15-stale {
  color: var(--red, #f85149);
  font-weight: 700;
}
