#user-consent-modal {position: fixed;bottom: 0;left: 0;width: 90%;max-width: 500px;background-color: #222;color: #fff;padding: 20px;box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);display: flex;align-items: center;justify-content: space-between;z-index: 10000;}#user-consent-modal button {background-color: #444;color: #fff;border: none;padding: 10px 20px;border-radius: 5px;cursor: pointer;}@media (min-width: 768px) {#user-consent-modal {left: 10px;bottom: 10px;}}