@layer components {
  .count-indicator {
    @apply relative text-center;
  }

  .count-indicator i {
    @apply text-lg mr-0 align-middle;
  }

  .count-indicator .count {
    @apply absolute left-1/2 w-1.5 h-1.5 rounded-full bg-red-600 top-[-2px];
  }
}
