#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: 1000; display: none;}.cookie-content {max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px;}.cookie-text {flex: 1; min-width: 200px; color: #333;}.cookie-buttons {display: flex; gap: 10px;}#accept-btn {background: #28a745; color: white; border: none; padding: 8px 16px; border-radius: 4px; cursor: pointer;}#close-btn {background: #6c757d; color: white; border: none; padding: 8px 16px; border-radius: 4px; cursor: pointer;}@media (max-width: 768px) {.cookie-content {flex-direction: column; text-align: center;}.cookie-buttons {width: 100%; justify-content: center;}}