/**
 * @prop --tooltip-z-index: z-index of the tooltip.
 */
:host(limel-tooltip) {
  position: absolute;
  pointer-events: none;
}