.item-crafting .craft-npc-image {
	max-width: 48px;
	max-height: 56px;
}

.item-crafting .craft-item,
.npc-recipes .craft-item {
	width: 88px;
}

.item-crafting .craft-item__icon,
.npc-recipes .craft-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid #dee2e6;
	border-radius: .5rem;
	background: #fff;
}

.item-crafting .craft-item__icon img,
.npc-recipes .craft-item__icon img {
	max-width: 40px;
	max-height: 40px;
}

.item-crafting .craft-item__quantity,
.npc-recipes .craft-item__quantity {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	white-space: nowrap;
}

.item-crafting .craft-item__name,
.npc-recipes .craft-item__name {
	display: block;
	width: 100%;
	min-width: 0;
	line-height: 1.35;
	overflow-wrap: break-word;
}

.item-crafting .craft-item:hover .font-weight-bold,
.npc-recipes .craft-item:hover .font-weight-bold {
	color: #007bff;
}
