/* Full-page right accent stripe (mPDF: fixed block repeats on every page) */ .pdf-page-border { position: fixed; top: 0; right: 0; width: 3px; height: 297mm; background-color: #0f4fae; border-right: 3px solid #0f4fae !important; z-index: 9999; } /* Never decorate individual sections with side borders */ .account-section, .cost-center-section, .totals-section, .container, .pdf-body { border: none !important; border-left: none !important; border-right: none !important; box-shadow: none !important; } .account-header, .cost-center-title { border: none !important; border-left: none !important; border-right: none !important; border-top: none !important; border-bottom: none !important; }