.custom-chart-container {
  position: relative;
  width: 100%; /* Occupy the full width of the parent column */
  max-width: 900px; /* Optional: prevents the chart from becoming excessively large on desktop */
  min-height: 500px;  /* Adjust height as needed */
  margin: 0 auto; /* Center the chart if a max-width is applied */
}

.ppa-chart {
  
  height:500px;
  