/* The head script sets this before the relay enters the document. */
.page-download [data-download-relay] { display: none; }
html[data-download-relay-mobile="true"] .page-download [data-download-relay] { display: block; }
.page-download [data-relay-share] { display: none; }
html[data-download-relay-share="true"] .page-download [data-relay-share] { display: inline-flex; }
