.mc-popup-overlay-0b7bc0c5 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    align-items: center;
    justify-content: center;
}

.mc-popup-overlay-0b7bc0c5.active {
    display: flex;
}

/* Fallback styles for the editor */
.mc-popup-overlay-0b7bc0c5.is-edit-mode {
    display: flex;
    position: relative;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 40px 20px;
    z-index: 1;
}

.mc-popup-box-0b7bc0c5 {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.mc-popup-close-0b7bc0c5 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    color: #333333;
}

.mc-popup-title-0b7bc0c5 {
    margin: 0 0 15px;
    font-size: 24px;
}

.mc-popup-desc-0b7bc0c5 {
    margin: 0 0 25px;
    font-size: 16px;
    color: #666666;
}

.mc-popup-form-0b7bc0c5 {
    margin-top: 20px;
}