/* ============================================
   style-print.css - 打印样式
   ============================================ */

@media print {
    header {
        display: none !important;
    }
    
    .editor-container {
        display: none !important;
    }
    
    .preview-container {
        width: 100% !important;
        border: none !important;
    }
    
    .section-header {
        display: none !important;
    }
    
    #preview {
        padding: 0 !important;
        background: #fff !important;
    }
    
    body {
        background: #fff !important;
    }
}
