
    .zone-overlay.svelte-ow83dp {
        position: fixed;
        inset: 0;
        width: 100vw;
        height: 100vh;
        pointer-events: none;
        z-index: 200000;
        overflow: visible;
    }

    .free-area.svelte-ow83dp {
        fill: color-mix(in srgb, var(--lib-color-primary) 12%, transparent);
        stroke: var(--lib-color-primary);
        stroke-width: 1;
    }

    .blocker.svelte-ow83dp {
        fill: none;
        stroke: var(--color-error);
        stroke-width: 1;
        stroke-dasharray: 4 2;
    }
