@charset "utf-8";

.prompt-debug-dialog .s-kit-modal-content { width: 700px; height: 100vh; }

.prompt-debug-dialog .s-kit-modal-content .update-container { width: 100%; height: calc(-100px + 100vh); overflow: scroll; margin-bottom: 20px; }

.prompt-debug-dialog .s-kit-modal-content .update-container .update-item { margin-bottom: 15px; }

.prompt-debug-dialog .s-kit-modal-content .update-container .update-item .s-kit-collapse-header { font-size: 12px; }

.prompt-debug-dialog .s-kit-modal-content .update-container .update-item .title { font-weight: bold; margin-bottom: 10px; }

.prompt-debug-dialog .s-kit-modal-content .update-container .update-item p.code-item { margin-bottom: 10px; border: 1px solid rgb(204, 204, 204); padding: 10px; background-color: rgb(244, 244, 244); overflow-y: hidden; white-space: pre-wrap; font-family: monospace; color: rgb(51, 51, 51); line-height: 1.5; font-size: 13px; }

.prompt-debug-dialog .s-kit-modal-content .update-container .update-item p.code-item.green { background: green; color: white; }