.eletrobots-header-account-bar {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px;
	max-width: 100%;
}

.eletrobots-header-account-bar .header-social-inner-wrap,
.eletrobots-header-account-bar .header-mobile-social-inner-wrap {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0.3em;
}

.eletrobots-header-account-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	margin-left: 2px;
	padding-left: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.32);
	z-index: 1001;
}

.eletrobots-header-account-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.eletrobots-header-account-link:hover,
.eletrobots-header-account-link:focus {
	color: #ffffff;
	opacity: 0.86;
	transform: translateY(-1px);
}

.eletrobots-header-account-link:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
	border-radius: 999px;
}

.eletrobots-header-account-link__icon,
.eletrobots-header-account-link__caret {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	line-height: 1;
}

.eletrobots-header-account-link__icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.eletrobots-header-account-link__text {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	max-width: 92px;
	overflow: hidden;
}

.eletrobots-header-account-link__label {
	display: block;
	overflow: hidden;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	text-overflow: ellipsis;
	text-transform: none;
	white-space: nowrap;
}

.eletrobots-header-account-link__caret {
	transition: transform 0.18s ease;
}

.eletrobots-header-account-wrap.is-open .eletrobots-header-account-link__caret {
	transform: rotate(180deg);
}

.eletrobots-header-account-menu {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	width: min(280px, calc(100vw - 24px));
	max-width: calc(100vw - 24px);
	z-index: 1002;
}

.eletrobots-header-account-menu__inner {
	padding: 10px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);
}

.eletrobots-header-account-menu__header {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 8px 10px 10px;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.eletrobots-header-account-menu__eyebrow {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #5b6472;
}

.eletrobots-header-account-menu__user {
	font-size: 1rem;
	font-weight: 700;
	color: #111827;
}

.eletrobots-header-account-menu__list {
	margin: 0;
	padding: 8px 0 0;
	list-style: none;
}

.eletrobots-header-account-menu__item {
	margin: 0;
}

.eletrobots-header-account-menu__link {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 10px 12px;
	border-radius: 12px;
	color: #111827;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.eletrobots-header-account-menu__link:hover,
.eletrobots-header-account-menu__link:focus {
	background: rgba(40, 116, 240, 0.08);
	color: #1559c4;
	outline: none;
}

.eletrobots-header-account-menu__link.is-logout:hover,
.eletrobots-header-account-menu__link.is-logout:focus {
	background: rgba(220, 38, 38, 0.08);
	color: #b91c1c;
}

.eletrobots-header-account-menu__link-label {
	font-size: 0.95rem;
	font-weight: 600;
}

.eletrobots-header-account-wrap .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 767px) {
	.eletrobots-header-account-bar {
		gap: 8px;
	}

	.eletrobots-header-account-wrap {
		margin-left: 0;
		padding-left: 8px;
	}

	.eletrobots-header-account-link {
		gap: 5px;
		min-height: 22px;
	}

	.eletrobots-header-account-link__icon svg {
		width: 15px;
		height: 15px;
	}

	.eletrobots-header-account-link__label {
		font-size: 0.72rem;
	}

	.eletrobots-header-account-link__caret {
		display: none;
	}

	.eletrobots-header-account-menu {
		position: fixed;
		top: var(--eletrobots-account-top, 42px);
		right: 10px;
		left: auto;
		width: min(260px, calc(100vw - 20px));
		max-width: calc(100vw - 20px);
	}
}
