.scroller{max-width:100%;overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent);mask:linear-gradient(90deg,transparent,white 20%,white 80%,transparent)}.scroller__inner{display:flex;flex-wrap:nowrap;gap:1.5rem;animation:scroll 40s linear infinite}.scroller[data-speed=fast] .scroller__inner{animation-duration:20s}.scroller[data-speed=slow] .scroller__inner{animation-duration:60s}@keyframes scroll{to{transform:translate(calc(-50% - .75rem))}}.tag-list{margin:0;padding-inline:0;list-style:none}.tag-list li{padding:1rem;white-space:nowrap}