/*
 * Site-wide product-name update banner.
 */
.bd-header-announcement {
  background: #76b900;
  color: #111;
  font-weight: 600;
}

.bd-header-announcement a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.bd-header-announcement a:hover,
.bd-header-announcement a:focus {
  color: #000;
}
