.image-preview-button{display:inline-flex;flex-direction:column;gap:6px;padding:8px;margin:6px;border:1px solid #dce3eb;border-radius:8px;background:#fff;color:#334155;cursor:zoom-in;max-width:180px;vertical-align:top}
.image-preview-button img{display:block;width:150px;height:120px;object-fit:contain;background:#f4f6f8}.image-preview-button span{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}
#imageLightbox{position:fixed;inset:0;z-index:50000;background:rgba(15,23,42,.92);display:flex;align-items:center;justify-content:center;padding:60px 20px 20px}
#imageLightbox>img{max-width:100%;max-height:100%;object-fit:contain}.image-close{position:absolute;top:15px;right:20px;background:white;color:#172b4d;padding:10px 20px;border:0;border-radius:6px;cursor:pointer}
