/* YONDR profile duplicate top identity cleanup
   Hides the repeated name/age, verification badge, menu button, and location pill
   from the content card area. These details remain available in the intended
   profile/photo overlay/header areas and no profile data logic is changed. */
.y8c-profile-page .dt_user_profile.yonder-profile-content-card .yonder-profile-identity-block,
.y8c-profile-page .dt_user_profile.yonder-profile-content-card > .info > .to_user_stats {
  display: none !important;
}

/* When the duplicate identity/location rows are hidden, let the next block sit cleanly. */
.y8c-profile-page .dt_user_profile.yonder-profile-content-card > .info {
  gap: 12px;
}

.y8c-profile-page .dt_user_profile.yonder-profile-content-card .yonder_profile_abroad_panel:first-child,
.y8c-profile-page .dt_user_profile.yonder-profile-content-card > .info > .yonder_profile_abroad_panel {
  margin-top: 0 !important;
}
