/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.edfw_donation_fields .edfw_fields_grp { display: flex; }
.edfw_donation_fields input { padding: 10px 10px; }
.woocommerce-checkout .edfw_donation_box { width: 60%; }
.edfw_donation_btn { width: 40%; padding-left: 15px; }
.edfw_donation_button{ width: 100%; text-align: center; } 
.edfw_donation_note_cls p {
    font-family: -apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,sans-serif;
    letter-spacing: normal;
    font-size: 15px;
}

@media (max-width: 575px) {
.edfw_donation_fields .edfw_fields_grp { display: block; }
.woocommerce-checkout .edfw_donation_box { width: 100%; }
.edfw_donation_btn { width: 100%; padding-left: 0;}
}