/* modules/reports/static/reports/style.css */

.reports-help {
  margin-top: 0;
  color: #64748b;
  font-size: 14px;
}

.reports-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

.reports-error {
  margin-top: 12px;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 600;
}

.reports-error[data-hidden="true"] {
  display: none;
}

