.ads-Tooltip {
  @apply bg-gray-900
    text-white
    leading-normal
    text-bodySm
    min-h-9
    inline-flex
    items-center;

  max-width: theme("width.64");
}

.ads-Tooltip .ads-Popover-arrow[data-placement*="bottom"] {
  border-bottom-color: theme("colors.gray.900");
}

.ads-Tooltip .ads-Popover-arrow[data-placement*="top"] {
  border-top-color: theme("colors.gray.900");
}

.ads-Tooltip .ads-Popover-arrow[data-placement*="left"] {
  border-left-color: theme("colors.gray.900");
}

.ads-Tooltip .ads-Popover-arrow[data-placement*="right"] {
  border-right-color: theme("colors.gray.900");
}
