/* ============================================================
   Physics Y11 Module 3 — Component Overrides
   Scoped overrides where Phys M3 design differs from canonical.
   See qa/components-conflicts.md for resolution decisions.
   ============================================================ */

/* Override: Phys M3 uses hardcoded teal breadcrumb colour */
body[data-subject="physics"][data-module="3"] .hero-breadcrumb {
  color: rgba(15, 61, 86, 0.62);
}

/* Override: Phys M3 uses hardcoded teal separator colour */
body[data-subject="physics"][data-module="3"] .hero-breadcrumb span {
  color: rgba(15, 61, 86, 0.34);
}

/* Override: Phys M3 uses var(--primary-mid) for we-setup h4 */
body[data-subject="physics"][data-module="3"] .we-setup h4 {
  color: var(--primary-mid);
}

/* Override: Phys M3 uses var(--accent) for we-setup list markers */
body[data-subject="physics"][data-module="3"] .we-setup li::before {
  color: var(--accent);
}
