/* Reserve the same header geometry before the navigation component loads. */
option-site-nav {
  display: block;
  width: 100%;
  height: 76px;
  min-width: 1024px;
  position: relative;
  z-index: 1000;
  background: #08100e;
  border-bottom: 1px solid rgba(219, 240, 231, .16);
}
