/* Print Styles */
@media print {
    body {
        font-family: Arial, sans-serif;
        font-size: 12pt;
        color: #000;
        background: #fff;
    }
    
    .no-print {
        display: none !important;
    }
    
    a {
        text-decoration: underline;
    }
    
    img {
        max-width: 100%;
    }
}
