/*
Theme Name: Finexo Theme
Theme URI: https://finexo.com
Author: Tu Nombre
Author URI: https://finexo.com
Description: Theme básico para comparador financiero FINEXO.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: finexo
*/

input[type="range"] {
    -webkit-appearance: none;
    height: 8px;
    background: #ddd;
    border-radius: 5px;
    margin: 10px 0;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #0033ff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}


