<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@supports (-webkit-touch-callout: none) {
    @media (min-width: 0) and (max-width: 768px) {
        #cleverbox_link span {
            display: inline !important;
        }

        #cleverbox_link {
            padding-right: 0 !important;
        }

        #cleverbox_link::after {
            display: none !important;
        }
    }
}</pre></body></html>