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