.yt-currency-switcher-form {
	position: relative;
	display: inline-block;
}

.yt-currency-btn {
	font-size: 12px !important;
	font-weight: 600;
	color: #7a6f63;
}

.yt-currency-switcher-select {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	border: none;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.yt-currency-switcher-select option {
	color: #222;
	background: #fff;
}

/* Keep new shortcode aliases compatible without changing the old look */
.yet-gmc-switcher {
	position: relative;
	display: inline-block;
}

.yet-gmc-switcher-select {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	border: none;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.yet-gmc-switcher-select option {
	color: #222;
	background: #fff;
}
