/* /bow-tie/ — fixed-geometry diagram with preventive/reactive barriers. Flat, square. */

/* Stats label pushed to the right of the flex toolbar */
#bow-tie-stats { margin: 0 0 0 auto; font-weight: 700; }

/* Scale the large diagram down to fit; scroll within the panel if needed */
#bow-tie-svg {
  display: block;
  max-width: 100%;
  height: auto;
  background: #fff;
}

/* Per-row delete affordance (SVG text) — make it clearly clickable */
.row-delete { cursor: pointer; font-weight: 700; }
.row-delete:hover { fill: #b71c1c; }
.row-label { font-weight: 600; }

/* Inline label editor overlaid on the SVG */
.inline-edit-overlay {
  border: 1px solid #2a2a2a;
  background: #fffdf5;
  font: inherit;
  padding: 0.15rem 0.3rem;
}
