.idigital-filter-container {
    padding: 30px 0;
    margin: 0;
    direction: rtl;
    background: transparent;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
}

.idigital-filter-title {
    font-size: 15px;
    font-weight: 400;
    color: #475569;
    margin-bottom: 10px;
    text-align: right;
    display: block;
    order: 3;
}

#idigital-price-slider {
    height: 4px;
    background: #e2e8f0;
    border: none;
    box-shadow: none;
    margin: 30px 10px 10px;
    position: relative;
    z-index: 1;
    order: 1;
}

#idigital-price-slider .noUi-connect {
    background: #1e293b;
}

#idigital-price-slider .noUi-handle {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #1e293b;
    border: none;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 0.1);
    cursor: pointer;
    top: -8px;
    outline: none;
    -webkit-appearance: none;
}

.noUi-horizontal .noUi-handle-upper {
    left: -10px;
}

.noUi-horizontal .noUi-handle-lower {
    left: -10px;
}

#idigital-price-slider .noUi-handle::before,
#idigital-price-slider .noUi-handle::after {
    display: none;
}

.idigital-filter-values {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    width: 100%;
    order: 2;
}

#idigital-min-value,
#idigital-max-value {
    font-size: 12px;
    font-weight: 700;
    color: #0c111d;
}

#idigital-filter-submit {
    margin-top: 25px;
    width: 100%;
    padding: 12px;
    background: #1e293b;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    display: none;
    order: 0;
    -webkit-appearance: none;
}

#idigital-filter-submit:hover {
    background: #0f172a;
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
}

#idigital-filter-submit:active {
    transform: translateY(0);
}