/* Mirror of your Edge CSS, but for ENTERPRISE */
:root { --enterprise-accent:#60a5fa; }

body.enterprise .card {
  border: 1px solid var(--enterprise-accent);
  border-radius: 18px;
}

/* Accent fills for badges/CTAs if your base CSS reads these selectors */
body.enterprise .badge,
body.enterprise .cta {
  background: var(--enterprise-accent);
  color: #0b1020;
}

/* Link color accent (keeps the outline theme consistent) */
body.enterprise a { color: var(--enterprise-accent); }
