/* Toyota — Article-specific styles */
:root {
  --toyota-red: #eb0a1e;
}

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