#cookie-banner {position: fixed; bottom: 0; left: 0; width: 100%; background: linear-gradient(135deg, #6e8efb, #a777e3); color: #fff; padding: 15px; box-sizing: border-box; display: none; z-index: 10000;}#cookie-banner p {margin: 0; flex-grow: 1; text-align: center;}#cookie-banner a {color: #fff; text-decoration: underline;}#cookie-banner .buttons {display: flex; gap: 10px; margin-top: 10px; justify-content: center;}#cookie-banner button {border: none; padding: 8px 20px; border-radius: 4px; cursor: pointer;}#cookie-banner button:first-child {background: #fff; color: #6e8efb;}#cookie-banner button:last-child {background: transparent; color: #fff; border: 1px solid #fff;}@media(min-width: 768px) {#cookie-banner {align-items: center; flex-direction: row;}#cookie-banner .buttons {margin-top: 0; margin-left: 20px;}}