<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  opacity: 0;
}

body.device-type-desktop,
body.device-type-mobile,
body.device-type-tablet {
  opacity: 1;
}

#social-button {
  display: none;
}</pre></body></html>