/*!
 * MuLVL visual skin for WebEngine CMS 1.2.6
 * Scope: presentation only. Module logic remains untouched.
 */

:root {
	--bg: #080604;
	--bg-deep: #120d09;
	--surface: rgba(22, 18, 15, 0.94);
	--surface-2: rgba(32, 26, 21, 0.94);
	--surface-3: #211812;
	--line: rgba(205, 158, 77, 0.22);
	--line-strong: rgba(229, 181, 93, 0.48);
	--text: #eadfcb;
	--muted: #b7a98f;
	--dim: #827761;
	--gold: #d9a84f;
	--gold-soft: #f0d38b;
	--red: #9d2f25;
	--red-bright: #d84c36;
	--blue: #527f9f;
	--green: #6bc577;
	--shadow: 0 16px 45px rgba(0, 0, 0, 0.38);
}

* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

body {
	min-height: 100%;
	margin: 0;
	background:
		linear-gradient(180deg, rgba(5, 4, 3, 0.26) 0%, rgba(8, 6, 4, 0.76) 48%, #080604 760px),
		linear-gradient(90deg, rgba(8, 6, 4, 0.96) 0%, rgba(8, 6, 4, 0.55) 48%, rgba(8, 6, 4, 0.94) 100%),
		url('../img/castle_owner_bg.jpg') no-repeat top center / cover,
		var(--bg);
	color: var(--text);
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.55;
}

body:before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 70%);
}

a {
	color: var(--gold-soft);
	text-decoration: none;
	transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

a:hover,
a:focus {
	color: #fff4d4;
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

hr {
	border-top: 1px solid var(--line);
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.row:before,
.row:after,
#content:before,
#content:after {
	content: " ";
	display: table;
}

.row:after,
#content:after {
	clear: both;
}

[class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.col-xs-3,
.col-xs-4,
.col-xs-6,
.col-xs-8,
.col-xs-12 {
	position: relative;
	min-height: 1px;
	float: left;
}

.col-xs-3 { width: 25%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-12 { width: 100%; }
.col-xs-offset-2 { margin-left: 16.66666667%; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.pull-right { float: right !important; }
.form-group { margin-bottom: 15px; }

/* Top account/language bar */
.global-top-bar {
	width: 100%;
	background: rgba(8, 6, 4, 0.92);
	border-bottom: 1px solid rgba(217, 168, 79, 0.16);
	color: var(--dim);
	padding: 8px 0;
	text-transform: uppercase;
	font-size: 11px;
	position: relative;
	z-index: 5;
}

.global-top-bar .global-top-bar-content,
#container,
.footer-container,
.hero-shell {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.global-top-bar .row {
	margin: 0;
}

.global-top-bar a {
	color: var(--muted) !important;
}

.global-top-bar a:hover {
	color: var(--gold-soft) !important;
}

.global-top-bar a.logout {
	color: #ff7b65 !important;
}

.global-top-bar-nopadding {
	padding: 0 !important;
}

.global-top-bar-separator {
	padding: 0 6px;
	color: rgba(234, 223, 203, 0.25);
}

/* Language dropdown */
.lang-dropdown {
	display: inline-block;
	vertical-align: middle;
}

.lang-dropdown-btn {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(217, 168, 79, 0.22);
	color: var(--muted);
	padding: 2px 9px;
	border-radius: 6px;
	font-size: 11px;
	font-family: inherit;
	text-transform: uppercase;
	letter-spacing: inherit;
	cursor: pointer;
	transition: border-color .18s, background .18s, color .18s;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	line-height: 18px;
}

.lang-dropdown-btn:hover,
.lang-dropdown-btn:focus,
.lang-dropdown.open .lang-dropdown-btn {
	background: rgba(217, 168, 79, 0.1);
	border-color: rgba(217, 168, 79, 0.45);
	color: var(--gold-soft);
	outline: none;
	box-shadow: none;
}

.lang-dropdown-btn .caret {
	border-top-color: currentColor;
	margin-left: 2px;
}

.lang-dropdown-menu.dropdown-menu {
	background: #120d09;
	border: 1px solid rgba(217, 168, 79, 0.28);
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
	min-width: 140px;
	padding: 4px 0;
	margin-top: 4px;
}

.lang-dropdown-menu > li > a {
	color: var(--muted) !important;
	padding: 5px 13px !important;
	font-size: 11px !important;
	display: flex !important;
	align-items: center;
	gap: 7px;
	text-transform: uppercase;
}

.lang-dropdown-menu > li > a:hover,
.lang-dropdown-menu > li > a:focus {
	background: rgba(217, 168, 79, 0.1) !important;
	color: var(--gold-soft) !important;
}

.lang-dropdown-btn img,
.lang-dropdown-menu img {
	vertical-align: middle;
	position: relative;
	top: 0;
	flex-shrink: 0;
}

/* Navigation */
#navbar {
	width: 100%;
	position: sticky;
	top: 0;
	z-index: 4;
	background: rgba(13, 10, 8, 0.88);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(217, 168, 79, 0.24);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

#navbar ul {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#navbar ul li {
	list-style-type: none;
	display: inline-block;
	font-size: 13px;
}

#navbar ul li a {
	display: inline-block;
	color: #d9c7a8 !important;
	text-decoration: none;
	padding: 18px 22px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 2px solid transparent;
}

#navbar ul li a:hover,
#navbar ul li a:focus,
#navbar ul li a:active {
	color: #fff4d4 !important;
	border-bottom-color: var(--gold);
	background: rgba(217, 168, 79, 0.07);
}

.admincp-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #fff !important;
	border: 2px solid #000 !important;
	color: #000 !important;
	font-weight: bold !important;
}

/* Hero */
#header {
	width: 100%;
	padding: 76px 0 40px;
	color: var(--text);
	position: relative;
}

