@media print {
    body {
        margin: 0 !important;
    }

    body {
        padding-bottom: 0 !important;
    }
    
    /* Prevent a residual 1px left-edge line when sidebar is off-canvas */
    [data-sidebar-target="sidebar"].-translate-x-full {
        border-right-color: transparent !important;
        box-shadow: none !important;
    }

    main.main-with-setup-topbar,
    main.main-without-setup-topbar {
        margin-top: 0 !important;
    }

    main.container {
        justify-content: flex-start !important;
        width: 100% !important;
    }

    #chat-flow,
    #chat-container {
        min-height: 0 !important;
        height: auto !important;
    }

    /* Always expand chat results accordion when printing */
    [id^="acc-result-body-"] {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        overflow: visible !important;
    }

    [id^="acc-result-heading-"] button {
        break-after: avoid-page;
    }

    footer {
        display: none !important;
    }
}
