.eba-project-splashy-donation {
    --eba-cyan-1: #61daf3;
    --eba-cyan-2: #24b8e5;
    --eba-cyan-3: #0b91d4;
    --eba-purple-1: #8c45f5;
    --eba-purple-2: #6b27d6;
    --eba-purple-3: #4f1aa9;
    --eba-yellow-1: #ffd94a;
    --eba-yellow-2: #ffbd08;
    position: relative;
    isolation: isolate;
    display: grid !important;
    grid-template-columns: minmax(300px, 37%) minmax(0, 1fr);
    width: 100%;
    max-width: 1280px;
    min-height: 342px;
    margin: 0 auto 30px !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    background:
        radial-gradient(circle at 8% 16%, rgba(255,255,255,.34) 0 5px, transparent 6px),
        radial-gradient(circle at 29% 12%, rgba(255,255,255,.20) 0 9px, transparent 10px),
        radial-gradient(circle at 93% 18%, rgba(255,255,255,.16) 0 12px, transparent 13px),
        linear-gradient(135deg, var(--eba-cyan-1) 0%, var(--eba-cyan-2) 48%, var(--eba-cyan-3) 100%);
    /*box-shadow: 0 24px 54px rgba(7, 75, 118, 0.20);*/
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    text-align: left !important;
}

.eba-project-splashy-donation,
.eba-project-splashy-donation * {
    box-sizing: border-box;
}

.eba-project-splashy-donation::before,
.eba-project-splashy-donation::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.eba-project-splashy-donation::before {
    left: -10%;
    right: -8%;
    bottom: -53%;
    height: 78%;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.22));
    transform: rotate(-2deg);
}

.eba-project-splashy-donation::after {
    width: 360px;
    height: 360px;
    right: -150px;
    bottom: -190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.15), rgba(255,255,255,0) 68%);
}

.eba-project-splashy-donation__art {
    position: relative;
    z-index: 2;
    min-width: 0;
    min-height: 342px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 22px 12px 6px 24px;
    overflow: visible;
    background: transparent !important;
}

/*.eba-project-splashy-donation__art::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 330px;
    height: 330px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.16) 0%, rgba(255,255,255,.05) 48%, rgba(255,255,255,0) 72%);
    transform: translate(-50%, -50%);
    opacity: .9;
}

.eba-project-splashy-donation__art::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 12%;
    right: 8%;
    bottom: 18px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 68, 112, .18);
    filter: blur(13px);
}
*/
.eba-project-splashy-donation__art img {
    display: block !important;
    width: min(100%, 390px) !important;
    max-width: 390px !important;
    height: auto !important;
    max-height: 330px !important;
    margin: 0 !important;
    object-fit: contain !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: drop-shadow(0 16px 17px rgba(20, 75, 128, .22));
}

.eba-project-splashy-donation__content {
    position: relative;
    z-index: 3;
    min-width: 0;
    display: flex !important;
    align-items: center;
    padding: 28px 38px 25px 18px;
}

.eba-project-splashy-donation__main {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    gap: 19px;
}

.eba-project-splashy-donation__copy {
    width: 100%;
    text-align: center !important;
}

.eba-project-splashy-donation__eyebrow {
    /*display: inline-flex;*/
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px !important;
    padding: 6px 14px !important;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    background: rgba(255,255,255,.13);
    color: #fff !important;
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 1.4px !important;
    text-transform: uppercase !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

.eba-project-splashy-donation__title {
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    font-family: "outfit", Sans-serif;
    font-size: clamp(58px, 6.1vw, 88px) !important;
    font-style: normal !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -4px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-shadow: 0 6px 0 rgba(3, 100, 157, .10), 0 12px 24px rgba(4, 72, 113, .16) !important;
}

.eba-project-splashy-donation__title span {
    display: block;
}

.eba-project-splashy-donation__actions {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
}

.eba-project-splashy-donation__options {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    align-items: stretch;
}

.eba-project-splashy-donation__option {
    position: relative;
    display: flex !important;
    min-width: 0 !important;
    min-height: 128px !important;
    margin: 0 !important;
    padding: 14px 12px 10px !important;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border: none !important;
    border-radius: 20px !important;
    background: linear-gradient(180deg, var(--eba-purple-1) 0%, var(--eba-purple-2) 68%, var(--eba-purple-3) 100%) !important;
    /*box-shadow: 0 8px 0 rgba(68, 18, 145, .54), 0 18px 24px rgba(54, 31, 122, .20) !important;*/
    color: #fff !important;
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transform: translateZ(0);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, opacity .18s ease;
}

.eba-project-splashy-donation__option::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.22), transparent 42%);
    pointer-events: none;
}

