.utd-popup-wrapper {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 99999999;
    width: 500px;
    display: none;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.article-container .et_pb_column_2_3 {
    z-index: 9999 !important;
}

.utd-popup-close {
    position: absolute;
    right: 12px;
    top: 25px;
    z-index: 999;
}

@media (max-width: 781px) {
    .utd-popup-wrapper {
        right: 0;
    }

    .utd-popup-close {
        right: 5px;
    }

    .utd-popup-wrapper .brevo_form_container, .utd-popup-wrapper .sib_signup_form {
        padding-bottom: 0;
    }

    .utd-popup-wrapper .thrv_custom_html_shortcode {
        margin: 0;
    }

    .utd-popup-wrapper .brevo_form_container {
        flex: 1;
        width: 100%;
    }

    .utd-popup-wrapper .brevo_form_merge {
        flex-direction: column;
        gap: 1rem;
    }

    .utd-popup-wrapper .brevo_form_merge input:first-child {
        border-radius: 100px;
    }

    .utd-popup-wrapper .brevo_form_merge input:last-child {
        border-radius: 100px;
    }
}