#cookie-consent-modal {position: fixed;bottom: 0;left: 0;width: 90%;margin: 0 20px;background-color: #222;color: #fff;padding: 15px;box-shadow: 0px -2px 5px rgba(0,0,0,0.2);display: flex;flex-direction: column;align-items: center;z-index: 1000;}#cookie-consent-modal .cookie-buttons {display: flex;gap: 10px;margin-top: 10px;}#cookie-consent-modal button {background-color: #007bff;color: #fff;border: none;padding: 10px 20px;cursor: pointer;}@media (min-width: 768px) {#cookie-consent-modal {flex-direction: row;justify-content: space-between;}}