/* VelChat profile/PageSpeed performance helpers. Keep the visible profile header stable; delay only below-fold areas. */
@media (max-width: 767px) {
  .wo_user_profile .tag_profile_grid_side,
  .wo_user_profile .profile-completion-bar,
  .wo_user_profile #posts,
  .wo_user_profile .sidebar-conatnier,
  .wo_user_profile .sidebar-conatnier .wow_content {
    content-visibility: auto;
    contain-intrinsic-size: 720px;
  }

  .wo_user_profile img[loading="lazy"] {
    content-visibility: auto;
  }
}

.wo_user_profile .user-reposition-container img#full-image[loading="lazy"] {
  fetch-priority: low;
}
