body {
  font-family: system-ui, sans-serif;
  max-width: 42rem;
  margin: 2rem auto;
  padding: 0 1rem;
  line-height: 1.5;
}

.demo-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  padding: 0.75rem 0;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
}

.demo-nav a {
  color: #0b57d0;
}

.demo-nav a[aria-current="page"] {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}

.demo-nav .demo-chip {
  margin-left: auto;
  font-size: 0.85rem;
  opacity: 0.85;
}

html[data-theme="dark"] .demo-nav {
  border-bottom-color: #444;
}

html[data-theme="dark"] .demo-nav a {
  color: #8ab4f8;
}
