.slider-row {
    margin: 18px 0 18px;
}
.slider-label {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #e5e7eb;
    margin-bottom: 8px;
    font-weight: 600;
}

.noUi-target {
    background: #0b1222;
    border: 1px solid #253149;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}
.noUi-connect {
    background: linear-gradient(90deg, #ffdc2a, #0707f4);
}
.noUi-handle {
    border: 1px solid #3b4a6f;
    background: radial-gradient(120% 120% at 30% 30%, #2a3960, #182339);
    box-shadow: none;
}
.noUi-handle:before, .noUi-handle:after {
    background: #9aa3b2;
}
.noUi-tooltip {
    display: none;
}

input[type="text"] {
    background: #0e1320;
    border: 1px solid #2d3a5a;
    border-radius: 8px;
    color: #ffffff;
    font-size: 0.9rem;
    padding: 6px 10px;
    width: 80px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    margin-top: 8px;
}
input[type="text"]:hover {
    border-color: #4e6ef2;
    background: #131b2e;
}
input[type="text"]:focus {
    outline: none;
    border-color: #6f8dff;
    box-shadow: 0 0 6px rgba(111, 141, 255, 0.4);
}

.min-input {
    display: inline-block;
}

.max-input {
    float: right;
}

.qwip-zero-tick {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9rem;
    color: white;
    pointer-events: none;
}
.qwip-zero-tick::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 4px;
    background: white;
    margin-bottom: 1px;
}
