#cookie-banner { position: fixed; bottom: 0; right: 0; width: 100%; max-width: 400px; background: linear-gradient(45deg, #ff8a00, #e52e71); color: #fff; padding: 15px; box-sizing: border-box; border-top-left-radius: 10px; z-index: 9999; } #cookie-banner p { margin: 0 0 10px 0; font-size: 14px; } #cookie-banner a { color: #fff; text-decoration: underline; } #cookie-banner .buttons { display: flex; justify-content: flex-end; gap: 10px; } #cookie-banner button { background: rgba(0,0,0,0.2); border: none; color: #fff; padding: 8px 12px; cursor: pointer; border-radius: 5px; } @media (max-width: 768px) { #cookie-banner { width: 90%; padding: 10px; } #cookie-banner p { font-size: 12px; } }