/* Brand mark: replaces the old "NK" text badges. Image assets live in /logos. */
.nk-badge { background: none !important; border: 0 !important; box-shadow: none !important; border-radius: 0 !important; padding: 0 !important; display: inline-flex; align-items: center; justify-content: center; overflow: visible; }
.nk-badge .nk-mark { display: block; width: 100%; height: 100%; object-fit: contain; }
.nk-badge-lg { width: 64px !important; height: 64px !important; margin-inline: auto; }
/* Legacy hover glow on the landing nav */
.nav-logo:hover .nk-badge { transform: none !important; box-shadow: none !important; }

/* Global: the hidden attribute must win over any display rule */
[hidden] { display: none !important; }
