.conveyor{background:radial-gradient(circle, var(--color1) 50%, var(--color2) 100%);width:100%;padding:.75rem;overflow:hidden}.conveyor .conveyor-item{white-space:nowrap;color:#fff;align-items:center;height:100%;font-weight:500;animation:15s linear infinite marquee;display:flex}.conveyor .conveyor-item.separate:after{content:"";background-color:var(--divColor);border-radius:100%;width:12px;height:12px;margin-inline:12px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}
