.elementor-widget-text-particles-flyout {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.elementor-widget-text-particles-flyout > .elementor-widget-container {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.tpf-container {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}

.tpf-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.tpf-container canvas {
    touch-action: none;
}

.tpf-font-loader {
    position: absolute !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
    z-index: -9999 !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Editor Preview Styles */
.elementor-editor-active .tpf-editor-preview {
    background: #333;
    min-height: 200px;
}

.tpf-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 40px;
    height: 100%;
}

.tpf-placeholder .tpf-icon {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.5);
}

.tpf-placeholder .tpf-text {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
