/* ========================= Estilos de panel y listado ========================= */
#user-profile-panel-lista {
  display: none;
  transition: none;
  transform: translateY(0px);
  z-index: 20000;
}

#comercio-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.profile-item-lista {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  overflow: visible !important; /* no cortar contenido */
}


.name-row {
  line-height: 1.15;
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: bold;
  color: var(--text-color, #111);
}


.profile-picture-lista {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.profile-picture-lista img {
  width: 30%;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
}

.location-row{
    color: grey;
    font-size: 0.9em;
    margin-bottom: 8px;
}

