#cookie-banner { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 88%; background: linear-gradient(45deg, #ff7e5f, #feb47b); color: #fff; padding: 15px; box-sizing: border-box; border-radius: 4px; z-index: 9999; } #cookie-banner a { color: #fff; text-decoration: underline; } @media (max-width: 768px) { #cookie-banner { width: 95%; } } @media (min-width: 769px) and (max-width: 1024px) { #cookie-banner { width: 90%; } }