.drop-zone{border:2px dashed #ccc;border-radius:8px;padding:2rem;text-align:center;transition:border .3s ease;cursor:pointer}.drop-zone:hover{border-color:var(--primary-color)}.preview-container{position:relative;max-width:100%;margin:1rem 0;background:#f8f9fa;border-radius:4px;overflow:hidden}.canvas-container{position:relative;max-width:100%;margin:0 auto;cursor:move}#imageCanvas{max-width:100%;height:auto}.text-layer{position:absolute;cursor:move;user-select:none;padding:5px;border:2px solid transparent}.text-layer.selected{border-color:var(--primary-color)}.text-layer .handle{position:absolute;width:10px;height:10px;background:#fff;border:1px solid var(--primary-color);border-radius:50%}.text-layer .rotate-handle{top:-20px;left:50%;transform:translateX(-50%);cursor:grab}.text-layer .resize-handle{bottom:-5px;right:-5px;cursor:se-resize}.text-layer .delete-handle{top:-5px;right:-5px;background:red;color:#fff;width:16px;height:16px;font-size:10px;display:flex;align-items:center;justify-content:center;cursor:pointer}.text-controls{background:#f8f9fa;padding:1.5rem;border-radius:4px;margin:1rem 0}.font-preview{font-size:1.2rem;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.color-preview{width:30px;height:30px;border-radius:4px;border:1px solid #dee2e6;display:inline-block;vertical-align:middle;margin-left:.5rem}.text-style-btn{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center}.text-alignment-btn{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center}
/*# sourceMappingURL=text-on-image-editor-content.css.map */