/* Ford — Article-specific styles */
:root {
  --ford-blue: #1A47B8;
}

.stat-card.ford {
  border-left: 4px solid var(--ford-blue);
}
