.top-banner-notice {
  background-color: var(--avixa-yellow);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 40px;
}
.top-banner-notice[data-closed=true] {
  display: none;
}
.top-banner-notice::before {
  content: "";
  width: 17.15px;
  margin-left: 30px;
  margin-right: auto;
}

.top-banner-notice__text {
  display: inline-block;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}

.top-banner-notice__button {
  display: inline-block;
  color: white;
  background-color: var(--avixa-red);
  padding: 5px 10px;
  font-family: "Euclid", Calibri, Arial, sans-serif;
}
.top-banner-notice__button:hover {
  color: white;
}

.top-banner-notice__close-button {
  display: inline-block;
  border: none;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  font-family: sans-serif;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../../img/togglerIconCross.svg);
  background-size: contain;
  width: 17.15px;
  height: 17.15px;
  margin-right: 30px;
  align-self: center;
  justify-self: flex-end;
  margin-left: auto;
}

.top-banner-notice__close-button-accessible-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*# sourceMappingURL=BannerNotice.css.map */
