/**
START SHORTCODE
*/
.edit-post-visual-editor ul.glide__block-ul, .edit-post-visual-editor ol.glide__block-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pds__border-slide {
    padding: 0;
}

.arr-border {
    margin: auto;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 44px;
    background: #EFCBBB;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s all;
}

.glide-slider-block .glide__slide img {
    width: 100%;
}

.arr-border:hover {
    background: #f6dbcf;
}

.arr-border-left-block {
    left: 0;
}

.arr-border-right-block {
    right: 0;
}

.block-custom-border-slider__container{
    max-width: 526px;
    min-height: 314px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    background-image: url(../png/ba-slide.png);
    background-position: center;
    background-size: 90% 90%;
    background-repeat: no-repeat;
    padding: 30px;
    position: relative;
}

