.amber-loot {
	background-color: #666655;
	display: flex;
	flex-direction: column;
	width: min-content;
}

.amber-loot__place {
	margin-top: 0.5ch;
	text-align: center;
}

.amber-loot__name {
	margin: 0.5ch 0 0 0;
	padding: 0 1ch;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.amber-loot__body {
	display: flex;
}

.amber-loot__inventory {
	margin: 0.5ch;
}

.amber-loot__inventory ul {
	margin: 0;
	padding: 0;
	display: grid;
	grid-auto-flow: row;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(4, 1fr);
	list-style: none;
	width: fit-content;
	gap: 0.25ch;
}