textarea {
  display: block;
  font-family: unset;
  box-sizing: content-box;
  white-space: pre-wrap;
  overflow: hidden;
  resize: none;
  line-height: normal;
  border: 1px solid lightgrey !important;
  height: 1.5em;
}

textarea:focus-visible {
  outline: -webkit-focus-ring-color auto 5px;
}

/*

.thieffry-modal-close {
  cursor: pointer;
  text-align: center;
}


.thieffry-modal-close svg {
  display: block;
  margin: auto;
  pointer-events: none;
}
  */