

.sidebar__link {
  @apply flex gap-2 items-center p-1.5 xl:px-3 xl:py-2 text-sm font-medium rounded-lg transition-colors duration-100 text-white hover:bg-primary-500;
}

.sidebar__link--active {
  @apply bg-primary-500 text-white;
}
