.mas-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.mas-popup-panel {
    background: #fff;
    border-radius: 8px;
    max-width: 560px;
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 28px 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.mas-popup-title {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 600;
}

.mas-popup-content {
    margin-bottom: 20px;
    line-height: 1.6;
    word-wrap: break-word;
}

.mas-popup-ack {
    font-size: 14px;
}

.mas-popup-ack .form-check-label {
    cursor: pointer;
}

.mas-popup-actions {
    margin-top: 20px;
    text-align: right;
}
