/*
 * v1.4.26.1 — Avatar sizing hotfix.
 * Scope: weekly leaderboard and Royal Rating public tables only.
 */

.rs1425-table .rs1425-hero-cell,
.rs1426-table .rs1426-hero-cell {
	min-width: 0;
}

.rs1425-table .rs1425-hero-cell .rs-avatar-badge,
.rs1426-table .rs1426-hero-cell .rs-avatar-badge,
.rs1425-table .rs1425-hero-cell .rs1425-avatar-fallback,
.rs1426-table .rs1426-hero-cell .rs1426-avatar-fallback {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 52px !important;
	height: 52px !important;
	min-width: 52px !important;
	min-height: 52px !important;
	max-width: 52px !important;
	max-height: 52px !important;
	flex: 0 0 52px !important;
	border-radius: 50% !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
}

.rs1425-table .rs1425-hero-cell .rs-avatar-badge__img,
.rs1426-table .rs1426-hero-cell .rs-avatar-badge__img,
.rs1425-table .rs1425-hero-cell .rs-avatar-badge img,
.rs1426-table .rs1426-hero-cell .rs-avatar-badge img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center top !important;
	border-radius: inherit !important;
}

.rs1425-table .rs1425-hero-cell strong,
.rs1426-table .rs1426-hero-cell strong {
	min-width: 0;
	overflow-wrap: anywhere;
	line-height: 1.3;
}

.rs1425-table th,
.rs1426-table th {
	white-space: nowrap;
}

.rs1425-table th:nth-child(1),
.rs1425-table td:nth-child(1),
.rs1426-table th:nth-child(1),
.rs1426-table td:nth-child(1) {
	width: 76px;
}

.rs1425-table th:nth-child(2),
.rs1425-table td:nth-child(2) {
	min-width: 260px;
}

.rs1426-table th:nth-child(2),
.rs1426-table td:nth-child(2) {
	min-width: 245px;
}

.rs1425-table td:nth-child(3),
.rs1425-table td:nth-child(4),
.rs1426-table td:nth-child(3),
.rs1426-table td:nth-child(4),
.rs1426-table td:nth-child(5) {
	white-space: nowrap;
}

@media (max-width: 640px) {
	.rs1425-table .rs1425-hero-cell .rs-avatar-badge,
	.rs1426-table .rs1426-hero-cell .rs-avatar-badge,
	.rs1425-table .rs1425-hero-cell .rs1425-avatar-fallback,
	.rs1426-table .rs1426-hero-cell .rs1426-avatar-fallback {
		width: 46px !important;
		height: 46px !important;
		min-width: 46px !important;
		min-height: 46px !important;
		max-width: 46px !important;
		max-height: 46px !important;
		flex-basis: 46px !important;
	}

	.rs1425-table th:nth-child(2),
	.rs1425-table td:nth-child(2),
	.rs1426-table th:nth-child(2),
	.rs1426-table td:nth-child(2) {
		min-width: 220px;
	}
}
