/* Custom overrides applied on top of the Framer mirror. */

/* 1) Hide Framer editor UI in production. */
[id^="__framer-editorbar"],
[class^="framer-editorbar"],
[id="__framer-editorbar-container"],
[data-framer-editor],
[data-framer-editorbar] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* 2) Nav links: force the correct dark-blue color.
   Framer's style preset noazc8 keeps a stale color due to an editor sync bug.
   The nav sits on a white pill so text must be legible. */
header a.framer-styles-preset-noazc8,
nav a.framer-styles-preset-noazc8 {
  color: #0C4E6E !important;
}
