/* NC.EL.12 — Bridge: PHP tenant markup + lifted MOTORS/NCTLMS assets */
.nc-el-motors-theme {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  line-height: 1.5;
  color: #1a1a1a;
}
.nc-el-motors-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  margin: 0 0 1.5rem;
}
.nc-el-motors-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.nc-el-motors-logo {
  font-weight: 800;
  color: #cc0000;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.nc-el-motors-nav a {
  margin-left: 1rem;
  color: #1a3a5c;
  text-decoration: none;
  font-weight: 500;
}
.nc-el-motors-nav a:hover { text-decoration: underline; }
.nc-el-motors-main,
.nc-el-motors-admin {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem 2rem;
}
.nc-el-motors-theme .muted { color: #666; font-size: 0.9rem; }
