.wc-prof-filter{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:20px;
    align-items:center;
}
.wc-prof-filter select,
.wc-prof-filter input[type="text"]{
    padding:5px 10px;
    border:1px solid #ccc;
    border-radius:4px;
}
.wc-prof-filter button{
    padding:5px 10px;
    background:#1a8dcd;
    color:#fff;
    border:none;
    border-radius:4px;
    cursor:pointer;
}
.wc-prof-filter button:hover{background:#166fa3;}
.wc-prof-price-slider{min-width:200px;flex:1;}
.wc-prof-price-range{font-weight:bold;}


#wc-prof-slider {
    margin-top:5px;
    margin-bottom:5px;
}
