.wpgss-switcher {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	line-height: 1.2;
}

.wpgss-switcher-label {
	font-size: 12px;
	font-weight: 600;
	opacity: 0.75;
	text-transform: uppercase;
}

.wpgss-switcher-buttons {
	background: #858585;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 999px;
	display: inline-flex;
	gap: 2px;
	padding: 3px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.wpgss-currency-button {
	border-radius: 999px;
	color: #28303d;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 8px 11px;
	text-decoration: none;
	transition: all 0.16s ease;
}

.wpgss-currency-button:hover,
.wpgss-currency-button:focus {
	background: rgba(0, 0, 0, 0.06);
	color: #111827;
	text-decoration: none;
}

.wpgss-currency-button.is-active {
	background: #111827;
	color: #ffffff;
}

.wpgss-floating {
	position: fixed;
	z-index: 99998;
}

.wpgss-floating-bottom_right {
	bottom: 24px;
	right: 24px;
}

.wpgss-floating-bottom_left {
	bottom: 24px;
	left: 24px;
}

.wpgss-floating-top_right {
	right: 140px;
	top: 96px;
}

.wpgss-floating-top_left {
	left: 24px;
	top: 96px;
}

.wpgss-converted-price {
	display: inline-block;
	font-weight: inherit;
}

.wpgss-estimated-label {
	background: rgba(17, 24, 39, 0.08);
	border-radius: 999px;
	color: #4b5563;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	margin-left: 6px;
	padding: 4px 7px;
	vertical-align: middle;
}

.wpgss-original-price,
.wpgss-append-price {
	color: #6b7280;
	display: block;
	font-size: 12px;
	line-height: 1.35;
	margin-top: 4px;
}

.wpgss-notice {
	background: #fff8e5;
	border-left: 4px solid #f59e0b;
	margin: 0 0 18px;
	padding: 12px 14px;
}

@media (max-width: 640px) {
	.wpgss-floating-bottom_right,
	.wpgss-floating-bottom_left {
		bottom: 16px;
		left: 16px;
		right: 16px;
	}

	.wpgss-floating-top_right,
	.wpgss-floating-top_left {
		left: 16px;
		right: 16px;
		top: 72px;
	}

	.wpgss-floating .wpgss-switcher {
		justify-content: center;
		width: 100%;
	}

	.wpgss-floating .wpgss-switcher-buttons {
		width: 100%;
	}

	.wpgss-floating .wpgss-currency-button {
		justify-content: center;
		width: 50%;
	}
}

.wpgss-order-note {
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 16px;
	margin: 24px 0;
	border-radius: 8px;
}


.wpgss-totals-estimate {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 400;
	opacity: 0.85;
}

.wpgss-totals-estimate-label {
	display: inline-block;
	margin-right: 3px;
}

.wpgss-totals-estimate-amount {
	font-weight: 600;
}


/* v1.5.2 Cart Totals Currency Clarity Hotfix. */
.wpgss-totals-estimate-helper {
	color: #6b7280;
	font-weight: 400;
	margin-left: 3px;
}

.wpgss-currency-clarity-row th,
.wpgss-currency-clarity-row td {
	font-size: 13px;
	line-height: 1.45;
}

.wpgss-currency-clarity-row td strong {
	display: block;
	font-weight: 700;
	margin-bottom: 2px;
}

.wpgss-currency-clarity-note {
	color: #6b7280;
	display: block;
	font-size: 12px;
	line-height: 1.45;
}

/* v1.5.3 Cache Compatibility Hotfix. */
.wpgss-currency-button.is-loading {
	cursor: wait;
	opacity: 0.7;
}
