.rf-currency-switcher-source {
	display: none;
}

.rf-currency-switcher-source.rf-currency-switcher-header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
	white-space: nowrap;
	position: relative;
	z-index: 1000;
}

.rf-currency-switcher-header .widget-title,
.rf-currency-switcher-header h2,
.rf-currency-switcher-header h3,
.rf-currency-switcher-header label:not(.screen-reader-text) {
	display: none !important;
}

.rf-currency-switcher-header ul,
.rf-currency-switcher-header form,
.rf-currency-switcher-header .wp-block-woocommerce-payments-multi-currency-switcher {
	margin: 0;
}

.rf-native-currency-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.rf-premium-currency {
	position: relative;
	font-family: inherit;
}

.rf-premium-currency__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 58px;
	height: 38px;
	padding: 0 9px;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #273748;
	font: inherit;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: none;
	transition: color 160ms ease, background-color 160ms ease;
}

.rf-premium-currency__button:hover,
.rf-premium-currency__button:focus-visible,
.rf-premium-currency.is-open .rf-premium-currency__button {
	color: #b58424;
	background: rgba(181, 132, 36, 0.055);
	outline: none;
}

.rf-premium-currency__chevron {
	width: 7px;
	height: 7px;
	border-right: 1.4px solid currentColor;
	border-bottom: 1.4px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transform-origin: center;
	transition: transform 160ms ease;
}

.rf-premium-currency.is-open .rf-premium-currency__chevron {
	transform: rotate(225deg) translate(-1px, -1px);
}

.rf-premium-currency__menu {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	min-width: 112px;
	padding: 7px;
	background: rgba(255, 255, 255, 0.985);
	border: 1px solid rgba(39, 55, 72, 0.10);
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(19, 28, 38, 0.15);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.rf-premium-currency.is-open .rf-premium-currency__menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.rf-premium-currency__option {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 34px;
	padding: 0 12px;
	margin: 0;
	border: 0;
	border-radius: 5px;
	background: transparent;
	color: #273748;
	font: inherit;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: none;
	transition: background-color 140ms ease, color 140ms ease;
}

.rf-premium-currency__option:hover,
.rf-premium-currency__option:focus-visible {
	background: #f7f3eb;
	color: #9d711f;
	outline: none;
}

.rf-premium-currency__option.is-active {
	color: #b58424;
	background: #fbf8f1;
}

@media (max-width: 767px) {
	.rf-currency-switcher-source.rf-currency-switcher-header {
		margin-right: 7px;
	}

	.rf-premium-currency__button {
		min-width: 50px;
		height: 34px;
		padding: 0 6px;
		font-size: 12px;
	}

	.rf-premium-currency__menu {
		top: calc(100% + 7px);
		min-width: 104px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rf-premium-currency__button,
	.rf-premium-currency__chevron,
	.rf-premium-currency__menu,
	.rf-premium-currency__option {
		transition: none;
	}
}
