.featured-article-slider {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.featured-article-slider.border-top {
  border-top: 1px solid var(--color-black);
}

.featured-article-slider.border-bottom {
  border-bottom: 1px solid var(--color-black);
}

.featured-article-slider-header {
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  padding-bottom: 2.4rem;
  position: relative;
}

@media screen and (min-width: 750px) {
  .featured-article-slider-header {
    display: flex;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.featured-article-slider-title {
  margin: 0 2rem 0 0;
  text-transform: uppercase;
  width: 100%;
}

.featured-article-slider-link {
  margin-left: auto;
  margin-right: 1rem;
  white-space: nowrap;
}

@media screen and (min-width: 750px) {
  .featured-article-slider-link {
    margin-left: unset;
  }
}

.featured-article-slider-navigation {
  display: none;
  margin-left: auto;
}

@media screen and (min-width: 750px) {
  .featured-article-slider-navigation {
    display: flex;
  }
}

.featured-article-slider .swiper-prev,
.featured-article-slider .swiper-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  background: var(--color-black);
  border: 2px solid var(--color-black);
  color: var(--color-white);
  cursor: pointer;

  &[aria-disabled="true"],
  &[aria-disabled="true"]:hover {
    background: var(--color-gray);
    border: 2px solid var(--color-gray);
    color: var(--color-white);
    cursor: default;
  }

  &:hover {
    color: var(--color-black);
    background: var(--color-white);
  }
}

.featured-article-slider .swiper-prev svg,
.featured-article-slider .swiper-next svg {
  width: 1.6rem;
  height: 1.6rem;
}

.featured-article-slider .swiper-prev {
  margin-right: 0.4rem;
}

.featured-article-slider .swiper {
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (min-width: 750px) {
  .featured-article-slider .swiper {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
