.entity {
  align-items: center;
  gap: 12px;
  min-width: 260px;
}

.entity > i {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  overflow: hidden;
  border: 1px solid #dfe7ee;
  border-radius: 10px;
  background: #fff;
}

.entity > i > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 3px;
  object-fit: contain;
  object-position: center;
}

.entity > div {
  min-width: 0;
}

.entity b {
  line-height: 1.35;
}

.entity small {
  line-height: 1.45;
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .entity {
    min-width: 220px;
  }

  .entity > i {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
}
