/**
 * Per-game accents (wrapper .tier-list-wrap--{slug}).
 */

.tier-list-wrap--arknights .tier-list-block__heading {
	color: #c0392b;
}
.tier-list-wrap--arknights .tier-list-table thead th {
	background: linear-gradient(90deg, #2c3e50, #34495e);
}

.tier-list-wrap--blue-archive .tier-list-block__heading {
	color: #2980b9;
}
.tier-list-wrap--blue-archive .tier-list-table thead th {
	background: linear-gradient(90deg, #1a5276, #2471a3);
}

.tier-list-wrap--nikke .tier-list-block__heading {
	color: #e91e63;
}
.tier-list-wrap--nikke .tier-list-table thead th {
	background: linear-gradient(90deg, #880e4f, #ad1457);
}

.tier-list-wrap--reverse-1999 .tier-list-block__heading {
	color: #6c3483;
}
.tier-list-wrap--reverse-1999 .tier-list-table thead th {
	background: linear-gradient(90deg, #4a235a, #7d3c98);
}

.tier-list-wrap--uma-musume .tier-list-block__heading {
	color: #e67e22;
}
.tier-list-wrap--uma-musume .tier-list-table thead th {
	background: linear-gradient(90deg, #a04000, #d35400);
}

.tier-list-wrap--afk-journey .tier-list-block__heading {
	color: #27ae60;
}
.tier-list-wrap--afk-journey .tier-list-table thead th {
	background: linear-gradient(90deg, #145a32, #1e8449);
}

.tier-list-wrap--brawl-stars .tier-list-block__heading {
	color: #f39c12;
}
.tier-list-wrap--brawl-stars .tier-list-table thead th {
	background: linear-gradient(90deg, #b7950b, #d4ac0d);
}

.tier-list-wrap--honkai-star-rail .tier-list-block__heading {
	color: #5dade2;
}
.tier-list-wrap--honkai-star-rail .tier-list-table thead th {
	background: linear-gradient(90deg, #1b4f72, #2874a6);
}

.tier-list-wrap--wuthering-waves .tier-list-block__heading {
	color: #1abc9c;
}
.tier-list-wrap--wuthering-waves .tier-list-table thead th {
	background: linear-gradient(90deg, #0e6655, #117a65);
}

.tier-list-wrap--zenless-zone-zero .tier-list-block__heading {
	color: #eb984e;
}
.tier-list-wrap--zenless-zone-zero .tier-list-table thead th {
	background: linear-gradient(90deg, #6e2c00, #a04000);
}

.tier-list-wrap--genshin-impact .tier-list-block__heading {
	color: #af7ac5;
}
.tier-list-wrap--genshin-impact .tier-list-table thead th {
	background: linear-gradient(90deg, #5b2c6f, #884ea0);
}

.tier-list-wrap--limbus-company .tier-list-block__heading {
	color: #aab7b8;
}
.tier-list-wrap--limbus-company .tier-list-table thead th {
	background: linear-gradient(90deg, #1c2833, #2e4053);
}

.tier-list-wrap--tower-of-fantasy .tier-list-block__heading {
	color: #5dade2;
}
.tier-list-wrap--tower-of-fantasy .tier-list-table thead th {
	background: linear-gradient(90deg, #154360, #1f618d);
}
