/* glossgo branding overlay for Documenso (injected by Caddy replace-response) */
svg[viewBox="0 0 2248 320"] { display: none !important; }
a:has(> svg[viewBox="0 0 2248 320"]) { display: inline-flex !important; align-items: center; }
a:has(> svg[viewBox="0 0 2248 320"])::before {
  content: ""; display: inline-block; width: 128px; height: 40px;
  background: url("/brand/glossgo-logo-light.svg") left center / contain no-repeat;
}
.dark a:has(> svg[viewBox="0 0 2248 320"])::before { background-image: url("/brand/glossgo-logo-dark.svg"); }
