.sw-wrapper-cfc9e8cb {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    display: flex;
}

.sw-track-cfc9e8cb {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    will-change: transform;
}

.sw-item-cfc9e8cb {
    display: inline-block;
    white-space: nowrap;
    font-weight: 700;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

a.sw-item-link-cfc9e8cb {
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

a.sw-item-link-cfc9e8cb:hover {
    transform: scale(1.05);
    opacity: 0.9;
}