/* Print stylesheet for orders / invoices / pages */
@media print {
    *, *::before, *::after { animation: none !important; transition: none !important; box-shadow: none !important; }

    /* Hide chrome */
    .dm-header, .dm-footer, .dm-announce, .dm-fab-wa, .dm-cart-toast,
    .dm-sp-toast, .dm-exit, .dm-cart-drawer, .dm-modal, .dm-checkout-steps,
    .dm-shop__sidebar, #payment, .dm-cs-trust, .dm-express-bar,
    button, .dm-btn { display: none !important; }

    body { background: #fff !important; color: #000 !important; font-size: 12pt; }

    /* Branded letterhead */
    body::before {
        content: 'Divya Maarg';
        display: block;
        font-family: Georgia, serif;
        font-style: italic;
        font-size: 28pt;
        color: #C8821B;
        text-align: center;
        padding: 12pt 0 4pt;
        border-bottom: 1pt solid #E5B864;
        margin-bottom: 16pt;
        letter-spacing: 0.04em;
    }
    body::after {
        content: '✦ Sacred · Authentic · Energised ✦  •  divyamaarg.com';
        position: fixed;
        bottom: 12pt;
        left: 0; right: 0;
        text-align: center;
        font-size: 9pt;
        color: #6B5C4F;
        letter-spacing: 0.18em;
    }

    h1, h2, h3 { page-break-after: avoid; color: #1B0F0A !important; }
    a, a:visited { color: #000 !important; text-decoration: none !important; }
    a[href]:after { content: " (" attr(href) ")"; font-size: 9pt; color: #6B5C4F; }
    img { max-width: 100% !important; }

    .shop_table, table {
        border-collapse: collapse !important;
        width: 100%;
    }
    .shop_table th, .shop_table td, table th, table td {
        border: 1pt solid #ccc !important;
        padding: 6pt 8pt !important;
    }
    .shop_table thead th { background: #FAF1DF !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }

    /* Order received page styling */
    .woocommerce-order > * { page-break-inside: avoid; }
}
