.msp-2c9e5ff1-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.msp-2c9e5ff1-row {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* Vertical padding so pill top/bottom borders are not clipped by overflow:hidden */
    padding-top: 4px;
    padding-bottom: 4px;
}

.msp-2c9e5ff1-row--fade::before,
.msp-2c9e5ff1-row--fade::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.msp-2c9e5ff1-row--fade::before {
    left: 0;
    background: linear-gradient(to right, #FFFFFF 0%, transparent 100%);
}

.msp-2c9e5ff1-row--fade::after {
    right: 0;
    background: linear-gradient(to left, #FFFFFF 0%, transparent 100%);
}

.msp-2c9e5ff1-track {
    display: flex;
    align-items: center;
    width: max-content;
    will-change: transform;
}

.msp-2c9e5ff1-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.4;
    cursor: default;
    transition: background-color 0.3s ease, color 0.3s ease;
    user-select: none;
    box-sizing: border-box;
}

.msp-2c9e5ff1-pill:hover {
    opacity: 0.8;
}

@keyframes msp-2c9e5ff1-scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes msp-2c9e5ff1-scroll-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.msp-2c9e5ff1-track--left {
    animation: msp-2c9e5ff1-scroll-left var(--msp-speed, 30s) linear infinite;
}

.msp-2c9e5ff1-track--right {
    animation: msp-2c9e5ff1-scroll-right var(--msp-speed, 30s) linear infinite;
}

.msp-2c9e5ff1-row--pausable:hover .msp-2c9e5ff1-track {
    animation-play-state: paused;
}
