/* Shared top navigation shell used by both home and legal/app pages. */
.topbar {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 26px 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Inner link row aligned to the right edge of the shared top bar. */
.topbar-links {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  margin-left: auto;
}
