.ticker-marquee{width:100%;overflow:hidden;white-space:nowrap;position:relative;z-index:10}.ticker-inner{display:inline-flex;align-items:center;white-space:nowrap;animation:scrollLeft linear infinite;animation-duration:var(--ticker-speed,30s)}.ticker-marquee:hover .ticker-inner{animation-play-state:paused}@keyframes scrollLeft{from{transform:translateX(0)}to{transform:translateX(-100%)}}.ticker-block{display:inline-flex;align-items:center;margin-right:26px}.ticker-item{display:inline-flex;align-items:center;gap:3px;padding:4px 8px;border-radius:8px;flex-shrink:0;position:relative;z-index:2}.ticker-item::before{content:"";position:absolute;inset:0;border-radius:8px;background:rgb(0 0 0 / .07);opacity:0;transition:opacity 0.15s ease;z-index:-1}.ticker-item:hover::before{opacity:1}.ticker-icon{width:20px;height:20px;margin-right:4px;border-radius:50%}.ticker-symbol{font-weight:700;margin-right:2px}.ticker-price{margin-right:3px}.ticker-change-amount{margin-right:2px}.red{color:#9B1D1D}.green{color:#085E3C}.flash-up{color:#0cbf75!important;transition:color 0.3s ease}.flash-down{color:#e63946!important;transition:color 0.3s ease}