#header:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 90px;
	background: linear-gradient(180deg, transparent, var(--bg));
	pointer-events: none;
}

.hero-shell {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 34px;
	align-items: end;
	min-height: 340px;
}

.hero-copy {
	max-width: 680px;
}

.brand-lockup {
	display: inline-grid;
	grid-template-columns: auto 1fr;
	grid-template-areas:
		"mark name"
		"season season";
	align-items: end;
	column-gap: 10px;
	color: #fff;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.8);
}

.brand-lockup:hover,
.brand-lockup:focus {
	color: #fff;
	transform: translateY(-1px);
}

.brand-mark {
	grid-area: mark;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 7vw, 86px);
	font-weight: 700;
	line-height: .82;
	color: #f5ead0;
	text-transform: uppercase;
}

.brand-name {
	grid-area: name;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(44px, 7vw, 90px);
	font-weight: 700;
	line-height: .82;
	color: var(--gold);
	text-transform: uppercase;
}

.brand-season {
	grid-area: season;
	display: inline-block;
	width: max-content;
	margin-top: 12px;
	padding: 5px 12px;
	background: rgba(157, 47, 37, 0.72);
	border: 1px solid rgba(240, 211, 139, 0.5);
	border-radius: 6px;
	color: #fff3d2;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.hero-kicker {
	max-width: 560px;
	margin: 22px 0 0;
	color: #decfb5;
	font-size: 18px;
	line-height: 1.5;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.btn-hero {
	min-width: 144px;
}

.btn-ghost {
	color: var(--gold-soft) !important;
	background: rgba(255, 255, 255, 0.04) !important;
	border: 1px solid rgba(240, 211, 139, 0.34) !important;
}

.btn-ghost:hover,
.btn-ghost:focus {
	background: rgba(240, 211, 139, 0.1) !important;
	border-color: var(--gold) !important;
	color: #fff !important;
}

.classic-class-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 22px 0 0;
}

.classic-class-list li {
	padding: 6px 10px;
	background: rgba(10, 8, 7, 0.72);
	border: 1px solid rgba(217, 168, 79, 0.24);
	border-radius: 6px;
	color: #d9c7a8;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Header server info */
.header-info-container {
	width: auto;
	margin: 0;
	text-align: left;
}

.header-info-container .header-info {
	width: 100%;
	background: linear-gradient(180deg, rgba(28, 22, 17, 0.94), rgba(14, 10, 8, 0.94));
	border: 1px solid var(--line-strong);
	border-radius: 8px;
	box-shadow: var(--shadow);
	padding: 18px;
	color: var(--text);
}

.header-info-container .header-info .header-info-block {
	padding: 0;
	color: var(--muted);
	font-size: 12px;
}

.header-info-container #tServerTime,
.header-info-container #tLocalTime {
	color: #fff4d4;
	font-weight: 800;
}

