.loyalty-slider-container-6d4cfa28 {
    position: relative;
    width: 100%;
    padding: 30px 0 45px 0;
    box-sizing: border-box;
}

.loyalty-slider-track-wrapper-6d4cfa28 {
    position: relative;
    background-color: #E5E5E5;
    border-radius: 99px;
    cursor: pointer;
}

.loyalty-slider-progress-6d4cfa28 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #FF8C00;
    border-radius: 99px;
    width: 0%;
}

.loyalty-slider-handle-6d4cfa28 {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    cursor: grab;
    z-index: 10;
    user-select: none;
    touch-action: none;
}

.loyalty-slider-handle-6d4cfa28:active {
    cursor: grabbing;
}

.loyalty-slider-handle-6d4cfa28 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.loyalty-slider-milestones-6d4cfa28 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.loyalty-slider-milestone-6d4cfa28 {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #ffffff;
    border: 3px solid #CCCCCC;
    box-sizing: border-box;
    z-index: 5;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.loyalty-slider-milestone-6d4cfa28.active {
    background-color: #ffffff;
    border-color: #FF8C00;
}

.loyalty-slider-milestone-label-6d4cfa28 {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    white-space: nowrap;
}

/* External user-designed container classes - automatic smooth state transition presets */
.loyalty-reward-card-active {
    opacity: 1 !important;
    filter: none !important;
    transform: translateY(-5px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.loyalty-reward-card-locked {
    opacity: 0.45 !important;
    filter: grayscale(100%) !important;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
