.golonch-user-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: system-ui, sans-serif;
}

.golonch-user-menu__profile {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #1a1a1a;
}

.golonch-user-menu__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #4b4b63;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.golonch-user-menu__name {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.golonch-user-menu__dot {
  color: #999;
}

.golonch-user-menu__plan {
  color: #666;
}

.golonch-logout-link {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}
