/*
.givewp-donation-form-modal__open {
    background-color: var(--e-global-color-secondary);
    color: #ffffff;
    font-family: 'Poppins';
    border-radius: 50px;
    padding: 15px 40px !important;
    font-weight: 700 !important;
    width:auto;
}

.root-data-givewp-embed iframe {
    height: 640px !important;
}

.givewp-donation-form-modal__close svg path {
    stroke: #ffffff;
}
*/

h3 {
    text-overflow: inherit !important;
    white-space: normal !important;
}

.iwca-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 99999;
}

.iwca-popup-overlay.active {
    display: flex;
}

.iwca-popup-box {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 16px;
    padding: 35px 25px 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.iwca-popup-close {
    position: absolute;
        right: 30px;
        top: 30px;
        z-index: 99;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        padding: 0;
        border: 0;
        cursor: pointer;
        font-size: 30px !important;
        font-weight: 400;
        transition: all 0.3s;
}

.iwca-popup-content {
    width: 100%;
}

body.iwca-popup-open {
    overflow: hidden;
}

.nb-icon-list .elementor-icon-list-icon {
    padding: 8px;
    background: #ffffff;
    border-radius: 50px;
    margin-right: 10px;
}

.nb-icon-list .elementor-icon-list-icon svg {
    margin: 0 !important;
}