/* Classic Tibia-inspired themeboxes. Scoped to the right sidebar only. */

@font-face {
	font-family: "Martel";
	src: url("martel.ttf") format("truetype");
	font-display: swap;
}

.tibia-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

#Themeboxes .tibia-themebox {
	position: relative;
	top: 0;
	width: 180px;
	height: auto;
	margin: 0 auto 14px;
	padding: 0 5px 6px;
	background: transparent;
	box-sizing: border-box;
	filter: drop-shadow(0 4px 3px rgba(0, 0, 0, .72));
}

#Themeboxes .tibia-themebox::before,
#Themeboxes .tibia-themebox::after {
	content: "";
	position: absolute;
	z-index: 8;
	bottom: 0;
	width: 15px;
	height: 15px;
	border: 2px ridge #9c8869;
	background: #343331;
	box-sizing: border-box;
}

#Themeboxes .tibia-themebox::before {
	left: 0;
	border-radius: 2px 2px 2px 8px;
}

#Themeboxes .tibia-themebox::after {
	right: 0;
	border-radius: 2px 2px 8px 2px;
}

#Themeboxes .tibia-themebox__parchment {
	position: relative;
	width: 170px;
	margin: 0 auto;
	padding: 8px 7px 13px;
	color: #5a2800;
	background:
		linear-gradient(rgba(255, 248, 226, .2), rgba(165, 119, 63, .08)),
		url("images/themeboxes/bg_top.png") center top / 100% 100% no-repeat;
	border: 2px ridge #81715a;
	border-top: 0;
	box-shadow:
		inset 0 0 0 1px rgba(255, 248, 215, .65),
		inset 0 -12px 22px rgba(87, 48, 14, .12);
	box-sizing: border-box;
}

#Themeboxes .tibia-highscores-box__header {
	position: relative;
	z-index: 5;
	width: 180px;
	height: 32px;
	margin-left: -5px;
	background: url("images/themeboxes/highscores/highscores.png") center top no-repeat;
}

#Themeboxes .tibia-ranking {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#Themeboxes .tibia-ranking__item {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 3px 12px 3px 31px;
	border-bottom: 1px solid rgba(116, 75, 32, .35);
	box-shadow: 0 1px rgba(255, 255, 255, .38);
	box-sizing: border-box;
}

#Themeboxes .tibia-ranking__item:last-child {
	border-bottom: 0;
	box-shadow: none;
}

#Themeboxes .tibia-ranking__position {
	position: absolute;
	left: 1px;
	top: 50%;
	width: 27px;
	height: 27px;
	transform: translateY(-50%);
}

#Themeboxes .tibia-ranking__position img {
	display: block;
	max-width: 27px;
	height: auto;
}

#Themeboxes .tibia-ranking__player {
	display: block;
	min-width: 0;
	flex: 1;
	color: #5a2800;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
}

#Themeboxes .tibia-ranking__player strong {
	display: block;
	overflow: hidden;
	color: #7d160d;
	font-size: 10px;
	line-height: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#Themeboxes .tibia-ranking__player small {
	display: block;
	color: #5a4a38;
	font-size: 9px;
	line-height: 12px;
}

#Themeboxes .tibia-ranking__player:hover strong {
	color: #b32918;
	text-decoration: underline;
}

#Themeboxes .tibia-ranking__status {
	position: absolute;
	top: 8px;
	right: 2px;
	width: 6px;
	height: 6px;
	background: #8a1717;
	border: 1px solid #521010;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .45);
}

#Themeboxes .tibia-ranking__status.is-online {
	background: #2f8b24;
	border-color: #18520f;
}

#Themeboxes .tibia-ranking__empty {
	padding: 18px 4px;
	color: #5a4a38;
	font: 10px Verdana, Arial, sans-serif;
	text-align: center;
}

#Themeboxes .tibia-themebox__title {
	position: relative;
	z-index: 5;
	width: 180px;
	height: 32px;
	margin-left: -5px;
	padding-top: 5px;
	color: #ffe9a7;
	background:
		linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)),
		url("images/themeboxes/exemple/header-bg.png") center / 100% 100% no-repeat;
	border: 2px ridge #8a7653;
	border-radius: 5px 5px 2px 2px;
	box-shadow: inset 0 0 0 1px #2d251b;
	font-family: "Martel", Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-shadow:
		1px 1px #000,
		-1px -1px #000,
		1px -1px #000,
		-1px 1px #000;
	box-sizing: border-box;
}

#Themeboxes .tibia-themebox__button {
	display: block;
	width: 142px;
	min-height: 28px;
	margin: 9px auto 0;
	padding: 5px 6px 4px;
	color: #f9e9b9;
	background:
		linear-gradient(#50483c 0%, #211e1a 45%, #11100e 55%, #29251f 100%);
	border: 2px ridge #a88b4c;
	border-radius: 4px;
	box-shadow:
		inset 0 0 0 1px #070605,
		inset 0 1px rgba(255, 255, 255, .22),
		0 2px 2px rgba(0, 0, 0, .55);
	box-sizing: border-box;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px #000;
}

#Themeboxes .tibia-themebox__button:hover {
	color: #fff4c8;
	background: linear-gradient(#74613c 0%, #352b1b 45%, #1c160e 55%, #46391f 100%);
	border-color: #d1ad5d;
	text-decoration: none;
}

#Themeboxes .tibia-donate-box__art {
	display: block;
	width: 160px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	background: #2d2117;
	border: 1px solid #5f4325;
	box-shadow: 0 0 0 1px #d2b887;
}

#Themeboxes .tibia-donate-box__art img {
	display: block;
	width: 160px;
	height: 100%;
	object-fit: cover;
}

#Themeboxes .tibia-donate-box__copy {
	margin: 8px 3px 4px;
	color: #5a2800;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 13px;
	text-align: center;
}
