<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cookie-banner { position: fixed; bottom: 0; right: 0; width: 90%; max-width: 400px; background: linear-gradient(135deg, #6a11cb, #2575fc); color: #fff; padding: 15px; box-sizing: border-box; border-radius: 5px; display: flex; flex-direction: column; z-index: 9999; } .cookie-banner a { color: #ff0; text-decoration: underline; } .cookie-banner .buttons { display: flex; justify-content: flex-end; gap: 10px; margin-top: 10px; } .cookie-banner button { background-color: rgba(255,255,255,0.2); border: none; padding: 8px 12px; color: #fff; cursor: pointer; border-radius: 3px; } @media (max-width: 767px) { .cookie-banner { width: 95%; right: 5px; bottom: 5px; padding: 10px; } } @media (min-width: 768px) and (max-width: 1024px) { .cookie-banner { width: 80%; } }</pre></body></html>