/* Ajustes WordPress / Elementor sobre el diseño original */

.autelec-theme .custom-logo {
  height: 42px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
  padding: 4px 8px;
}

/* Elementor no debe romper el fondo oscuro */
.elementor-section,
.elementor-widget-wrap {
  color: inherit;
}

/* Nav: enlaces del menú WP */
.nav a,
.nav .menu-item a {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #d4d4d8;
  transition: color 0.2s;
  text-decoration: none;
}

.nav a:hover,
.nav .current-menu-item a,
.nav .current_page_item a {
  color: var(--emerald, #10b981);
}

.nav ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.nav li {
  margin: 0;
}

/* Contenido Elementor dentro del tema */
.elementor-page .page-hero {
  display: none; /* si Elementor maqueta toda la página */
}
