/* admin styling */
.swiper-carousel .block-editor-block-list__block .block-list-appender .block-editor-inserter__toggle.components-button.has-icon, .swiper-carousel .block-editor-block-list__block .block-list-appender .block-list-appender__toggle {
    height: 38px;
    width: 100%;
}
:root {
    --swiper-navigation-size: 40px;
    --swiper-theme-color: var(--theme-palette-color-1);
    --swiper-pagination-color: var(--theme-palette-color-1);
}
.swiper {
    overflow: initial;
    margin-left: auto;
    margin-right: auto;
/*    height: 100%;*/
}
.swiper-carousel {
    position: relative;
    /*display: contents;*/
}
.swiper-wrapper{
    height: auto;
}
.swiper-pagination {
    bottom: auto !important;
}
.swiper-button-prev, .swiper-button-next {
    width: auto;
    height: auto;
    /*background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
/*
.disabled_swiper_button {
    display: none !important;
}*/
.swiper-slide.expired {
    border: 10px solid #f00;
}
.swiper-slide.scheduled {
    border: 10px solid #36E922;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
    /*    height: 100%!important*/
}
.swiper-navigation-wrapper {
    margin-bottom: 30px;
}
.swiper-carousel.no-js .swiper .swiper-wrapper {
    grid-auto-rows: 1;
}
/*
.swiper-carousel  .swiper:not(.swiper-initialized) .swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, min(100%, max(100px, 100%/3))));
    margin: 0!important;
}
*/
/*
.swiper-carousel.no-js{
    margin:0;
}
*/

.swiper-carousel.no-js .swiper-navigation-wrapper {
    display: none;
}