/* 8 Digital Social branding (served by the Postiz container's nginx) */
/* 1. Logo: replace the Postiz wordmark */
svg[viewBox="0 0 101 33"]{background:url(/brand/logo.png) no-repeat left center/contain!important;width:236px!important;height:56px!important;max-width:none!important}
svg[viewBox="0 0 101 33"]>*{display:none!important}
/* 2. Hide "Continue With Google" + "OR" (Google sign-in is not configured on this install) */
.gap-\[8px\].flex:has(svg[viewBox="0 0 48 48"]){display:none!important}
.gap-\[8px\].flex:has(svg[viewBox="0 0 48 48"])+.relative{display:none!important}
div:has(+ div .gap-\[8px\].flex svg[viewBox="0 0 48 48"]){display:none!important}
/* 3. Replace Postiz marketing panel on auth pages with the 8 Digital logo */
div.pt-\[88px\]:has(span.text-\[42px\]){background:url(/brand/logo-full.png) no-repeat center 40%/min(520px,70%) auto!important}
div.pt-\[88px\]:has(span.text-\[42px\])>*{visibility:hidden!important}
/* 4. Keep spacing under the page heading now that "Continue With" is hidden */
div:has(> h1.text-\[40px\]){margin-bottom:28px!important}
