:root{--item-width:150px;--item-height:30px}.marquee.svelte-1xpng2k{height:var(--item-height);position:relative;overflow:hidden}.item.svelte-1xpng2k{width:var(--item-width);height:var(--item-height);text-align:center;word-break:keep-all;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute}[data-direction=left].svelte-1xpng2k .item:where(.svelte-1xpng2k){animation-name:svelte-1xpng2k-scroll-left;left:100%}[data-direction=right].svelte-1xpng2k .item:where(.svelte-1xpng2k){animation-name:svelte-1xpng2k-scroll-right;right:100%}@keyframes svelte-1xpng2k-scroll-left{to{left:calc(var(--item-width) * -1)}}@keyframes svelte-1xpng2k-scroll-right{to{right:calc(var(--item-width) * -1)}}
