.imageslider-block .imageslider {
  position: relative;
}
.imageslider-block .imageslider .splide__slide img {
  width: 100%;
  height: auto;
}
.imageslider-block .imageslider .splide__pagination-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  background: #ffffff;
  color: #000000;
  transform: translate(-50%, 0);
  padding: 0px 12px;
  border-radius: 99px;
  z-index: 10;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: "Raleway", "Raleway", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 1px;
}
@media (max-width: 720px) {
  .imageslider-block .imageslider .splide__pagination-counter {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (prefers-contrast: high) {
  .imageslider-block .imageslider .splide__pagination-counter {
    background: #ffffff;
    border: 2px solid #000000;
  }
}
.imageslider-block .imageslider:has(.splide__slide:only-child) .splide__track {
  cursor: default;
}
.imageslider-block .imageslider:has(.splide__slide:only-child) .splide__slide {
  cursor: default;
}
.imageslider-block .imageslider .splide__pagination:empty {
  display: none;
}

/******************
 * BACKEND STYLES *
******************/
.editor-visual-editor .imageslider-block .splide__slide {
  display: none;
}
.editor-visual-editor .imageslider-block .splide__slide:first-child {
  display: block;
}