.demo-notice {
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 50;
  max-width: calc(100vw - 160px);
  padding: 8px 12px;
  border: 1px solid #9bb9ca;
  border-radius: 3px;
  background: #071019;
  color: #fff;
  font: 600 12px/1.4 Manrope, sans-serif;
}
