/* Sphere Connections — overlay canvas */
.feature-panel__visual .sc-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: 2;
}
.feature-panel__orb--main,
.feature-panel__orb--secondary {
  cursor: pointer;
  pointer-events: auto;
}
