.announcement-bar {
  position: relative;
  z-index: 91;
  max-height: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 1075px) {
  .announcement-bar .swiper-navigation {
    display: none;
  }
}
.announcement-bar .swiper-button-prev,
.announcement-bar .swiper-button-next {
  position: absolute;
  top: 3px;
  width: 12px;
  height: 12px;
  border: none;
  color: inherit;
}
.announcement-bar .swiper-button-prev:hover,
.announcement-bar .swiper-button-next:hover {
  background-color: transparent;
}
.announcement-bar .swiper-button-prev svg,
.announcement-bar .swiper-button-next svg {
  width: 10px;
  height: 10px;
}
.announcement-bar .swiper-button-prev {
  left: 0;
}
.announcement-bar .swiper-button-next {
  right: 0;
}

@media only screen and (min-width: 1075px) {
  .announcement-bar__swiper-wrapper {
    transform: none !important;
  }
}

.announcement-bar__swiper-slide {
  justify-content: center;
  display: flex;
  color: inherit;
}
@media only screen and (min-width: 1075px) {
  .announcement-bar__swiper-slide {
    flex: 1;
  }
  .announcement-bar--3-slides .announcement-bar__swiper-slide:first-child {
    justify-content: flex-start;
  }
  .announcement-bar--3-slides .announcement-bar__swiper-slide:last-child {
    justify-content: flex-end;
  }
}

.announcement-bar__swiper-slide--link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.announcement-bar__stars {
  align-items: center;
  display: flex;
  margin-top: -2px;
  margin-right: 8px;
}

.announcement-bar__star {
  display: block;
  width: 16px;
  height: 16px;
  color: var(--color-yellow);
}
