.swiper-button-lock {
  display: block !important;
}

.wp-block-template-part {
  margin: 0;
}
.wp-block-query.nexum-new-slider,
.wp-block-query.nexum-blog-slider {
  position: relative;
}
/* Remove default margin from slider contents */
.nexum-slide-blog-group ul > li{
  margin: 0 !important;
}
/*  */


.block-editor-block-list__block.nexum-slider-nav textarea {
  display: none !important;
}
.nexum-slider-buttons-group:active
  .block-editor-block-list__block.nexum-slider-nav
  textarea {
  display: block !important;
}
.nexum-slider-buttons-group.wp-block-group.block-editor-block-list__layout
  .wp-block.wp-block-html {
  display: none;
}
.nexum-slider-buttons-group.wp-block-group.block-editor-block-list__layout
  .wp-block.is-selected.wp-block-html {
  display: block;
}
.block-editor-block-list__block.wp-block.swiper-wrapper.nexum-swiper-holder
  li:not(:first-child) {
  display: none !important;
}
