.zenhost-showprice,
.zenhost-fx-price {
	display: inline;
	white-space: nowrap;
}

.zenhost-availability__price-renewal .zenhost-fx-price {
	opacity: 0.65;
	text-decoration: line-through;
}

.zenhost-checkout-localcurrency-info {
	margin: 0.85em 0 0.5em;
	padding: 0;
	text-align: center;
}

.zenhost-checkout-localcurrency-info--hidden,
.zenhost-checkout-localcurrency-info[hidden] {
	display: none !important;
}

.zenhost-checkout-localcurrency-info__label {
	margin: 0 0 0.35em;
	font-size: 0.9em;
	line-height: 1.35;
}

.zenhost-checkout-localcurrency-info__amount {
	margin: 0 0 0.4em;
	font-size: 1.12em;
	font-weight: 600;
	line-height: 1.35;
}

.zenhost-checkout-localcurrency-info__charge {
	margin: 0;
	font-size: 0.85em;
	opacity: 0.88;
	line-height: 1.4;
}

.zenhost-fx-disclaimer {
	margin: 0.5em 0;
	font-size: 0.85em;
	opacity: 0.9;
}

/* Selector moneda — trigger transparente; lista desplegable oscura */
.zenhost-fx-selector {
	--zh-fx-list-bg: #141820;
	--zh-fx-text: rgba(255, 255, 255, 0.92);
	--zh-fx-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23ffffff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

	max-width: 100%;
	font-size: 12px;
	line-height: 1.25;
	color: var(--zh-fx-text) !important;
	background-color: transparent !important;
	border: none !important;
	border-radius: 0;
	box-shadow: none !important;
	outline: none !important;
	padding: 0 1.35em 0 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: var(--zh-fx-chevron) !important;
	background-repeat: no-repeat !important;
	background-position: right 0 center !important;
	background-size: 0.5em auto !important;
}

.zenhost-fx-selector:hover,
.zenhost-fx-selector:focus {
	color: #fff !important;
	background-color: transparent !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.zenhost-fx-selector option {
	background-color: var(--zh-fx-list-bg) !important;
	color: var(--zh-fx-text) !important;
	font-size: 12px;
}

.zenhost-fx-selector option:checked,
.zenhost-fx-selector option:hover {
	background-color: #252b38 !important;
	color: #fff !important;
}
