.wpdm-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.wpdm-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.7);
}

.wpdm-modal-content {
    position: relative;
    width: 95%;
    height: 95%;
    margin: auto;
    background: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

.wpdm-modal-header {
    padding: 8px 12px;
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
}

#wpdm-modal-frame {
    flex: 1;
    width: 100%;
}
