#cookie-banner {position: fixed; bottom: 0; left: 0; width: 100%; background-color: #f8f9fa; color: #333; padding: 15px; box-shadow: 0 -2px 10px rgba(0,0,0,0.1); display: none; z-index: 1000;}#cookie-banner p {margin: 0; padding: 0; font-size: 14px; line-height: 1.5;}#cookie-banner a {color: #007bff; text-decoration: none;}#cookie-banner .buttons {display: flex; gap: 10px; margin-top: 10px;}#cookie-banner button {padding: 8px 16px; border: none; border-radius: 4px; cursor: pointer;}#cookie-banner button:first-child {background-color: #28a745; color: #fff;}#cookie-banner button:last-child {background-color: #6c757d; color: #fff;}@media(min-width: 768px) {#cookie-banner {padding: 15px 30px;}#cookie-banner .buttons {margin-top: 0; margin-left: auto;}}