.logo-block-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  grid-gap: 0.625em;
}
.logo-block-widget a {
  text-align: center;
}
.logo-block-widget a img {
  width: auto;
  object-fit: contain;
}
.logo-block-widget--carousel {
  max-height: 60px;
}
.logo-block-widget--carousel img {
  width: auto;
  min-width: 50px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .logo-block-widget--carousel img {
    min-height: 40px;
  }
}
.logo-block-widget--carousel .swiper {
  width: 100%;
  height: 100%;
  transition: 250ms;
}
.logo-block-widget--carousel .swiper.swiper-initialized {
  opacity: 1 !important;
}
.logo-block-widget--carousel .swiper > .swiper-wrapper {
  transition-timing-function: linear;
}
.logo-block-widget--carousel .swiper .swiper-slide {
  width: auto !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elementor-editor-active .logo-block-widget--carousel .swiper {
  opacity: 1 !important;
}
