body .is-layout-constrained .popup-bg {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: initial !important;
}
.popup-bg,
.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
}
.popup-bg{
    background-color: rgba(0, 0, 0, .7);
}
.popup-wrapper{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.popup-msg {
    position: relative;
    z-index: 200;
    background-color: rgba(255, 255, 255, .9);
    padding: 2em;
    text-align: center;
    transition: all .5s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 400px;
    align-items: center;
}

.close-x {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 12px;
    cursor: pointer;
    background-color: rgba(0,0,0,.1);
    padding:.5em;
}

.popup-bg {
    display: none;
}

a.wp-block-button__link.wp-element-button svg {
    display: block;
    float: left;
    margin-right: 5px;
}