/* Print-friendly stylesheet for factureimpayée.fr templates */
* { box-sizing: border-box; }
body {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 12pt;
  line-height: 1.55;
  color: #111;
  background: #f5f5f5;
  margin: 0;
  padding: 24px;
}
.page {
  background: #fff;
  max-width: 210mm;
  min-height: 297mm;
  margin: 0 auto;
  padding: 22mm 22mm;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  position: relative;
}
.print-bar {
  max-width: 210mm;
  margin: 0 auto 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: -apple-system, system-ui, sans-serif;
  font-size: 12px;
}
.print-bar a, .print-bar button {
  background: #1D4ED8;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.print-bar .home { color: #6b7280; text-decoration: none; }
.expediteur { font-size: 11pt; line-height: 1.4; }
.destinataire { margin-top: 30pt; text-align: right; font-size: 11pt; line-height: 1.4; }
.lieu-date { margin-top: 30pt; text-align: right; font-style: italic; font-size: 11pt; }
.objet { margin-top: 30pt; font-weight: bold; }
.recommande { color: #b91c1c; font-weight: bold; text-transform: uppercase; font-size: 10pt; letter-spacing: 0.05em; }
.corps { margin-top: 24pt; text-align: justify; }
.corps p { margin: 0 0 12pt; }
.signature { margin-top: 30pt; }
h1 { font-family: 'Georgia', serif; font-size: 18pt; margin: 0 0 18pt; }
.notice {
  font-size: 9pt;
  color: #6b7280;
  border-top: 1px solid #e5e7eb;
  padding-top: 10pt;
  margin-top: 28pt;
  font-family: -apple-system, system-ui, sans-serif;
}
table.facture { width: 100%; border-collapse: collapse; margin-top: 12pt; font-size: 11pt; }
table.facture th, table.facture td { border: 1px solid #d1d5db; padding: 6pt 8pt; text-align: left; }
table.facture th { background: #f3f4f6; }
.placeholder { color: #b91c1c; font-weight: 600; }
@media print {
  body { background: #fff; padding: 0; }
  .page { box-shadow: none; max-width: none; padding: 18mm; }
  .print-bar { display: none; }
}
