.logo-marquee-outer.logo-marquee--sb {
  --sb-logo-icon-size: max(34px, var(--logo-height, 24px));
  padding: clamp(30px, 4.5vw, 46px) clamp(22px, 5vw, 56px);
  background: var(--background-color, #ffffff);
  color: var(--dark-background-color, #111827);
  border-radius: 0 !important;
  box-shadow: none !important;
}

.logo-marquee-outer.logo-marquee--sb .section-title,
.logo-marquee-outer.logo-marquee--sb .section-subtitle,
.logo-marquee-outer.logo-marquee--sb .section-content {
  width: min(100%, var(--site-max-width, 1180px));
  margin-left: auto;
  margin-right: auto;
}

.logo-marquee-outer.logo-marquee--sb .section-content {
  margin-bottom: 22px;
}

.logo-marquee-outer.logo-marquee--sb .marquee-viewport.centered {
  max-width: var(--site-max-width, 1180px);
}

.logo-marquee-outer.logo-marquee--sb .logo-marquee-track,
.logo-marquee-outer.logo-marquee--sb .logo-marquee-static-track {
  gap: 0;
  min-width: 100%;
}

.logo-marquee-outer.logo-marquee--sb.logo-marquee--motionless .logo-marquee-static-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
  align-items: center;
  width: 100%;
  justify-content: stretch;
}

.logo-marquee-outer.logo-marquee--sb[data-motion-enabled="false"] .logo-marquee-static-track {
  animation: none !important;
  animation-name: none !important;
  transform: none !important;
  translate: none !important;
  will-change: auto !important;
}

.logo-marquee-outer.logo-marquee--sb .logo {
  position: relative;
  height: auto;
  min-height: 80px;
  min-width: 0;
  padding: 0 clamp(26px, 3vw, 44px);
  gap: 20px;
  justify-content: center;
  color: var(--dark-background-color, #111827);
  border-right: 0;
  text-align: left;
}

.logo-marquee-outer.logo-marquee--sb.logo-marquee--motion .logo {
  border-right: 1px solid rgba(17, 24, 39, 0.16);
}

.logo-marquee-outer.logo-marquee--sb.logo-marquee--motionless .logo:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 58px;
  background: rgba(17, 24, 39, 0.16);
  transform: translateY(-50%);
}

.logo-marquee-outer.logo-marquee--sb .logo-icon {
  width: calc(var(--sb-logo-icon-size) + 8px);
  min-width: calc(var(--sb-logo-icon-size) + 8px);
  font-size: var(--sb-logo-icon-size);
  color: currentColor;
}

.logo-marquee-outer.logo-marquee--sb .logo-title {
  max-width: 162px;
  color: currentColor;
  font-size: clamp(1.02rem, 0.38vw + 0.9rem, 1.16rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
  white-space: normal;
}

.logo-marquee-outer.logo-marquee--sb .logo img {
  height: max(38px, var(--logo-height, 28px));
  max-width: 182px;
  filter: none;
  opacity: 1;
}

.logo-marquee-outer.logo-marquee--sb .logo:hover img {
  transform: none;
}

@media (max-width: 820px) {
  .logo-marquee-outer.logo-marquee--sb.logo-marquee--motionless .logo-marquee-static-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }

  .logo-marquee-outer.logo-marquee--sb .logo {
    min-height: 72px;
    padding: 0 20px;
  }

  .logo-marquee-outer.logo-marquee--sb.logo-marquee--motionless .logo:nth-child(2n)::after {
    display: none;
  }
}

@media (max-width: 540px) {
  .logo-marquee-outer.logo-marquee--sb {
    padding: 24px 18px;
  }

  .logo-marquee-outer.logo-marquee--sb .logo {
    min-height: 68px;
    padding: 0;
  }

  .logo-marquee-outer.logo-marquee--sb.logo-marquee--motionless .logo-marquee-static-track {
    grid-template-columns: 1fr;
  }

  .logo-marquee-outer.logo-marquee--sb.logo-marquee--motionless .logo::after {
    display: none;
  }
}
