.mpnvc-vehicles-carousel {
    width: 100%;
}

.mpnvc-vehicles-carousel-slider {
    overflow: visible;
}

.mpnvc-vehicles-carousel-slider > .splide__track {
    overflow: visible;
}

.mpnvc-vehicles-carousel-slide {
    height: auto;
}

.mpnvc-vehicles-carousel-slide .mpnvc-vehicles-card-item {
    height: 100%;
}

.mpnvc-vehicles-carousel-slider .splide__pagination {
    position: static;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    margin-top: 2rem;
    padding: 0;
}

.mpnvc-vehicles-carousel-slider .splide__pagination li {
    flex: 1 1 0;
    max-width: 13rem;
}

.mpnvc-vehicles-carousel-slider .splide__pagination__page {
    display: block;
    width: 100%;
    height: 0.125rem;
    margin: 0;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.14);
    opacity: 1;
    transform: none;
    transition: background-color 220ms ease, transform 220ms ease, height 220ms ease;
}

.mpnvc-vehicles-carousel-slider .splide__pagination__page.is-active {
    height: 0.1875rem;
    background: #111827;
    transform: none;
}

.mpnvc-vehicles-carousel-slider .splide__pagination__page:hover {
    opacity: 1;
    background: rgba(17, 24, 39, 0.3);
}

.mpnvc-vehicles-carousel-slider .splide__pagination__page:focus-visible {
    outline: 0.125rem solid #111827;
    outline-offset: 0.25rem;
}

@media (max-width: 61.99875rem) {
    .mpnvc-vehicles-carousel-slider .splide__pagination {
        gap: 0.75rem;
        margin-top: 1.5rem;
    }

    .mpnvc-vehicles-carousel-slider .splide__pagination li {
        max-width: none;
    }
}

@media (max-width: 47.99875rem) {
    .mpnvc-vehicles-carousel-slider .splide__pagination {
        gap: 0.5rem;
    }
}
