#priceRange {
    margin: 0 10px;
}

.noUi-base {
    background: #e5e7eb;
    height: 18px;
    border-radius: 4px;
    position: relative;
}

.noUi-connect {
    background: #F97316;
    height: 18px;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.noUi-handle {
    width: 20px !important;
    height: 20px !important;
    top: -2px !important;
    right: -6px !important;
    background: #F97316;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.noUi-handle:hover {
    transform: scale(1.3);
    box-shadow: 0 3px 6px rgba(249, 115, 22, 0.4);
}

.noUi-handle.noUi-active {
    transform: scale(1.4);
    box-shadow: 0 4px 8px rgba(249, 115, 22, 0.5);
}

.noUi-handle::before,
.noUi-handle::after {
    display: none;
}