.eba-project-splashy-donation__option::after {
    content: "✓";
    position: absolute;
    top: 8px;
    right: 8px;
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--eba-yellow-2);
    color: #5d25c8;
    font-size: 13px;
    font-weight: 900;
    opacity: 0;
    transform: scale(.75);
    transition: opacity .18s ease, transform .18s ease;
}

.eba-project-splashy-donation__option:hover,
.eba-project-splashy-donation__option:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(255,255,255,.9) !important;
    outline: none !important;
    box-shadow: 0 12px 0 rgba(68, 18, 145, .46), 0 22px 30px rgba(54, 31, 122, .24) !important;
}

.eba-project-splashy-donation__option.is-selected {
    border-color: var(--eba-yellow-1) !important;
    box-shadow: 0 0 0 4px rgba(255, 211, 45, .25), 0 9px 0 rgba(68, 18, 145, .50), 0 20px 28px rgba(54, 31, 122, .24) !important;
}

.eba-project-splashy-donation__option.is-selected::after {
    opacity: 1;
    transform: scale(1);
}

.eba-project-splashy-donation__option.is-loading,
.eba-project-splashy-donation__remove.is-loading {
    cursor: wait;
    opacity: .66;
}

.eba-project-splashy-donation__amount {
    position: relative;
    z-index: 1;
    display: block !important;
    margin: auto 0 !important;
    color: #fff !important;
    font-family: "outfit", Sans-serif;
    font-size: clamp(43px, 4.1vw, 59px) !important;
    font-style: normal !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -2px !important;
    text-shadow: 0 4px 0 rgba(62, 15, 138, .36) !important;
    white-space: nowrap;
}

.eba-project-splashy-donation__button-label {
    position: relative;
    z-index: 1;
    display: block !important;
    width: 100% !important;
    padding: 9px 5px 8px !important;
    border-radius: 11px !important;
    background: linear-gradient(180deg, var(--eba-yellow-1) 0%, var(--eba-yellow-2) 100%) !important;
    color: #fff !important;
    font-family: "outfit", Sans-serif;
    font-size: clamp(13px, 1.25vw, 17px) !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: .4px !important;
    text-transform: uppercase !important;
    box-shadow: inset 0 -3px 0 rgba(202, 116, 0, .24) !important;
}

.eba-project-splashy-donation__thanks {
    margin: 0 !important;
    padding: 10px 0px 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #fff !important;
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    font-size: clamp(13px, 1.25vw, 17px) !important;
    font-style: normal !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
    letter-spacing: .2px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 4px rgba(6, 75, 117, .18) !important;
}

.eba-project-splashy-donation__thanks-icon {
    flex: 0 0 auto;
    color: var(--eba-yellow-1) !important;
    font-size: 17px !important;
    line-height: 1 !important;
    text-shadow: 0 2px 0 rgba(194, 118, 0, .18) !important;
}

.eba-project-splashy-donation__thanks-text {
    display: inline-block;
}

.eba-project-splashy-donation__meta {
    width: 100%;
    min-height: 28px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.eba-project-splashy-donation__remove {
    display: none;
    margin: 0 !important;
    padding: 7px 14px !important;
    border: 1px solid rgba(255,255,255,.45) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.13) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer;
}

