.pdf-preview-block { margin-top: 1rem; }
.pdf-outer { background: #f0eeea; border-radius: 12px; padding: 1.5rem; }
.pdf-doc { background: #fff; max-width: 640px; margin: 0 auto; padding: 2rem; border: 0.5px solid #ddd; border-radius: 4px; font-family: Arial, sans-serif; font-size: 12px; color: #222; }
.pdf-hd { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.5rem; padding-bottom: 1rem; }
.pdf-logo-text { font-size: 18px; font-weight: 700; }
.pdf-type-text { font-size: 20px; font-weight: 700; text-align: right; }
.pdf-num { font-size: 11px; color: #666; text-align: right; margin-top: 3px; }
.pdf-parties { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.5rem; }
.pdf-party h4 { font-size: 10px; color: #999; text-transform: uppercase; margin-bottom: 4px; }
.pdf-party p { font-size: 12px; line-height: 1.6; }
.pdf-table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; }
.pdf-table th { padding: 6px 8px; font-size: 11px; text-align: left; color: #fff; }
.pdf-table td { padding: 5px 8px; border-bottom: 1px solid #eee; font-size: 11px; }
.pdf-totals-wrap { margin-left: auto; width: 250px; margin-top: 0.5rem; }
.pdf-total-row { display: flex; justify-content: space-between; font-size: 11px; padding: 3px 0; }
.pdf-total-final { display: flex; justify-content: space-between; font-size: 13px; font-weight: 700; padding-top: 6px; margin-top: 4px; }
.pdf-footer-note { margin-top: 1.5rem; padding-top: 0.75rem; border-top: 1px solid #eee; font-size: 10px; color: #999; text-align: center; }
.pdf-footer-table { margin-top: auto; padding-top: .875rem; border-top: 1.5px solid #bbb; }
.pdf-footer-table table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.pdf-footer-table td {
  font-size: 8.5px;
  color: #555;
  vertical-align: top;
  padding: 0 14px 0 14px;
  line-height: 1.7;
  border-right: 1px solid #bbb;
  width: 25%;
  word-break: break-word;
}
.pdf-footer-table td:last-child { border-right: none; padding-right: 0; }
.pdf-footer-table td:first-child { padding-left: 0; }
.pdf-actions { display: flex; gap: 10px; justify-content: center; margin-top: 1rem; }
.pdf-actions button { padding: 8px 18px; font-size: 13px; border-radius: 8px; cursor: pointer; font-family: sans-serif; }
