/* Phase 11 Bug 5 fix: sitewide print rules */
@media print {
    .up-announcement-bar, .up-content-sidebar, .up-filter-bar,
    #masthead, .site-header, footer, .up-share-buttons,
    .up-chapter-actions, .up-chapter-actions-bottom, .up-bookmark-btn,
    .up-fullscreen-btn { display: none !important; }
    .up-single-chapter, .up-chapter-content { max-width: 100% !important; }
    body { background: #fff !important; }
}
