/* construction-card-eye-20260715 */
.code-cell .select-construction {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 38px;
}

.code-cell .select-construction span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select-construction .construction-card-eye {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 0;
  color: #1d4ed8 !important;
  text-decoration: none;
  border-radius: 999px;
  flex-shrink: 0;
  line-height: 1;
  cursor: pointer;
}

.select-construction .construction-card-eye::before {
  content: "👁";
  font-size: 20px;
  line-height: 1;
}

.select-construction .construction-card-eye:hover {
  background: #dbeafe;
  color: #1e40af !important;
}

.select-construction .construction-card-eye:focus-visible {
  outline: 2px solid #1d4ed8;
  outline-offset: 2px;
}

/* eye-blue-20260716 */
.select-construction .construction-card-eye,
.select-construction .construction-card-eye::before {
  color: #1d4ed8 !important;
}

.select-construction .construction-card-eye:hover,
.select-construction .construction-card-eye:hover::before {
  color: #1e40af !important;
}

/* editor-code-col-compact-20260723 */
body.crm-role-editor .matrix-table .code-col,
body.crm-role-editor .matrix-table th.code-col,
body.crm-role-editor .matrix-table td.code-col {
  width: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important;
}

body.crm-role-editor .matrix-table .meta-col,
body.crm-role-editor .matrix-table th.meta-col,
body.crm-role-editor .matrix-table td.meta-col,
body.crm-role-editor .matrix-table .address-col,
body.crm-role-editor .matrix-table th.address-col,
body.crm-role-editor .matrix-table td.address-col {
  left: 96px !important;
}

body.crm-role-editor .matrix-table .code-cell .select-construction {
  padding-right: 24px !important;
}

/* mount-col-center-20260723 */
.matrix-table thead th:nth-child(5),
.matrix-table tbody tr:not(.tract-group-row) td:nth-child(5) {
  text-align: center !important;
}


/* code-full-display-20260723 */
body.crm-role-editor .matrix-table .code-col,
body.crm-role-editor .matrix-table th.code-col,
body.crm-role-editor .matrix-table td.code-col {
  width: 124px !important;
  min-width: 124px !important;
  max-width: 124px !important;
}

body.crm-role-editor .matrix-table .meta-col,
body.crm-role-editor .matrix-table th.meta-col,
body.crm-role-editor .matrix-table td.meta-col,
body.crm-role-editor .matrix-table .address-col,
body.crm-role-editor .matrix-table th.address-col,
body.crm-role-editor .matrix-table td.address-col {
  left: 124px !important;
}

.matrix-table .code-cell .select-construction span,
.matrix-table td.code-col .select-construction span {
  overflow: visible !important;
  text-overflow: clip !important;
  max-width: none !important;
}

body.crm-role-editor .matrix-table .code-cell .select-construction {
  padding-right: 22px !important;
}
