/* Popup Block Maintenance Styles */

/* רקע שחרחר */
.pbm-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.70);
    z-index: 999998;
}

/* Popup Container */
.pbm-popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    display: block;
}

.pbm-group-1 {
    width: 540px;
    height: 285px;
    position: relative;
}

.pbm-rectangle-9665 {
    width: 540px;
    height: 278px;
    left: 0px;
    top: 7px;
    position: absolute;
    background: white;
    border-radius: 6px;
}

.pbm-rectangle-9666 {
    width: 540px;
    height: 81px;
    left: 0px;
    top: 0px;
    position: absolute;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px black solid;
}

.pbm-fspan-01 {
    color: black;
    font-size: 32px;
    font-family: 'Atlas DL 3.1 AAA', Arial, sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}

.pbm-text-title {
    width: 292px;
    left: 124px;
    top: 25px;
    position: absolute;
    text-align: center;
}

.pbm-fspan-02 {
    color: black;
    font-size: 17px;
    font-family: 'Atlas DL 3.1 AAA', Arial, sans-serif;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}

.pbm-text-content {
    width: 487px;
    left: 26px;
    top: 101px;
    position: absolute;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 600px) {
    .pbm-group-1 {
        width: 90vw;
        max-width: 540px;
    }
    
    .pbm-rectangle-9665,
    .pbm-rectangle-9666 {
        width: 100%;
    }
    
    .pbm-text-title {
        width: 80%;
        left: 10%;
    }
    
    .pbm-text-content {
        width: 90%;
        left: 5%;
    }
    
    .pbm-fspan-01 {
        font-size: 24px;
    }
    
    .pbm-fspan-02 {
        font-size: 15px;
    }
}
