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

  .hs-tooltip.show & {
    @slot;
  }
}