#cookie-banner {position: fixed; bottom: 0; left: 0; right: 0; background-color: #222; color: #fff; padding: 15px; display: none; z-index: 10000;}#cookie-banner p {margin: 0; padding: 0; text-align: center;}#cookie-banner .buttons {display: flex; justify-content: center; gap: 10px; margin-top: 10px;}#cookie-banner button {padding: 8px 16px; border: none; cursor: pointer;}#cookie-banner .accept {background-color: #4CAF50; color: white;}#cookie-banner .close {background-color: #f44336; color: white;}@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;}}