.escf-captcha-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Imagen real del captcha en frontend (SVG en data:URL) */
.escf-captcha-image {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #f3f3f3;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Vista previa en el editor (texto fake) */
.escf-captcha-preview {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 4px;
    background: #f3f3f3;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: monospace;
    user-select: none;
}
