.tooltip-trigger{display:contents}.tooltip-floating{z-index:9999;white-space:normal;overflow-wrap:anywhere;pointer-events:auto;background:var(--tooltip-bg);max-width:min(240px,100vw - 16px);color:var(--tooltip-text);box-shadow:var(--tooltip-shadow);border-radius:6px;padding:5px 10px;font-size:12px;line-height:1.5;position:fixed}.tooltip-floating--rich{white-space:normal;max-width:min(280px,100vw - 16px);padding:8px 14px}.tooltip-floating__arrow{border:5px solid #0000;width:0;height:0;position:absolute}.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);top:-10px;left:50%;transform:translate(-50%)}.tooltip-floating--left .tooltip-floating__arrow{border-left-color:var(--tooltip-bg);top:50%;right:-10px;transform:translateY(-50%)}.tooltip-floating--right .tooltip-floating__arrow{border-right-color:var(--tooltip-bg);top:50%;left:-10px;transform:translateY(-50%)}.tooltip-enter-active{transition:opacity .15s,transform .15s}@media (prefers-reduced-motion:reduce){.tooltip-enter-active{transition:none}}.tooltip-leave-active{transition:opacity .1s,transform .1s}@media (prefers-reduced-motion:reduce){.tooltip-leave-active{transition:none}}.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)}
