.icv-wrap{display:block;margin:1rem 0}.icv-grid{display:flex;gap:1rem;flex-wrap:wrap}.icv-item{display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:flex-start;border:1px solid #e5e7eb;border-radius:.75rem;padding:.75rem;background:#fff;cursor:pointer;transition:transform .06s ease,box-shadow .06s ease;max-width:var(--icv-img-width,320px)}.icv-item:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgb(0 0 0 / .07)}.icv-item .icv-label{font-weight:600}.icv-img{max-width:100%;height:auto;border-radius:.5rem;border:1px solid #f0f0f0}.icv-hint{color:#555;margin-top:.5rem}.icv-thanks{font-weight:600;margin-bottom:.5rem}.icv-selected .icv-item{cursor:default}.icv-url{margin-top:.25rem;font-size:.9em}