:host{--group-tooltip-container-background: var(--group-light-non-interactive-surface-white);--group-tooltip-max-width: auto;--group-tooltip-radius: var(--group-radius-normal);--group-tooltip-shadow: var(--group-shadow-normal);--group-tooltip-arrow-background: var(--group-light-non-interactive-surface-white);--group-tooltip-font-family: var(--group-font-family-text);--group-tooltip-font-size: var(--group-text-size-5-desktop)}:host{position:static;display:inline;z-index:var(--group-z-index-tooltip)}.group-tooltip__container{background-color:var(--group-tooltip-container-background);display:none;visibility:hidden;color:#fff;padding:var(--group-space-x-small);border-radius:var(--group-tooltip-radius);box-shadow:var(--group-tooltip-shadow);width:var(--group-tooltip-max-width);position:absolute;top:0;left:0}.group-tooltip__inner{overflow-y:auto;max-height:calc(var(--group-app-height, 100%) - 8rem)}.group-tooltip__inner__content{width:100%;font-family:var(--group-tooltip-font-family),sans-serif;font-size:var(--group-tooltip-font-size)}.group-tooltip__arrow{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;width:.5rem;height:.5rem;background:var(--group-tooltip-arrow-background);transform:rotate(45deg);display:none;visibility:hidden}.group-tooltip__arrow--top{bottom:100%;left:50%;transform:translateX(-50%) rotate(45deg)}.group-tooltip__arrow--bottom{top:100%;left:50%;transform:translateX(-50%) rotate(45deg)}.group-tooltip__arrow--left{right:100%;top:50%;transform:translateY(-50%) rotate(45deg)}.group-tooltip__arrow--right{left:100%;top:50%;transform:translateY(-50%) rotate(45deg)}.group-tooltip-variant-popover-trigger,.group-tooltip-permanent-trigger{z-index:calc(var(--group-z-index-tooltip) + 1) !important;position:relative !important}