.pbz-demo-strip {
  position: sticky;
  top: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  flex-wrap: wrap;
  padding: 0.45rem 1rem;
  background: #1c1917;
  color: rgba(255, 255, 255, 0.92);
  font:
    500 0.72rem/1.4 "Outfit",
    ui-sans-serif,
    system-ui,
    sans-serif;
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pbz-demo-strip a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 2px;
}

.pbz-demo-strip a:hover {
  text-decoration-color: rgba(255, 255, 255, 0.85);
}