.header-info-container #tServerDate,
.header-info-container #tLocalDate {
	color: var(--dim);
}

.online-count {
	color: var(--green);
	font-weight: 800;
}

.server-status-row {
	margin-bottom: 8px;
}

.server-status-pill {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	min-width: 92px;
	padding: 3px 9px;
	border-radius: 999px;
	border: 1px solid rgba(234, 223, 203, 0.16);
	background: rgba(0, 0, 0, 0.28);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.server-status-pill img {
	width: 10px;
	height: 10px;
}

.server-status-pill.is-online {
	color: #c9f6cf;
	border-color: rgba(107, 197, 119, 0.42);
	background: rgba(49, 116, 57, 0.22);
	box-shadow: 0 0 18px rgba(107, 197, 119, 0.12);
}

.server-status-pill.is-offline {
	color: #ffd2cc;
	border-color: rgba(216, 76, 54, 0.42);
	background: rgba(124, 36, 28, 0.24);
	box-shadow: 0 0 18px rgba(216, 76, 54, 0.10);
}

.webengine-online-bar {
	width: 100%;
	background: rgba(0, 0, 0, 0.62);
	border: 1px solid rgba(240, 211, 139, 0.24);
	height: 10px;
	margin: 10px 0 12px;
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
}

.webengine-online-bar-progress {
	height: 10px;
	background: linear-gradient(90deg, #4d9956, #d9a84f);
	border-radius: 0 5px 5px 0;
}

/* Main shell */
#container {
	position: relative;
	z-index: 1;
	background: linear-gradient(180deg, rgba(26, 20, 16, 0.98), rgba(13, 10, 8, 0.98));
	border: 1px solid var(--line);
	border-radius: 8px 8px 0 0;
	box-shadow: var(--shadow);
	padding: 22px 0;
	min-height: 520px;
}

#content {
	width: 100%;
	overflow: visible;
	min-height: 500px;
	padding: 8px 22px 0;
}

.page-title {
	color: var(--gold-soft);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	margin: 4px 0 22px;
	font-weight: 700;
	border-bottom: 1px solid var(--line);
	padding-bottom: 12px;
}

.page-title span {
	display: inline-block;
}

/* Panels and modules */
.panel {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
	color: var(--text);
	overflow: hidden;
}

.panel-heading {
	background: linear-gradient(180deg, rgba(54, 39, 27, 0.96), rgba(31, 22, 17, 0.96)) !important;
	border-bottom: 1px solid var(--line-strong) !important;
	border-radius: 0 !important;
	color: var(--gold-soft) !important;
	padding: 12px 14px;
}

.panel-title,
.panel-heading .panel-title {
	color: var(--gold-soft);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: 700;
	margin: 0;
}

.panel-body {
	background: transparent;
	padding: 16px;
}

.panel-footer {
	background: rgba(0, 0, 0, 0.18);
	border-top: 1px solid var(--line);
	color: var(--dim);
}

.panel-news {
	margin-bottom: 24px;
	border: 1px solid var(--line);
}

.panel-news .panel-title {
	color: var(--gold-soft);
	font-size: 23px;
}

.panel-news .panel-body {
	color: var(--text);
}

.panel-news .panel-footer {
	height: auto;
	font-size: 12px;
	font-style: italic;
}

.panel-sidebar,
.panel-general,
.panel-addstats,
.panel-downloads {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
	color: var(--text);
	margin-bottom: 20px;
}

.panel-sidebar > .panel-heading {
	background: linear-gradient(180deg, rgba(46, 33, 23, 0.96), rgba(24, 18, 14, 0.96)) !important;
	color: var(--gold-soft);
	border-bottom: 1px solid var(--line-strong) !important;
}

.panel-body .panel-title {
	color: var(--gold-soft);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	border-bottom: 1px solid var(--line);
	margin-bottom: 16px !important;
	padding-bottom: 10px;
	font-weight: 700;
}

.panel-usercp {
	background:
		linear-gradient(180deg, rgba(22, 17, 13, 0.86), rgba(22, 17, 13, 0.94)),
		url('../img/usercp_bg.jpg') no-repeat top center / cover;
}

.panel-usercp ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.panel-usercp ul li {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 34px;
	padding: 4px 0;
}

.panel-usercp ul li a {
	color: var(--text) !important;
	font-weight: 700;
}

