#cookie-consent-bar {position: fixed; bottom: 0; left: 0; right: 0; background: linear-gradient(90deg, #1e3c72, #2a5298); color: #fff; padding: 15px; display: none; z-index: 10000; align-items: center; justify-content: space-between; flex-wrap: wrap; box-shadow: 0 -2px 10px rgba(0,0,0,0.1);}#cookie-consent-bar p {margin: 0; flex: 1; min-width: 200px;}#cookie-consent-bar a {color: #fff; text-decoration: underline;}#cookie-consent-bar .buttons {display: flex; gap: 10px;}#cookie-consent-bar button {padding: 8px 15px; border: none; border-radius: 4px; cursor: pointer;}#cookie-consent-bar button:first-child {background: #fff; color: #1e3c72;}#cookie-consent-bar button:last-child {background: transparent; color: #fff; border: 1px solid #fff;}@media (max-width: 768px) {#cookie-consent-bar {flex-direction: column; text-align: center;}#cookie-consent-bar .buttons {margin-top: 10px; width: 100%; justify-content: center;}}