.gui-hierarchy-line {
  content: '';
  position: absolute;
  bottom: 0;
  width: 2px;
  background: $neutral-light;

  &.dragged-insert {
    background: $primary-blue;
  }
}
