#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; box-shadow: 0 -2px 10px rgba(0,0,0,0.1);}#cookie-consent-bar p {margin: 0; padding: 0; font-size: 14px; line-height: 1.5;}#cookie-consent-bar a {color: #fff; text-decoration: underline;}#cookie-consent-bar .cookie-buttons {display: flex; gap: 10px; margin-top: 10px;}#cookie-consent-bar button {padding: 8px 15px; border: none; border-radius: 4px; cursor: pointer; font-size: 14px;}#cookie-consent-bar .accept-btn {background: #fff; color: #1e3c72;}#cookie-consent-bar .close-btn {background: transparent; color: #fff; border: 1px solid #fff;}@media (max-width: 768px) {#cookie-consent-bar {flex-direction: column; text-align: center;}#cookie-consent-bar .cookie-buttons {justify-content: center;}}