/* Woodmart-friendly + fixed-position preview */
.woodmart-product-engravings .form-row { margin-bottom: 10px; }
.woodmart-product-engravings label { font-weight: 600; }
.woodmart-product-engravings input[type="text"],
.woodmart-product-engravings select { width: 100%; max-width: 100%; }
.ep-card { background: #fff; }
.ep-preview-area { border:1px dashed #ddd; border-radius:8px; padding:8px; background:#fafafa; }
.ep-stage { position:relative; width:100%; height:320px; background:#fff; border:1px solid #eee; border-radius:8px; overflow:hidden; }
.ep-text-fixed { position:absolute; color:#222; }
.ep-logo-fixed { position:absolute; object-fit:contain; }
.ep-char-hint { color:#777; font-size:12px; }
