@import url("./site-v6.css");

.demo-only-banner {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 10px 20px;
  color: #08111f;
  background: #f6c934;
  border-bottom: 1px solid #b9981f;
  font: 800 14px/1.4 Inter, ui-sans-serif, system-ui, sans-serif;
  text-align: center;
}
