/* Botón lupa */
.SearchContainer__searchIcon.commonStyle__zt3BrandBg {
  background-color: #165aa7 !important;
}

/* Flecha desplegable */
.SearchContainer__downArrow {
  border-top-color: #1b9fc4 !important;
}

/* Si los acentos naranjas usan la variable de marca */
:root {
  --color-brand: #1b9fc4 !important;
}

/* Si usan fill directo dentro del SVG del módulo KB */
#kb_module svg path[fill],
#kb_module svg line[stroke],
#kb_module svg polyline[stroke] {
  stroke: #1b9fc4 !important;
  fill: #1b9fc4 !important;
}

/* Lo mismo para Tickets */
#ticket_module svg path[fill],
#ticket_module svg line[stroke],
#ticket_module svg polyline[stroke] {
  stroke: #1b9fc4 !important;
  fill: #1b9fc4 !important;
}

/* 4. Footer - Reemplazar "Creado por Zoho Desk" */

/* Ocultar todo el contenido original */
.Footer__container2 span,
.Footer__footerLink {
  display: none !important;
}

/* Convertir el contenedor en enlace visual */
.Footer__container2 {
  font-size: 0 !important;
  cursor: pointer !important;
  position: relative !important;
}

/* Enlace real a generaluz.es usando el link de Zoho que ya existe */
.Footer__container2 a.Footer__footerLink {
  display: inline !important;
  font-size: 14px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  pointer-events: none !important;
}

/* Texto personalizado con símbolo © */
.Footer__container2::after {
  content: "\00A9  GENERALUZ ENERGIAS RENOVABLES  |  Desarrollo \00A9  Zenthia Technologies" !important;
  font-size: 14px !important;
  color: #ffffff !important;
  display: block !important;
}

/* Hacer "GENERALUZ ENERGIAS RENOVABLES" clicable via JS (ver nota abajo) */
