.securities-ticker{background-color:#000;color:#fff;height:32px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid #333;position:-webkit-sticky;position:sticky;top:0;z-index:1100}.ticker-content{display:flex;animation:scroll 60s linear infinite;white-space:nowrap}.ticker-item{display:inline-flex;align-items:center;margin-right:40px;font-size:13px;font-weight:500}.ticker-symbol{color:#fff;font-weight:600;margin-right:8px;letter-spacing:.5px}.ticker-value{color:#e0e0e0;margin-right:8px}.ticker-change{font-weight:600;font-size:12px}.ticker-change.positive{color:#00d084}.ticker-change.negative{color:#ff4757}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.securities-ticker:hover .ticker-content{animation-play-state:paused}@media (max-width:768px){.securities-ticker{padding:6px 0}.ticker-content{animation-duration:45s}.ticker-item{margin-right:30px;font-size:12px}.ticker-symbol{margin-right:6px;font-size:12px}.ticker-value{margin-right:6px}.ticker-change,.ticker-value{font-size:11px}}@media (max-width:480px){.securities-ticker{padding:5px 0}.ticker-content{animation-duration:40s}.ticker-item{margin-right:24px;font-size:11px}.ticker-symbol{margin-right:5px;font-size:11px}.ticker-value{margin-right:5px}.ticker-change,.ticker-value{font-size:10px}}