.tooltip{display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:0;cursor:default}.tooltip__content{border-radius:5px;box-shadow:0 3px 10px #334d5526;background-color:#447684;animation:fade-in .25s ease-out;color:var(--white);font-size:14px;letter-spacing:.28px;padding:10px;min-width:150px;text-align:center;white-space:pre;z-index:1000000}@media screen and (max-width:600px){.tooltip__content{white-space:normal}}
