#cookie-consent-modal {position: fixed;bottom: 0;right: 0;width: 300px;background-color: #f9f9f9;color: #333;padding: 20px;box-shadow: 0 0 10px rgba(0,0,0,0.1);z-index: 1000;display: flex;flex-direction: column;align-items: center;}#cookie-consent-modal a {color: #1e90ff;text-decoration: none;}#cookie-consent-modal .buttons {margin-top: 10px;}#cookie-consent-modal button {background-color: #1e90ff;color: #fff;border: none;padding: 10px 20px;margin: 5px;cursor: pointer;}@media (min-width: 768px) {#cookie-consent-modal {width: 400px;flex-direction: row;justify-content: space-between;padding: 20px 30px;}}