.scroller{max-width:100%}.scroller__inner{padding-block:.1rem;display:flex;flex-wrap:wrap;gap:0rem}.scroller[data-animated="true"]{overflow:hidden}.scroller[data-animated="true"] .scroller__inner{width:max-content;flex-wrap:nowrap;animation:scroll var(--_animation-duration,10s) var(--_animation-direction,forwards) linear infinite}@keyframes scroll{to{transform:translate(calc(-50% - 1.5rem))}}.tag-list{margin:0;padding-inline:0;list-style:none}.tag-list li{padding:0rem}