.prl-header-account-li {
	display: inline-flex;
	align-items: center;
}

.prl-header-account-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	height: 100%;
	text-decoration: none;
	line-height: 1;
}

.prl-header-account-icon {
	font-size: 18px;
	line-height: 1;
}

.prl-header-account-icon-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.prl-header-account-check {
	position: absolute;
	right: -4px;
	bottom: -3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22c55e;
	border: 2px solid #ffffff;
	box-sizing: content-box;
}

.prl-header-account-link:hover .prl-header-account-icon,
.prl-header-account-link:focus .prl-header-account-icon {
	transform: scale(1.05);
	transition: transform 0.2s ease;
}

.prl-header-account-link .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.prl-mobile-account-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 100%;
	text-decoration: none;
	line-height: 1;
	margin-right: 2px;
}

.prl-mobile-account-link .prl-header-account-icon {
	font-size: 18px;
	line-height: 1;
}

.prl-mobile-account-link .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}