/* Shared primitives for concepts 04–05. Each concept keeps its own layout language.
   The earlier nx-/mf- concept styles were retired with their markup (kept in archive/v1). */
.cx-logo { display:block; width:166px; flex:none; }
.cx-logo img { width:100%; }

@media (max-width: 700px) {
  .cx-logo { width:142px; }
}
