/* ===== قالب الخطاب الرسمي (صادر) — احترافي بهيدر وفوتر ===== */
.letter-print-area{ display:none; }
.letter-page{
  width:794px; min-height:1123px; /* أبعاد صفحة A4 تقريبًا بدقة الشاشة */
  background:#fff; position:relative; box-sizing:border-box;
  padding:0; font-family:'Cairo', sans-serif; direction:rtl; color:#1C2B33;
}
.letter-header{
  padding:34px 50px 16px; border-bottom:2.5px solid #1F4B4C;
  display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.letter-header .lh-org{
  text-align:center; flex:1;
}
.letter-header .lh-org .t1{font-size:16px; font-weight:700; color:#12302F;}
.letter-header .lh-org .t2{font-size:12px; color:#4A5A61; margin-top:2px;}
.letter-header .lh-org .t3{font-size:10.5px; color:#6B7B80; margin-top:2px;}
.letter-header .lh-logos{display:flex; align-items:center; gap:8px; flex-shrink:0;}
.letter-header .lh-logos img{width:52px; height:52px; flex-shrink:0; object-fit:contain;}

.letter-meta-row{
  display:flex; justify-content:space-between; align-items:flex-start;
  padding:20px 50px 0; font-size:13px; color:#2A2A28;
}
.letter-meta-row .lm-box{
  border:1px solid #A9792C; border-radius:6px; padding:8px 14px;
  background:rgba(169,121,44,0.05); min-width:170px;
}
.letter-meta-row .lm-box div{margin-bottom:3px;}
.letter-meta-row .lm-box b{color:#A9792C;}

.letter-body-wrap{ padding:26px 50px 0; }
.letter-subject{
  text-align:center; font-weight:700; font-size:15.5px; margin-bottom:20px;
  padding:8px 20px; display:inline-block; border-bottom:1.5px solid #1F4B4C;
}
.letter-subject-wrap{text-align:center;}
.letter-greeting{font-size:14.5px; margin-bottom:14px; font-weight:600;}
.letter-content{
  font-size:14.5px; line-height:2.1; white-space:pre-line; text-align:justify; color:#1C2B33;
  min-height:280px;
}
.letter-closing{font-size:14.5px; margin-top:24px; font-weight:600;}

.letter-sign-block{padding:10px 50px 0; display:flex; justify-content:flex-end;}
.letter-sign-inner{text-align:center; min-width:220px;}
.letter-sign-title{font-size:12.5px; color:#4A5A61; margin-bottom:38px;}
.letter-sign-name{
  font-weight:700; font-size:15px; border-top:1.5px solid #12302F; padding-top:8px; color:#12302F;
}

.letter-footer{
  position:absolute; bottom:0; right:0; left:0;
  padding:10px 50px 12px; border-top:1px solid #D8D2C0;
  color:#6B6259;
}
.letter-footer .lf-contact{
  display:flex; justify-content:center; align-items:center; gap:22px;
  flex-wrap:wrap; padding-bottom:6px; margin-bottom:6px; border-bottom:1px solid #E8E3D6;
}
.letter-footer .fc-item{display:inline-flex; align-items:center; gap:5px; font-size:10.5px; color:#4A5A61;}
.letter-footer .fc-item svg{width:13px; height:13px; color:#A9792C; flex-shrink:0;}
.letter-footer .lf-title-row{
  display:flex; justify-content:space-between; align-items:center; font-size:10.5px;
}
.letter-footer .lf-title{font-weight:600; color:#12302F;}
