/*
* Copyright © 2026 VectorPulse
* All rights reserved.
*
* VectorPulse is proprietary and confidential.
* Unauthorized copying, distribution, modification,
* reverse engineering, or use of this software,
* in whole or in part, is strictly prohibited.
*
* This software is licensed only for authorized use.
*
* Product: VectorPulse
* Module: YieldHub Module
* Version: 1.0
* Build: 2026
*/

@media print {

    @page {
        size: Letter;
        margin: 0.35in;
    }

    html,
    body {
        background: #ffffff !important;
        color: #000000 !important;
        font-size: 10px !important;
        line-height: 1.2 !important;
    }

    .navbar,
    .sidebar,
    .btn,
    button,
    .agenthub-panel,
    .agenthub-section-header,
    .no-print {
        display: none !important;
    }

    .container-fluid,
    .agenthub-shell {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #ffffff !important;
        color: #000000 !important;
    }

    h1 {
        font-size: 20px !important;
        margin: 0 0 4px 0 !important;
        padding: 0 !important;
        color: #000000 !important;
    }

    h4 {
        font-size: 13px !important;
        margin: 0 !important;
        color: #000000 !important;
    }

    p,
    .text-light,
    .opacity-75,
    .small {
        color: #000000 !important;
        opacity: 1 !important;
    }

    .mb-4,
    .mt-4,
    .py-4 {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .row {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 0 !important;
        margin: 0 !important;
    }

    .col-lg-6,
    .col-md-6,
    .col-md-4,
    .col-md-3 {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding: 4px !important;
    }

    .card {
        background: #ffffff !important;
        color: #000000 !important;
        border: 1px solid #999999 !important;
        box-shadow: none !important;
        margin: 0 0 8px 0 !important;
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }

    .card-header {
        background: #eeeeee !important;
        color: #000000 !important;
        border-bottom: 1px solid #999999 !important;
        padding: 4px 6px !important;
    }

    .card-body {
        padding: 4px 6px !important;
    }

    table,
    .table {
        width: 100% !important;
        margin-bottom: 0 !important;
        color: #000000 !important;
        border-color: #999999 !important;
        font-size: 9px !important;
    }

    th,
    td {
        background: #ffffff !important;
        color: #000000 !important;
        border-color: #cccccc !important;
        padding: 2px 4px !important;
        vertical-align: top !important;
    }

    .text-end {
        text-align: right !important;
    }

    .text-warning,
    .text-info,
    .fw-bold,
    .fw-semibold {
        color: #000000 !important;
        font-weight: 700 !important;
    }

    a[href]::after {
        content: "" !important;
    }
}
