.construction-code-colors {
  display: contents;
}

.construction-code-colors__field {
  display: grid;
  gap: 6px;
  margin: 0;
  color: #475569;
  font-size: 13px;
  font-weight: 400;
}

.construction-code-colors__field span {
  display: block;
  font-weight: 400;
}

.construction-code-colors__field select {
  width: 100%;
  color: #172033;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  font-weight: 400;
}

.construction-code-colors__field select:focus {
  outline: none;
  border-color: #cbd5e1;
  box-shadow: none;
}
