.amount-slider-wrapper-6b8c81d1 {
    width: 100%;
    padding: 20px 0;
    font-family: inherit;
}

.amount-slider-value-container {
    text-align: center;
    margin-bottom: 20px;
}

.amount-slider-value {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.amount-slider-control {
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
}

.amount-slider-track {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 4px;
    z-index: 1;
    pointer-events: none;
}

.amount-slider-fill {
    height: 100%;
    background-color: #0073e6;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.amount-slider-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 2;
    margin: 0;
    outline: none;
    cursor: pointer;
}

.amount-slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0073e6;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}

.amount-slider-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0073e6;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
