.stacks-banner {
  align-items: center;
  display: flex;
  padding: 1em;
  padding-right: 1.7rem;
  position: relative;
  z-index: 1;
}

.stacks-banner.banner-layout-1 .stacks-image {
  margin-inline-end: 1em;
}

.stacks-banner.banner-layout-2 {
  flex-direction: row-reverse;
  text-align: right;
}

.stacks-banner.banner-layout-2 .stacks-image {
  margin-inline-start: 1em;
}

.stacks-banner a {
  text-decoration: underline;
}

.stacks-banner::after {
  background-color: #ebebeb;
  bottom: 0;
  content: "";
  left: -100vw;
  position: absolute;
  right: -100vw;
  top: 0;
  z-index: -1;
}

.close-banner {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 2px;
  background: rgba(0,0,0,0);
  color: #545454;
  cursor: pointer;
  font-size: 2em;
  line-height: 1;
  position: absolute;
  right: .5rem;
  top: 0.5rem;

}
