@charset "utf-8";

.user__trigger {
	display: block;
	display: flex;
	align-items: center;
}
.user__icon {
	font-size: 40px;
	height: 65px;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user__text {
	display: none;
}

@media (min-width: 1024px) {
	.body-on-top .user__icon {
		display: none;
	}
	.body-on-top .user__text {
		color: #ff6666;
		font-size: 16px;
		padding: .5em 0;
		display: block;
		font-weight: bold;
	}
}