#cookie-banner {position: fixed; bottom: 0; left: 0; right: 0; background: linear-gradient(135deg, #6e8efb, #a777e3); color: #fff; padding: 15px; display: none; z-index: 1000; box-shadow: 0 -2px 10px rgba(0,0,0,0.1);} #cookie-banner p {margin: 0; flex-grow: 1; text-align: center;} #cookie-banner .buttons {display: flex; gap: 10px; justify-content: center; margin-top: 10px;} #cookie-banner button {padding: 8px 20px; border: none; border-radius: 4px; cursor: pointer;} #cookie-banner .accept {background: #fff; color: #6e8efb;} #cookie-banner .decline {background: transparent; color: #fff; border: 1px solid #fff;} @media(min-width: 768px) {#cookie-banner {align-items: center; display: flex; justify-content: space-between; padding: 15px 30px;} #cookie-banner .buttons {margin-top: 0;} #cookie-banner p {text-align: left;}}