.line-chart {
  width: 100%;
  height: 100%;
}
.chart-svg {
  width: 100%;
  height: 100%;
}
.line-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  color: #6b7280;
}
.line-chart-wrapper {
  width: 100%;
}
.chart-title {
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
} 