.teh-price-filter {
    padding: 10px 0;
}

.teh-price-filter__label {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.teh-price-filter__inputs {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.teh-price-filter__inputs input[type="number"] {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.teh-price-filter__slider {
    position: relative;
    margin-top: 15px;
    height: 4px;
    background: #eee;
}

.teh-price-filter__range {
    position: absolute;
    height: 4px;
    background: #e30613; /* qizil chiziq (istasa o‘zgartiramiz) */
    top: 0;
}

.teh-price-filter__slider input[type="range"] {
    position: absolute;
    left: 0;
    top: -6px;
    width: 100%;
    pointer-events: none;
    background: none;
    -webkit-appearance: none;
}

.teh-price-filter__slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #e30613;
    box-shadow: 0 0 0 1px #e30613;
}

.teh-price-filter__submit {
    margin-top: 15px;
    width: 100%;
    padding: 8px 12px;
    background: #990000;
    border: none;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 600;
}
