document.getElementById('close-modal-btn').addEventListener('click', () => { modal.remove(); });

// Show detailed instructions in a modal/popup function showDetailedInstructions() { const instructions = getBrowserInstructions();

if (enableBtn) { enableBtn.addEventListener('click', showDetailedInstructions); }

.cookie-warning p { margin: 0 0 10px 0; color: #666; font-size: 14px; line-height: 1.4; }

@keyframes slideIn { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }