NameTag {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000000;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	white-space: nowrap;
	display: flex;
	flex-direction: column;
	width: 100vw;
	max-width: 100%;
	padding: 10px;

	.wins {
		margin-bottom: 0px;
	}

	.trophy {
		width: 64px;
		height: 64px;
		font-size: 100%;
		text-align: center;
	}

	.avatar {
		width: 64px;
		height: 64px;
		background-position: center;
		background-size: cover;
		border-radius: 100px;
		margin-right: 15px;
	}

	.name {
		font-family: sans-serif;
		text-align: center;
		font-size: 100%;
		color: #fff;
		flex-grow: 1;
	}

	.ready {
		width: 64px;
		height: 64px;
		font-size: 100%;
		text-align: center;
	}

	.host {
		color: #f9ca24;
	}
}
