/* Skoda — Article-specific styles */
:root {
  --skoda-green: #4ba82e;
}

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