.box.type-character {
	position: relative;
	left: 50%;
	width: 100vw;
	min-height: calc(100vh - 120px);
	margin-top: -1.9rem;
	margin-right: -50vw;
	margin-bottom: -3rem;
	margin-left: -50vw;
	padding: 1.9rem 0 3rem;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background:
		radial-gradient(circle at 50% 0, rgba(88, 18, 13, 0.15), transparent 54%),
		linear-gradient(180deg, rgba(28, 5, 5, 0.34), rgba(18, 5, 4, 0.32)),
		url("../../../assets/images/armory/bgs/bg-horde.jpg") center top / cover no-repeat;
	box-shadow: none;
}

.box.type-character:has(.horizon-armory-alliance) {
	background:
		radial-gradient(circle at 50% 0, rgba(26, 60, 96, 0.15), transparent 54%),
		linear-gradient(180deg, rgba(5, 18, 36, 0.34), rgba(4, 12, 26, 0.32)),
		url("../../../assets/images/armory/bgs/bg-alliance.jpg") center top / cover no-repeat;
}

.box.type-character::before,
.box.type-character::after,
.box.type-character [box-overlay],
.box.type-character [box-overlay]::before,
.box.type-character [box-overlay]::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	box-shadow: none;
}

.box.type-character::before {
	background:
		repeating-linear-gradient(0deg, rgba(255, 222, 172, 0.01) 0, rgba(255, 222, 172, 0.01) 1px, transparent 1px, transparent 4px),
		repeating-linear-gradient(90deg, rgba(20, 0, 0, 0.03) 0, rgba(20, 0, 0, 0.03) 1px, transparent 1px, transparent 6px);
	mix-blend-mode: multiply;
	opacity: 0.34;
}

body.module-character:has(.horizon-armory-horde) .header::after,
body.module-character:has(.horizon-armory-alliance) .header::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
}

body.module-character:has(.horizon-armory-horde) .header::after {
	background: linear-gradient(180deg, rgba(108, 17, 13, 0.22), rgba(67, 8, 8, 0.08));
}

body.module-character:has(.horizon-armory-alliance) .header::after {
	background: linear-gradient(180deg, rgba(31, 111, 170, 0.34), rgba(8, 42, 86, 0.16));
}

.box.type-character::after,
.box.type-character [box-overlay],
.box.type-character [box-overlay]::before,
.box.type-character [box-overlay]::after {
	background: none;
}

.box.type-character .box-head {
	display: none;
}

.box.type-character .box-body {
	position: relative;
	z-index: 1;
	padding: 0;
	text-shadow: none;
}

