.dsa-logo-text-strip {
  width: 100%;
  --dsa-lts-bg-1: #f6c6c9;
  --dsa-lts-bg-2: #efb4bb;
  --dsa-lts-bg-3: #e89497;
}

.dsa-logo-text-strip__track {
  width: 100%;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}

.dsa-logo-text-strip__item {
  position: relative;
  flex: 1 1 0;
  max-width: none;
  min-height: 96px;
  padding: 10px clamp(14px, 2.1vw, 34px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsa-logo-text-strip__item:nth-child(3n + 1) {
  background: var(--dsa-lts-bg-1);
}

.dsa-logo-text-strip__item:nth-child(3n + 2) {
  background: var(--dsa-lts-bg-2);
}

.dsa-logo-text-strip__item:nth-child(3n + 3) {
  background: var(--dsa-lts-bg-3);
}

.dsa-logo-text-strip__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.8vw, 30px);
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  color: #191919;
  text-decoration: none;
}

.dsa-logo-text-strip__eyebrow,
.dsa-logo-text-strip__description {
  margin: 0;
  font-family: "ABCDiatype", sans-serif;
  letter-spacing: -0.03em;
  color: #191919;
  white-space: pre-line;
}

.dsa-logo-text-strip__eyebrow {
  font-size: clamp(14px, calc(12px + 0.35vw), 20px);
  font-weight: 450;
  line-height: 1.15;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: balance;
}

.dsa-logo-text-strip__logo-wrap {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsa-logo-text-strip__logo-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dsa-logo-text-strip__logo-wrap img {
  max-width: 100%;
  max-height: clamp(44px, calc(var(--dsa-lts-logo-height, 90px) * 0.68), 78px);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.dsa-logo-text-strip__description {
  width: 100%;
  font-size: clamp(11px, calc(10px + 0.15vw), 13px);
  font-weight: 500;
  line-height: 1.2;
  margin-top: 2px;
}

@media (max-width: 768px) {
  .dsa-logo-text-strip__track {
    flex-direction: column;
    gap: 0;
  }

  .dsa-logo-text-strip__item {
    max-width: 100%;
    width: 100%;
    min-height: 82px;
    padding: 10px 14px;
  }

  .dsa-logo-text-strip__item:not(.is-last)::after {
    display: none;
  }

  .dsa-logo-text-strip__inner {
    gap: 10px;
  }

  .dsa-logo-text-strip__eyebrow {
    font-size: clamp(13px, calc(12px + 0.7vw), 17px);
  }

  .dsa-logo-text-strip__logo-wrap img {
    max-height: 60px;
  }
}
