.wallet-profile {
	position: relative;
}

.wallet-settings {
	display: none;
	position: absolute;
	top: 40px;
	right: 2em;
	padding: 16px 14px;
	background: linear-gradient(180deg, #453e39 0%, #1f1c1a 100%);
	box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.35);
	border-radius: 6px;
	list-style-type: none;
}
/* Fix for landing page, which has no html reset */
.page-landing .wallet-settings {
	top: 24px;
}

.wallet-settings.open {
	display: block;
}

.wallet-settings-item {
	width: 189px;
	height: 29px;

	color: #696969;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 29px;

	border: 1px solid #696969;
	border-radius: 50px;
}

.wallet-settings-item:not(:first-child) {
	margin-top: 10px;
}

.wallet-settings-item:hover {
	color: #1f1c1a;
	background: #e0b23d;
	border: 1px solid #e0b23d;
}
