.test-mode-banner {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 12px 20px;
  border-bottom: 3px solid #ffcf70;
  background: #7b2d26;
  color: #fff;
  text-align: center;
  font-weight: 800;
}
