.algert-logo-block-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0.625em;
}
.algert-logo-block-widget a {
  border-radius: var(--border-radius-cards);
  text-align: center;
  position: relative;
}
.algert-logo-block-widget a img {
  width: auto;
  object-fit: contain;
}
.algert-logo-block-widget a .logo-hover {
  display: none;
}
.algert-logo-block-widget a .hover-button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background: #1a1a1a;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: auto;
  z-index: 999;
}
.algert-logo-block-widget a.has-hover:hover .logo-default {
  display: none;
}
.algert-logo-block-widget a.has-hover:hover .logo-hover {
  display: block;
}
.algert-logo-block-widget--carousel img {
  width: auto;
  min-width: 50px;
  min-height: 24px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .algert-logo-block-widget--carousel img {
    min-width: unset;
    min-height: unset;
  }
}
.algert-logo-block-widget--carousel a {
  position: relative;
}
.algert-logo-block-widget--carousel a .logo-hover {
  display: none;
}
.algert-logo-block-widget--carousel a .hover-button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background: #1a1a1a;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: auto;
  z-index: 1;
}
.algert-logo-block-widget--carousel a.has-hover:hover .logo-default {
  display: none;
}
.algert-logo-block-widget--carousel a.has-hover:hover .logo-hover {
  display: block;
}
.algert-logo-block-widget--carousel .swiper {
  width: 100%;
  height: 100%;
  overflow: visible !important;
  clip-path: inset(-40px 0px 0px 0px);
}
.algert-logo-block-widget--carousel .swiper > .swiper-wrapper {
  transition-timing-function: linear;
}
.algert-logo-block-widget--carousel .swiper .swiper-slide {
  width: auto !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
