.header__profile-link--avatar {
	overflow: hidden;
	flex: 0 0 auto;
	width: 3.625rem;
	height: 3.625rem;
	min-width: 3.625rem;
	min-height: 3.625rem;
	max-width: 3.625rem;
	max-height: 3.625rem;
	padding: 0;
}

@media (max-width: 118.75em) {
	.header__profile-link--avatar {
		width: clamp(2.875rem, 2.0001rem + 1.3683vw, 3.625rem);
		height: clamp(2.875rem, 2.0001rem + 1.3683vw, 3.625rem);
		min-width: clamp(2.875rem, 2.0001rem + 1.3683vw, 3.625rem);
		min-height: clamp(2.875rem, 2.0001rem + 1.3683vw, 3.625rem);
		max-width: clamp(2.875rem, 2.0001rem + 1.3683vw, 3.625rem);
		max-height: clamp(2.875rem, 2.0001rem + 1.3683vw, 3.625rem);
	}
}

@media (max-width: 63.9375em) {
	.header__profile-link--avatar {
		width: 2.875rem;
		height: 2.875rem;
		min-width: 2.875rem;
		min-height: 2.875rem;
		max-width: 2.875rem;
		max-height: 2.875rem;
	}
}

.header__profile-avatar {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 0;
	object-fit: cover;
}

.header__profile-avatar-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1.25rem;
	line-height: 1;
	background-color: rgba(51, 65, 29, 0.1);
}

.header__profile-avatar-empty img.emoji {
	width: 1.35em;
	height: 1.35em;
	margin: 0;
	object-fit: contain;
	transform: translateY(0.03em);
}
