#cookie-consent {position: fixed;bottom: 20px;right: 20px;width: 300px;background: linear-gradient(45deg, #f06, #aaf);color: #fff;padding: 20px;border-radius: 10px;box-shadow: 0 2px 10px rgba(0,0,0,0.2);z-index: 1000;}#cookie-consent button {margin-top: 10px;background-color: #155799;color: #fff;border: none;padding: 10px 20px;cursor: pointer;border-radius: 5px;}@media (max-width: 768px) {#cookie-consent {width: 90%;}}