.bca-make-difference,
.bca-donate-fund {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.bca-make-difference {
    --bca-green: #0f5a42;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(15,90,66,.08);
    background: #fbfaf4;
}

.bca-make-difference__heading,
.bca-donate-fund__heading {
    margin: 0;
    color: #0b3f31;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 43px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.025em;
}

.bca-make-difference__wave {
    width: 56px;
    height: 12px;
    margin: 17px 0 20px;
    background:
        radial-gradient(circle at 8px 6px, transparent 4px, var(--bca-green) 4.5px, var(--bca-green) 5.5px, transparent 6px)
        0 0 / 19px 12px repeat-x;
}

.bca-make-difference__description,
.bca-donate-fund__intro {
    color: #3e5b50;
    font-size: 16px;
    line-height: 1.7;
}

.bca-make-difference__description p,
.bca-donate-fund__intro p {
    margin: 0;
}

.bca-make-difference__amounts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.bca-make-difference__amount {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    border: 1px solid rgba(15,90,66,.18);
    border-radius: 11px;
    background: #fff;
    color: #0b3f31;
    font-size: 14px;
    font-weight: 800;
}

.bca-make-difference__thanks {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    color: var(--bca-green);
    font-size: 14px;
    font-weight: 700;
}

.bca-make-difference__shield {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(15,90,66,.1);
}

.bca-make-difference__sparkle {
    position: absolute;
    right: 25px;
    bottom: 22px;
    color: #f4c542;
    font-size: 23px;
}

.bca-donate-fund {
    --bca-green: #0f5a42;
    --bca-yellow: #f4c542;
    border: 1px solid rgba(15,90,66,.12);
    background: #fff;
    box-shadow: 0 18px 42px rgba(15,90,66,.1);
}

.bca-donate-fund__heading-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.bca-donate-fund__heading {
    font-size: clamp(27px, 2.5vw, 37px);
}

.bca-donate-fund__intro {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
}

.bca-donate-fund__heart {
    color: var(--bca-green);
    font-size: 28px;
    line-height: 1;
}

.bca-donate-fund__warning {
    padding: 15px;
    border-radius: 10px;
    background: #fff3cd;
    color: #735c0f;
    font-size: 14px;
}

/* Restyle the BCA WooCommerce Donations shortcode inside this Elementor card */
.bca-donate-fund .bca-wc-donation-form {
    margin: 0;
}

.bca-donate-fund .bca-wc-donation-form h3 {
    margin: 0 0 12px;
    color: #345147;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
}

.bca-donate-fund .bca-wc-donation-form__presets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.bca-donate-fund .bca-wc-donation-form__preset {
    min-height: 48px;
    padding: 0 12px;
    border: 1px solid rgba(15,90,66,.18);
    border-radius: 11px;
    background: #fff;
    color: #0b3f31;
    font-size: 14px;
    font-weight: 800;
    box-shadow: none;
}

.bca-donate-fund .bca-wc-donation-form__preset:hover {
    border-color: var(--bca-green);
    transform: translateY(-1px);
}

.bca-donate-fund .bca-wc-donation-form__preset.is-selected {
    border-color: var(--bca-green);
    background: var(--bca-green);
    color: #fff;
}

.bca-donate-fund .bca-wc-donation-form__custom {
    margin-top: 13px;
}

.bca-donate-fund .bca-wc-donation-form__custom-field {
    max-width: none;
    width: 100%;
}

.bca-donate-fund .bca-wc-donation-form__shortcode-cart {
    margin-top: 16px;
}

.bca-donate-fund .bca-wc-donation-form__submit {
    width: 100%;
    min-height: 56px;
    border: 0 !important;
    border-radius: 11px !important;
    background: var(--bca-yellow) !important;
    color: #153f31 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    box-shadow: 0 12px 26px rgba(244,197,66,.3);
}

.bca-donate-fund .bca-wc-donation-form__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(244,197,66,.38);
}

.bca-donate-fund__security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 13px;
    color: #75847c;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 767px) {
    .bca-make-difference__amounts {
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
    }

    .bca-make-difference__amount {
        width: 100%;
    }

    .bca-donate-fund .bca-wc-donation-form__presets {
        grid-template-columns: 1fr;
    }
}
