/* Enlarge top-left header (navigation panel) wordmark logo ~2x */
.navigation-panel .logo--wordmark,
.navigation-panel__logo .logo {
  height: 60px !important;
  width: auto !important;
}

/* === Signers auth-page tweaks (managed) === */
/* Logo on auth pages (/auth/sign_in etc.) 80% larger: 42px -> 76px */
.logo-container .logo { height: 76px !important; }
/* Hide password-recovery + confirmation-resend links (SSO-only instance) */
.form-footer a[href="/auth/password/new"],
.form-footer a[href="/auth/confirmation/new"],
li:has(> a[href="/auth/password/new"]),
li:has(> a[href="/auth/confirmation/new"]) { display: none !important; }
/* === end Signers auth-page tweaks === */


