.wp-block-dragndrop-dndcarousel {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow-x: auto;
}
.wp-block-dragndrop-dndcarousel .owl-stage {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}
.wp-block-dragndrop-dndcarousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.wp-block-dragndrop-dndcarousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #337ab7;
  opacity: 1 !important;
  transition: all 0.3s linear 0s;
}
.wp-block-dragndrop-dndcarousel .owl-dots .owl-dot.active, .wp-block-dragndrop-dndcarousel .owl-dots .owl-dot:hover {
  background-color: #337ab7;
}
.wp-block-dragndrop-dndcarousel .wp-block-dragndrop-dndcarouselitem {
  height: 100%;
}
.wp-block-dragndrop-dndcarousel .wp-block-dragndrop-dndcarouselitem .wp-block-image {
  height: calc(50% - 1.75em);
  margin-bottom: 1.75em;
}
.wp-block-dragndrop-dndcarousel .wp-block-dragndrop-dndcarouselitem figure {
  background: #fff;
  border-radius: 10px;
  padding: 10px 14px;
  filter: grayscale(1);
  transition: filter 0.3s linear 0s;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.wp-block-dragndrop-dndcarousel .owl-item.active figure {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.16);
}
