.banner {
  font-size: 15px;
  /* font-weight: 500;
  line-height: 1.5; */
  color: white;
  /* background-color: #3f3f3f; */
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.5em 0;
  z-index: 100;
  .site-footer & {
    background: none;
    color: inherit;
  }
}

.bannerText {
  /* padding-right: 0.5rem;
  padding-left: 0.5rem; */
  margin: 0 0 0 auto;
}

.bannerLink {
  display: inline;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}

.bannerCloseBtn {
  appearance: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-size: 1.25em;
  width: 2em;
  height: 2em;
  border: none;
  outline: none;
  background: none;
  color: inherit;
  cursor: pointer;
}
