.g9-carousel{
    margin-inline: 15px;
}
.g9-carousel .splide__list{
    display: flex!important;
    list-style: none;
    gap: 0!important;
}
.g9-carousel .splide__arrows{
    display: flex;
    width: 100%;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin-block: 40px;
}
.g9-carousel .progressbar{
    display: flex;
    width: 100%;
    height: 2px;
    justify-content: start;
    flex-shrink: 1;
    background-color: #d2d1ce;
    border-radius: 2px;
}
.g9-carousel .progress{
    width: 0%;
    height: 2px;
    background-color: #53585C;
    border-radius: 2px;
}
.g9-carousel .splide__arrow{
    display: inline-flex;
    width: 40px;
    height: 40px;
    padding: 0;
    background: unset;
    border: 1px solid currentColor;
    border-radius: 100px;
}
.g9-carousel .splide__arrow--prev{
    transform: scaleX(-1);
    margin-left: 20px;
}
@media (max-width: 767px){
    .g9-carousel .splide__arrows{
        margin-block: 15px;
    }
    .g9-carousel .splide__arrow{
        display: none;
    }
}
/*Block editor*/
div.editor-styles-wrapper .g9-carousel .splide__list{
    display: flex!important;
    height: fit-content!important;
}