.entity-thumbnail,
.entity-thumbnail.game-asset-fallback {
  display: block;
  aspect-ratio: 1;
  width: 3.5rem;
  height: 3.5rem;
  max-width: 100%;
  max-height: 3.5rem;
  object-fit: contain;
  object-position: center;
  flex: 0 0 3.5rem;
}

.order-entity,
.unit-order {
  min-width: 0;
}

.order-entity {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.order-entity > span,
.unit-order > * {
  min-width: 0;
}

@media (max-width: 520px) {
  .entity-thumbnail,
  .entity-thumbnail.game-asset-fallback {
    width: 2.75rem;
    height: 2.75rem;
    max-height: 2.75rem;
    flex-basis: 2.75rem;
  }
}
