.stylized-character {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 36px;
	width: 36px;

	background: var(--brand);
	color: #fff;

	line-height: 1;
	font-size: 20px;
	font-weight: 700;

	border-radius: 50%;
}