.sidebar-link {
  position: relative;
  overflow: hidden;
}

.sidebar-link.active::before {
  content: '';
  position: absolute;
  left: 0; 
  top: 20%; 
  height: 60%; 
  width: 3px;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent);
}

.sl-count {
  font-size: 0.6rem;
  opacity: 0.6;
  border: 1px solid var(--border);
  min-width: 20px;
  text-align: center;
}