.sz-demo-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  margin: 0;
  padding: 0.45rem 0.75rem;
  font: 0.75rem/1.4 system-ui, sans-serif;
  text-align: center;
  color: #e8e4dc;
  background: rgba(20, 18, 28, 0.92);
  border-bottom: 1px solid rgba(255, 200, 80, 0.35);
  box-sizing: border-box;
}

@media (min-width: 900px) {
  .sz-demo-banner {
    font-size: 0.8rem;
  }
}

.sz-demo-banner a {
  color: #ffc850;
}

body.sz-has-demo-banner {
  padding-top: 3.5rem;
}

@media (min-width: 900px) {
  body.sz-has-demo-banner {
    padding-top: 2.75rem;
  }
}
