/* Scoped to the shared header so existing project-page styles stay intact. */
.wy-site-header { position: relative; padding-top: 12px; }
.wy-site-header .wy-header-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 8px 0 16px; }
.wy-site-header .homebutton { display: inline-block; font-size: 24px; text-decoration: none; margin: 0; white-space: nowrap; }
.wy-site-header .wy-header-navigation { display: flex; align-items: center; gap: 22px; }
.wy-site-header .wy-journal-link { font-size: 18px; }
.wy-site-header .wy-search { position: static; font-size: 16px; }
.wy-site-header .wy-search summary { list-style: none; cursor: pointer; border: 1px solid #999; background: #fff; color: #555; padding: 7px 14px; min-width: 140px; box-sizing: border-box; }
.wy-site-header .wy-search summary::-webkit-details-marker { display: none; }
.wy-site-header .wy-search summary::after { content: '⌕'; float: right; padding-left: 24px; }
.wy-site-header .wy-search-panel { position: absolute; right: 0; top: 100%; z-index: 100; box-sizing: border-box; width: min(430px, 100%); border: 1px solid #888; padding: 22px; background: #fafbfb; color: #111; box-shadow: 0 6px 14px #00000015; }
.wy-site-header .wy-query-label { display: block; font: 13px/1.5 system-ui, sans-serif; margin: 0 0 9px; }
.wy-site-header input[type=search] { width: 100%; box-sizing: border-box; padding: 10px; border: 1px solid #999; border-radius: 0; font: 16px/1.4 Georgia, serif; color: #111; background: white; }
.wy-site-header fieldset { border: 0; padding: 0; margin: 18px 0; font: 13px/1.5 system-ui, sans-serif; display: flex; flex-wrap: wrap; gap: 8px 18px; }
.wy-site-header legend { padding: 0; margin-bottom: 8px; }
.wy-site-header fieldset label { display: inline-flex; align-items: center; gap: 5px; font: inherit; margin: 0; }
.wy-site-header button { display: block; margin-left: auto; padding: 7px 16px; border: 1px solid #999; border-radius: 0; background: white; font: 16px/1.4 Georgia, serif; color: #111; cursor: pointer; }
.wy-site-header :focus-visible { outline: 2px solid #0000cc; outline-offset: 3px; }
.wy-site-header .solid { border: 0; height: 1px; background: #808080; margin: 0; }
.wy-site-header #world-and-i-being { position: absolute; width: 1px; height: 1px; pointer-events: none; z-index: 1000; }
@media (max-width: 480px) {
  .wy-site-header .wy-header-row { gap: 10px; }
  .wy-site-header .homebutton { font-size: 21px; }
  .wy-site-header .wy-header-navigation { gap: 12px; }
  .wy-site-header .wy-search summary { min-width: 0; padding: 6px 8px; font-size: 14px; }
  .wy-site-header .wy-search summary::after { display: none; }
  .wy-site-header .wy-journal-link { font-size: 16px; }
  .wy-site-header .wy-search-panel { padding: 18px; }
}
