.uso-step-wrapper {
    display: flex;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
}
.uso-card input {
    display: none;
}
.uso-card {
    display: inline-block;
}
.uso-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 30px;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    /* width: 250px; */
    text-align: center;
}
.uso-label span.circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #007BFF;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.uso-card input:checked + .uso-label {
    border-color: #007BFF;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
    background:  #007BFF;
    color: #fff
}

/* Slider num */

.slider-container {
    max-width: 50%;
    padding: 45px 10px;
}
.range-values {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-top: 10px;
}
input[type="range"] {
    width: 100%;
    background: transparent;
    position: absolute;
    pointer-events: none;
}
input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    height: 40px;
    width: 24px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #f9a825;
    cursor: pointer;
    margin-top: -10px;
}
.elevatori-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
}

.elevatore-item {
    padding: 15px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	background: #fff;
}
ul.acf-info {
    list-style: none;
    padding: 0;
}
.btn-filter button {
    background: #fff;
    color: #000;
    border: none;
    padding: 10px 80px;
    font-size: 18px;
    border-radius: 25px;
}
.btn-filter {
	margin-top: 30px;
}
.slider-container span {
    color: #fff;
}
form#filtro-elevatori-form h3 {
    color: #fff;
}



.slider-container .noUi-target {
    border: none !important;
}

.slider-container .noUi-connect {
    background: #e2e2e2;
}


.slider-container  .noUi-handle:after, .slider-container  .noUi-handle:before {
    !i;!;
    display: none;
}

.slider-container .noUi-horizontal .noUi-handle {
    border-radius: 30px;
    height: 30px;
    width: 30px;
    background: #b1c4e7;
    border: none !important;!I;!;
    box-shadow: none;
}