/* Avatar nel menu */
.avatar-menu {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #fff;
  border: 3px solid var(--primary);
  box-shadow:
    var(--shadow-lg),
    0 0 0 4px rgba(99, 102, 241, 0.18);
  margin-bottom: 1.5rem;
}
