<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.price-range-block {
    margin:0;
}

.sliderText{
    width: 100%;
    margin-bottom:30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}

.ui-slider-horizontal {
    height: .6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
    width: 100%;
}
.ui-widget-header {
    background: #3FE331;
}

.price-range-search {
    width:40.5%; 
    background-color: #f9f9f9; 
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom:20px;
    font-size:16px;
}
.price-range-field {
    width: 30%; 
    min-width: 16%;
    background-color: transparent; 
    border: 0 none; 
    color: #009fd4; 
    font: bold 14px Arial, Helvetica, sans-serif; 
    border-radius: 5px; 
    height: 26px; 
    padding: 0px;
}
.price-range-field#max_price2 { text-align: right!important; margin-right: -15px; }


.search-results-block{
    position: relative;
    display: block;
    clear: both;
}

.price-range-number { display: flex; justify-content: space-between; }</pre></body></html>