.header::before {
  content: "We are currently in the process of migrating our updated docs to this support site, so you may see some blank pages. We appreciate your patience!";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px 16px;
  background: #f8bb3d;
  color: #003d6b;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  white-space: normal;
  word-break: break-word;
  z-index: 9999;
  box-sizing: border-box;
}
body { 
  margin: 0;
  padding-top: 50px; /* adjust for 2–3 lines */
}
.banner {
  background: #d7e9f7;
}
