.ba-currency-switcher {
	position: relative;
	display: inline-block;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
	z-index: 99999;
}

.ba-currency-switcher > summary {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 0;
	color: #111;
	cursor: pointer;
	list-style: none;
	user-select: none;
}

.ba-currency-switcher > summary::-webkit-details-marker {
	display: none;
}

.ba-currency-switcher[open] > summary,
.ba-currency-switcher > summary:hover {
	color: #558b2f;
}

.ba-currency-options {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	min-width: 100px;
	padding: 6px 4px;
	border-top: 2px solid #000;
	background: #fff;
	box-shadow: 0 10px 25px rgba(0,0,0,.15);
	text-align: center;
}

.ba-currency-options a {
	display: block;
	padding: 8px 10px;
	margin: 2px 0;
	border-radius: 4px;
	color: #111;
	text-decoration: none;
}

.ba-currency-options a:hover,
.ba-currency-options a.is-active {
	background: #f4f4f6;
	color: #111;
}
