/*-------------------------------------------------------------------------*/
/* PvP Statistics: Section
/*-------------------------------------------------------------------------*/
body.page-pvp_statistics-active .section-page {
	padding: 3rem 0 4rem;
}

/*-------------------------------------------------------------------------*/
/* PvP Statistics: Shell wrapper
/*-------------------------------------------------------------------------*/
.lb-shell {
	max-width: 1240px;
	margin: 1rem auto 3rem;
	padding: 0 1rem;
}

/*-------------------------------------------------------------------------*/
/* PvP Statistics: Hero section
/*-------------------------------------------------------------------------*/
.lb-hero {
	background:
		radial-gradient(900px 260px at 10% -10%, rgba(107, 153, 186, .15), transparent 70%),
		radial-gradient(800px 220px at 90% 0, rgba(182, 118, 86, .14), transparent 65%),
		rgba(18, 13, 10, .84);
	border: 1px solid rgba(188, 156, 120, .2);
	border-radius: 18px;
	-webkit-box-shadow: 0 24px 50px rgba(0, 0, 0, .35);
	box-shadow: 0 24px 50px rgba(0, 0, 0, .35);
	padding: 1rem 1rem .85rem;
	margin-bottom: 0 !important;
}

.lb-eyebrow {
	margin: 0;
	color: rgba(190, 165, 136, .82);
	text-transform: uppercase;
	letter-spacing: .18em;
	font-size: .75rem;
	font-family: var(--font-family-tertiary);
}

.lb-title-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: .75rem;
	margin-top: .35rem;
}

.lb-title {
	margin: 0;
	color: #f1e7d5;
	font-family: var(--font-family-nav);
	font-size: clamp(1.45rem, 3vw, 2.1rem);
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

/*-------------------------------------------------------------------------*/
/* PvP Statistics: Tab bar
/*-------------------------------------------------------------------------*/
.lb-tabs {
	margin-top: .95rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: .45rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lb-tab {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 74px;
	padding: .52rem .85rem;
	border-radius: 10px 10px 0 0;
	border: 1px solid rgba(188, 156, 120, .2);
	border-bottom-color: rgba(188, 156, 120, .06);
	background: rgba(34, 25, 19, .75);
	color: #d9cfbf;
	font-family: var(--font-family-nav);
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-size: .82rem;
	cursor: pointer;
	-webkit-transition: color 180ms, background 180ms, border-color 180ms;
	-o-transition: color 180ms, background 180ms, border-color 180ms;
	transition: color 180ms, background 180ms, border-color 180ms;
}

.lb-tab:hover {
	color: #f4ecde;
	background: rgba(44, 32, 24, .92);
}

.lb-tab.active,
.lb-tab.show {
	color: #d9eef7;
	background: -webkit-linear-gradient(bottom, rgba(36, 30, 25, .94), rgba(76, 115, 140, .33));
	background: -o-linear-gradient(bottom, rgba(36, 30, 25, .94), rgba(76, 115, 140, .33));
	background: linear-gradient(180deg, rgba(76, 115, 140, .33), rgba(36, 30, 25, .94));
	border-color: rgba(98, 137, 159, .36);
}

/* Realm selector inside tab bar */
.lb-realm-wrap {
	margin-left: auto;
}

.lb-realm-wrap select {
	height: 38px;
	padding: 0 .75rem;
	background: #0e0a07;
	border: 1px solid rgba(193, 154, 87, .3) !important;
	border-radius: 8px;
	color: var(--color-inactive);
	font-family: var(--font-family-tertiary);
	font-size: .875rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.lb-realm-wrap select:focus {
	outline: none;
	border-color: rgba(193, 154, 87, .6) !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*-------------------------------------------------------------------------*/
/* PvP Statistics: Surface card
/*-------------------------------------------------------------------------*/
.lb-surface {
	background: rgba(15, 10, 8, .88);
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 0 16px 16px 16px;
	-webkit-box-shadow: 0 28px 56px rgba(0, 0, 0, .42);
	box-shadow: 0 28px 56px rgba(0, 0, 0, .42);
	overflow: hidden;
}

.lb-toolbar {
	padding: .8rem 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: .75rem;
	background: -webkit-linear-gradient(top, rgba(36, 27, 21, .82), rgba(18, 13, 10, .95));
	background: -o-linear-gradient(top, rgba(36, 27, 21, .82), rgba(18, 13, 10, .95));
	background: linear-gradient(180deg, rgba(36, 27, 21, .82), rgba(18, 13, 10, .95));
}

.lb-toolbar__title {
	margin: 0;
	color: #efe4cf;
	font-family: var(--font-family-nav);
	font-size: .98rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
}

/*-------------------------------------------------------------------------*/
/* PvP Statistics: Table
/*-------------------------------------------------------------------------*/
.lb-table-wrap {
	overflow-x: auto;
}

.lb-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 0;
}

.lb-table th {
	padding: .7rem;
	color: rgba(192, 177, 156, .9);
	font-family: var(--font-family-nav);
	font-size: .73rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	background: rgba(255, 255, 255, .015);
	text-align: left;
	font-weight: 700;
}

.lb-table th.num {
	text-align: right;
}

.lb-table td {
	padding: .62rem .7rem;
	border-top: 1px solid rgba(255, 255, 255, .05);
	color: #f0ece4;
	vertical-align: middle;
	font-family: var(--font-family-tertiary);
	font-size: .95rem;
}

.lb-table td.num {
	text-align: right;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.lb-table tbody tr:hover {
	background: rgba(88, 120, 144, .06);
}

/* Table cell role classes */
.lb-rank {
	color: #dccfb6;
	font-weight: 700;
}

.lb-rating {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: .45rem;
	font-variant-numeric: tabular-nums;
}

.lb-rating__value {
	color: #f4eee2;
	font-weight: 700;
}

.lb-team {
	color: #d9d0c4;
}

.lb-faction-icon {
	width: 22px;
	height: 22px;
	display: block;
	border-radius: 4px;
	-o-object-fit: cover;
	object-fit: cover;
}

.lb-class-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 6px;
	padding: .1rem;
	text-decoration: none;
}

.lb-class-link:hover {
	background: rgba(121, 166, 191, .15);
}

.lb-class-link img {
	width: 22px;
	height: 22px;
	display: block;
	border-radius: 4px;
	-o-object-fit: cover;
	object-fit: cover;
}

.lb-player {
	font-weight: 700;
	letter-spacing: .03em;
}

.lb-player-link {
	color: inherit;
	text-decoration: none;
}

.lb-player-link:hover {
	color: inherit;
	text-decoration: underline;
}

.lb-wins {
	color: #63d49f;
	font-weight: 700;
}

/*-------------------------------------------------------------------------*/
/* PvP Statistics: Empty state
/*-------------------------------------------------------------------------*/
.lb-empty {
	padding: 1.25rem 1rem 1.5rem;
}

.lb-empty p {
	color: rgba(233, 228, 219, .7);
	font-family: var(--font-family-tertiary);
	font-size: .92rem;
	margin: 0;
	text-align: center;
}

/*-------------------------------------------------------------------------*/
/* Responsive
/*-------------------------------------------------------------------------*/
@media screen and (max-width: 820px) {
	.lb-shell {
		padding: 0 .65rem;
	}

	.lb-hero {
		padding: .8rem;
		border-radius: 14px;
	}

	.lb-surface {
		border-radius: 0 14px 14px 14px;
	}

	.lb-toolbar {
		padding: .7rem .8rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.lb-realm-wrap {
		margin-left: 0;
	}
}
