.status-accent--risk,
.status-accent--blocked,
.status-accent--overdue {
    color: var(--rt-red-dark);
    background: var(--rt-red-soft);
    border-color: rgba(180, 35, 24, 0.24);
}

.status-accent--warning {
    color: var(--rt-amber);
    background: #fff8e1;
    border-color: rgba(183, 121, 31, 0.24);
}

.status-accent--resolved {
    color: var(--rt-green);
    background: #ecfdf3;
    border-color: rgba(36, 122, 59, 0.22);
}
