#cookie-consent-bar {position: fixed; bottom: 0; left: 0; right: 0; background-color: #222; color: #fff; padding: 15px; box-shadow: 0 -2px 10px rgba(0,0,0,0.2); z-index: 10000; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}#cookie-consent-bar p {margin: 0 10px 10px 0; flex: 1 1 70%;}#cookie-consent-bar .cookie-buttons {display: flex; gap: 10px;}#cookie-consent-bar button {padding: 8px 15px; border: none; border-radius: 4px; cursor: pointer;}#cookie-consent-bar .accept {background-color: #4CAF50; color: white;}#cookie-consent-bar .close {background-color: #f44336; color: white;}@media (max-width: 600px) {#cookie-consent-bar {flex-direction: column; text-align: center;}#cookie-consent-bar p {margin-bottom: 15px;}}