/* Opel brand article — unique styles */

:root {
  --opel-yellow: #F7D117;
  --opel-accent: #93C01F;
}

/* Stat card brand color */
.stat-card.opel {
  border-top-color: var(--opel-yellow);
}
.stat-card.opel .stat-value {
  color: var(--opel-yellow);
}
