/**
 * Theme Name: Astra Child
 * Template: astra
 * Version: 1.0
 */

 .wp-block-uagb-container .wpeppsub_wrapper form .wpeppsub_paypalbuttonimage{
  padding: 20px;
  color: rgb(226, 226, 226);
  border-radius: 10px;
  background-color: green;
  box-shadow: inset -2px -3px 20px #5f5f5f;
 }

 .wp-block-uagb-container .wpeppsub_wrapper form .wpeppsub_paypalbuttonimage:hover{
  box-shadow: none;
 }

 .uagb-infobox-cta-link.wp-block-button__link{
  border-radius: 7px !important;
 }