/* =========================
   Logo CN – base styles
   ========================= */

.cno-logo {
   text-decoration: none;
   -webkit-tap-highlight-color: transparent;
}

/* Navbar logo color */
.cno-logo-wrap .cno-logo {
   color: var(--text-body);
}

.cno-logo-wrap {
   position: fixed;
   top: 1.1rem;
   left: 1.5rem;
   z-index: 1100;
}
