#mho-busqueda {
  width: 100%;
  max-width: 500px;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

#mho-arbol {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  max-height: 600px;
  overflow-y: auto;
}

#mho-manual {
  margin-top: 30px;
  border: 2px dashed #999;
  padding: 20px;
  background-color: #fdfdfd;
  min-height: 300px;
  text-align: center;
}

.jstree-anchor {
  font-weight: 500;
  font-size: 15px;
}

.jstree-search {
  background-color: #ffe66d !important;
  font-weight: bold;
}
