.np-banner-stack {
  position: relative;
  z-index: 35;
  width: 100%;
}
.np-banner-stack.is-sticky {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1100;
}
.np-banner-stack.is-sticky.is-top { top: 0; }
.np-banner-stack.is-sticky.is-bottom { bottom: 0; }
.np-banner {
  display: flex;
  align-items: center;
  justify-content: var(--np-banner-align, center);
  width: 100%;
  height: var(--np-banner-height, 20px);
  min-height: var(--np-banner-height, 20px);
  padding: 0 clamp(10px, 2vw, 28px);
  overflow: hidden;
  background: var(--np-banner-bg, #c01818);
  color: inherit;
  text-align: var(--np-banner-align, center);
  line-height: 1.25;
}
.np-banner > * { margin: 0; }
.np-banner a { color: inherit; text-decoration: underline; }
.np-banner ul,
.np-banner ol { margin: 0; padding-left: 1.4em; }
body.public-site.np-has-sticky-banner-top { padding-top: var(--np-sticky-banner-top-height, 0px); }
body.public-site.np-has-sticky-banner-bottom { padding-bottom: var(--np-sticky-banner-bottom-height, 0px); }
body.public-site.np-has-sticky-banner-top .public-header { top: var(--np-sticky-banner-top-height, 0px); }
