.announcement-bar .swiper {
  background-color: var(--hh-color-foreground);
}

.announcement-bar .swiper-wrapper {
  color: var(--hh-color-background);
  transition-timing-function: linear; /* for the continual scroll */
}

.announcement-bar a.swiper-wrapper {
  text-decoration: none;
}

.announcement-bar__message {
  width: auto;
  text-align: center;
  padding: var(--hh-space-2xs) 0;
}

.announcement-bar__message.full {
  width: 100%;
}

.announcement-bar__message p {
  font-size: 1.5rem;
  font-weight: inherit;
  padding: 0px 6.4rem;
  white-space: nowrap;
}
