/* Webhook-specific chrome only. The shared reports vocabulary (filter panel, stat
   tiles, the tabbed detail expander) was promoted to house-reports.css in it-61 —
   this file keeps only what is genuinely webhook-only. */

/* it-26.12.1: the "campaign" trigger chip on a delivery row — a fire that came from a drip step,
   linking back to the campaign editor. Purple to match the campaign canvas's condition/brancher accent. */
.wh-trigger {
  text-decoration: none; margin-left: .3rem; display: inline-flex; align-items: center; gap: .2rem;
  background: color-mix(in srgb, #7c6bde 14%, #fff); color: #4b3ba8;
  border: 1px solid color-mix(in srgb, #7c6bde 30%, #fff);
}
.wh-trigger:hover { background: color-mix(in srgb, #7c6bde 22%, #fff); }
