@charset "utf-8";
/* CSS Document */

/* Pay Buttons - note, this class is removed after setup and replaced by pay-size and pay-hidden */
.pay-button {
	height: 40px !important;
	width: 100% !important;
	border-radius: 4px;
}

.pay-hidden {
	display: none;
	visibility: hidden;
}

@supports (-webkit-appearance: -apple-pay-button) { 
	.apple-pay-button {
		display: inline-block;
		-webkit-appearance: -apple-pay-button;
	}
	.apple-pay-button-black {
		-apple-pay-button-style: black;
	}
	.apple-pay-button-white {
		-apple-pay-button-style: white;
	}
	.apple-pay-button-white-with-line {
		-apple-pay-button-style: white-outline;
	}
}