/* Estilos específicos de gráficos y tablas de datos dentro de widgets. */
.i-chart { width: 100%; height: 100%; display: block; }
.widget-body .render-canvas, .prev-chart, .render-canvas {
  width: 100%; height: 100%; min-height: 100px;
}
.widget-body { overflow: hidden; }
.i-kpi { }

/* Pivote / matriz */
.i-table thead th.corner { background: rgba(74,108,247,.1); }
.i-matrix td.rl { font-weight: 600; color: var(--text-2); }
.i-matrix td.num { text-align: right; font-variant-numeric: tabular-nums; }