/* Practical content additions, loaded only on the enhanced guides and Arabic maker. */
.editorial-placement,.editorial-document { border:1px solid var(--line); border-radius:12px; padding:24px; margin:24px 0; background:#fff; color:#18243a; }
.editorial-label { max-width:360px; aspect-ratio:3/2; display:flex; align-items:center; justify-content:center; border:1px dashed #64748b; background:#faf5eb; margin:0 auto 16px; }
.editorial-label img { width:75%; height:auto; margin:0; }
.editorial-document-stamp { display:block; width:180px; height:auto; margin:16px 0 20px auto; }
.editorial-comparison { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr)); gap:20px; margin:24px 0; }
.editorial-comparison figure { margin:0; padding:20px; border:1px solid var(--line); border-radius:12px; }
.editorial-comparison img { width:100%; height:auto; max-height:240px; object-fit:contain; }
.editorial-download { display:block; margin:18px 0; font-weight:600; }
.guide-jump-links { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 16px; background: var(--surface); border-radius: var(--radius-sm); }
.guide-table-scroll { overflow-x: auto; max-width: 100%; }
.guide-table-scroll:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.guide-table-scroll table { min-width: 550px; }
.guide-table-scroll caption { text-align: start; color: var(--muted); padding-block: 0 10px; }
.prose h2[id] { scroll-margin-top: 100px; }
.prose a.btn { color: #fff; text-decoration: none; white-space: normal; text-align: center; }
.arabic-example { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.arabic-example p, .arabic-example ol { margin-block: 18px; color: var(--ink-soft); }
.arabic-example ol { padding-inline-start: 24px; }
.arabic-example li + li { margin-block-start: 8px; }
.arabic-example__figure { margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); text-align: center; }
.arabic-example__figure img { width: 300px; height: auto; margin: 0 auto 20px; }
.arabic-example__figure figcaption, .guide-note { font-size: .9rem; color: var(--muted); }
.arabic-guide-links { margin-block-start: 32px; }
.arabic-guide-links ul { display: flex; flex-wrap: wrap; gap: 12px 28px; list-style: none; padding: 0; margin-block-start: 16px; }
.arabic-guide-links a { text-decoration: underline; }
.arabic-editor-shot { margin-block-start: 18px; }
.arabic-editor-shot summary { cursor: pointer; color: var(--accent-dark); text-decoration: underline; }
.arabic-editor-shot figure { margin: 16px 0 0; }
.arabic-editor-shot img { width: 375px; height: auto; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.arabic-editor-shot figcaption { color: var(--muted); font-size: .9rem; margin-block-start: 8px; }
@media (max-width: 700px) {
  .arabic-example { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .arabic-example__figure { padding: 20px; }
}
