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