
Red Scrolling Text Bar
.isolated-widget.rts-redscrollbar-widget { all: initial; display: block; } @keyframes scroll-redscrollbar { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } .rts-redscrollbar-widget .redscrollbar-container { position: relative; width: 100%; height: 40px; background-color: #ff0000; /* red */ overflow: hidden; display: flex; align-items: center; contain: strict; } .rts-redscrollbar-widget .redscrollbar-track { display: flex; white-space: nowrap; will-change: transform; animation: scroll-redscrollbar 20s linear infinite; height: 100%; align-items: center; } .rts-redscrollbar-widget .redscrollbar-text { height: 100%; display: flex; align-items: center; font-size: 18px; font-weight: bold; color: white; font-family: Arial, sans-serif; letter-spacing: 1px; text-tran