/* Remove the Docmost branding control from public share pages only. */
a[href="https://docmost.com?ref=public-share"] {
  display: none !important;
}
