.sd-vue-component-sdcx-users-my-account-widget {
	position: absolute;
	top: 80px;
	padding: 0 15px;
	right: 0;
	background-color: rgba(11, 70, 67, .5);
}

.sd-vue-component-sdcx-users-my-account-widget .spinner {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 30px;
}

.sd-vue-component-sdcx-users-my-account-widget .spinner span {
	margin-right: 5px;
}

.widget_sd_my_account_widget .widget-title {
	display: none !important;
}

.widget_sd_my_account_widget .my-account-link a {
	color: #fffae5;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
}

.widget_sd_my_account_widget .my-account-link a:hover {
	text-decoration: underline;
}

.sd-vue-component-sdcx-users-my-account-widget .sd-vue-component-sdcx-users-my-account-widget-logged-in {
	display: flex;
	color: #fffae5;
	font-size: 0;
}

.sd-vue-component-sdcx-users-my-account-widget .sd-vue-component-sdcx-users-my-account-widget-logged-in .my-account-link span {
	font-size: 16px;
	color: #fffae5;
	width: max-content;
	display: inline-block;
	line-height: 30px;
}

.sd-vue-component-sdcx-users-my-account-widget .sd-vue-component-sdcx-users-my-account-widget-logged-in .my-account-link:not(:first-of-type) span:not(:empty) {
	font-size: 16px;
	color: #fffae5;
	margin-left: 15px;
}

@media screen and (max-width: 1600px) {
	.sd-vue-component-sdcx-users-my-account-widget {
		top: 66px;
	}
}

@media screen and (max-width: 1400px) {
	.sd-vue-component-sdcx-users-my-account-widget {
		top: 58px;
	}
}

@media screen and (max-width: 500px) {
	.sd-vue-component-sdcx-users-my-account-widget .sd-vue-component-sdcx-users-my-account-widget-logged-in {
		flex-direction: column;
	}

	.sd-vue-component-sdcx-users-my-account-widget .sd-vue-component-sdcx-users-my-account-widget-logged-in .my-account-link:not(:first-of-type) span:not(:empty) {
		margin-left: 0;
	}
}