Implemented a more robust PDF generation layout by setting @page margins to zero to eliminate unwanted whitespace leaks. Content is now contained within a .sheet wrapper utilizing padding and box-decoration-break: clone to ensure consistent margins across fragmented pages. This approach provides better control over multi-page print layouts while maintaining the required visual styling. CSS layout frustration

Refined PDF layout strategy with @page margins and sheet wrappers - subh05sus/gptmarlon-admin