/* Keep PayPal's hosted button centered and visually joined to the storefront theme. */
.membership-checkout-dialog .membership-paypal{
  width:100%;
  max-width:500px;
  min-height:48px;
  margin:0 auto;
  padding:0;
  border:0;
  border-radius:24px;
  background:#ffc439;
  line-height:0;
  overflow:hidden;
  isolation:isolate;
  box-shadow:0 7px 20px rgba(255,196,57,.22);
}
.membership-checkout-dialog .membership-paypal>div,
.membership-checkout-dialog .membership-paypal iframe{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
@media(max-width:620px){
  .membership-checkout-dialog .membership-paypal{max-width:none}
}
