
.AuctionLinks a {
	margin-left: 5px;
}

.AuctionCharacterName {
	font-weight: 700;
	margin-bottom: 4px;
}

.AuctionBody {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dashed #5a2800;
}

.AuctionOutfit {
	position: relative;
}

.AuctionBodyBlock {
	margin-top: 5px;
	margin-bottom: 5px;
}

.AuctionDisplay {
	flex-basis: 112px;
	flex-grow: 0;
	flex-shrink: 0;
	order: 0;
	padding: 1px;
	border: 1px solid #5a2800;
	box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 75%);
	float: left;
	margin-right: 10px;
}

.AuctionNewIcon {
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 100;
}

.AuctionOutfitImage {
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 100;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	width: 80px;
}

.AuctionItemsViewBox {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(36px, 1fr));
	grid-auto-rows: 38px;
}

.VSCCoinImages {
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	margin-right: 2px;
	filter:
		drop-shadow(0 0 1px rgba(255, 244, 213, 0.85))
		drop-shadow(0 1px 2px rgba(0, 0, 0, 0.65));
}

img.VSCCoinImages[src*="premium_points.png"] {
	padding: 1px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 247, 230, 0.98), rgba(236, 207, 151, 0.92));
	box-shadow:
		0 0 0 1px rgba(90, 40, 0, 0.45),
		0 1px 4px rgba(0, 0, 0, 0.35);
	filter: none;
}

.CharacterTradeTibiaCoinBalance {
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	text-shadow: none;
}

.CharacterTradeBalanceChip {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 2px 8px;
	white-space: nowrap;
	border: 1px solid rgba(120, 68, 14, 0.7);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(246, 220, 161, 0.98), rgba(221, 177, 94, 0.98));
	box-shadow:
		0 1px 4px rgba(0, 0, 0, 0.35),
		inset 0 1px 0 rgba(255, 247, 225, 0.65);
}

.CharacterTradeBalanceValue {
	font-weight: 800;
	font-size: 11px;
	letter-spacing: 0.02em;
	color: #3f2200 !important;
	text-shadow: 0 1px 0 rgba(255, 245, 214, 0.55);
}

.CharacterTradeBalanceChip,
.CharacterTradeBalanceChip span {
	color: #3f2200 !important;
}

.CharacterTradeBalanceChip .VSCCoinImages {
	margin-left: 0;
	margin-right: 0;
}

.CVIcon.CVIconObject {
	width: 32px;
	height: 32px;
	overflow: hidden;
}

.CVIcon.CVIconObject.NoEquipment {
	font-size: 10px;
	text-align: center;
}

.NoEquipment p {
	margin-top: 2px;
}

.CVIcon {
	float: left;
	position: relative;
	z-index: 150;
	cursor: help;
	border: 1px solid #5a2800;
	margin: auto;
	padding: 1px;
	width: 64px;
	height: 64px;
	overflow: hidden;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

.CVIcon.CVIconObject img {
	width: 32px;
	height: 32px;
}

.ObjectAmount {
	position: absolute;
	bottom: 0;
	right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	z-index: 100;
	color: #fff;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

.ShortAuctionData {
	position: relative;
	/*min-width: 300px;*/
	flex-shrink: 0;
	flex-grow: 1;
	padding: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	border: 1px solid #5a2800;
	box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 50%);
}

.ShortAuctionData .AuctionTimer {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 200px;
	text-align: right;
	background-color: #f1e0c6;
	color: red;
}

.ShortAuctionData .ShortAuctionDataLabel {
	width: 115px;
	font-weight: 700;
	float: left;
}

.ShortAuctionDataValue {
	text-align: right;
}

.ShortAuctionDataBidRow {
	margin-top: 5px;
}

.CurrentBid .Container {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.MyMaxBidLabel {
	font-weight: 700;
}

.MyMaxBidInput {
	width: 131px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.SpecialCharacterFeatures {
	flex-basis: 300px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: stretch;
	align-items: center;
	padding: 10px;
	border: 1px solid #5a2800;
	box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 50%);
}

.SpecialCharacterFeatures .Entry {
	width: 100%;
	min-width: 300px;
	text-align: left;
}

.SpecialCharacterFeatures .CharacterFeatureCategory {
	margin-right: 5px;
}

.BlockPageNavigationRow {
	height: 20px;
	margin-top: 3px;
	margin-bottom: 5px;
	padding: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-top: 3px;
	padding-bottom: 0;
	background-color: #d5c0a1;
	border: 1px solid #5a2800;
}

.BlockPage {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
	grid-auto-rows: 73px;
	grid-gap: 1px;
}

.BlockPage.BlockPageObject {
	grid-template-columns: repeat(auto-fill, minmax(36px, 1fr));
	grid-auto-rows: 38px;
}

.LevelColumn {
	width: 30px !important;
	text-align: right;
}

.PercentageColumn {
	position: relative;
	margin-right: 2px;
}

.PercentageBar {
	position: absolute;
	height: 18px;
	background-color: #5f4d41;
	top: 1px;
}

.PercentageBarSpacer {
	width: 5px;
}

.PercentageStringContainer {
	width: 100%;
	text-align: center;
}

.PercentageString {
	position: absolute;
	top: 3px;
	width: 50%;
	margin-left: 20px;
	left: 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

.LabelColumn {
	width: 80px !important;
	white-space: nowrap;
}

