.exploitable-results-wrapper {
    padding: 5%;
}

.exploitable-results-table {
    width: 100%;
    border-collapse: collapse;
}
.exploitable-results-table th,
.exploitable-results-table td {
    border: 1px solid #ccc;
    padding: 8px;
}
.editable-field {
    width: 100%;
}

#exploitable-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}
#exploitable-modal {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    max-width: 600px;
    width: 600px;
}

#exploitable-modal textarea {
    width: 100%;
    height: 500px;
    resize: vertical;
}
.modal-actions {
    text-align: right;
    margin-top: 10px;
}

/* TinyMCE editor body inside modal */
#wp-modal_editor-wrap {
    min-height: 500px !important;
}

#wp-modal_editor-editor-container {
    min-height: 450px !important;
}

#modal_editor_ifr {
    height: 450px !important;
}