.panel-usercp ul li a:hover {
	color: var(--gold-soft) !important;
}

.panel-usercp ul li img {
	width: 25px;
	height: 25px;
	margin-right: 8px;
}

.sidebar-banner {
	margin: 20px 0;
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden;
	background: #0d0a08;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.sidebar-banner a,
.sidebar-banner img {
	display: block;
	width: 100%;
}

.sidebar-banner img {
	border-radius: 0;
	filter: saturate(0.82) contrast(1.05);
}

/* Tables */
.table {
	color: var(--text);
	margin-bottom: 0;
}

.table > thead > tr > th {
	color: var(--gold-soft);
	border-bottom: 1px solid var(--line) !important;
	font-size: 12px;
	text-transform: uppercase;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-top: 1px solid rgba(234, 223, 203, 0.07) !important;
	vertical-align: middle;
}

.table > tbody > tr:hover > td {
	background: rgba(217, 168, 79, 0.05);
}

.rankings-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	background: rgba(0, 0, 0, 0.14);
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden;
}

.rankings-table tr td {
	border-bottom: 1px solid rgba(234, 223, 203, 0.08);
	padding: 12px 10px;
	font-size: 15px;
	vertical-align: middle !important;
	text-align: center;
	color: var(--text);
}

.rankings-table tr:first-child td {
	color: var(--gold-soft);
	border-bottom: 1px solid var(--line-strong);
	background: rgba(217, 168, 79, 0.08);
	font-weight: 800;
}

.rankings-table-place {
	color: var(--gold);
	font-weight: 800;
	font-size: 22px;
	text-align: center;
}

.rankings-class-image,
.general-table-ui img,
.panel-addstats .character-avatar img {
	width: 36px;
	height: auto;
	box-shadow: 0 0 0 1px rgba(217, 168, 79, 0.28), 0 7px 18px rgba(0, 0, 0, 0.36);
	border-radius: 6px;
}

.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: var(--dim);
	padding: 10px 0;
}

.rankings_menu {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin-bottom: 16px;
}

.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	color: var(--gold-soft);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
}

.rankings_menu a {
	display: inline-block;
	min-width: 135px;
	border: 1px solid var(--line);
	text-align: center;
	padding: 7px 10px;
	margin: 3px;
	background: rgba(255, 255, 255, 0.035);
	border-radius: 6px;
	color: var(--muted);
}

.rankings_menu a.active,
.rankings_menu a:hover {
	color: #fff4d4 !important;
	border-color: var(--gold);
	background: rgba(217, 168, 79, 0.09);
}

