/**
 * Chart Component
 * Styling for Plotly chart container
 */

#market-chart {
  background: var(--theme-surface);
  border: 1px solid var(--theme-border);
  border-radius: var(--border-radius);
  padding: var(--space-lg);
  min-height: 500px;
}

#market-chart figcaption {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  color: var(--theme-text);
  margin-bottom: var(--space-md);
}
