:host {
  display: flex;
  align-items: center;
  gap: 5px;
}

.text-edit__form-input {
  width: auto;
  --ez-text-input__input--padding: 0px;
}

.text-edit__hidden-value {
  visibility: hidden;
  position: absolute;
  white-space: nowrap;
  z-index: -1;
  top: 0;
  left: 0;
}