.eba-project-splashy-donation__remove.is-visible {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.eba-project-splashy-donation__remove:hover,
.eba-project-splashy-donation__remove:focus-visible {
    border-color: #fff !important;
    background: rgba(255,255,255,.22) !important;
    color: #fff !important;
    outline: none !important;
}

.eba-project-splashy-donation__status {
    display: none;
    margin: 0 !important;
    padding: 7px 12px !important;
    border-radius: 999px;
    background: rgba(255,255,255,.17);
    color: #fff !important;
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
}

.eba-project-splashy-donation__status.is-visible {
    display: inline-block;
}

.eba-project-splashy-donation__status.is-error {
    background: rgba(145, 0, 25, .36);
}

.woocommerce-checkout .eba-project-splashy-donation {
    clear: both;
}

@media (max-width: 1040px) {
    .eba-project-splashy-donation {
        grid-template-columns: minmax(250px, 34%) minmax(0, 1fr);
        min-height: 322px;
    }

    .eba-project-splashy-donation__art {
        min-height: 322px;
        padding-left: 16px;
    }

    .eba-project-splashy-donation__art::before {
        width: 270px;
        height: 270px;
    }

    .eba-project-splashy-donation__content {
        padding-right: 24px;
    }

    .eba-project-splashy-donation__option {
        min-height: 116px !important;
    }
}

@media (max-width: 780px) {
    .eba-project-splashy-donation {
        grid-template-columns: 1fr;
        border-radius: 22px;
    }

    .eba-project-splashy-donation__art {
        min-height: 260px;
        padding: 20px 18px 0;
    }

    .eba-project-splashy-donation__art::before {
        width: 265px;
        height: 265px;
    }

    .eba-project-splashy-donation__art img {
        max-width: 360px !important;
        max-height: 250px !important;
    }

    .eba-project-splashy-donation__content {
        padding: 8px 18px 24px;
    }

    .eba-project-splashy-donation__title {
        font-size: clamp(56px, 13vw, 78px) !important;
    }
}

@media (max-width: 480px) {
    .eba-project-splashy-donation {
        margin-bottom: 22px !important;
        border-radius: 17px;
    }

    .eba-project-splashy-donation__art {
        min-height: 210px;
        padding: 14px 10px 0;
    }

    .eba-project-splashy-donation__art::before {
        width: 220px;
        height: 220px;
    }

    .eba-project-splashy-donation__art img {
        max-width: 300px !important;
        max-height: 205px !important;
    }

    .eba-project-splashy-donation__content {
        padding: 5px 10px 18px;
    }

    .eba-project-splashy-donation__main {
        gap: 14px;
    }

    /*.eba-project-splashy-donation__eyebrow {
        margin-bottom: 6px !important;
        padding: 5px 10px !important;
        font-size: 9px !important;
        letter-spacing: 1px !important;
    }*/

    .eba-project-splashy-donation__title {
        font-size: 50px !important;
        letter-spacing: -2.5px !important;
    }

    .eba-project-splashy-donation__options {
        gap: 8px;
    }

    .eba-project-splashy-donation__option {
        min-height: 92px !important;
        padding: 9px 5px 6px !important;
        border-radius: 14px !important;
        box-shadow: 0 5px 0 rgba(68,18,145,.52), 0 10px 16px rgba(54,31,122,.17) !important;
    }

    .eba-project-splashy-donation__option::after {
        top: 5px;
        right: 5px;
        width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .eba-project-splashy-donation__amount {
        font-size: 34px !important;
        letter-spacing: -1px !important;
    }

    .eba-project-splashy-donation__button-label {
        padding: 7px 3px 6px !important;
        border-radius: 8px !important;
        font-size: 10px !important;
    }

    .eba-project-splashy-donation__thanks {
        gap: 6px;
        font-size: 10px !important;
    }

    .eba-project-splashy-donation__thanks-icon {
        font-size: 12px !important;
    }
}
