diff --git a/web-ui/src/components/cases/drafts-panel.tsx b/web-ui/src/components/cases/drafts-panel.tsx
index 3237388..a23b73f 100644
--- a/web-ui/src/components/cases/drafts-panel.tsx
+++ b/web-ui/src/components/cases/drafts-panel.tsx
@@ -233,10 +233,12 @@ export function DraftsPanel({
}
return (
-
+ // flex + per-card `order` so the visual order matches mockup 18h
+ // (drafts → final+learning → feedback) without reordering the JSX.
+
{/* ── Banner ── */}
{isDraftReady && (
-
+
{draftLabel}
@@ -260,7 +262,7 @@ export function DraftsPanel({
{/* ── Active-draft badge — the DOCX that is the current source of truth ── */}
{activeDraft?.filename && (
-
+
מקור האמת:
{activeDraft.filename}
@@ -269,7 +271,7 @@ export function DraftsPanel({
)}
{/* ── Chair's signed final decision — clean upload + staged learning pipeline ── */}
-