.info-tooltip-trigger{display:inline-block;cursor:help;opacity:.7;transition:opacity .2s ease}.info-tooltip-trigger:hover{opacity:1}.info-tooltip-trigger.trigger-white{color:var(--background)}.info-tooltip-bubble,.info-tooltip-trigger.trigger-black{color:var(--foreground)}.info-tooltip-bubble{padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;line-height:1.4;max-width:300px;word-wrap:break-word;z-index:999999;animation:fadeIn .2s ease;position:relative;background:var(--background);border:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.15)}.info-tooltip-arrow{position:absolute;top:-6px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white}@keyframes fadeIn{0%{opacity:0;transform:translateX(-50%) translateY(4px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (max-width:480px){.info-tooltip-bubble{max-width:90vw;font-size:13px;padding:10px 12px}}
/*# sourceMappingURL=d09198fbaa51a4a5.css.map*/