.mam-account-menu {
	position: relative;
	display: inline-block;
	font: inherit;
	line-height: 1;
}

.mam-account-menu summary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	min-height: 34px;
	padding: 0 5px;
	list-style: none;
	cursor: pointer;
	color: inherit;
	white-space: nowrap;
}

.mam-account-menu summary::-webkit-details-marker {
	display: none;
}

.mam-account-menu__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mam-account-menu__arrow {
	font-size: 12px;
	line-height: 1;
	transition: transform .15s ease;
}

.mam-account-menu[open] .mam-account-menu__arrow {
	transform: rotate(180deg);
}

.mam-account-menu__menu {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 10000;
	min-width: 132px;
	margin: 0;
	padding: 5px;
	list-style: none;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 6px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.mam-account-menu__menu li {
	margin: 0;
	padding: 0;
}

.mam-account-menu__menu a {
	display: block;
	padding: 8px 10px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.25;
	color: #111;
	white-space: nowrap;
}

.mam-account-menu__menu a:hover,
.mam-account-menu__menu a:focus {
	background: rgba(0, 0, 0, .06);
}
