.growfund-textarea-input {
  width: 100%;
  min-height: 80px;
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
  background-color: #ffffff;
  resize: vertical;
  transition: border-color 0.2s ease;
}
