@custom-variant tooltip-shown {
  &.tooltip-content.show {
    @slot;
  }

  .tooltip.show & {
    @slot;
  }
}
