html.is-staging {
  --environment-banner-height: 44px;
}

.environment-banner {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: var(--environment-banner-height, 44px);
  padding: 10px 18px;
  border-bottom: 2px solid #161616;
  background: #ffdc4d;
  color: #161616;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: anywhere;
}

.is-staging .environment-banner {
  position: static;
}
