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