/* One shared partner wall, with no industry categories or placeholder marks. */
.partner-wall .logo-row { display: block; min-width: 0; }
.partner-wall .partner-name {
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
@media (max-width: 600px) {
  .partner-wall .partner-name { font-size: 14px; }
}

/* Official partner logos sit inside the same tile as the text fallback. */
.partner-wall .partner-logo {
  width: auto;
  height: auto;
  max-width: 176px;
  max-height: 50px;
  object-fit: contain;
}

@media (max-width: 600px) {
  .partner-wall .partner-logo { max-width: 152px; max-height: 44px; }
}
