.feedback-modal-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feedback-helper-text {
  margin: 0;
  font-size: 12px;
  color: #bcbfd4;
}

.feedback-status {
  font-size: 13px;
  line-height: 1.4;
  min-height: 18px;
}

.feedback-status.info {
  color: #bcbfd4;
}

.feedback-status.success {
  color: #7ad58a;
}

.feedback-status.error {
  color: #ff8f8f;
}

.feedback-counter-row {
  display: flex;
  justify-content: flex-end;
}

.feedback-counter {
  font-size: 12px;
  color: #bcbfd4;
}

.feedback-counter.limit-reached {
  color: #ff8f8f;
}

.feedback-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 2px;
}
