diff --git a/src/styles.css b/src/styles.css
index 9345f7b..9001185 100644
--- a/src/styles.css
+++ b/src/styles.css
@@ -2312,10 +2312,15 @@ select option {
template inputs and by the clip-cutter modal's custom template
row. Two states: green for OK, red for unknown-placeholder
warning. Pull the colours from --success / --error vars so the
- lint always tracks the rest of the apps semantic palette. */
+ lint always tracks the rest of the apps semantic palette.
+
+ margin-top is part of the class so both usage sites pick up the
+ same rhythm — the previous inline-style values diverged by 2px
+ between the two spots, an inconsistency that's not worth tracking. */
.template-lint {
font-size: 12px;
line-height: 1.4;
+ margin-top: 6px;
transition: color 0.15s;
}