/* v78: profile menu hover, Entra-owned photos, and view-as bar removal */
.twog-viewas-bar,
#twogViewAsBar {
  display: none !important;
}

#profileMenu.profile-menu {
  top: 58px !important;
  right: 14px !important;
  width: 246px !important;
  border-radius: 8px !important;
  z-index: 10050 !important;
}

#loginBtn.profile-chip {
  position: relative;
}

#loginBtn.profile-chip #topAvatar {
  cursor: default;
}

#twogProfileAdminAnyUserWrap {
  display: none !important;
}

#twogProfileOpenAdminViewAsPicker {
  margin: 8px 12px !important;
  width: calc(100% - 24px) !important;
  text-align: center !important;
}

.prof-avatar-edit,
#resetPhotoBtn,
#photoUpload {
  display: none !important;
}

.twog-v78-relationship-card .p-row {
  align-items: center;
}

.twog-v78-relationship-card .av-lg {
  background: #111827;
  color: #fff;
  overflow: hidden;
  flex: 0 0 auto;
}

.twog-v78-relationship-card .av-lg img,
#topAvatar img,
#profilePhoto img,
#employeeProfilePhoto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
