/* PXS Wallet Elementor widget */

.pxs-wallet {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.pxs-wallet__text {
	display: inline-flex;
	align-items: baseline;
	gap: 0.35em;
	flex-wrap: wrap;
}

.pxs-wallet__label {
	font-weight: 500;
}

.pxs-wallet__amount {
	font-weight: 600;
}

/* WooCommerce price HTML: let Elementor balance color win over theme .woocommerce-Price-amount rules */
.pxs-wallet__amount .woocommerce-Price-amount,
.pxs-wallet__amount .amount,
.pxs-wallet__amount bdi {
	color: inherit;
}

.pxs-wallet__icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	line-height: 0;
	box-sizing: border-box;
	transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, fill 0.2s ease;
}

.pxs-wallet__icon-link:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.pxs-wallet__icon-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pxs-wallet__guest {
	margin: 0;
	font-size: 0.95rem;
	opacity: 0.85;
}
