@import url('dashboard-new.css');

/* Pillars page: ensure two charts fill width and are centered */
.page#pillars .charts-row {
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.page#pillars .chart-card { padding: 18px; }
.page#pillars .chart-wrapper { display: flex; align-items: center; justify-content: center; }
.page#pillars .chart-wrapper canvas { width: 100% !important; max-width: 100%; }
