@page {
    size: A4 portrait;
    margin: 12mm;
}

@media print {
    html,
    body {
        background: #fff;
        color: #000;
        font-size: 10pt;
    }

    .no-print,
    .app-header,
    .flash-stack,
    .print-actions {
        display: none !important;
    }

    .app-container,
    .transport-order {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .transport-order,
    .transport-section,
    .transport-summary {
        box-shadow: none !important;
        border-color: #000 !important;
        background: #fff !important;
    }

    table {
        width: 100%;
        border-collapse: collapse;
    }

    thead {
        display: table-header-group;
    }

    tr,
    td,
    th {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    a {
        color: #000;
        text-decoration: none;
    }
}
