.announce-bar {
  position: relative;
  width: 100%;
  background-color: #eee;
  color: black;
}

.announce-bar-inner {
  display: flex;
  font-size: var(--font-size-sans-xs);
  align-items: flex-start;
  justify-content: space-between;
  padding: 1em 0;
  font-weight: 500;
}

.announce-bar-close {
  flex: 0 0 auto;
  font-size: 2rem;
  margin-left: 0.5em;
  padding: 0;
  border: none;
  cursor: pointer;
  background: none;
  color: inherit;
  height: 100%;
}

.announce-bar-content {
  flex: 0 1 auto;
  width: auto;
  text-align: left;
  a {
    color: inherit;
    text-decoration: underline;
  }
}
