.dwiSplash {
    width: 100%;
    height: 100%;
    background: rgba(5, 10, 20, 0.7);
    position: fixed;
    top: 0;
    z-index: 9999;
}


#splash-251203__close__c {
    position: absolute;
    bottom: 4%;
    right: 2%;
    color: #fff !important;
    margin: 0;
    font-size: clamp(12px, 1.2vw, 16px);
    line-height: 1.25;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: 'CircularXXWeb-Medium', 'CircularXXWeb-Regular', Arial, 'Helvetica Neue', Helvetica, Roboto, sans-serif;
    cursor: pointer;
}


/* General Lightbox Styling */
.dwiSplash #splash-251203 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 31vw;
    /* 31% of the viewport width */
    height: calc(31vw * (533 / 800));
    transform: translate(-50%, -50%);
    /* Center it properly */

    /* Dark overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Hide Side A (Title Section) in Desktop */
.dwiSplash #splash-251203 .side-a {
    display: none;
}

/* Side B (Lightbox Content) */
.dwiSplash #splash-251203 .side-b {
    position: relative;
    /* Important for positioning the close button inside */
    background: #1b365d;
    padding: 0;
    /* Remove padding to align image properly */
    width: 100%;
    height: 100%;
    text-align: center;
    /*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
    overflow: hidden;
    /* Ensure close button aligns well */
}

img.splash-251203__donate {
    width: 27.5% !important;
    margin: auto;
    top: 75%;
    position: relative;
}

/* Ensure Image is Responsive */
.dwiSplash #splash-251203 .side-b img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

.dwiSplash .side-b-inner {
    background: url('https://awa-fred-hutch.s3.us-west-1.amazonaws.com/splash/2025.12/cae78581-4cac-4fa3-b69b-a2d847ca3c89.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;

}

.dwiSplash #splash-251203 .wrapper,
.dwiSplash #splash-251203 .content-block {
    width: 100%;
    height: 100%;
}





.dwiSplash #splash-251203__altText {
    display: none;
}

/* MOBILE STYLING */
@media screen and (max-width: 768px) {


    .dwiSplash {

        max-height: 130px;
    }


    .dwiSplash #splash-251203 {
        max-height: 130px;
        top: 0;
        width: 100%;
        height: initial;

    }

    /* Hide Lightbox (Side B) on Mobile */
    .dwiSplash #splash-251203 {
        background: none;
        /* Remove overlay */
        align-items: flex-start;
        /* Stick to top */
    }

    .dwiSplash #splash-251203 .side-b {
        display: none;
    }

    /* Show Side A (Title) on Mobile, Stick to Top */
    .dwiSplash #splash-251203 .side-a {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        padding: 0px;
        align-items: center;
        justify-content: center;
        z-index: 10000;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        width: 100%;
        font-family: 'CircularXXWeb-Medium', 'CircularXXWeb-Regular', Arial, 'Helvetica Neue', Helvetica, Roboto, sans-serif;
    }


    .dwiSplash #splash-251203 .side-a .donation-banner {
        background-color: #1b365d;
        color: white;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
        width: 100%;
    }

    .dwiSplash #splash-251203 .side-a .banner-content p {
        margin: 0;
        font-size: 18px;
        line-height: 1.5;
    }

    .dwiSplash #splash-251203 .side-a .donate-button {
        margin-top: 8px;
        background-color: transparent;
        color: white;
        border: 1px solid white;
        padding: 8px 16px;
        border-radius: 20px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 900;
    }

    .dwiSplash #splash-251203 .side-a .donate-button:hover {
        background-color: white;
        color: #1b365d;
    }

    .dwiSplash #splash-251203 .side-a .banner-close {
        display: flex;
        align-items: center;

    }

    .dwiSplash #splash-251203 .side-a .vertical-line {
        height: 80px;
        width: 1px;
        background-color: rgba(255, 255, 255, 1);
        margin-right: 15px;
    }

    .dwiSplash #splash-251203 .side-a .close-icon {
        font-size: 40px;
        font-weight: 100;
        cursor: pointer;
        color: #ffffff;
    }



}


/* Viewport-based sizing – keeps aspect ratio and maxes out nicely */
@media (min-width: 320px) {



    .dwiSplash #splash-251203 .close {
        position: absolute;
        top: calc((100vw - 64px) * (10 / 800));
        right: calc((100vw - 64px) * (10 / 800));
        width: calc((100vw - 64px) * (28 / 800));
        height: calc((100vw - 64px) * (28 / 800));
        background: transparent;
        color: #ffffff;
        font-size: calc((100vw - 64px) * (18 / 800));
        font-weight: bold;
        line-height: calc((100vw - 64px) * (28 / 800));
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
        border: 1px solid white;
        text-decoration: none;
    }
}

@media (min-width: 768px) {
    .dwiSplash {
        display: block;
    }

    .dwiSplash #splash-251203 {
        /* ~64% of viewport width, maintaining 800x533 ratio */
        width: calc(64.03509vw - 13.24561px);
        height: calc((64.03509vw - 13.24561px) * (533 / 800));
    }

    .dwiSplash #splash-251203 .close {
        top: calc((64.03509vw - 13.24561px) * (10 / 800));
        right: calc((64.03509vw - 13.24561px) * (10 / 800));
        width: calc((64.03509vw - 13.24561px) * (28 / 800));
        height: calc((64.03509vw - 13.24561px) * (28 / 800));
        font-size: calc((64.03509vw - 13.24561px) * (18 / 800));
        line-height: calc((64.03509vw - 13.24561px) * (28 / 800));
    }
}

@media (min-width: 1270px) {
    .dwiSplash #splash-251203 {
        width: 800px;
        height: 533px;
    }

    .dwiSplash #splash-251203 .close {
        top: 10px;
        right: 10px;
        width: 28px;
        height: 28px;
        font-size: 18px;
        line-height: 28px;
    }
}