.quick-tooltip{z-index:1500;color:#fff;white-space:nowrap;pointer-events:none;opacity:0;background:#0f172a;border-radius:.25rem;max-width:min(18rem,100vw - 1rem);padding:.35rem .55rem;font-family:Open Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:500;line-height:1.2;transition:opacity .12s,transform .12s;position:fixed;transform:translateY(2px);box-shadow:0 2px 8px #0f172a33}.quick-tooltip.quick-tooltip--visible{opacity:1;transform:translateY(0)}
