.announcement-bar-section {
  position: relative;
  z-index: 52;
}
.announcement-bar-v2 {
  line-height: 1;
  padding: 14px 0;
  background: black;
  color: white;
  text-align: center;
  font-size: 0.8125rem;
}
.announcement-bar-v2 .announcement-bar-v2--item {
  display: block;
  width: 100%;
}
.announcement-bar-v2 .announcement-bar-v2--item a {
  text-decoration: underline;
  color: #fff !important;
  font-weight: 700;
}

@media (max-width: 425px) {
  .announcement-bar-v2 {
    font-size: 0.688rem;
  }
}