.rankings_guild_logo tr td {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.rankings-gens-img {
	width: auto !important;
	height: 30px !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.general-table-ui,
.myaccount-table {
	width: 100%;
	table-layout: fixed;
	background: rgba(0, 0, 0, 0.16);
	border: 1px solid var(--line);
	border-radius: 8px;
	margin: 10px 0;
	color: var(--text);
}

.general-table-ui tr td,
.myaccount-table tr td {
	border-bottom: 1px solid rgba(234, 223, 203, 0.08);
	padding: 10px !important;
	vertical-align: middle !important;
}

.general-table-ui tr:first-child td,
.myaccount-table tr td:first-child {
	color: var(--gold-soft);
	font-weight: 800;
}

.general-table-ui tr:nth-child(2n+2) td {
	background: rgba(255, 255, 255, 0.025);
}

.general-table-ui tr td {
	text-align: center;
}

/* Forms and buttons */
input[type=text],
input[type=password],
input[type=number],
.form-control {
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(217, 168, 79, 0.24);
	border-radius: 6px;
	color: #fff4d4;
	box-shadow: none;
	min-height: 38px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
.form-control:focus {
	border-color: var(--gold);
	box-shadow: 0 0 0 3px rgba(217, 168, 79, 0.12);
	background: rgba(0, 0, 0, 0.38);
	color: #fff;
}

label,
.control-label {
	color: var(--muted);
}

.help-block,
.download-description,
.module-requirements {
	color: var(--dim);
}

.btn-primary {
	color: #24170d !important;
	background: linear-gradient(180deg, #f1cf83, #c88934) !important;
	border: 1px solid #e3b768 !important;
	border-radius: 6px;
	font-weight: 800;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #120d09 !important;
	background: linear-gradient(180deg, #ffe2a2, #d9a84f) !important;
	border-color: #f0d38b !important;
	transform: translateY(-1px);
}

.btn-xs {
	padding: 3px 8px;
	font-size: 11px;
}

.thumbnail {
	background-color: var(--surface-2);
	border: 1px solid var(--line);
	border-radius: 8px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: var(--red-bright);
}

.form-horizontal .control-label {
	text-align: left !important;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

/* Home */
.home-news-block .home-news-block-header h2 {
	padding: 0 !important;
	margin: 0 0 20px !important;
	font-family: Georgia, "Times New Roman", serif;
	color: var(--gold-soft);
	font-size: 26px;
}

.home-news-block .home-news-block-header a {
	display: inline-block;
	padding-top: 7px;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.home-news-block-article {
	margin-top: 10px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(234, 223, 203, 0.08);
}

.home-news-block-article .home-news-block-article-type {
	display: block;
	border: 1px solid rgba(217, 168, 79, 0.34);
	border-radius: 6px;
	padding: 5px;
	text-align: center;
	color: var(--gold-soft);
	background: rgba(217, 168, 79, 0.06);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.home-news-block-article .home-news-block-article-title-container {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home-news-block-article .home-news-block-article-title,
.home-news-block-article .home-news-block-article-date {
	line-height: 30px;
}

.home-news-block-article .home-news-block-article-date {
	color: var(--dim);
	font-size: 12px;
}

.panel-sidebar-events .smalltext {
	font-size: 11px;
	position: relative;
	top: -4px;
	color: var(--dim);
}

.event-schedule-open {
	color: var(--green);
}

.event-schedule-inprogress {
	color: var(--gold);
}

/* Character/account blocks */
.myaccount-character-block {
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid var(--line);
	padding: 5px;
	border-radius: 6px;
	display: inline-block;
	margin: 0 auto;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.32);
}

.myaccount-character-block img {
	width: 100px;
	border-radius: 6px;
	box-shadow: 0 0 0 1px rgba(217, 168, 79, 0.22);
	transition: filter .2s ease;
}

.myaccount-character-block img:hover {
	filter: brightness(1.14);
}

.myaccount-character-block-location {
	font-size: 12px;
	color: var(--dim);
	margin: 4px 0 20px;
	line-height: 1.2;
}

.myaccount-character-block-level {
	position: relative;
	top: -77px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.66);
	padding: 1px 6px;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
}

.myaccount-character-name a {
	font-weight: 800;
	color: var(--gold-soft);
	font-size: 16px;
}

.character-name {
	color: var(--gold-soft) !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 18px !important;
	border-bottom: 1px solid var(--line) !important;
	padding: 18px 0 !important;
	margin-bottom: 18px !important;
	font-weight: 700 !important;
}

/* Rankings filter */
.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.16);
}

.rankings-class-filter li {
	display: inline-block;
	margin-bottom: 10px;
	transition: filter .2s ease;
}

.rankings-class-filter-selection {
	display: inline-block;
	width: 78px;
	text-align: center;
	color: var(--muted);
	font-size: 11px;
	cursor: pointer;
}

.rankings-class-filter-selection:hover {
	color: var(--gold-soft) !important;
}

.rankings-class-filter-selection img {
	width: 42px;
	border-radius: 50%;
	margin-bottom: 5px;
	box-shadow: 0 0 0 1px rgba(217, 168, 79, 0.3), 0 8px 20px rgba(0, 0, 0, 0.4);
	transition: filter .2s ease;
}

.rankings-class-filter-selection:hover img {
	filter: brightness(1.16);
}

.rankings-class-filter-grayscale {
	filter: grayscale(100%) brightness(.72);
}

/* Legal text */
.tos_list li {
	color: var(--red-bright);
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 34px;
}

.tos_list li p {
	color: var(--text);
	text-align: justify;
	text-transform: none;
	padding-right: 20px;
	font-size: 14px;
	font-weight: normal;
}

/* PayPal */
.paypal-gateway-content {
	background: rgba(41, 31, 22, 0.98);
	border: 1px solid var(--line-strong);
	padding: 15px;
	overflow: auto;
	border-radius: 8px;
	font-weight: bold;
}

.paypal-gateway-logo {
	width: 100%;
	height: 100px;
	background: #fff9ec url('../img/paypal-logo-200-68.png') no-repeat center;
	background-size: contain;
	margin-bottom: 15px;
	border-radius: 6px;
}

.paypal-gateway-conversion-rate,
.paypal-gateway-form,
.paypal-gateway-continue {
	margin: 18px auto;
	text-align: center;
	color: var(--text);
}

.paypal-gateway-form div {
	display: inline-block;
	padding: 0 10px;
	color: var(--text);
	font-size: 22px;
}

.paypal-gateway-form input[type=text] {
	width: 70px;
	font-size: 22px;
	text-align: center;
}

.paypal-gateway-continue input[type=submit] {
	background: url('../img/paypal-submit.jpg') no-repeat;
	width: 200px;
	height: 40px;
	border: 0;
}

/* Footer */
.footer {
	width: min(1120px, calc(100% - 32px));
	background: linear-gradient(180deg, rgba(18, 13, 10, 0.98), rgba(8, 6, 4, 0.98));
	border: 1px solid var(--line);
	border-top: 0;
	border-radius: 0 0 8px 8px;
	font-size: 12px;
	color: var(--muted);
	padding: 34px;
	overflow: auto;
	margin: 0 auto 80px;
	box-shadow: var(--shadow);
}

.footer > .footer-container {
	width: 100%;
}

.footer a {
	color: var(--gold-soft);
}

.footer a:hover {
	color: #fff4d4 !important;
	text-decoration: none !important;
}

.footer hr {
	border-top: 1px solid var(--line);
}

.footer .footer-social-link {
	display: inline-block;
	filter: grayscale(100%) brightness(.85);
	transition: filter .2s ease, transform .2s ease;
}

.footer .footer-social-link:hover {
	filter: grayscale(0%) brightness(1.08);
	transform: translateY(-1px);
}

.webengine-powered {
	color: var(--dim) !important;
}

.webengine-powered:hover {
	color: var(--gold-soft) !important;
}

.online-status-indicator {
	margin-left: 5px;
}

/* Responsive */
@media (max-width: 900px) {
	.global-top-bar .global-top-bar-content,
	#container,
	.footer,
	.footer-container,
	.hero-shell,
	#navbar ul {
		width: min(100% - 20px, 1120px);
	}

	.hero-shell {
		grid-template-columns: 1fr;
		min-height: auto;
		gap: 22px;
	}

	.header-info-container {
		max-width: 440px;
	}

	#header {
		padding-top: 48px;
	}

	.home-news-block,
	.home-news-block + .col-xs-4,
	#content .row > .col-xs-4 {
		width: 100%;
		float: none;
	}

	.panel-sidebar .panel-heading .panel-title .btn-xs {
		float: none !important;
		display: block;
		width: max-content;
		max-width: 100%;
		margin-top: 8px;
	}
}

@media (max-width: 640px) {
	body {
		font-size: 13px;
		background-size: auto 620px, auto, auto 620px, auto;
	}

	.global-top-bar {
		font-size: 10px;
	}

	#navbar {
		position: relative;
	}

	#navbar ul {
		display: flex;
		justify-content: flex-start;
		overflow-x: auto;
		white-space: nowrap;
	}

	#navbar ul li a {
		padding: 14px 13px;
		font-size: 12px;
	}

	#content {
		padding: 4px 14px 0;
	}

	#content > .col-xs-12,
	#content > .col-xs-8,
	#content > .col-xs-4,
	.home-news-block,
	.home-news-block + .col-xs-4,
	#content .row > .col-xs-4,
	#content .row > .col-xs-8,
	#content .row > .col-xs-6,
	#content .row > .col-xs-3 {
		width: 100%;
		float: none;
	}

	.col-xs-offset-2 {
		margin-left: 0 !important;
	}

	.brand-season {
		width: auto;
	}

	.hero-kicker {
		font-size: 16px;
	}

	.hero-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.btn-hero {
		width: 100%;
	}

	.classic-class-list li {
		font-size: 11px;
	}

	.home-news-block-article .home-news-block-article-title-container {
		white-space: normal;
	}

	.rankings-table {
		display: block;
		overflow-x: auto;
	}

	.footer {
		padding: 24px 18px;
		margin-bottom: 40px;
	}

	.footer .col-xs-8,
	.footer .col-xs-4 {
		width: 100%;
		float: none;
		text-align: left;
	}
}
