/* Overrides to neutralize page-specific CSS (like index.css) */
.site-header .site-nav__list{
  width: auto !important;
  margin: 0 !important;
}

/* Prevent old #nav rules from affecting our drawer */
.nav-drawer .site-nav__list{
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure overlay/drawer not affected */
.nav-overlay{ left:0 !important; right:0 !important; }
.nav-drawer{ margin:0 !important; }
