/* ================= TRANSPORT COPY OVERRIDES ================= */

.transport-copy .ti-tax-title {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}

.transport-copy .ti-items th,
.transport-copy .ti-items td {
    font-size: 11px;
}

.transport-copy .ti-items th {
    background: #f2f2f2;
    text-align: center;
}

.transport-copy .ti-items td {
    padding: 4px;
}

.transport-copy .item-sub-desc {
    font-size: 9.5px;
    color: #333;
    margin-top: 2px;
}

/* Transport details row */
.ti-transport {
    border: 1px solid #000;
    margin-top: 8px;
}

.ti-transport td {
    padding: 6px;
    font-size: 11px;
}

/* Total qty box */
.transport-copy .ti-totals {
    margin-top: 6px;
    border: 1px solid #000;
}

.transport-copy .ti-totals td {
    padding: 5px;
    font-size: 12px;
}

/* Declaration & Sign */
.transport-copy .ti-decl-wrap td {
    padding: 6px;
    font-size: 11px;
}

/* Keep same outer border */
.transport-copy {
    border: 2px solid #000;
    padding: 6px;
    box-sizing: border-box;
}

/* Ensure one-page fit */
@media print {
    .transport-copy {
        page-break-after: avoid;
    }
}
