/* =========================================================================
   Tony Core — minimal styles for the switchers.
   The theme restyles these; this file only guarantees they are usable if the
   plugin is ever active with a different theme.
   ========================================================================= */

.tony-currency__links {
	display: flex;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tony-currency-notice {
	font-size: 0.875rem;
}

.tony-currency-note {
	display: block;
	font-size: 0.75rem;
	opacity: 0.8;
}

.tony-lang-switch__item[aria-current="true"] {
	font-weight: 700;
}
