/* Ocultar datos de contacto del agente y formulario */
.property_agent_wrapper .agent_position,
.property_agent_wrapper .agent_email,
.property_agent_wrapper .agent_phone,
.property_agent_wrapper .agent_skype,
.property_agent_wrapper .agent_mobile,
.property_agent_wrapper .agent_details,
.property_agent_wrapper .social-icons,
.property_agent_wrapper .agent_link,
.property_agent_wrapper .agent_content,
.property_agent_wrapper .agent_listing_link,
.property_agent_wrapper .agent_details_wrapper,
.property_agent_wrapper .agent_image,
.property_agent_wrapper .contact_me_sidebar,
.property_agent_wrapper .schedule_me_form,
.property_agent_wrapper form,
.property_agent_wrapper .agent_unit_contact,
.property_agent_wrapper .agent_area_social,
.property_agent_wrapper .agent_unit_social,
.agent_contact_form,
.schedule_me_wrapper {
  display: none !important;
}

/* Mantener visible solo el nombre del agente */
.property_agent_wrapper .agent_name {
  display: block !important;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}