.b2l-user-dashboard-menu > a {
  display: inline-flex;
  align-items: center;
}

/* Keep GTranslate in the same 50px row box as every primary menu item. */
.dt_navbar-mainmenu > .menu-item-gtranslate { height: 50px; vertical-align: top; }
.dt_navbar-mainmenu > .menu-item-gtranslate > a.gt_switcher-popup { height: 50px; min-height: 50px; display: inline-flex; align-items: center; padding-top: 13px; padding-bottom: 13px; line-height: 18px; }

.b2l-site-pro-badge {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-left: 8px;
  padding: 2px 6px;
  border: 1px solid #f0c95e;
  color: #161006;
  background: linear-gradient(115deg, #8b5f08 0%, #ffd96a 28%, #fff0a8 48%, #d69c19 70%, #8b5f08 100%);
  box-shadow: 0 0 0 1px rgba(255, 221, 117, .35), 0 3px 12px rgba(201, 151, 36, .32);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .55);
  font-size: 8px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: normal;
}

.b2l-site-pro-badge::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: -150% auto -150% -55%;
  width: 38%;
  background: rgba(255, 255, 255, .72);
  transform: rotate(24deg);
  animation: b2l-site-pro-shine 2.8s ease-in-out infinite;
}

@keyframes b2l-site-pro-shine {
  0%, 58% { left: -55%; opacity: 0; }
  64% { opacity: .9; }
  82%, 100% { left: 120%; opacity: 0; }
}
