@media print {
    body {
        background-color: white !important;
        color: black !important;
    }
    
    .site-sidebar, 
    .site-header,
    .mobile-menu-toggle,
    .theme-toggle,
    .search-container {
        display: none !important;
    }

    .site-main {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        min-height: auto !important;
    }

    .content-wrapper {
        max-width: 100% !important;
    }

    pre, code {
        border: 1px solid #ccc;
        background: none !important;
    }

    a {
        text-decoration: none;
        color: black;
    }
}
