/* ============================================================
   Trube Technologies LLC – Brand-Aligned CSS 
   Location: /assets/print.css
   ============================================================ */
@media print {

    html, body {
        background: #fff !important;
        color: #000 !important;
        font-size: 12pt;
        line-height: 1.4;
    }

    body * {
        color: #000 !important;
        background: #fff !important;
    }

    header,
    nav,
    footer,
    .menu,
    .sidebar,
    .admin-nav,
    .primary-cta,
    button,
    .no-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .contract-logo {
        display: block !important;
        max-height: 60px;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        background: #fff !important;
    }

    th, td {
        border: 1px solid #000;
        padding: 6px 8px;
        background: #fff !important;
    }

    .contract-header {
        border-bottom: 2px solid #000;
        margin-bottom: 24px;
        padding-bottom: 12px;
    }
}
