.feedback-form-module {
  margin: 1rem 0;
  white-space: normal;
}

.feedback-form-module textarea {
  min-height: 130px;
  resize: vertical;
}

.feedback-form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
