.textarea__control {
  height: auto;
  min-height: 80px;
  padding: var(--s-3);
  resize: vertical;
  line-height: 1.5;
}

@media (pointer: coarse) {
  .textarea__control {
    font-size: 16px;
  }
}
