/* --- Active Filters --- */
.golify-active-filters-wrapper {
    margin-bottom: 20px;
}

.active-filters-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.active-filters-list li {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.remove-filter {
    background: none;
    border: none;
    color: #a00;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding-right: 8px;
    padding: 0;
    line-height: 1;
}

.remove-filter:hover {
    color: #d00;
}

/* --- Price Slider --- */
.golify-price-filter-container .price-slider {
    margin: 15px 5px;
}

.ui-slider {
    position: relative;
    text-align: left;
    background: #e9e9e9;
    border-radius: 2px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
}

.ui-slider .ui-slider-handle:hover,
.ui-slider .ui-slider-handle:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color:var(--theme-main-color);
    border-radius: 2px;
}

.ui-slider-horizontal {
    height: .6em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.price-label {
    font-size: 14px;
    color: #555;
}
