/* Site-wide mega-menu BLINK fix. The mega panel's full-viewport #dylScrim (fixed, z-40) sits OUTSIDE
   #dylHeaderWrap; when a panel opens, the scrim paints over the nav and steals the pointer, tripping
   #dylHeaderWrap's mouseleave -> open/close loop (the blink). The 2026-08-24 fix lived only in
   procedure.css / condition.css (condition-template pages only), so doctor & equipment CPT pages, the
   home page and blog still blinked. Lift the header wrap above the scrim on ALL pages (unscoped id,
   no body.dyl-fullpage requirement). Added 2026-08-27 per Pradeep. */
#dylHeaderWrap { position: relative !important; z-index: 50 !important; }