#cookie-banner { position: fixed; bottom: 0; right: 0; width: 90%; max-width: 400px; padding: 15px; background: linear-gradient(45deg, #6fb1fc, #4364f7); color: #fff; box-sizing: border-box; border-top-left-radius: 8px; font-family: Arial, sans-serif; z-index: 10000; } #cookie-banner a { color: #ffff00; text-decoration: underline; } @media(min-width: 768px) { #cookie-banner { width: 350px; } }