.scroller{max-width:100%;width:100%;overflow:hidden;background-color:#fff}.scroller[data-animated=true]{border-top:4px solid #ebebeb;border-bottom:4px solid #ebebeb;overflow:hidden}.scroller__inner{padding-block:1rem;display:flex;flex-wrap:wrap;gap:1rem}.scroller[data-animated=true] .scroller__inner{width:-moz-max-content;width:max-content;flex-wrap:nowrap;animation:scroll var(--_animation_duration,20s) var(--_animation_direction,forwards) linear infinite;mask:linear-gradient(10deg,transparent,20% #fff,#fff 80%,transparent);-webkit-mask:linear-gradient(90deg,transparent,20% #fff,#fff 80%,transparent)}@keyframes scroll{to{transform:translate(calc(-20% - .5rem))}}