content-ticker{--gap:48px;--height:64px;--animation-duration:10s;align-items:center;display:flex;height:100%;overflow:hidden;position:relative}content-ticker:not(:has(>.ticker-wrapper.scrolling)){justify-content:center}content-ticker .ticker-wrapper{align-items:center;display:flex;gap:var(--gap);height:100%;list-style:none}@media (prefers-reduced-motion:no-preference){content-ticker .ticker-wrapper.scrolling{animation:scrolling var(--animation-duration) linear infinite}}content-ticker .ticker-wrapper.paused{animation-play-state:paused;justify-content:center}@media (prefers-reduced-motion:no-preference){content-ticker .ticker-wrapper.paused{animation:maintain-position var(--animation-duration) linear infinite}}content-ticker .ticker-content{display:grid;flex-shrink:0;grid-auto-flow:column;justify-content:space-around;place-items:center center}:is(content-ticker .ticker-content) img{max-height:var(--height);width:auto}@keyframes scrolling{0%{transform:translateX(0)}to{transform:translateX(calc(var(--content-element-width)*-1))}}@keyframes maintain-position{0%{transform:translateX(0)}to{transform:translateX(0)}}