.region-banner {
  z-index: 100;
  position: relative;
}
.region-banner .contextual-links > li:not(:nth-child(2), :nth-child(3)) {
  display: none;
}

.layout-container:has(header.js-active) .region-banner {
  display: none;
}

.alert-banner {
  display: none;
  color: white;
  margin-bottom: 0;
  padding: 1rem 2rem 1rem 1rem;
}
.alert-banner.js-active {
  display: block;
}
.alert-banner .alert-content {
  line-height: 1.4;
}
.alert-banner .marquee-close {
  background: none;
  border: none;
  color: white;
  font-weight: bold;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}