.muvictus-equip-showcase {
	width: 100%;
	max-width: 920px;
	margin: 16px auto 0;
	padding: 0 10px;
	box-sizing: border-box;
}

.muvictus-equip-showcase__stage {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	min-height: 460px;
	border-radius: 12px;
	border: 1px solid rgba(201, 161, 74, 0.28);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.45),
		inset 0 0 0 1px rgba(255, 255, 255, 0.05);
	background:
		linear-gradient(165deg, rgba(14, 18, 28, 0.92), rgba(8, 10, 16, 0.96)),
		repeating-linear-gradient(to right, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 36px),
		repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 36px);
	overflow: hidden;
	height: 760px;
}

.muvictus-equip-slot {
	position: absolute;
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
	pointer-events: auto;
	box-sizing: border-box;
}

.muvictus-equip-slot--no-sprite {
	background-color: rgba(36, 32, 26, 0.65) !important;
	border: 1px dashed rgba(255, 221, 169, 0.28);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
}

.muvictus-equip-slot--helm {
	left: 19%;
    top: 8.5%;
    width: 22.5%;
    height: 22%;
}

.muvictus-equip-slot--wings {
	left: 70%;
    top: 6%;
    width: 26.5%;
    height: 26%;
}

.muvictus-equip-slot--pendant {
    left: 61.2%;
    top: 15%;
    width: 6.5%;
    height: 15%;
}

.muvictus-equip-slot--weapon {
    left: 11.5%;
    top: 61.5%;
    width: 14.5%;
    height: 32%;
}

.muvictus-equip-slot--shield {
    left: 79%;
    top: 67%;
    width: 22.5%;
    height: 27%;
}

.muvictus-equip-slot--armor {
	left: 16%;
    top: 36.5%;
    width: 22.5%;
    height: 22.5%;
}

.muvictus-equip-slot--gloves {
    left: 68%;
    top: 40%;
    width: 23.5%;
    height: 17%;
}

.muvictus-equip-slot--pants {
    left: 29%;
    top: 74.5%;
    width: 13.5%;
    height: 22%;
}

.muvictus-equip-slot--boots {
    left: 65%;
    top: 76%;
    width: 17.5%;
    height: 18%;
}

.muvictus-equip-slot--ring_left {
	left: 32%;
    top: 59%;
    width: 6.5%;
    height: 15%;
}

.muvictus-equip-slot--ring_right {
	left: 70%;
    top: 59.5%;
    width: 6.5%;
    height: 15%;
}

.muvictus-equip-slot--pet {
    left: 6%;
    top: 12.5%;
    width: 9.5%;
    height: 17%;
}

.muvictus-prof-tip.muvictus-prof-tip--classic {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 16px 18px;
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
}

#we-prof-itemtip .muvictus-prof-tip__name {
	width: 100%;
	text-align: center;
}

#we-prof-itemtip .muvictus-prof-tip__name .item_size_12 {
	display: block;
}

.muvictus-prof-tip__img {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	border-radius: 4px;
	border: none;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.muvictus-prof-tip__img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
}

#we-prof-itemtip .muvictus-prof-tip__rest {
	width: 100%;
	min-width: 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.45;
}

#we-prof-itemtip .muvictus-prof-tip__rest .item_white,
#we-prof-itemtip .muvictus-prof-tip__rest .item_size_12 {
	text-align: center;
}

#we-prof-itemtip .muvictus-prof-tip__rest .item_dark_red_background {
	border-radius: 2px;
	padding: 4px 6px;
	margin: 4px 0;
	display: block;
}

@media (max-width: 600px) {
	.muvictus-equip-showcase__stage {
		min-height: 380px;
	}
