#wix-archive-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
}
#wix-archive-banner a {
  color: #EE8903;
  text-decoration: underline;
}
/* keep content visible below the fixed banner */
body { padding-top: 40px; }
.site-header { top: 40px; }
