.msf-chrome-account {
	align-items: center;
	background: rgba(18, 26, 25, .48) !important;
	border: 1px solid rgba(255, 255, 255, .58) !important;
	border-radius: 50% !important;
	color: #fff !important;
	display: flex !important;
	font-size: 1.2rem;
	height: 46px !important;
	justify-content: center;
	padding: 0 !important;
	width: 46px !important;
}

.msf-chrome-account img {
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.msf-product__notice {
	color: rgba(255, 255, 255, .82);
	font-size: .68rem;
	line-height: 1.4;
	max-width: 34rem;
}

@media (max-width: 420px) {
	.msf-chrome-account {
		height: 44px !important;
		width: 44px !important;
	}
}
