.announcement-bar {
  background: RGB(var(--color-background));
  color: RGB(var(--color-text));
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(var(--navHeight) / 2);
  flex: 0 0 100%;
  overflow: hidden;
  grid-column: 1/-1;
}
.announcement-bar__text {
  margin-bottom: 0;
  white-space: nowrap;
  max-width: none;
}
