/* Currency switcher dropdown (theme: do_action( 'wbd_currency_switcher' ); checkout block) */
.wbd-currency-switcher {
	display: inline-block;
	margin: 0;
}

.wbd-checkout-currency-switcher-block {
	margin: 0 0 0.75rem 0;
	text-align: right;
}

.wbd-currency-switcher--checkout {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	width: 100%;
}

.wc-block-components-totals-item__label {
	align-self: flex-start;
	text-align: left;
	flex-grow: 1;
}

.wbd-checkout-currency-switcher-block__editor-hint {
	margin: 0 0 0.5rem;
	font-size: 0.8125rem;
	opacity: 0.85;
}

.wbd-currency-switcher select {
	font-size: 0.8125rem;
	line-height: 1.4;
	padding: 0.2em 1.5em 0.2em 0.4em;
	border: 1px solid currentColor;
	border-radius: 3px;
	background-color: transparent;
	color: inherit;
	cursor: pointer;
	max-width: 5.5rem;
	flex-grow: 0;
}

.wbd-currency-switcher select:focus {
	outline: 2px solid currentColor;
	outline-offset: 1px;
}
