#cookie-banner {position: fixed; bottom: 0; left: 0; width: 100%; background: linear-gradient(90deg, #4b6cb7, #182848); color: #fff; padding: 15px; box-sizing: border-box; display: none; z-index: 1000;}#cookie-banner p {margin: 0; padding: 0; font-size: 14px; text-align: center;}#cookie-banner a {color: #fff; text-decoration: underline;}#cookie-banner .buttons {display: flex; justify-content: center; gap: 10px; margin-top: 10px;}#cookie-banner button {padding: 8px 20px; border: none; border-radius: 4px; cursor: pointer;}#cookie-banner button:first-child {background: #fff; color: #182848;}#cookie-banner button:last-child {background: transparent; color: #fff; border: 1px solid #fff;}@media (min-width: 768px) {#cookie-banner {padding: 15px 30px;}#cookie-banner p {text-align: left;}#cookie-banner .buttons {justify-content: flex-end; margin-top: 0;}}