.ps-562aee5c-widget {
    font-family: inherit;
    padding: 20px;
    background: transparent;
}

.ps-562aee5c-title {
    margin: 0 0 20px 0;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ps-562aee5c-slider-container {
    position: relative;
    height: 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.ps-562aee5c-track {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #e2e8f0;
    border-radius: 2px;
    z-index: 1;
}

.ps-562aee5c-track-fill {
    position: absolute;
    height: 4px;
    background: #000;
    border-radius: 2px;
    z-index: 2;
}

.ps-562aee5c-input {
    position: absolute;
    width: 100%;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 4;
    height: 20px;
    margin: 0;
    padding: 0;
}

/* Clear default range input styles */
.ps-562aee5c-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: transparent;
    pointer-events: auto;
    cursor: pointer;
}

.ps-562aee5c-input::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    background: transparent;
    pointer-events: auto;
    cursor: pointer;
}

.ps-562aee5c-thumb {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #000;
    transform: translateX(-50%);
    z-index: 3;
    pointer-events: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), left 0.1s ease, background-color 0.2s, border-color 0.2s;
}

/* Slick elastic pop-out animations on active drag */
.ps-562aee5c-input-min:active ~ .ps-562aee5c-thumb-left,
.ps-562aee5c-input-max:active ~ .ps-562aee5c-thumb-right {
    transform: translateX(-50%) scale(1.4);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.ps-562aee5c-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ps-562aee5c-values {
    font-size: 0.95rem;
    font-weight: 600;
}

.ps-562aee5c-button {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, opacity 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ps-562aee5c-button:hover {
    opacity: 0.9;
}
