/*
 * Shared styles for the display-currency converter feature.
 * Used by personal-passage-retreat and self-contact-retreat:
 *   - the "Choose your display currency" dropdown
 *   - the greyed-out (CA$…) parenthetical shown after a converted price
 *     when the display currency is not CAD (opt-in via data-show-cad)
 */

.currency-selector-wrap {
	margin-block-start: 1rem;
}

select.form-select,
select.currency-selector {
	display: inline-block;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.375rem;
	appearance: auto;
}

/* Parenthetical original CAD value shown after a converted price. */
.cad-value {
	color: #6c757d;
}
