.wpl-scroll-marquee {
    width: 100%;
    overflow: hidden;
}

.wpl-scroll-marquee-track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: max-content;
    will-change: transform;
}

.wpl-scroll-marquee-set {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    white-space: nowrap;
    flex-shrink: 0;
    padding-inline-end: 24px;
}

.wpl-scroll-marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 24px;
}

.wpl-scroll-marquee-link {
    text-decoration: none;
    color: inherit;
}

.wpl-scroll-marquee-text {
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
}

.wpl-scroll-marquee-sep {
    line-height: 1;
}
