#consent-modal {position: fixed;bottom: 20px;right: 20px;width: 300px;background-color: #333;color: #fff;padding: 15px;border-radius: 5px;box-shadow: 0 4px 8px rgba(0,0,0,0.1);z-index: 1000;}#consent-modal button {width: 100%;background-color: #4CAF50;color: white;border: none;padding: 10px;border-radius: 5px;cursor: pointer;margin-top: 10px;}#consent-modal p {margin: 0;}@media (min-width: 768px) {#consent-modal {width: 400px;}}