.cc-notification-bar {
  background: #ffd400;
  color: #0b0b0b;
  width: 100%;
  z-index: 1001;
  border-bottom: 1px solid rgba(0,0,0,.08);
  text-align: center;
  margin-bottom: -1px;
}
.cc-notification-bar__inner {
  max-width: var(--container-max, 1200px);
  margin-inline: auto;
  padding: 10px 16px;
}
.cc-notification-bar__content :where(p, ul, ol) {
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
  font-weight: inherit;
}
.cc-notification-bar a { color: inherit; text-decoration: underline; }
.cc-notification-bar a:focus-visible { outline: 2px solid #000; outline-offset: 2px; }

@media only screen and (min-width: 1024px) {
  .cc-notification-bar {
    max-height: 40px;
  }
}
