.deployment-banner {
  position: relative;
  z-index: 20;
  padding: 12px 20px;
  text-align: center;
  background: #5b2034;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #91405d;
}

.beta-indicator {
  position: fixed;
  z-index: 90;
  right: 12px;
  top: 12px;
  padding: 8px 11px;
  border: 2px solid #171515;
  border-radius: 6px;
  background: #f3b83f;
  color: #171515;
  box-shadow: 3px 3px 0 #171515;
  font: 900 11px/1 ui-monospace, monospace;
  letter-spacing: .08em;
}
