.process-model-phase > header > button {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 2px 8px;
  width: 100%;
  padding: 2px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
}

.process-model-phase > header > button > span {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #60758b;
  border-radius: 7px;
  color: #c7d9e8;
  font-size: .68rem;
}

.process-model-phase > header > button:disabled {
  opacity: 1;
}

.process-node-sequence {
  position: absolute;
  top: 8px;
  right: 9px;
  color: #8193a5;
  font-size: .66rem;
  font-weight: 800;
}
