/* AIOWF Currency Switcher
 * Minimal, theme-friendly styling. Override freely in your theme or Elementor.
 */
.aiowf-currency-switcher {
	display: inline-block;
}

.aiowf-currency-switcher select {
	font: inherit;
	color: inherit;
	padding: 6px 28px 6px 10px;
	border: 1px solid rgba( 0, 0, 0, 0.15 );
	border-radius: 6px;
	background-color: transparent;
	cursor: pointer;
	line-height: 1.2;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url( "data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'12'%20height%3D'8'%20viewBox%3D'0%200%2012%208'%3E%3Cpath%20fill%3D'%23666'%20d%3D'M6%208L0%200h12z'%2F%3E%3C%2Fsvg%3E" );
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.aiowf-currency-switcher select:focus {
	outline: 2px solid rgba( 0, 0, 0, 0.2 );
	outline-offset: 1px;
}
