.chart-gauge {
    margin: 10px;
}

/* Colores de cada sección */
.chart-first {
    fill: #9FBD35;  /* Verde */
}
.chart-second {
    fill: #F2BA3A;  /* Amarillo */
}
.chart-third {
    fill: #FB3033;  /* Rojo */
}

/* Aguja */
.needle, .needle-center {
    fill: #000000;
}

/* Font de D3 por defecto */
svg {
    font: 10px sans-serif;
}
