.editableValue {
  background-color: transparent;
  border: 0;
}

.editableValue:focus {
  outline: 0;
}

.editableValue__wrapper {
  color: black;
  font-size: 1.2rem;
}
