@media (max-width: 767px) {
	.flux-checkout__steps .wc-stripe-banner-checkout,
	.flux-checkout__steps .wc-stripe-banner-checkout fieldset,
	.flux-checkout__steps .wc-stripe-banner-checkout .wc_stripe_checkout_banner_gateways,
	.flux-checkout__steps .wc-stripe-banner-checkout .wc-stripe-checkout-banner-gateway {
		box-sizing: border-box !important;
		max-width: none !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	.flux-checkout__steps .wc-stripe-banner-checkout fieldset {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.flux-checkout__steps .wc-stripe-banner-checkout .wc_stripe_checkout_banner_gateways {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.flux-checkout__steps .wc-stripe-banner-checkout button.apple-pay-button {
		box-sizing: border-box !important;
		display: block !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: none !important;
		width: 100% !important;
	}
}
