.shorts .swiper-container {
    padding: 40px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    padding:0;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-next {
    right: 0;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--lnk-color-1);
}

.swiper-pagination-bullet-active {
    background: var(--lnk-color-1);
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}