.status-pill.is-info { background: var(--brand-soft); color: var(--brand-dark); }
.status-pill.is-low { background: #e8f4f8; color: #23677c; }
.status-pill.is-medium { background: #fff3dc; color: #a45d08; }
.status-pill.is-high { background: #ffeadf; color: #c4491d; }
.status-pill.is-critical { background: var(--danger-soft); color: var(--danger); }
