/* construction-code-highlight-20260723-code-grey-list */
.matrix-table .code-cell .select-construction span.crm-code-red,
.matrix-table td.code-col .select-construction span.crm-code-red,
.matrix-table .code-col .matrix-code-text.crm-code-red {
  color: #dc2626 !important;
  font-weight: 700;
}

.matrix-table tbody tr:not(.tract-group-row) td.code-col.crm-code-cell-grey,
.matrix-table tbody tr:not(.tract-group-row) .code-cell.crm-code-cell-grey {
  background: #d9d9d9 !important;
}

.matrix-table tbody tr:not(.tract-group-row) td.code-col.crm-code-cell-green,
.matrix-table tbody tr:not(.tract-group-row) .code-cell.crm-code-cell-green {
  background: #b6d7a8 !important;
}

.matrix-table tbody tr:not(.tract-group-row) td.code-col.crm-code-cell-grey .select-construction,
.matrix-table tbody tr:not(.tract-group-row) .code-cell.crm-code-cell-grey .select-construction,
.matrix-table tbody tr:not(.tract-group-row) td.code-col.crm-code-cell-green .select-construction,
.matrix-table tbody tr:not(.tract-group-row) .code-cell.crm-code-cell-green .select-construction {
  background: transparent !important;
}
