/* Contenedor del buscador */
#_desktop_search_widget .search-widget {
  background-color: #f2e7fb !important;
  border-radius: 6px;
  padding: 0; /* sin padding extra que cause espacios */
  display: flex;
  align-items: center;
  overflow: hidden; /* evita que sobresalga algo blanco */
}

/* Input del buscador */
.ui-autocomplete-input {
  background-color: #f2e7fb !important;
  color: #000000 !important;
  border: none !important;
  border-bottom: 2px solid #ccc !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
  padding: 10px 8px 10px 12px !important;
  border-radius: 0 !important;
}

/* Botón del buscador */
#_desktop_search_widget button {
  background-color: #f2e7fb !important;
  border: none !important;
  padding: 10px 12px;
  border-radius: 0 !important;
  cursor: pointer;
}

/* Ícono del botón */
#_desktop_search_widget svg path {
  fill: #65008b;
}
