/**
 * CMI multi-currency display — switcher + approximate/charge-note styling.
 * Minimal, theme-token friendly. Display-only; affects nothing WooCommerce charges.
 */

.cmi-currency-switcher {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 1em;
	font-size: 0.9em;
}

.cmi-currency-switcher-label {
	opacity: 0.8;
}

.cmi-currency-select {
	padding: 4px 8px;
	border: 1px solid rgba( 0, 0, 0, 0.2 );
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	max-width: 140px;
}

/* Approximate-price marker (converted, non-GBP). */
.woocommerce-Price-amount.cmi-approx {
	white-space: nowrap;
}

/* GBP charge note on cart/checkout totals. */
.cmi-gbp-note-row .cmi-gbp-note {
	display: block;
	opacity: 0.8;
	font-size: 0.85em;
	line-height: 1.4;
}
