.add-specialist-button {
  height: 34px;
  padding: 0 12px;
  border-color: #c36d21;
  border-radius: 7px;
  background: var(--warm);
  color: white;
  font-size: 13px;
  font-weight: 800;
}

.add-specialist-button:hover {
  background: #c06f28;
}

.specialist-main-fields {
  grid-template-columns: 1fr 120px 76px;
}

.specialist-color {
  padding: 3px;
}

.specialist-cell {
  background: var(--specialist-color, white);
}
