.news-ticker-wrapper{overflow:hidden;white-space:nowrap;width:100%;box-sizing:border-box;padding:10px;border-radius:4px;font-weight:600;user-select:none;background-color:#f0f0f0}.news-ticker-track{display:inline-block;white-space:nowrap;animation-name:tickerScroll;animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:running}.news-ticker-wrapper:hover .news-ticker-track{animation-play-state:paused}.news-ticker-item{display:inline-block;padding:0 25px;text-decoration:none;transition:color 0.3s ease;font-size:16px;color:#333}.news-ticker-item:hover{text-decoration:underline;color:#9e4d8e}@keyframes tickerScroll{from{transform:translateX(100%)}to{transform:translateX(-100%)}}