.square {
  background-color: #fff;
  border-radius: 16px;
}

.part-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.part-info-row {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.part-info-row > span:first-child {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px;
  background-color: #15AEB4;
  border-radius: 4px;
}

.part-info-row > span:last-child {
  color: #37474F;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.readonly {
  background-color: #ECEFF1;
  color: #CFD8DC;
  border-color: #B0BEC5;
}