#cookie-consent-popup { position: fixed; bottom: 20px; right: 20px; width: 300px; background-color: #f9f9f9; color: #333; padding: 20px; box-shadow: 0 0 10px rgba(0,0,0,0.1); border-radius: 8px; z-index: 1000; } #cookie-consent-popup .buttons { display: flex; justify-content: space-between; margin-top: 15px; } #cookie-consent-popup button { background-color: #4CAF50; color: white; border: none; padding: 10px 20px; cursor: pointer; border-radius: 5px; } #cookie-consent-popup button:last-child { background-color: #f44336; } @media (max-width: 600px) { #cookie-consent-popup { width: 100%; bottom: 0; right: 0; border-radius: 0; } }