@layer components {
  .tooltip {
    @apply z-50 max-w-[250px] text-white rounded-lg py-2 px-4 relative;
  }
}