﻿.power-widget {
    /*background: #1e2432;*/
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; /* prende tutta l’altezza della griglia */
}

    .power-widget .widget-title {
        font-size: clamp(1rem, 2vw, 1.5rem);
        font-weight: 600;
        margin-bottom: 15px;
        color: #3fbfbf;
        text-align: center;
    }

    .power-widget canvas {
        width: 100% !important;
        height: 250px; /* altezza fissa ma puoi variare o usare % */
    }
