diff --git a/app/index.html b/app/index.html
index c722314..f96774f 100644
--- a/app/index.html
+++ b/app/index.html
@@ -346,6 +346,7 @@ body{
/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width:680px){
.kb-grid.cols-2,.kb-grid.cols-3,.kb-grid.cols-4,.kb-grid.claim-grid{grid-template-columns:1fr;}
+.kb-grid.claim-grid .kb-field{justify-content:flex-end;}
.kb-header{flex-direction:column;gap:14px;}
.kb-doctitle{text-align:left;}
.kb-line-section.row1,.kb-line-section.row2,.kb-line-section.row3{grid-template-columns:1fr;}