@media print {
    /* Hide sidebar, navigation and standard action buttons */
    .sidebar,
    .page-header-actions,
    .btn,
    .toast-container {
        display: none !important;
    }

    /* Reset background and text colors for printer */
    body, html, .main-content {
        background: #fff !important;
        color: #000 !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Ensure specific containers take full width */
    .workspace-view-container {
        box-shadow: none !important;
        border: none !important;
        padding: 0 !important;
    }

    /* Hide box shadows to save ink */
    * {
        box-shadow: none !important;
    }
}
