/* GZ266 Logos Slider styles */
.gz266-logos .gz266-swiper { width: 100%; }
.gz266-logos .swiper-wrapper { align-items: center; }
.gz266-logo-slide { display: flex; align-items: center; justify-content: center; }
.gz266-logo-slide img {
  max-height: var(--gz266-max-h, 60px);
  width: auto;
  height: auto;
  transition: transform .2s ease, opacity .2s ease;
  opacity: 0.95;
}
.gz266-logo-slide img:hover { transform: scale(1.03); opacity: 1; }
