
.rct-range-input{ -webkit-appearance:none; width:100%; height:10px; border-radius:6px; background:#e5e7eb; outline:none; }
.rct-range-input::-webkit-slider-thumb{ -webkit-appearance:none; width:18px; height:18px; border-radius:50%; background:#fff; border:2px solid #3b82f6; margin-top:-4px; }
.rct-range-wrap{ max-width:420px; margin:10px 0; font-family:system-ui,Arial, sans-serif; }
.rct-range-label .rct-current-value{ font-weight:700; }