.header-login__tooltip-content .header-login__title-section {
	padding-inline-start: 32px;
}

.header-login__tooltip-content .header-login__icon {
	min-height: 24px;
}

.header-login__tooltip-content .header-login__icon::before {
	display: block;
	width: 24px;
	height: 24px;
	content: "";
	background-size: contain;
	position: absolute;
	left: 0;
}

body[dir=rtl] .header-login__tooltip-content .header-login__icon::before {
	left: unset;
	right: 0;
}

.header-login__tooltip-content .header-login__icon_profile::before {
	background: url('../images/profile-icon.svg') center center no-repeat;
}

.header-login__tooltip-content .header-login__icon_logout::before {
	background: url('../images/logout-icon.svg') center center no-repeat;
}

.header-login__tooltip-content .header-login__icon_club_clarins::before {
	background: url('../images/club-clarins-grey.svg') center center no-repeat;
}

.header-login__tooltip-content .header-login__line-separator {
	border-top: 1px solid #d3ccc8;
}

.header-login__tooltip-content .header-login__join-club-non-register .link {	
	font-family: var(--font-medium, "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif);
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 120%;
	font-weight: 500;
}

/* Transfered from cba-rewards-join-the-club-link */
/* 27.09.2024 */
/* CLRG-70486 */
.header-login__tooltip-content{
	padding: 24px;
}
/* 19.01.2022 */
/* CFC-23194 */
.header-login__flyout-item .i-link p {
	margin: 0px;
}