/* Chart.js Custom Styles */

canvas {
  max-width: 100%;
  height: auto !important;
}

/* Chart containers */
.chart-container {
  position: relative;
  height: 300px;
  margin: 20px 0;
}

/* Chart legend customization */
.chart-legend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
}

.chart-legend-item {
  display: flex;
  align-items: center;
  margin: 5px 15px;
}

.chart-legend-color {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 3px;
}
