/* Styles for BWE Price Filter shortcode */
.bwe-price-filter{
    border:1px solid #e6e6e6;
    border-radius:10px;
    padding:14px;
    margin:12px 0;
    background:#ffffff;
    box-shadow:0 1px 2px rgba(0,0,0,0.02);
}
.bwe-price-filter label{display:block;}
.bwe-price-filter .bwe-selected-chips{margin-top:8px}
.bwe-price-filter .bwe-chip{display:inline-block;margin-right:8px;padding:6px 10px;background:#eee;border-radius:16px;color:#333;text-decoration:none}
.bwe-price-filter .button{margin-right:6px}
