/* Family-only contrast: the shared Wave 40 banners use light backgrounds. */
:root.dark body[data-calculator-slug="health/macro-calculator"] .w40-banner {
  background: #102c4d;
  border-color: #365c8c;
  color: #e6eef8;
}

:root.dark body[data-calculator-slug="health/macro-calculator"] .w40-banner--error {
  background: #421d2b;
  border-color: #a7516c;
  color: #ffe4e6;
}

:root.dark body[data-calculator-slug="health/macro-calculator"] .w40-banner--warning {
  background: #352a12;
  border-color: #94752b;
  color: #fef3c7;
}
