.client-highlight-checkbox {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  accent-color: #facc15;
  cursor: pointer;
}

.filter-chip.client-highlight-enabled {
  box-shadow: inset 0 0 0 2px rgba(250, 204, 21, 0.95);
}

.filter-chip.client-highlight-enabled span::after {
  content: " подсветка";
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 999px;
  background: #facc15;
  color: #111827;
  font-size: 11px;
  font-weight: 800;
}

.status-cell.client-highlight-cell {
  background: #facc15 !important;
  background-color: #facc15 !important;
  color: #111827 !important;
  box-shadow: inset 0 0 0 9999px rgba(250, 204, 21, 0.92), 0 0 0 2px rgba(161, 98, 7, 0.65) !important;
  border-color: #a16207 !important;
}

.status-cell.client-highlight-cell,
.status-cell.client-highlight-cell * {
  color: #111827 !important;
}

.matrix-table td.client-highlight-cell-td {
  background: rgba(250, 204, 21, 0.22) !important;
}
