.stripe-gateway-checkout-email-field {
	position: relative;
}

.stripe-gateway-checkout-email-field button.stripe-gateway-stripelink-modal-trigger {
	display: none;
	position: absolute;
	right: 5px;
	width: 64px;
	height: 40px;
	background: no-repeat url("/wp-content/plugins/woocommerce-gateway-stripe/assets/css/../images/link.svg");
	background-color: transparent;
	cursor: pointer;
	border: none;
	--lzl-bg-img: "/wp-content/plugins/woocommerce-gateway-stripe/assets/css/../images/link.svg";
}

.stripe-gateway-checkout-email-field button.stripe-gateway-stripelink-modal-trigger.lzl:not(.lzl-ed), .stripe-gateway-checkout-email-field button.stripe-gateway-stripelink-modal-trigger.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2024%22%20width%3D%2264%22%20height%3D%2248%22%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%2300000000%22%20%2F%3E%3C%2Fsvg%3E");
}