/* Import Google Font for consistent rendering */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;700&display=swap');

@media print {
    /* Hide non-essential elements */
    header, footer, nav, #search-bar, .cta-button, .toggle-container, .site-header, .site-footer, .sticky-cta, .controls-container, .page-header p, .pdf-download-btn, .hero, .features, .download, .about {
        display: none !important;
    }

    /* Reset the container */
    body, #vocab-list, .container {
        background: white !important;
        color: black !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    /* Force the Table to look good */
    table {
        width: 100%;
        border-collapse: collapse;
        font-size: 12pt;
    }

    th, td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    /* THE CRITICAL FIX: Force the Web Font */
    .hanzi-col, .char, body {
        font-family: "Noto Serif SC", "SimSun", serif !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* Ensure link URLs don't print */
    a[href]:after {
        content: none !important;
    }
}
