/* Entity Status Badge — unified visualization of entity states across all grids */

.entity-status-badge {
    display: inline-block;
    white-space: nowrap;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    font-weight: bold;
}

.entity-status-badge--deactivated {
    color: red;
    border-color: red;
}

.entity-status-badge--not-activated {
    color: red;
    border-color: red;
}

.entity-status-badge--process {
    color: darkorange;
    border-color: darkorange;
}

/* GIRS-2836 — company no longer matches the R/C / Stream / Country anchor of the IR scope */
.entity-status-badge--scope-change {
    color: #6f42c1;
    border-color: #6f42c1;
}
