/**
 * WooCommerce Currency Switcher — frontend styles.
 *
 * Most dropdown behaviour comes from the theme's built-in sub-menu styles.
 * These rules only add currency-specific refinements.
 */

/* Highlight the currently-active currency in the dropdown */
.wcs-currency-item.wcs-current > a {
	font-weight: 700;
	opacity: .65;
	pointer-events: none;
}

/* Slightly enlarge the symbol in the top-level menu item */
.wcs-currency-switcher > a {
	font-size: 1.1em;
}
