/*
  this is a modifier of .prs-input
*/

.prs-input:where(.prs-textarea),.prs-input :where(.prs-textarea) {
  resize: vertical;
}

/* as container */
.prs-input :where(.prs-textarea) {
  border: 0 none;
  appearance: none;
  flex-grow: 1;
}
.prs-input :where(.prs-textarea):last-child {
  margin-inline-end: -1rem;
}
