Adds the voiceReconnectStorage option to the Vapi Widget with 2 options:
- session (default): Useful for simple sites and single tab isolated conversations
- cookies: Useful for complex sites, allowing sharing call id state between subdomains for seamless reconnection.
Adds new dependency for cookie management (js-cookie)
Fixes conflicting CSS injection