.input-area {
  background-color: var(--fs-background-seven-color);
  border-radius: 0.25rem;
  overflow: hidden;
}
.input-area textarea {
  background: none;
  color: var(--fs-text-color);
  border: none;
  width: 100%;
  outline: none;
  font-size: 0.875rem;
}

.submit-btn {
  background-color: var(--fs-primary-color);
  width: 6rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  border: none;
  color: var(--fs-text-color);
  font-size: 0.875rem;
}

/*# sourceMappingURL=feedback.css.map */
