.ct-header-account {

	.ct-account-item {

		.ct-media-container {
			flex: 0 0 var(--avatar-size, 18px);
			width: var(--avatar-size, 18px);
			height: var(--avatar-size, 18px);
			border-radius: 100%;
		}

		&:not([href]) {
			cursor: pointer;
			color: var(--theme-link-initial-color);
			transition: var(--theme-transition);

			&:hover {
				color: var(--theme-link-hover-color);
			}
		}
	}
}


// hide dropdown when inside offcanvas
.ct-panel-content {

	.ct-header-account-dropdown {
		display: none;
	}
}