.price-slider-values {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.price-slider-values input {
    width: 90px;
    height: 40px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 14px;
    background: #fff;
    transition: all .2s ease;
}

.price-slider-values input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,.15);
    outline: none;
}

.filter-currency {
    font-weight: 600;
    color: #374151;
}

.price-filter-separator {
    color: #6b7280;
    font-weight: 500;
}