/* BMW X5 E70 — Article-specific styles */
:root {
  --bmw-blue: #0066b1;
}

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