#cookie-consent-modal { position: fixed; bottom: 20px; right: 20px; background-color: #f9f9f9; color: #333; padding: 20px; border: 1px solid #ddd; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.1); max-width: 300px; font-family: Arial, sans-serif; } #cookie-consent-modal button { background-color: #4CAF50; color: white; border: none; padding: 10px 15px; cursor: pointer; border-radius: 3px; } @media(max-width: 600px) { #cookie-consent-modal { width: 90%; right: 5%; bottom: 10px; padding: 15px; } }