.industry-acknowledgements {
  display: grid;
  grid-template-columns: minmax(240px, 0.56fr) minmax(0, 1.44fr);
  align-items: center;
  gap: 28px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid #dbe4e4;
}

[data-industry-board-content]:not([data-active-leaderboard-edition="industry"]) > .industry-acknowledgements {
  display: none;
}

#public:has([data-leaderboard-edition="academic"][aria-selected="true"]) .industry-acknowledgements {
  display: none;
}

.industry-acknowledgements-copy > span {
  color: #285f60;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.industry-acknowledgements-copy h3 {
  max-width: 34ch;
  margin: 8px 0 0;
  color: #203435;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0;
}

.industry-acknowledgements-marquee {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 3px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.industry-acknowledgements-track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: industryAcknowledgementsMarquee 30s linear infinite;
}

.industry-acknowledgements-marquee:hover .industry-acknowledgements-track {
  animation-play-state: paused;
}

.industry-acknowledgements-logo {
  display: grid;
  width: 168px;
  height: 64px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e0e7e7;
  border-radius: 6px;
  background: #fbfdfd;
}

.industry-acknowledgements-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 82%;
  max-height: 42px;
  object-fit: contain;
}

.industry-acknowledgements-logo-memorax img {
  max-width: 70%;
  max-height: 38px;
}

.industry-acknowledgements-logo-mempalace img {
  max-width: 92%;
  max-height: 45px;
}

.industry-acknowledgements-logo-dongjian img {
  max-width: 66%;
  max-height: 34px;
}

.industry-acknowledgements-logo-memtensor img {
  max-width: 108%;
  max-height: 50px;
}

.industry-acknowledgements-logo-supermemory img {
  max-width: 108%;
  max-height: 49px;
}

.industry-acknowledgements-logo-netease img {
  max-width: 86%;
}

html[data-theme="nocturne"] .industry-acknowledgements {
  border-top-color: #2b3e4c;
}

html[data-theme="nocturne"] .industry-acknowledgements-copy > span {
  color: #8bb9ae;
}

html[data-theme="nocturne"] .industry-acknowledgements-copy h3 {
  color: #e5ecec;
}

html[data-theme="nocturne"] .industry-acknowledgements-logo {
  border-color: #38505d;
  background: #f8fbfb;
}

@keyframes industryAcknowledgementsMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 6px));
  }
}

@media (max-width: 840px) {
  .industry-acknowledgements {
    grid-template-columns: minmax(0, 1fr);
    gap: 17px;
    margin-top: 22px;
    padding-top: 20px;
  }

  .industry-acknowledgements-copy h3 {
    max-width: 42ch;
    font-size: 17px;
  }

  .industry-acknowledgements-logo {
    width: 148px;
    height: 60px;
  }

  .industry-acknowledgements-logo img {
    max-height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .industry-acknowledgements-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .industry-acknowledgements-track {
    animation: none;
  }

  .industry-acknowledgements-track [aria-hidden="true"] {
    display: none;
  }
}
