.hr-articles-pagination.swiper-pagination {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    margin-top: 16px;
}

.hr-articles-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    opacity: 1;
    margin: 0 !important;
    background: #d0d0d0;
    transition: width 0.2s ease;
}

.hr-articles-pagination .swiper-pagination-bullet-active {
    width: 20px;
    background: #d0d0d0;
}

.hr-articles-swiper .swiper-slide {
    width: min(340px, calc(100% - 24px)) !important;
}

@media (min-width: 640px) {
    .hr-articles-swiper .swiper-slide {
        width: 340px !important;
    }
}

.hr-articles-swiper.swiper-lock .swiper-wrapper {
    justify-content: center;
}

.hr-articles-swiper.swiper-lock .hr-articles-pagination {
    display: none;
}