.announcement-banner {
  padding: 4px 4px 5px 4px;
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #fff;
  line-height: 1em;
  background-color: #262626;
}

.announcement-banner__wrapper {
  margin: auto;
  padding: .625rem 1.375rem .5rem;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
  max-width: 1560px;
  border-radius: 5px;
}

.announcement-banner__left {
  margin-right: 8px;
  display: flex;
}

.announcement-banner__right {
  line-height: 80%;
}

.announcement-banner__icon {
  margin-top: 3px;
  width: 23px;
  height: 18px;
  background-image: url(../img/icon_announcement.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.announcement-banner h3 {
  margin: 2px 0 0 .35em;
  color: #e20074;
  font-size: 1.375rem;
  text-transform: uppercase;
}

.announcement-banner__message {
  margin: 0;
  display: inline;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.25em;
}

.announcement-banner .text-link.dark-bg {
  font-size: 1.25rem;
}

@media screen and (max-width: 1023px) {
  .announcement-banner h3,
  .announcement-banner__message {
    font-size: 1.25rem;
  }

  .announcement-banner .text-link {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 873px) {
  .announcement-banner__wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .announcement-banner__wrapper {
    padding: .4375rem 1.375rem .5rem;
  }

  .announcement-banner h3 {
    font-size: 1.125rem;
  }

  .announcement-banner__message,
  .announcement-banner .text-link.dark-bg {
    font-size: 16px;
    line-height: 0;
  }

  .announcement-banner__icon {
    width: 20px;
    height: 15px;
  }
}

@media screen and (max-width: 500px) {
  .announcement-banner__wrapper {
    padding: .25rem .3125rem .375rem;
  }
}
