.wcac-currency-switcher {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.wcac-currency-switcher__label {
	font-weight: 600;
	margin: 0;
}

.wcac-currency-switcher__select {
	min-width: 140px;
	padding: 0.4rem 0.6rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	font-size: 14px;
	cursor: pointer;
}

.wcac-currency-switcher__select:focus {
	outline: 2px solid #2271b1;
	outline-offset: 1px;
	border-color: #2271b1;
}
