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