.image-preview { min-height: 92px; display: grid; place-items: center; overflow: hidden; border: 1px dashed #b7c5d8; color: #687589; font-size: 12px; background: #f8faff; }
.image-preview img { display: block; width: 100%; height: 150px; object-fit: cover; }
label small { color: #687589; font-weight: 400; line-height: 1.4; }
