.file-upload {
  width: 100%;
  resize: none;
  height: 34px;
  display: block;
  padding: 10px 12px;
  margin: 0 0 10px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: white;
  color: var(--color-default-text);
}

#value-input-field img {
  min-height: unset;
  max-width: 100%;
  max-height: 500px;
}
