/* ============================================================
   Maths Standard Y11 Module 2 — Component Overrides
   Scoped overrides where Maths Std M2 design differs from canonical.
   See qa/components-conflicts.md for resolution decisions.
   ============================================================ */

/* Override: Maths Std M2 uses --accent-bg / --accent for pt-badge
   (canonical uses --cyan-bg / --cyan from Phys M2/M3) */
body[data-subject="maths-standard"][data-module="2"] .pt-badge {
  background: var(--accent-bg);
  color: var(--accent);
}
