/* /home/rich/oxxoox/static/css/print.css */

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
    
    /* Reset for print */
    * {
        background: white !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    /* Hide navigation and controls */
    .nav,
    .nav-menu,
    .module-controls,
    .btn,
    .form-actions,
    .breadcrumbs {
        display: none !important;
    }
    
    /* Page layout */
    body {
        margin: 0;
        padding: 20px;
        font-size: 12pt;
    }
    
    .container {
        max-width: 100%;
        padding: 0;
    }
    
    /* Typography */
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }
    
    p {
        orphans: 3;
        widows: 3;
    }
    
    /* Links */
    a {
        text-decoration: underline;
    }
    
    a[href^="http"]:after {
        content: " (" attr(href) ")";
        font-size: 10pt;
    }
    
    /* Borders */
    .module,
    .card,
    table {
        border: 1px solid #333 !important;
    }
    
    /* Grid */
    .module-grid {
        display: block;
    }
    
    .module-slot {
        page-break-inside: avoid;
        margin-bottom: 20px;
    }
}
