.elementor-widget-floating_embed_83b1630a {
    position: fixed !important;
    width: auto;
    max-width: 100%;
    pointer-events: auto;
}

.floating-embed-wrapper-83b1630a.is-hidden-initially {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.elementor-editor-active .elementor-widget-floating_embed_83b1630a {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    z-index: auto !important;
    padding: 20px;
    border: 1px dashed #ccc;
    background: rgba(255, 255, 255, 0.5);
}

.elementor-editor-active .floating-embed-wrapper-83b1630a.is-hidden-initially {
    opacity: 0.5;
    visibility: visible;
}

.elementor-editor-active .elementor-widget-floating_embed_83b1630a::before {
    content: 'Botón Flotante (Vista Previa en Editor)';
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #888;
}
