[data-cursor-settings] {
    position: fixed !important;
    pointer-events: none !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    transform: translate(-50%, -50%);
    z-index: 999999 !important;
    width: var(--width, var(--container-widget-width, max-content)) !important;
    min-width: var(--width, var(--container-widget-width, 0)) !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease !important;
    overflow: visible !important;
    contain: none !important;
    clip-path: none !important;
}

[data-cursor-settings] * {
    pointer-events: none !important;
}

.cursorcraft-cursor-wrapper {
    z-index: 999999 !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease !important;
    transform: translate(-100vw, -100vh);
    margin: 0 !important;
    overflow: visible !important;
    contain: none !important;
    clip-path: none !important;
    --container-widget-width: max-content;
    width: max-content;
}

.cursorcraft-cursor-builder-for-elementor-container,
.cursorcraft-cursor-builder-for-elementor-container * {
    overflow: visible !important;
    contain: none !important;
    clip-path: none !important;
}

.cursorcraft-cursor-builder-for-elementor-container.is-active {
    visibility: visible;
    opacity: 1;
}

html.cursorcraft-cursor-builder-for-elementor-hide-default,
html.cursorcraft-cursor-builder-for-elementor-hide-default *,
.cursorcraft-cursor-builder-for-elementor-hide-default,
.cursorcraft-cursor-builder-for-elementor-hide-default * {
    cursor: none !important;
}

.cursorcraft-instant-child {
    transform: translate(var(--cursorcraft-offset-x, 0px), var(--cursorcraft-offset-y, 0px)) !important;
}

.cursorcraft-cursor-builder-for-elementor-hovering-specific,
.cursorcraft-cursor-builder-for-elementor-hovering-specific * {
    cursor: none !important;
}

.cursorcraft-cursor-builder-for-elementor-editor-mode {
    position: relative;
    border: 1px dashed rgba(100, 100, 100, 0.3);
}

.cursorcraft-cursor-builder-for-elementor-editor-mode::before {
    content: "Custom Cursor Region";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 10px;
    padding: 2px 5px;
    pointer-events: none;
    z-index: 10;
}
