/* prettier-ignore */
/*# sourceMappingURL=user.css.map */

@media (min-width: 769px) {
	.tech-icon {
	  height: 30px;
	}
}

@media (max-width: 768px) {
  .tech-icon {
    height: 22px; /* o el valor que prefieras para móvil */
  }
}

.avatar-icon-wrapper {
  width: 40px;
  height: 40px;
  background-color: #e0e7ef; /* cambia el color si usas modo oscuro/claro */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avatar-icon-wrapper i {
  font-size: 18px;
  color: #5a5a5a;
}
