/* header-white.css — the white site's header (added 21 September 2026).
   Matches the live Simvoly homepage: logo centred on white, one centred row of
   uppercase links separated by " | ". See _includes/_header-white.njk. */
.rb-header-white {
  background: #ffffff;
  text-align: center;
  padding: 8px 16px 10px;
  border-bottom: 1px solid #e2e2e2;
}
.rb-logo-white { display: inline-block; }
.rb-logo-white img { display: block; height: auto; max-width: 265px; width: 100%; }
.rb-nav-white {
  margin-top: 6px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #3e3e3e;
}
.rb-nav-white a { color: #3e3e3e; text-decoration: none; white-space: nowrap; }
.rb-nav-white a:hover, .rb-nav-white a[aria-current="page"] { text-decoration: underline; }
.rb-nav-white-sep { color: #9a9a9a; }
