#cookie-banner {position: fixed; bottom: 0; left: 0; right: 0; background: #f8f9fa; padding: 15px; box-shadow: 0 -2px 10px rgba(0,0,0,0.1); z-index: 100; display: none; text-align: center;}#cookie-banner p {margin: 0 0 10px; color: #333;}#cookie-banner .buttons {display: flex; justify-content: center; gap: 10px;}#cookie-banner button {padding: 8px 15px; border: none; border-radius: 4px; cursor: pointer;}#cookie-banner .accept {background: #28a745; color: white;}#cookie-banner .close {background: #6c757d; color: white;}@media (max-width: 768px) {#cookie-banner {padding: 10px;}#cookie-banner .buttons {flex-direction: column; gap: 5px;}#cookie-banner button {width: 100%;}}