/* ==========================================================================
   MG Electronic — Dark background for the legacy catalog pages
   (machines.html, spareparts.html, playland.html). Matches the black used
   by the shared footer/CTA band (see footer.css). The page title on all
   three pages shares the same generated component id from their common
   GroovePages template, so one override covers all three.
   ========================================================================== */

html, body {
  background: #000000;
}

/* The title band's own section overlay is opaque white in the legacy
   template, independent of the page background — override it too or the
   white-on-white title stays invisible. */
.gp-component-id-KEMQp6zCE.gp-component [data-section-overlay] {
  background-color: #000000;
}

[data-gp-text] .gp-component-id-YNSEvSZu3h {
  color: #ffffff;
}
