/* image-to-svg */
.v2pg-tool.tl-image-to-svg .tl-fav-drop{display:flex;align-items:center;justify-content:center;background:#fff;border:2px dashed #d9d2c3;border-radius:18px;min-height:120px;cursor:pointer;font-weight:700;color:#5c574e;max-width:640px}
.v2pg-tool.tl-image-to-svg .tl-fav-drop:hover{border-color:#15130E;color:#15130E}
.v2pg-tool.tl-image-to-svg .tl-svg-view{background:repeating-conic-gradient(#eee 0 25%,#fff 0 50%) 0 0/20px 20px;border:1px solid var(--tl-line);border-radius:16px;margin-top:14px;min-height:60px;max-width:840px;padding:14px;overflow:auto}
.v2pg-tool.tl-image-to-svg .tl-svg-view svg{max-width:100%;height:auto;max-height:480px}
.v2pg-tool.tl-image-to-svg .tl-svg-wait{color:#8a8478;margin:20px}
