

.article-slider .swiper-pagination {
    top: 98% !important;
    font-weight: 700;
}

.article-slider .swiper-nav-row {
    gap: 84px !important;
}

.article-slider .swiper-nav-row .elementor-swiper-button-prev,
.swiper-nav-row .elementor-swiper-button-next {
  position: static;
  border-style: solid !important;
  transform: none;
}

.article-slider .swiper-nav-row .elementor-swiper-button-prev,
.article-slider .swiper-nav-row .elementor-swiper-button-next {
    display: flex;
    padding: 8px;
    width: 31px;
    height: 31px;
    border-radius: 4px;
    border: 1px solid var(--Primary-Non-500, #6704FF);
    background: var(--Secondary-White-500, #FFF);
}

.article-slider .swiper-nav-row .elementor-swiper-button-prev:hover,
.article-slider .swiper-nav-row .elementor-swiper-button-next:hover {
    color: #FFF;
    background: #6705ff;
    cursor: pointer;
}