.avatar.small {
	width: var(--avatar-size-small);
	height: var(--avatar-size-small);
	margin: 1px 8px 2px 0;
}

.avatar.small > span:first-of-type {
	width: var(--avatar-size-small);
	height: var(--avatar-size-small);
	font-size: 0.5em;
}

.avatar.normal {
	width: var(--avatar-size);
	height: var(--avatar-size);
	margin: 2px 12px 8px 0;
}

.avatar > * {
	width: var(--avatar-size-small);
	height: var(--avatar-size-small);
	text-align: center;
	border-radius: var(--avatar-border-radius-small);
	overflow: hidden;
	color: var(--avatar-font-color);
	font-size: 0.5em;
	user-select: none;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 4px;
	position: relative;
}

.avatar > *:first-of-type {
	width: var(--avatar-size);
	height: var(--avatar-size);
	text-align: center;
	border-radius: var(--avatar-border-radius);
	overflow: hidden;
	color: var(--avatar-font-color);
	font-size: 1.4em;
	user-select: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
}

.avatar > *:nth-child(2) {
	top: var(--avatar-small-2nd-offset-top);
	right: var(--avatar-small-2nd-offset-right);
	border: 1px solid var(--main-background);
	z-index: 5;
}

.avatar > *:nth-child(3) {
	top: var(--avatar-small-3rd-offset-top);
	right: var(--avatar-small-3rd-offset-right);
	border: 1px solid var(--main-background);
	z-index: 4;
}
