.elementor-4095 .elementor-element.elementor-element-1cf3f94{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}#elementor-popup-modal-4095 .dialog-widget-content{animation-duration:1.2s;background-color:#CEC7BF;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-4095{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4095 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4095 .dialog-close-button{display:flex;background-color:#A2938AFA;font-size:20px;}#elementor-popup-modal-4095 .dialog-close-button i{color:#222222;}#elementor-popup-modal-4095 .dialog-close-button svg{fill:#222222;}/* Start custom CSS *//* ================================
   MYSTA POPUP BASE STYLE
   Applies to all popup content
================================ */

.md-popup {
    background: #0b0b0b !important;          /* Dark Mysta black */
    padding: 40px !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    box-shadow: 0 0 40px rgba(0,0,0,0.6);
}

/* Inner text spacing */
.md-popup p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #ffffff !important;
}

/* Headings */
.md-popup h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff !important;
    text-align: left;
    position: relative;
    padding-bottom: 8px;
}

/* Gold underline under H2 */
.md-popup h2::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #F2D27F;
    display: block;
    margin-top: 6px;
}

/* Subtitle under main heading */
.md-popup h3 {
    font-size: 20px;
    font-weight: 600;
    color: #F2E7C9 !important;   /* soft gold-beige */
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Section subheadings */
.md-popup h4 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #ffffff !important;
    font-weight: 600;
}

/* Bullet lists */
.md-popup ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.md-popup ul li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
}

/* Highlight / Note */
.md-popup-note {
    background: rgba(255,255,255,0.06);
    padding: 15px 20px;
    border-left: 3px solid #F2D27F;
    font-size: 15px;
    border-radius: 6px;
}

/* Better close button visibility */
.elementor-popup-modal .dialog-close-button i {
    color: #ffffff !important;
    font-size: 24px !important;
}

/* Responsive (Mobile) */
@media (max-width: 767px) {
    .md-popup {
        padding: 25px !important;
    }
    .md-popup h2 {
        font-size: 26px;
    }
    .md-popup h3 {
        font-size: 18px;
    }
}/* End custom CSS */