/* Volkswagen — Article-specific styles */
:root {
  --vw-blue: #001e50;
}

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