.static-banner {
  background: #0d6efd;
  color: #fff;
  padding: 8px 16px;
  font-size: 13px;
  text-align: center;
  font-family: system-ui, sans-serif;
  position: relative;
  z-index: 9999;
}
.static-banner__link {
  color: #fff;
  text-decoration: underline;
}
.is-neutralized {
  cursor: not-allowed;
  opacity: 0.6;
}
