.announcement-bar .heading {
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.announcement-bar .prose:not(.prose--tight) :where(:not(meta,span)+*) {
  margin-block-start: 0;
}
.announcement-bar .prose a:not(.h1,.h2,.h3,.h4,.h5,.h6,.button,.link-faded,.link-faded-reverse) {
  background: none;
}