/* امتداد معزول للهدف العام الخامس؛ يعتمد على page-028-034-goal-two.css. */
.g5-page {
  --g2-blue: #17365f;
  --g2-blue-deep: #0c2442;
  --g2-gold: #d4af37;
}
.g5-page .g2-hero { flex-basis: 116px; min-height: 116px; }
.g5-page .g2-goal { max-width: 940px; font-size: 10.7px; line-height: 1.58; }
.g5-page .g2-summary { font-size: 9px; }
.g5-page .g2-footer-code { letter-spacing: .13em; }
.g5-grid--rows-2 { grid-template-rows: repeat(2, minmax(0, 1fr)); }
.g5-grid--rows-2 .g2-act-title { font-size: 14px; }
.g5-grid--rows-2 .g2-desc { font-size: 9.7px; line-height: 1.48; }
.g5-grid--rows-2 .g2-meta { font-size: 8px; }
.g5-grid--rows-2 .g2-measure p { font-size: 8px; line-height: 1.4; }
.g5-page .g2-activity--wide .g2-measure { grid-template-columns: 1fr 1fr; gap: 12px; }

/* تحسين غلاف الهدف الخامس لاستيعاب الصياغة المعتمدة والاقتباس. */
.page-049-objective-five .p049-main { padding-top: 32px; padding-bottom: 92px; }
.page-049-objective-five .p049-pretitle { font-size: 34px; letter-spacing: .04em; }
.page-049-objective-five .p049-title { font-size: 77px; }
.page-049-objective-five .p049-subtitle { width: auto; max-width: 820px; margin-top: 20px; font-size: 22px; line-height: 1.45; letter-spacing: .045em; }
.p049-goal-text { margin: 18px 0 0; max-width: 790px; color: #475569; font-size: 12.3px; line-height: 1.72; font-weight: 750; }
.p049-quote { margin: 12px 0 0; max-width: 790px; padding: 7px 14px 7px 0; border-right: 3px solid rgba(212,175,55,.72); color: #64748b; font-size: 10.6px; line-height: 1.72; font-weight: 650; quotes: none; }

@media print {
  .g5-page { width: 297mm !important; height: 210mm !important; min-height: 210mm !important; }
}

/* 1.1.14 — Page 50 carries six text-heavy activities; retain the new readable
   desktop scale while recovering a few vertical pixels for safe A4 geometry. */
@media screen and (min-width:901px) {
  :host([data-logical-page="50"][data-table-mode]) .g2-table-view[data-density="balanced"] .g2-execution-table td {
    padding:3px 5px;
    font-size:11.15px;
    line-height:1.27;
  }
  :host([data-logical-page="50"][data-table-mode]) .g2-table-view[data-density="balanced"] .tm-activity-title {
    font-size:12.7px;
    line-height:1.22;
  }
  :host([data-logical-page="50"][data-table-mode]) .g2-table-view[data-density="balanced"] .tm-owner-line + .tm-owner-line {
    margin-top:2px;
    padding-top:2px;
  }
}
