.article-categories-carousel {
  position: relative;
}
.article-categories-carousel .owl-stage-outer::before, .article-categories-carousel .owl-stage-outer::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 150px;
  pointer-events: none;
  background: rgba(245, 247, 249, 0.72);
  -webkit-backdrop-filter: grayscale(1);
  backdrop-filter: grayscale(1);
}
.article-categories-carousel .owl-stage-outer::before {
  left: 0;
}
.article-categories-carousel .owl-stage-outer::after {
  right: 0;
}
.article-categories-carousel .owl-nav {
  margin: 0;
}
.article-categories-carousel .owl-nav .owl-prev,
.article-categories-carousel .owl-nav .owl-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  color: #1687c9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  font-size: 23px;
}
.article-categories-carousel .owl-nav .owl-prev:hover,
.article-categories-carousel .owl-nav .owl-next:hover {
  background: #fff;
  color: #126da2;
}
.article-categories-carousel .owl-nav .owl-prev {
  left: 47px;
}
.article-categories-carousel .owl-nav .owl-next {
  right: 47px;
}
.article-categories-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.article-categories-carousel .owl-item {
  display: flex;
}
.article-categories-carousel .owl-item > li {
  display: flex;
  width: 100%;
}
.article-categories-carousel .owl-item > li > .card {
  width: 100%;
}

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