@charset "UTF-8";
/* Styling for the Choose-Your-Payment-Method radios on the PMPro checkout page.
   Mirrors pmpro-add-paypal-express.css so the visual layout is unchanged
   when swapping from the legacy Express add-on to this one. */

#pmpro_payment_method .pmpro_checkout-fields { margin-bottom: 1em; }
#pmpro_payment_method span.gateway_paypal { margin-left: 2em; }

@media only screen and (max-width: 767px) {
	#pmpro_payment_method span.gateway_paypal {
		display: block;
		margin: 1em 0 0 0;
	}
}
