.game-object-token {
	display: inline;
	line-height: 20px;
	cursor: help;
}

.game-object-token-icon {
	display: inline-block;
	width: auto;
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	margin-right: 6px;
	object-fit: contain;
	vertical-align: middle;
}

.game-object-tooltip {
	position: fixed;
	z-index: 100000;
	display: none;
	box-sizing: border-box;
	min-width: 245px;
	max-width: min(340px, calc(100vw - 24px));
	padding: 7px 8px 6px;
	border: 1px solid rgba(178, 108, 199, 0.82);
	background: linear-gradient(145deg, rgba(12, 20, 25, 0.98), rgba(2, 7, 10, 0.98));
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.9), 0 8px 22px rgba(0, 0, 0, 0.62);
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	pointer-events: none;
	overflow-wrap: anywhere;
}

.game-object-tooltip.is-visible {
	display: block;
}

.game-object-tooltip__title {
	margin-bottom: 1px;
	font-size: 16px;
	line-height: 1.2;
	white-space: normal;
}

.game-object-tooltip__line {
	min-height: 14px;
	white-space: pre-wrap;
}

.game-object-tooltip__line--short-note {
	margin-top: 5px;
	font-weight: 400;
}

.game-object-tooltip__line--sale {
	margin-top: 7px;
}

.game-object-tooltip__footer {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 1px;
	color: #fff;
}

.game-object-tooltip__id {
	flex: 0 0 auto;
	color: #54db99;
	text-align: right;
}
