.carousel-container{flex-direction:column;align-items:center;gap:2rem;width:100%;display:flex}.scroller{max-width:600px}.scroller__inner{flex-wrap:wrap;align-items:center;gap:1rem;padding-block:1rem;display:flex}.scroller[data-animated=true]{overflow:hidden;-webkit-mask:linear-gradient(90deg,#0000,#fff 20% 80%,#0000);mask:linear-gradient(90deg,#0000,#fff 20% 80%,#0000)}.scroller[data-animated=true] .scroller__inner{width:max-content;animation:scroll var(--_animation-duration,40s)var(--_animation-direction,forwards)linear infinite;flex-wrap:nowrap}.scroller[data-direction=right]{--_animation-direction:reverse}.scroller[data-direction=left]{--_animation-direction:forwards}.scroller[data-speed=fast]{--_animation-duration:20s}.scroller[data-speed=slow]{--_animation-duration:60s}@keyframes scroll{to{transform:translate(calc(-50% - .5rem))}}.tag-list{margin:0;padding-inline:0;list-style:none}.tag-list li{background:var(--clr-primary-400,#4a5568);color:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 .5rem 1rem -.25rem #0000004d}.scroller__inner img{object-fit:contain;background:0 0;flex-shrink:0;width:100px;height:100px}.scroller__inner img.img-small{width:70px;height:70px;margin:0 .5rem}.scroller__inner img.img-large{width:130px;height:130px}