.horizon-armory {
	--armory-font: "Semplicita Pro", "Open Sans", Arial, Tahoma, Verdana, Helvetica, sans-serif;
	--armory-accent: #b30000;
	--armory-accent-bright: #c93423;
	--armory-accent-dark: #3f0808;
	--armory-faction: url("../../../assets/images/armory/factions/Horde.svg");
	--armory-rank-fill: linear-gradient(180deg, #9c1616 0%, #68100f 55%, #2f0808 100%);
	--armory-rank-track-texture: url("../../../assets/images/textures/texture-02.png");
	--armory-rank-track-tint: rgba(30, 14, 10, 0.26);
	--armory-panel: rgba(20, 8, 5, 0.34);
	--armory-panel-strong: rgba(28, 10, 6, 0.48);
	--armory-gold: #f8b700;
	--armory-orange: var(--horizon-orange, #ff9000);
	--armory-heading-gradient: var(--horizon-heading-gradient, linear-gradient(180deg, #dcda0b 0%, #ff9000 100%));
	--armory-text: #e9dfcf;
	--armory-muted: #c3ad85;
	--armory-line: rgba(210, 210, 210, 0.2);
	--armory-line-soft: rgba(210, 210, 210, 0.08);
	--armory-line-strong: rgba(210, 210, 210, 0.28);
	--armory-equipment-edge: rgba(28, 5, 5, 0.36);
	--armory-equipment-soft-edge: rgba(28, 5, 5, 0.1);
	--armory-equipment-fade: rgba(28, 5, 5, 0.08);
	--armory-green: #27cc4e;
	--armory-mana: #2794ff;
	--armory-rage: #ab0000;
	--armory-energy: #fff468;
	color: var(--armory-text);
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 28px 38px;
	font-family: var(--armory-font);
	user-select: text;
	-webkit-user-select: text;
}

.horizon-armory-alliance {
	--armory-accent: #247faa;
	--armory-accent-bright: #4f94cf;
	--armory-accent-dark: #08223c;
	--armory-faction: url("../../../assets/images/armory/factions/Alliance.svg");
	--armory-rank-fill: linear-gradient(180deg, #247faa 0%, #18577d 55%, #08243e 100%);
	--armory-rank-track-tint: rgba(11, 24, 38, 0.28);
	--armory-equipment-edge: rgba(4, 12, 26, 0.36);
	--armory-equipment-soft-edge: rgba(4, 12, 26, 0.1);
	--armory-equipment-fade: rgba(4, 12, 26, 0.08);
}

.horizon-armory *,
.horizon-armory *::before,
.horizon-armory *::after {
	user-select: text;
	-webkit-user-select: text;
}

.horizon-armory-back {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	position: absolute;
	top: 8px;
	left: 10px;
	z-index: 5;
	margin: 0;
	padding: 0 0 0 2px;
	color: rgba(170, 160, 146, 0.55);
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 0.94rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	text-shadow:
		1px 1px 2px rgba(0, 0, 0, 0.38),
		-1px -1px 2px rgba(255, 255, 255, 0.16);
}

.horizon-armory-back-icon {
	position: relative;
	top: -1px;
	font-size: 1.35rem;
	line-height: 1;
}

.horizon-armory-back:hover,
.horizon-armory-back:active {
	color: #fff;
	text-decoration: none;
}

.horizon-armory-header {
	position: relative;
	display: grid;
	grid-template-columns: 78px minmax(240px, auto) minmax(220px, 300px);
	align-items: center;
	justify-content: center;
	gap: 0;
	min-height: 104px;
	padding: 4px 10px 12px;
	border: 0;
	border-bottom: 1px solid var(--armory-line);
	background: transparent;
	box-shadow: none;
}

.horizon-armory-faction {
	width: 77.5px;
	height: 101px;
	background: var(--armory-faction) center / contain no-repeat;
	filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.64));
	opacity: 0.95;
}

.horizon-armory-identity {
	min-width: 0;
	padding: 0 20px 0 18px;
	text-align: left;
}

.horizon-armory-name {
	margin: 0;
	font-family: var(--armory-font);
	font-size: 2.82rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-shadow:
		0 0 1px transparent,
		0 1px 2px rgba(0, 0, 0, 0.8);
}

.horizon-armory-guild {
	margin-top: 5px;
	color: var(--armory-gold);
	font-size: 1.12rem;
	font-weight: 700;
	line-height: 1.35;
	text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, 0.8);
}

.horizon-armory-guild a {
	color: var(--armory-gold);
}

.horizon-armory-details {
	min-height: 70px;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-left: 1px solid var(--armory-line-strong);
	color: #fff;
	font-family: var(--armory-font);
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.48;
	text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, 0.8);
}

.horizon-armory-realm {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #d7c5a2;
	font-weight: 600;
}

.horizon-armory-status {
	position: relative;
	width: 13px;
	height: 13px;
	flex: 0 0 13px;
	border-radius: 50%;
	background: #777;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.55), 0 0 5px rgba(0, 0, 0, 0.45);
}

.horizon-armory-status.is-online {
	background: #24d662;
	box-shadow:
		0 0 0 1px rgba(0, 0, 0, 0.45),
		0 0 8px rgba(36, 214, 98, 0.72),
		0 0 16px rgba(36, 214, 98, 0.32);
}

.horizon-armory-status.is-offline {
	background: #9b2525;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.55), 0 0 4px rgba(155, 37, 37, 0.38);
}

.horizon-armory-pvp {
	margin-top: 26px;
}

.horizon-armory-rankbar {
	position: relative;
	width: 100%;
	height: 40px;
	overflow: hidden;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(210, 210, 210, 0.12);
	background: var(--armory-rank-track-tint);
	-webkit-backdrop-filter: grayscale(100%);
	backdrop-filter: grayscale(100%);
	box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}

.horizon-armory-rankbar::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	border-radius: inherit;
	background: var(--armory-rank-track-texture) repeat;
	filter: grayscale(100%) brightness(80%);
	opacity: 0.52;
	pointer-events: none;
}

