.loading_chart {
  text-align: center;
  font-size: 1.2em;
  color: #666;
  margin: 20px 0;
}

.comparison-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  margin: 1.25rem 0 0.5rem;
  font-family: var(--font-ui);
  font-size: 14px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

.legend-color {
  width: 16px;
  height: 16px;
  border-radius: 2px;
}
