#cookie-banner { position: fixed; z-index: 9999; bottom: 20px; right: 20px; padding: 15px; background: linear-gradient(45deg, #6a11cb, #2575fc); color: #ffffff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.2); max-width: 300px; font-family: Arial, sans-serif; } #cookie-banner a { color: #ffff00; text-decoration: underline; } @media (max-width: 480px) { #cookie-banner { max-width: 90%; padding: 10px; bottom: 10px; right: 10px; } } @media (min-width: 481px) and (max-width: 768px) { #cookie-banner { max-width: 80%; } }