.mf-profile-badge {
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  color: #ffffff !important;
  background: #29233d;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mf-profile-badge:hover {
  z-index: 5;
  border-color: #70d7e1;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.38);
  transform: translateY(-2px) scale(1.08);
}

.mf-profile-badge:focus-visible {
  z-index: 6;
  outline: 3px solid #70d7e1;
  outline-offset: 3px;
}

.mf-profile-badge--linkedin {
  background: #1769aa;
}

.mf-profile-badge--partner {
  padding: 5px;
  background: #ffffff;
}

.mf-profile-badge--organization {
  padding: 3px;
  background: #ffffff;
}

.mf-profile-badge--image-dark {
  background: #12102f;
}

.mf-profile-badge--gdx {
  padding: 0;
  background: #ffffff;
}

.mf-profile-badge--years {
  border-color: #ffffff;
  color: #151325 !important;
  background: #f4c94d;
}

.mf-profile-badge__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mf-profile-badge--gdx .mf-profile-badge__image--gdx-mark {
  position: absolute;
  top: 60%;
  left: 50%;
  width: auto;
  height: 58px;
  max-width: none;
  transform: translate(-75%, -50%);
}

.mf-2026-speakers__portrait-shell .mf-profile-badge--gdx .mf-profile-badge__image--gdx-mark {
  height: 54px;
}

.mf-profile-badge__count {
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.mf-person-profile__media {
  min-width: 0;
}

.mf-person-profile__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
  margin-top: 16px;
}

.mf-directory-card__socials .mf-profile-badge {
  box-shadow: none;
}

.mf-2026-speakers__portrait-shell .mf-profile-badge {
  position: absolute;
  z-index: 3;
  width: 40px;
  height: 40px;
  flex-basis: 40px;
}

.mf-2026-speakers__portrait-shell .mf-profile-badge--linkedin {
  bottom: 1px;
  left: 1px;
}

.mf-2026-speakers__portrait-shell .mf-profile-badge--gdx {
  right: 1px;
  bottom: 1px;
}

.mf-2026-speakers__portrait-shell .mf-profile-badge--partner {
  top: 1px;
  right: 1px;
}

.mf-2026-speakers__portrait-shell .mf-profile-badge--organization {
  top: 1px;
  right: 1px;
}

.mf-2026-speakers__portrait-shell .mf-profile-badge--years {
  top: 1px;
  left: 1px;
}

@media (prefers-reduced-motion: reduce) {
  .mf-profile-badge {
    transition: none;
  }

  .mf-profile-badge:hover {
    transform: none;
  }
}
