#cookie-consent-modal {position: fixed;bottom: 10px;right: 10px;width: 300px;background-color: #f9f9f9;color: #333;border: 1px solid #ccc;border-radius: 5px;padding: 15px;z-index: 1000;box-shadow: 0 0 10px rgba(0,0,0,0.1);}@media (max-width: 768px) {#cookie-consent-modal {width: 90%;}}#cookie-consent-modal button {background-color: #007bff;color: #fff;border: none;border-radius: 5px;padding: 10px 15px;cursor: pointer;margin-top: 10px;display: block;width: 100%;}#cookie-consent-modal p {font-size: 14px;}