.ads-PopoverMenu {
  @apply rounded-sm
    shadow-popover;
}

.ads-PopoverMenu:focus {
  @apply outline-none;
}

.ads-PopoverMenu--product {
  @apply bg-white;
}

.ads-PopoverMenu--brand {
  @apply bg-gray-900;
}
