.graph-edge path.edge-path{fill:none;stroke:#a78f76;stroke-width:1.7;opacity:.82}
.graph-edge:hover path.edge-path,.graph-edge.is-selected path.edge-path{stroke:var(--saffron);stroke-width:3}
.graph-toolbar [data-filter=predicate]{max-width:190px}
.match-count{min-width:35px;color:var(--saffron);font-size:.78rem;font-weight:700}
.graph-shell:fullscreen{width:100vw;height:100vh;border:0;border-radius:0;background:#fff}
.graph-shell:fullscreen .graph-workspace{height:calc(100vh - 112px)}
.graph-shell:fullscreen .graph-stage,.graph-shell:fullscreen .graph-svg{height:100%}
.graph-legend .legend-selected{border-color:#bd5b16;border-width:3px;background:#fff}
.inspector-more{margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}
.inspector-more h3{margin:.2rem 0 .7rem}.inspector-more p{overflow-wrap:anywhere}
@media(max-width:1150px){
 .graph-toolbar{align-items:flex-end}.graph-search{margin-left:0!important}
 .graph-toolbar label{flex:1 1 190px}.graph-toolbar select{width:100%}
}
@media(max-width:650px){
 .graph-toolbar [data-filter=predicate]{max-width:none}
 .graph-toolbar button[data-action=fullscreen]{display:none}
 .graph-workspace{display:flex;flex-direction:column}.graph-stage{min-height:520px}
 .graph-inspector{max-height:45vh}
}
