.formful__form .field__input::placeholder {
  opacity: 1;
}

.formful__form .field__input {
  padding: 1.5rem;
}

.formful__form input[type="file"] {
  color: inherit;
  padding: 9px 1.5rem;
  opacity: 1;
}

.formful__form input[type="file"]::before {
  content: none;
}

.formful__input.select__select {
  font-size: 1.6rem;
  color: rgb(var(--color-foreground));
}
