/* ============================================
蜘蛛抓取工具样式
============================================ */

/* Ace 编辑器容器高度 */
#output-area {
    height: 400px !important;
    min-height: 400px;
    width: 100%;
}

/* Ace 编辑器样式 */
.ace_editor {
    height: 400px !important;
    min-height: 400px;
    border-radius: 14px;
}

/* 编辑器包装器内的 Ace 编辑器 */
.editor-wrapper .ace_editor {
    border-radius: 14px;
}

/* 输出区域样式优化 */
.editor-wrapper #output-area {
    font-family: 'Courier New', 'Consolas', 'Monaco', 'Fira Code', monospace;
    font-size: 0.9rem;
    line-height: 1.6;
}

