/* JT Currency Display */

.jt-fx-local { white-space: nowrap; }

.jt-fx-base {
	display: inline-block;
	margin-left: .5em;
	font-size: .78em;
	font-weight: 400;
	opacity: .6;
	white-space: nowrap;
}
.jt-fx-base::before { content: "\2248\00a0"; }   /* ≈ */

/* 產品頁主價錢：副標另起一行，睇得舒服啲 */
.summary .price .jt-fx-base,
.woocommerce-variation-price .jt-fx-base {
	display: block;
	margin-left: 0;
	margin-top: 2px;
}

.jt-fx-switcher {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
}
.jt-fx-switcher .jt-fx-label { color: #777; }
.jt-fx-switcher .jt-fx-select {
	font: inherit;
	padding: 3px 6px;
	border: 1px solid #d8d8d6;
	border-radius: 2px;
	background: #fff;
	color: inherit;
}

.jt-fx-floating {
	position: fixed;
	left: 16px;
	bottom: 16px;
	z-index: 9998;
	background: #fff;
	border: 1px solid #e8e8e6;
	border-radius: 2px;
	padding: 6px 10px;
	box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.jt-fx-floating .jt-fx-label { display: none; }

@media (max-width: 782px) {
	.jt-fx-floating { left: 10px; bottom: 10px; padding: 5px 8px; }
}
