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