#cookie-consent-bar {position: fixed;bottom: 0;width: 100%;background-color: #222;color: #fff;padding: 15px;text-align: center;z-index: 1000;}#cookie-consent-bar button {background-color: #4CAF50;color: white;border: none;padding: 10px 20px;margin-top: 10px;cursor: pointer;}@media (min-width: 768px) {#cookie-consent-bar {flex-direction: row;justify-content: space-between;}}