/* Specific styles for the pie chart container */ .pie-chart-container { display: block; width: 100%; height: auto; padding: 20px; } .pie-chart-container canvas { width: 100% !important; height: auto !important; }