.tplogos {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
  min-height: 46px;
  padding: 8px 12px;
  width: 100%;
}

.tplogos *,
.tplogos *::before,
.tplogos *::after {
  box-sizing: border-box;
}

.tplogos__title {
  color: #475569;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.tplogos__strip {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}

.tplogos picture {
  display: block;
}

.tplogos__strip img {
  display: block;
  max-height: var(--tplogos-max-height, 34px);
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.tplogos__items {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  min-width: 0;
}

.tplogos__item {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  display: inline-flex;
  height: calc(var(--tplogos-max-height, 34px) + 10px);
  justify-content: center;
  padding: 5px 8px;
}

.tplogos__item img {
  display: block;
  max-height: var(--tplogos-max-height, 34px);
  max-width: 82px;
  object-fit: contain;
}

@media (max-width: 575px) {
  .tplogos {
    align-items: stretch;
    flex-direction: column;
    gap: 7px;
    padding: 9px 10px;
  }

  .tplogos__title {
    text-align: center;
    white-space: normal;
  }
}
