#consent-modal {position: fixed;bottom: 20px;right: 20px;width: 300px;background-color: #f8f9fa;color: #333;padding: 20px;border-radius: 10px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);z-index: 1000;display: flex;flex-direction: column;align-items: center;}#consent-modal button {margin-top: 10px;padding: 10px 20px;background-color: #007bff;border: none;color: white;border-radius: 5px;cursor: pointer;}@media (max-width: 768px) {#consent-modal {width: 80%;bottom: 10px;right: 10px;}}