/* =============================================================================
   EV Charging Cost Calculator – specific styles (base is ev-shared.css)
   ============================================================================= */

.ev-charging-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  color: #262626;
}

/* Stat – blue value already highlighted via .highlight on card */
#stat-home-annual {
  color: #1c69d4;
}

#stat-max-savings {
  color: #1c69d4;
}

/* Select – optgroup styling */
.ev-select optgroup {
  font-weight: 700;
  color: #374151;
}

.ev-select option {
  font-weight: 400;
  color: #262626;
}

/* Chart canvas height */
#ev-charging-chart {
  max-height: 360px;
}

/* Results note */
.ev-charging-note {
  color: #9ca3af;
  font-size: 0.73rem;
  margin-top: 10px;
  text-align: center;
}