.horizon-armory-rankbar-fill {
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 2;
	width: 0;
	border-radius: 7px;
	background: var(--armory-rank-fill);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.horizon-armory-rankbar-fill.is-empty {
	display: none;
}

.horizon-armory-rankbar-text {
	position: relative;
	z-index: 4;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	color: var(--armory-orange);
	font-family: var(--armory-font);
	font-size: 0.95rem;
	font-weight: 400;
	text-shadow: none;
}

.horizon-armory-rankbar-text img {
	width: 28px;
	height: 28px;
}

.horizon-armory-rankbar-text span {
	background: var(--armory-heading-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: var(--armory-orange);
}

.horizon-armory-pvp-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
	padding-top: 4px;
	border-top: 0;
}

.horizon-armory-pvp-card {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 12px;
	align-items: center;
	min-height: 92px;
	padding: 8px 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.horizon-armory-pvp-icon {
	grid-row: 1 / span 2;
	width: 78px;
	height: 78px;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.horizon-armory-pvp-icon img {
	width: 66px;
	height: 66px;
	object-fit: contain;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.65));
}

.horizon-armory-pvp-label {
	color: #dcdcdc;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, 0.8);
}

.horizon-armory-pvp-card strong {
	color: #f8b700;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, 0.8);
}

.horizon-armory-core {
	display: grid;
	grid-template-columns: minmax(690px, 1fr) 320px;
	gap: 24px;
	margin-top: 22px;
	padding-top: 26px;
	align-items: stretch;
	border-top: 1px solid var(--armory-line);
}

.horizon-armory-equipment {
	position: relative;
	min-height: 740px;
	overflow: hidden;
	border: 0;
	background-color: transparent;
	box-shadow: none;
}

.horizon-armory-equipment::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--armory-equipment-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.45) 4px, #000 8px, #000 calc(100% - 8px), rgba(0, 0, 0, 0.45) calc(100% - 4px), transparent 100%);
	mask-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.45) 4px, #000 8px, #000 calc(100% - 8px), rgba(0, 0, 0, 0.45) calc(100% - 4px), transparent 100%);
	-webkit-mask-mode: alpha;
	mask-mode: alpha;
	filter: brightness(0.98) contrast(1.01) saturate(0.99);
	pointer-events: none;
}

.horizon-armory-equipment::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, transparent 0, var(--armory-equipment-soft-edge) 5px, transparent 12px, transparent calc(100% - 12px), var(--armory-equipment-soft-edge) calc(100% - 5px), transparent 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.05), transparent 30%, transparent 70%, rgba(0, 0, 0, 0.05));
	pointer-events: none;
}

.horizon-armory-equipment-glow {
	position: absolute;
	inset: 18px;
	z-index: 1;
	border: 0;
	box-shadow: none;
	pointer-events: none;
}

