.partner-set.partner-empty {
  min-width: min(680px, 90vw);
  min-height: 118px;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .06);
  font-size: .9rem;
  font-weight: 750;
  letter-spacing: -.02em;
}

.partner-track:has(.partner-empty) {
  width: 100%;
  justify-content: center;
  animation: none;
}
