.tooltip-trigger{display:contents}.tooltip-floating{background:var(--tooltip-bg);border-radius:6px;box-shadow:var(--tooltip-shadow);color:var(--tooltip-text);font-size:12px;line-height:1.5;max-width:240px;padding:5px 10px;pointer-events:none;position:fixed;white-space:nowrap;z-index:9999}.tooltip-floating--rich{max-width:280px;padding:8px 14px;white-space:normal}.tooltip-floating__arrow{border:5px solid transparent;height:0;position:absolute;width:0}.tooltip-floating--top .tooltip-floating__arrow{border-top-color:var(--tooltip-bg);bottom:-10px;left:50%;transform:translate(-50%)}.tooltip-floating--bottom .tooltip-floating__arrow{border-bottom-color:var(--tooltip-bg);left:50%;top:-10px;transform:translate(-50%)}.tooltip-floating--left .tooltip-floating__arrow{border-left-color:var(--tooltip-bg);right:-10px;top:50%;transform:translateY(-50%)}.tooltip-floating--right .tooltip-floating__arrow{border-right-color:var(--tooltip-bg);left:-10px;top:50%;transform:translateY(-50%)}.tooltip-enter-active{transition:opacity .15s ease,transform .15s ease}.tooltip-leave-active{transition:opacity .1s ease,transform .1s ease}.tooltip-enter-from,.tooltip-leave-to{opacity:0}.tooltip-floating--top.tooltip-enter-from,.tooltip-floating--top.tooltip-leave-to{transform:translateY(4px)}.tooltip-floating--bottom.tooltip-enter-from,.tooltip-floating--bottom.tooltip-leave-to{transform:translateY(-4px)}.tooltip-floating--left.tooltip-enter-from,.tooltip-floating--left.tooltip-leave-to{transform:translate(4px)}.tooltip-floating--right.tooltip-enter-from,.tooltip-floating--right.tooltip-leave-to{transform:translate(-4px)}
