/* Cliphorium header/footer frame cleanup (v2 — clean restore)
   Removes outer pill/card frame from header.
   Reinforces ch.navfooter.core.css on pages that load this file. */

html body header.ch-navbar {
  border: none !important;
  border-bottom: 1px solid rgba(125,211,252,.14) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
