.donut-chart {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.donut-labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
  font-size: 12px;
  color: #6b7280;
}
.donut-legend {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
.donut-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 4px;
}
.donut-chart-wrapper {
  width: 100%;
}
.chart-title {
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
} 