/* dom_tree.css — the DOM node-link tree; nodes appear in document order, current highlighted. */
.dt-edge { stroke: rgba(148, 163, 184, 0.34); stroke-width: 1.4; }
.dt-ghost { fill: rgba(148, 163, 184, 0.3); }
.dt-node { fill: rgba(56, 189, 248, 0.16); stroke: #38bdf8; stroke-width: 1.4; }
.dt-cur { fill: rgba(251, 191, 36, 0.28); stroke: #fbbf24; stroke-width: 2; }
.dt-tag { fill: #eaf6ff; font-size: 12px; font-weight: 700; font-family: ui-monospace, Menlo, Consolas, monospace; }
