/* Dodo Verified in Learning & Resources.
   Text inherits the normal mega-menu link styling.
   Only the logo is added beside it. */

.dodo-verified-mega-link {
  position: relative !important;
  overflow: visible !important;
}

/* Final badge position:
   - uses the user-supplied DodoVerified.svg
   - sits next to the Dodo Verified link
   - moved 3px right from the earlier -28px position
   - moved 2px down from the centre line */
.dodo-verified-mega-link::before {
  content: "" !important;
  position: absolute !important;

  width: 24px !important;
  height: 24px !important;

  left: -27px !important;
  top: calc(50% + 2px) !important;
  transform: translateY(-50%) !important;

  background: url("/assets/DodoVerified.svg?v=final-user-logo-1") center / contain no-repeat !important;
  pointer-events: none !important;
}
