#cookie-banner {position: fixed; bottom: 0; left: 0; width: 100%; background: linear-gradient(90deg, #1e3c72, #2a5298); color: #fff; padding: 15px; box-sizing: border-box; display: none; z-index: 10000;}#cookie-banner p {margin: 0; padding: 0; 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 {background: #fff; color: #1e3c72; border: none; padding: 8px 15px; border-radius: 4px; cursor: pointer;}@media(min-width: 768px) {#cookie-banner {padding: 15px 30px;}#cookie-banner .buttons {justify-content: flex-end;}}