#cookie-consent-bar {position: fixed; bottom: 0; left: 0; right: 0; background: linear-gradient(90deg, #1e3c72, #2a5298); color: #fff; padding: 15px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 15px; z-index: 10000;}#cookie-consent-bar p {margin: 0; text-align: center;}#cookie-consent-bar a {color: #fff; text-decoration: underline;}#cookie-consent-bar .cookie-buttons {display: flex; gap: 10px;}#cookie-consent-bar button {padding: 8px 20px; border: none; border-radius: 4px; cursor: pointer;}#cookie-consent-bar .accept-btn {background: #4CAF50; color: #fff;}#cookie-consent-bar .close-btn {background: #f44336; color: #fff;}@media (max-width: 600px) {#cookie-consent-bar {flex-direction: column; text-align: center;}}