@media print {
    body {
        background-color: #ffffff;
        color: #000000;
        font-size: 12pt;
    }

    .no-print,
    .btn,
    .form-group,
    nav,
    header {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .print-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        border-bottom: 2px solid #000;
    }

    .print-title {
        font-size: 18pt;
        font-weight: bold;
    }

    .print-timestamp {
        font-size: 10pt;
        color: #666;
    }

    .card {
        border: 1px solid #000;
        box-shadow: none;
        margin-bottom: 1.5rem;
        page-break-inside: avoid;
        padding: 1rem;
    }

    h1 {
        font-size: 16pt;
        margin-bottom: 0.5rem;
    }

    h2 {
        font-size: 14pt;
        margin-bottom: 0.5rem;
    }

    h3 {
        font-size: 12pt;
        margin-bottom: 0.5rem;
    }

    pre {
        border: 1px solid #000;
        background: #f8f9fa;
        white-space: pre-wrap;
        word-wrap: break-word;
        font-size: 10pt;
    }

    .badge {
        border: 1px solid;
        font-size: 10pt;
    }

    .url-display {
        background: #f8f9fa;
        border: 1px solid #000;
        padding: 0.5rem;
        word-break: break-all;
    }

    .header-row {
        display: flex;
        justify-content: space-between;
        padding: 0.25rem 0;
        border-bottom: 1px solid #ddd;
    }

    .section-title {
        font-size: 12pt;
        border-bottom: 1px solid #000;
        padding-bottom: 0.25rem;
        margin-bottom: 0.5rem;
    }

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

    @page {
        margin: 2cm;
        size: A4;
    }
}
