.pvb-dev-ribbon {
  position: sticky;
  top: 0;
  z-index: 99999;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  background: #f5c400;
  color: #111;
  font: 600 0.85rem/1.2 system-ui, sans-serif;
  border-bottom: 2px solid #111;
}
.pvb-dev-ribbon a {
  color: #111;
  text-decoration: underline;
}
