/* PluralKit — member identity display */

/* Position the avatar container so the inset can sit in the corner */
.avatar-container {
	position: relative;
}

/* The inset account avatar in the bottom-right corner */
.plural-avatar-inset {
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 30%;
	min-width: 24px;
	height: auto;
	border-radius: 50%;
	box-sizing: border-box;
}

/* UCP members table: avatar column */
.plural-col-avatar {
	width: 60px;
	text-align: center;
}

/* Account name shown below member name */
.plural-member-label {
	display: block;
}

.plural-account-name {
	font-weight: normal;
}

