/* =============================================================================
   WestDevice-Service | print.css — Стили для печати
   ============================================================================= */
@media print {
    * { box-shadow: none !important; text-shadow: none !important; }
    body { background: white; color: black; font-size: 11pt; line-height: 1.5; }
    h1, h2, h3, h4, h5, h6 { color: black; page-break-after: avoid; }
    p, li, blockquote { orphans: 3; widows: 3; }
    img { max-width: 100% !important; }
    table { border-collapse: collapse; }
    th, td { border: 1px solid #ccc; padding: 0.5em; }
}
