/* ============================================================
   SITE HEADER — sticky top bar
   ============================================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #0a1729;
}

.site-header-inner {
  max-width: var(--page-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  padding: 4px 24px;
}

.site-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-img {
  height: 64px;
  width: auto;
  display: block;
}

.header-cta {
  font-size: 0.8125rem;
  padding: 8px 20px;
  border-radius: 6px;
  white-space: nowrap;
}