.horizon-armory-gear {
	position: absolute;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.horizon-armory-gear-left {
	top: 30px;
	left: 28px;
	right: 52%;
}

.horizon-armory-gear-right {
	top: 30px;
	left: 52%;
	right: 28px;
	align-items: flex-end;
}

.horizon-armory-gear-bottom {
	left: 0;
	right: 0;
	bottom: 28px;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 38px;
}

.horizon-armory-slot {
	min-height: 64px;
	display: flex;
	align-items: center;
}

.horizon-armory-gear-left .horizon-armory-slot {
	justify-content: flex-start;
}

.horizon-armory-gear-right .horizon-armory-slot {
	justify-content: flex-end;
}

.horizon-armory-item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.horizon-armory-gear-right .horizon-armory-item {
	flex-direction: row-reverse;
	text-align: right;
}

.horizon-armory-gear-bottom .horizon-armory-item {
	width: 180px;
	flex-direction: column;
	gap: 8px;
	text-align: center;
}

.horizon-armory .horizon-armory-icon,
.horizon-armory .horizon-armory-slot > .item {
	position: relative;
	width: 60px !important;
	height: 60px !important;
	flex: 0 0 60px;
	display: block;
	overflow: hidden;
	border: 1px solid #504137;
	background: #050403;
	box-shadow:
		0 0 0 1px rgba(0, 0, 0, 0.8),
		0 4px 8px rgba(0, 0, 0, 0.62),
		0 0 10px rgba(248, 183, 0, 0.12);
}

.horizon-armory .horizon-armory-icon a,
.horizon-armory .horizon-armory-slot > .item a {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	background-image: none;
}

.horizon-armory .horizon-armory-icon img,
.horizon-armory .horizon-armory-slot > .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.horizon-armory-spinner {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	color: var(--armory-gold);
	font-size: 1.25rem;
}

.horizon-armory-item-name {
	max-width: 235px;
	overflow-wrap: anywhere;
	color: #fff;
	font-size: 1.04rem;
	font-weight: 800;
	line-height: 1.14;
	text-shadow:
		0 1px 3px rgba(0, 0, 0, 0.92),
		0 0 5px rgba(0, 0, 0, 0.8);
}

.horizon-armory-item-name:hover,
.horizon-armory-item-name:active {
	color: #fff;
	text-decoration: none;
}

.horizon-armory-gear-bottom .horizon-armory-item-name {
	max-width: 180px;
}

.horizon-armory-stats {
	border: 0;
	background: transparent;
	box-shadow: none;
	padding: 18px 8px 18px 22px;
}

.horizon-armory-stats h2 {
	margin: 0;
	color: var(--armory-orange);
	background: var(--armory-heading-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: var(--armory-font);
	font-size: 1.85rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.15;
	text-shadow: none;
}

.horizon-armory-stats h3 {
	margin: 22px 0 0;
	color: #fff;
	font-family: var(--armory-font);
	font-size: 1.02rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, 0.8);
}

.horizon-armory-divider {
	height: 1px;
	margin: 10px 0 12px;
	background: var(--armory-line);
}

.horizon-armory-stat {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	padding: 6px 4px;
	color: #fff;
	font-size: 0.92rem;
	text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, 0.8);
}

.horizon-armory-stat span {
	font-weight: 900;
	text-transform: uppercase;
	color: #dcdcdc;
}

.horizon-armory-stat strong {
	color: #dcdcdc;
	font-weight: 800;
	text-align: right;
}

.horizon-armory-stat-health strong {
	color: var(--armory-green);
}

.horizon-armory-stat-mana strong {
	color: var(--armory-mana);
}

.horizon-armory-stat-rage strong {
	color: var(--armory-rage);
}

.horizon-armory-stat-energy strong {
	color: var(--armory-energy);
}

.horizon-armory-professions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-top: 32px;
}

.horizon-armory-profession-column {
	border-top: 1px solid var(--armory-line);
	padding-top: 18px;
}

.horizon-armory-profession-column h2 {
	margin: 0 0 14px;
	color: #f8b700;
	font-family: var(--armory-font);
	font-size: 1.22rem;
	font-weight: 600;
	text-shadow: 0 0 1px transparent, 0 1px 2px rgba(0, 0, 0, 0.8);
}

.horizon-armory-profession {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	margin-top: 10px;
}

.horizon-armory-profession img {
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	box-shadow: none;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.62));
}

.horizon-armory-profession.is-empty img {
	opacity: 0.42;
	filter: grayscale(1);
}

.horizon-armory-profession-track {
	position: relative;
	min-height: 38px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 88px 0 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(24, 24, 24, 0.78);
	box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.82);
}

