#cookie-consent-bar {position: fixed;bottom: 0;left: 0;width: 100%;background-color: #222;color: #fff;padding: 15px;box-sizing: border-box;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;z-index: 10000;}#cookie-consent-bar p {margin: 0;padding-right: 15px;flex: 1 1 70%;}#cookie-consent-bar a {color: #4da6ff;text-decoration: none;}#cookie-consent-bar .cookie-buttons {display: flex;gap: 10px;flex: 0 0 auto;}#cookie-consent-bar button {background-color: #4da6ff;color: #fff;border: none;padding: 8px 15px;cursor: pointer;border-radius: 4px;}#cookie-consent-bar button:last-child {background-color: #666;}@media (max-width: 768px) {#cookie-consent-bar {flex-direction: column;text-align: center;}#cookie-consent-bar p {padding-right: 0;margin-bottom: 10px;}#cookie-consent-bar .cookie-buttons {width: 100%;justify-content: center;}}