.announcement-bar__slider {
  position: relative;
  overflow: hidden;
  width: 100%;

  &:not(.flickity-enabled) {
    .announcement-bar__slide:not(:first-child) {
      display: none;
    }
  }
}

.announcement-bar__slide {
  width: 100%;
}

.announcement-bar__link {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;

  &:hover,
  &:focus {
    color: inherit;
    text-decoration: none;
  }
}

.announcement-bar__text {
  padding: 0.8rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;

  p {
    margin: 0;
  }

  a {
    color: inherit;
    text-decoration: none;

    &:hover {
      text-decoration: underline;
    }
  }
}

@media (max-width: 767px) {
  .announcement-bar__text {
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
  }
}
