#nodesGraphDiv {
  width: 100%;
  overflow: auto; /* Allow scrolling */
  border: 1px solid #ccc; /* Optional: for visual debugging */
}

#nodesGraphView {
  background: transparent;
  display: block;
  width: 100% !important;
  background: transparent;
}

.node {
  fill: white;
}
.link {
  fill: none;
  stroke: #999;
  stroke-opacity: 0.6;
}

.root-node {
  fill: yellow;
}

.node circle {
  fill: #940426;
  size: 10;
}
.node text {
  font: 10px;
  font-weight: lighter !important;
}