.horizon-armory-profession-fill {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0;
	background: linear-gradient(90deg, #0d4a00 0%, #1b9601 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.horizon-armory-profession.is-empty .horizon-armory-profession-fill {
	display: none;
}

.horizon-armory-profession-name,
.horizon-armory-profession-value {
	position: relative;
	z-index: 1;
	color: #fff;
	font-weight: 800;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.horizon-armory-profession-value {
	position: absolute;
	right: 14px;
	color: #d8c8a8;
	font-size: 0.9rem;
}

.color-c1,
.color-c1 a {
	color: #c69b6d;
}

.color-c2,
.color-c2 a {
	color: #f48cba;
}

.color-c3,
.color-c3 a {
	color: #aad372;
}

.color-c4,
.color-c4 a {
	color: #fff468;
}

.color-c5,
.color-c5 a {
	color: #f0ebe0;
}

.color-c7,
.color-c7 a {
	color: #2359ff;
}

.color-c8,
.color-c8 a {
	color: #68ccef;
}

.color-c9,
.color-c9 a {
	color: #9382c9;
}

.color-c11,
.color-c11 a {
	color: #ff7c0a;
}

.q0,
.horizon-armory-icon.q0 {
	color: #9d9d9d;
	border-color: #9d9d9d;
}

.q1,
.horizon-armory-icon.q1 {
	color: #fff;
	border-color: #fff;
}

.q2,
.horizon-armory-icon.q2 {
	color: #1eff00;
	border-color: #1eff00;
}

.q3,
.horizon-armory-icon.q3 {
	color: #0081ff;
	border-color: #0081ff;
}

.q4,
.horizon-armory-icon.q4 {
	color: #c600ff;
	border-color: #c600ff;
}

.q5,
.horizon-armory-icon.q5 {
	color: #ff8000;
	border-color: #ff8000;
}

.q6,
.horizon-armory-icon.q6 {
	color: #e5cc80;
	border-color: #e5cc80;
}

.q99,
.horizon-armory-icon.q99 {
	color: #f44336;
	border-color: #f44336;
}

.horizon-armory .item .item-trans {
	position: absolute;
	right: 1px;
	bottom: 1px;
	z-index: 3;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(0, 0, 0, 0.75);
	left: auto;
	margin: 0;
}

@media (max-width: 1180px) {
	.horizon-armory-core {
		grid-template-columns: 1fr;
	}

	.horizon-armory-stats {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 28px;
	}

	.horizon-armory-stats h2,
	.horizon-armory-stats h3,
	.horizon-armory-stats .horizon-armory-divider {
		grid-column: 1 / -1;
	}
}

@media (max-width: 860px) {
	.horizon-armory {
		padding: 0 16px 30px;
	}

	.horizon-armory-header {
		grid-template-columns: 70px minmax(0, 1fr);
		gap: 14px;
		padding: 18px 16px 16px;
	}

	.horizon-armory-faction {
		width: 70px;
		height: 90px;
	}

	.horizon-armory-identity {
		text-align: left;
	}

	.horizon-armory-name {
		font-size: 2.25rem;
	}

	.horizon-armory-details {
		grid-column: 1 / -1;
		min-height: auto;
		padding: 12px 0 0;
		border-left: 0;
		border-top: 1px solid var(--armory-line);
	}

	.horizon-armory-pvp-cards,
	.horizon-armory-professions,
	.horizon-armory-stats {
		grid-template-columns: 1fr;
	}

	.horizon-armory-equipment {
		min-height: auto;
		padding: 22px 16px;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.horizon-armory-gear,
	.horizon-armory-gear-left,
	.horizon-armory-gear-right,
	.horizon-armory-gear-bottom {
		position: relative;
		inset: auto;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		align-items: stretch;
	}

	.horizon-armory-gear-bottom {
		grid-template-columns: 1fr;
	}

	.horizon-armory-slot,
	.horizon-armory-gear-left .horizon-armory-slot,
	.horizon-armory-gear-right .horizon-armory-slot {
		justify-content: stretch;
	}

	.horizon-armory-gear-right .horizon-armory-item {
		flex-direction: row;
		text-align: left;
	}

	.horizon-armory-gear-bottom .horizon-armory-item {
		width: auto;
		flex-direction: row;
		text-align: left;
	}

	.horizon-armory-item-name,
	.horizon-armory-gear-bottom .horizon-armory-item-name {
		max-width: none;
	}
}

@media (max-width: 560px) {
	.horizon-armory-header {
		grid-template-columns: 1fr;
		text-align: center;
		padding-top: 34px;
	}

	.horizon-armory-back {
		top: 8px;
		left: 10px;
		margin-right: 0;
	}

	.horizon-armory-faction {
		margin: 0 auto;
	}

	.horizon-armory-identity {
		text-align: center;
	}

	.horizon-armory-name {
		font-size: 1.95rem;
	}

	.horizon-armory-pvp-card {
		grid-template-columns: 58px minmax(0, 1fr);
	}

	.horizon-armory-pvp-icon {
		width: 52px;
		height: 52px;
	}

	.horizon-armory-gear,
	.horizon-armory-gear-left,
	.horizon-armory-gear-right {
		grid-template-columns: 1fr;
	}

	.horizon-armory-profession-track {
		padding-right: 74px;
	}
}
