.anaconda-auth-menu-host {
  position: relative;
  overflow: visible !important;
}

.anaconda-auth-menu-host.loggedIN > a {
  display: none;
}

#avatar-menu,
#avatar {
  background: #5f6e9f;
  border-radius: 999px;
  color: #fff;
  width: 37px;
  height: 37px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

#avatar-menu {
  cursor: pointer;
  margin-right: 16px;
}

.anaconda-auth-menu-host .user {
  display: none;
  width: 240px;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 9999;
  background: #ffffff !important;
  border: 1px solid #d9dbe0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.anaconda-auth-menu-host.open .user {
  display: block;
}

.user-profile-name.user-menu-item {
  align-items: center;
  background: #fff !important;
  border-bottom: 1px solid #d9dbe0;
  display: flex;
  gap: 10px;
  padding: 12px;
}

.user-profile-name #avatar {
  width: 44px;
  height: 44px;
  font-size: 18px;
  margin-right: 2px;
}

.user-profile-name strong {
  color: #111;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.user-profile-name #email {
  color: #111;
  font-size: 12px;
  line-height: 1.25;
}

.user-menu-item.dashboard-link {
  background: #fff !important;
  padding: 0;
}

.user-menu-item.dashboard-link .dashboard-cta {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  padding: 16px;
}

.user-menu-item.dashboard-link .dashboard-cta:hover {
  background: rgba(0, 0, 0, 0.035);
}


.menu-section-title {
  color: #33406f;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 14px 8px;
}

.user-menu-item .menu-link {
  align-items: center;
  color: #111;
  display: flex;
  font-size: 16px;
  gap: 12px;
  line-height: 1.35;
  padding: 10px 14px;
  text-decoration: none;
}

.user-menu-item .menu-link:hover {
  background: rgba(0, 0, 0, 0.035);
}

/* Menu icons: inline SVG via CSS background (no Font Awesome dependency). */
.anaconda-auth-menu-host .menu-link.icon-dashboard::before,
.anaconda-auth-menu-host .menu-link.icon-user::before,
.anaconda-auth-menu-host .menu-link.icon-card::before,
.anaconda-auth-menu-host .menu-link.icon-learning::before,
.anaconda-auth-menu-host .menu-link.icon-support::before,
.anaconda-auth-menu-host .menu-link.icon-signout::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.anaconda-auth-menu-host .menu-link.icon-dashboard::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 10.5 12 4l8 6.5V19a1 1 0 0 1-1 1h-4v-6H9v6H5a1 1 0 0 1-1-1v-8.5Z'/%3E%3C/svg%3E");
}

.anaconda-auth-menu-host .menu-link.icon-user::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M6 20v-1a6 6 0 0 1 12 0v1'/%3E%3C/svg%3E");
}

.anaconda-auth-menu-host .menu-link.icon-card::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 10h18M8 15h4'/%3E%3C/svg%3E");
}

.anaconda-auth-menu-host .menu-link.icon-learning::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 9 12 4 2 9l10 5 10-5Z'/%3E%3Cpath d='M6 11.5V16a6 6 0 0 0 12 0v-4.5'/%3E%3C/svg%3E");
}

.anaconda-auth-menu-host .menu-link.icon-support::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.5 9.5a2.5 2.5 0 1 1 4 2c0 1.5-2 1.5-2 3'/%3E%3Ccircle cx='12' cy='17' r='.75' fill='%23111'/%3E%3C/svg%3E");
}

.anaconda-auth-menu-host .menu-link.icon-signout::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4M10 17l5-5-5-5M15 12H3'/%3E%3C/svg%3E");
}

.user-menu-item.signout-link {
  border-top: 1px solid #d9dbe0;
  margin-top: 10px;
  padding-top: 6px;
}

.user-menu-item.signout-link .menu-link {
  padding-bottom: 14px;
}
