.pg-currency-switcher {
	align-items: center;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	line-height: 1.2;
	white-space: nowrap;
}

.pg-currency-switcher__option {
	border: 1px solid currentColor;
	border-radius: 4px;
	color: inherit;
	display: inline-flex;
	min-width: 44px;
	padding: 7px 10px;
	text-align: center;
	text-decoration: none;
	transition: background-color .15s ease, color .15s ease, opacity .15s ease;
}

.pg-currency-switcher__option:hover,
.pg-currency-switcher__option:focus {
	opacity: .78;
	text-decoration: none;
}

.pg-currency-switcher__option.is-active {
	background: #111;
	border-color: #111;
	color: #fff;
}

.pg-currency-switcher__separator {
	opacity: .45;
}

.pg-currency-switcher.is-loading {
	opacity: .6;
	pointer-events: none;
}
