.form-grid small { color:var(--muted); font-size:12px; font-weight:400; }
.current-image { display:flex; align-items:center; gap:14px; color:var(--muted); font-size:13px; }
.current-image img { width:120px; height:75px; border-radius:4px; object-fit:cover; }
.notice-error { background:#f8e4df; border-left-color:#bd4b30; color:#803725; }
