.bb-target {
  &.bb-focused {
    opacity: 1;
  }

  &.bb-focused {
    path.bb-line, path.bb-step {
      stroke-width: 2px;
    }
  }

  &.bb-defocused {
    opacity: 0.3 !important;
  }
}
