﻿ï»¿/* header_baseline.css â€” Structural baseline only (no dropdown show/hide authority) */

header .navitem{ position: relative; }

/* Keep the hover bridge to prevent collapse while moving mouse */
header .navitem::after{
  content:"";
  position:absolute;
  left:-8px;
  right:-8px;
  top:100%;
  height:14px;
}

/* IMPORTANT: Do NOT control dropdown display/visibility here.
   header_lock.css is the single source of truth.
*/

