/* static/css/webhook-dispatcher.css */
.webhook-dispatcher-modal-content {
  max-width: 800px;
}
.webhook-layout {
  display: flex;
  gap: 24px;
}
.webhook-config {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.webhook-config label {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
}
.webhook-preview {
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.webhook-preview label {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
}
