.ws-horizontal-marquee {
    direction: ltr !important;
    transform: rotate(var(--rotate));
}

.ws-horizontal-marquee[data-blur-edges="1"]::before {
    background-image: linear-gradient(to right, var(--color), rgba(0, 0, 0, 0));
    content: "";
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: var(--width);
    height: 100%;
}

.ws-horizontal-marquee[data-blur-edges="1"]::after {
    background-image: linear-gradient(270deg, var(--color), rgba(0, 0, 0, 0));
    content: "";
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: var(--width);
    height: 100%;
}

.ws-horizontal-marquee .ws-horizontal-marquee__wrapper {
    display: flex;
}

.ws-horizontal-marquee .ws-horizontal-marquee__item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ws-horizontal-marquee .ws-horizontal-marquee__nestable {
    visibility: hidden;
    min-width: 1px;
}

.ws-horizontal-marquee[data-flickering="1"] {
    opacity: 0;
}