/* Ensure chat is always on top when open */
.chat-container.open {
    z-index: 1001; /* Ensure it's above all other elements, including share overlay (z-index: 1000) */
}