.SidebarList {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xs);
  list-style: none;
  margin: 0;
  padding: 0;
}
