/* Playground — footer pastda, layout to‘g‘ri */
body:has(.container-fluid.wapper) .container-fluid.wapper {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
body:has(.container-fluid.wapper) .container-fluid.wapper > .content {
	flex: 1 0 auto;
}
body:has(.container-fluid.wapper) .container-fluid.wapper > .footer {
	flex-shrink: 0;
}

/* Playground — Inventory (interfeys unigamecms ga o‘xshash) */
:root {
	--playground-bg: #222127;
	--playground-radius: 8px;
}

#playground-inventory-page .row:first-child {
	margin-bottom: 1.5rem;
}

#playground-inventory-page #items .card.trading-item {
	cursor: pointer;
	background-color: var(--playground-bg);
	border-radius: var(--playground-radius);
	border: 1px solid #3a3a40;
	overflow: hidden;
	transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

#playground-inventory-page #items .card.trading-item:hover {
	box-shadow: 3px 3px #6c97d4, -4px 0 .4em #40787d;
	border-color: transparent;
}

#playground-inventory-page #items .card.trading-item.active {
	border-color: rgba(65, 137, 91, .64);
	background-color: rgba(36, 62, 45, .25);
}

#playground-inventory-page #items .card.trading-item.active:hover {
	border-color: transparent;
	background-color: var(--playground-bg);
}

#playground-inventory-page #items .card .card-header {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: var(--playground-bg);
	border-bottom: 1px solid #3a3a40;
	color: #e0e0e0;
	padding: 0.6rem 0.75rem;
}

#playground-inventory-page #items .card .card-body {
	height: 150px !important;
	min-height: 150px !important;
	background-color: transparent !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	margin: 12px 8px !important;
	position: relative;
}

#playground-inventory-page #items .card .card-body.position-relative {
	position: relative;
}

#playground-inventory-page #items .card .card-frame {
	pointer-events: none;
}

@media (max-width: 576px) {
	#playground-inventory-page #items .col-lg-3 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
